he
0bd3ded5ff
Defflag PANICBUTTON, now that machdep.c includes opt_panicbutton.h.
2003-06-27 21:43:03 +00:00
uwe
94e7210074
Drop redundant argument to printf("\n"). Obvious pasto.
2003-06-27 21:27:24 +00:00
pk
9e0e8676f1
Make sure to flush any user register windows when stealing PMEGs in
...
me_alloc() (and SMEGs in region_alloc()).
Should fix PR#14180.
2003-06-27 16:44:03 +00:00
oki
955ac53d91
Put correct dest ether address on PPPoE server mode.
2003-06-27 16:24:32 +00:00
yamt
ff974db6fd
if nfs_writerpc() splitted an unstable write into some rpcs and
...
write verifier was changed, we should restart from the first.
2003-06-27 14:00:55 +00:00
yamt
42be09ca92
indent.
2003-06-27 13:58:36 +00:00
christos
d82212c90e
Regen
2003-06-27 13:20:00 +00:00
christos
df92a9d2a5
PR/21498: URA Hiroshi: Add S3 Savage/IXC
2003-06-27 13:19:36 +00:00
itohy
d031823b2b
Properly reset PHY on ZNYX boards which are composed of
...
21143 and Quality Semiconductor QS6611 PHY.
QS6611 requires explicit reset on some hardware configuration. See
``Using the Intel 21143 with the Quality Semiconductor QS6611 Revision D4''
<http://www.intel.com/design/network/applnots/278239.htm > for details.
Models which should be supported by this change are
ZX345Q, ZX346Q, ZX348Q, (non-Q versions use different PHYs)
ZX414, ZX412, ZX444,
ZX442, ZX212, ZX214,
ZX374, ZX372, ZX244,
ZX424, ZX422.
Tested on ZX346Q.
Some information is from the ZNYX driver source code available from
the ZNYX web site <http://www.znyx.com/ >.
2003-06-27 12:25:38 +00:00
drochner
82a0769126
regen
2003-06-27 11:13:02 +00:00
drochner
a7eff26572
add some missing 3c990 variants
2003-06-27 11:12:17 +00:00
itojun
2cadb8ca7a
split ND6 cache timer management to per-entry. increased accuracy,
...
no O(N) loop. sync w/ kame
2003-06-27 08:41:08 +00:00
simonb
c674f217bf
Use STATIC_LEAF and STATIC_XLEAF for the helper functions; there's no
...
need to export their symbols.
2003-06-27 08:25:43 +00:00
simonb
ecdaf1626b
Add STATIC_LEAF and STATIC_XLEAF macros, ala the alpha port.
2003-06-27 08:22:05 +00:00
he
57822a30b2
Conditionalize usage of the COM_HW_HAYESP constant on COM_HAYESP.
...
Add a dummy type argument to the local (au)comcnattach to match the change
in the prototype of the "real" comcnattach.
Reviewed and tested by simonb.
2003-06-27 07:39:34 +00:00
itojun
26d2e41250
fix mistake in rev 1.30; needed to subtract ip header len
2003-06-26 21:59:42 +00:00
itojun
73ed908c03
fix stats to meet 4.4BSD practice
2003-06-26 21:49:17 +00:00
itojun
08740c2691
fix comment
2003-06-26 21:43:39 +00:00
ichiro
5f17d961c0
regen.
2003-06-26 21:15:12 +00:00
ichiro
2bb26f9cd9
add products
...
Planex 10/100BaseTX FNW-3800-TX
kern/20175
Corega FEther II CB-TXD 10/100BaseTX
kern/21497
2003-06-26 21:14:44 +00:00
aymeric
3d58c2238e
include <sys/types.h> so that this file can be included first/alone
2003-06-26 20:47:51 +00:00
aymeric
003fd1df25
. ANSIfy
...
. include needed headers
. fix a couple of warnings
2003-06-26 20:47:10 +00:00
aymeric
98e0168f0a
. ANSIfy
...
. include the needed headers
. net_mountroot() becomes static
2003-06-26 20:46:31 +00:00
aymeric
ee20410a5e
ANSIfy
2003-06-26 20:45:29 +00:00
aymeric
b0c4d54ee9
. ANSIfy
...
. include alloc.h
. while there, fix a bug in prom2boot() introduced in rev. 1.11
2003-06-26 20:44:51 +00:00
aymeric
e9cabc8553
. ANSIfy
...
. Fix a missing return
. replace %x by %p to print pointers in OFW_DEBUG printf's
2003-06-26 20:43:48 +00:00
aymeric
110312e089
declare functions from corresponding C file
2003-06-26 20:42:38 +00:00
christos
8924cfdcba
abuse the mib instead of abusing the new pointer. Idea from simon burge.
...
It allows the tcp_sysctl_ident to run by non-super-users. No backwards
compatibility provided.
2003-06-26 17:32:22 +00:00
drochner
9c0e4279cc
remove unneeded cpu_feature declaration
2003-06-26 16:48:18 +00:00
drochner
491828ab43
cpu_feature is not set (nor used) by locore since SMP, so move the
...
definition to C code
2003-06-26 16:47:15 +00:00
drochner
1fa5ee8d10
make cpu_feature unsigned, just like ci_feature_flags
2003-06-26 16:45:19 +00:00
drochner
31f515916f
-make cpu_feature unsigned, just like ci_feature_flags
...
-clean up duplicate declaration of cpu_info_primary
2003-06-26 16:41:32 +00:00
drochner
470de734bd
remove redundant "extern" declarations
2003-06-26 16:37:20 +00:00
yamt
f2917653ff
add appropriate #ifdef's.
...
pointed by Simon Burge on source-changes
and by some people in private mail.
2003-06-26 13:38:53 +00:00
he
f250a35e96
#ifdef _KERNEL_OPT police; identd defines _KERNEL before some includes.
2003-06-26 13:20:55 +00:00
itojun
b0f4b20c71
sync packet tag w/openbsd
2003-06-26 09:55:10 +00:00
ichiro
04bd82d36b
regen.
2003-06-26 09:20:23 +00:00
ichiro
03f8899b31
add product
...
Aironet 350 miniPCI Wireless LAN Adapter
2003-06-26 09:19:54 +00:00
tron
706af04c5c
Test for symbol "_KERNEL_OPT" instead of "_LKM" as suggested by
...
Matthew Green.
2003-06-26 08:22:06 +00:00
itojun
c077e299a8
expire mrt if mrt_stall goes empty. ono@kame
2003-06-26 07:41:48 +00:00
tron
88613ffb5e
Don't include "opt_mbuftrace.h" if "_LKM" is defined. This fixes a build
...
problem in the "vmware-module3" package.
2003-06-26 06:52:55 +00:00
itojun
3b8a1d1f0c
strlcpy
2003-06-26 05:26:45 +00:00
itojun
4f7d642336
cleanup multicast routing stuff on if_detach().
...
XXX sideeffect to running instance of multicast routing daemon unknown
2003-06-26 03:35:00 +00:00
itojun
0888779b69
put meaningful count into in_multientries.
...
(or we could remove this variable - noone seem to use it)
2003-06-26 03:17:32 +00:00
itojun
bef80abb93
purge rti structure (in igmp.c) for removed ifp on if_detach().
2003-06-26 03:11:08 +00:00
nathanw
08cf80dc5c
Whitespace police.
2003-06-26 02:09:27 +00:00
nathanw
169a6757eb
For now, disable voluntary mid-operation preempt() for SA processes;
...
it doesn't interact well with SA's idea of what's running.
2003-06-26 02:08:19 +00:00
itojun
d1fcb86326
tabify
2003-06-26 00:43:31 +00:00
jschauma
0f675a710b
Regen after adding LaCie Pocket Drive and ACDC Pen Drive.
2003-06-26 00:20:18 +00:00
itojun
ab5963ee1f
check if INADDR_TO_IA gets us valid in_ifaddr or not. hopefully fix PR21964
2003-06-26 00:19:13 +00:00