NetBSD/sys
fair 8459c79958 Change the "dontcare" bits argument of ifmedia_init() to IFM_IMASK,
so that PHY instance is not siginificant in ifmedia_match(). This
is done to support multiple PHYs on the MII. Without this change,
ifmedia_set() would panic the system when no PHYs were matched.

I ran into this on an AMD EasyNow PC, which is built around SiS
system chips with an embedded SiS 900 core, and an external AMD
Am79c901 PHY, which presents two PHYs on the MII: one for HomePNA,
and one for standard 10base-T. The 10base-T PHY ends up with instance
number 1...
2002-10-17 01:17:30 +00:00
..
adosfs
altq replace cpu_tsc_freq with curcpu()->ci_tsc_freq 2002-10-09 07:28:57 +00:00
arch initSH3(): prefix the extern edata[], end[] with '_', so that the kernel links 2002-10-16 21:26:32 +00:00
coda
compat Implement MAP_LOCAL option to mmap, which enable the mapping of regions 2002-10-14 21:14:23 +00:00
conf Add VGA raster graphics console driver. It is written as an extension 2002-10-15 18:14:41 +00:00
crypto * Move config defns for the crypto algorithms into their own files. 2002-10-11 01:52:04 +00:00
ddb
dev Change the "dontcare" bits argument of ifmedia_init() to IFM_IMASK, 2002-10-17 01:17:30 +00:00
filecorefs
fs
gdbscripts
ipkdb Don't record option-dependencies here, since none of these options 2002-10-11 00:50:30 +00:00
isofs
kern vn_stat() can now take a struct vnode * for consistency. Hide away 2002-10-14 04:18:56 +00:00
lib #undef ffs before the ffs() function definition, so that the name 2002-10-10 10:51:56 +00:00
lkm Adjust callers to setgate() to match new prototype. 2002-10-06 10:40:04 +00:00
miscfs put back the while loop in kernfs_getattr() removed in rev 1.82; it's 2002-10-12 14:04:45 +00:00
msdosfs
net Do not start active scan for WI_RID_SCAN_APS request on HostAP, just return 2002-10-16 11:29:30 +00:00
netatalk Move netatalk config defns to netatalk/files.netatalk. 2002-10-10 22:10:52 +00:00
netccitt Move netccitt config defns to netccitt/files.netccitt. 2002-10-10 22:17:59 +00:00
netinet correct log_refused check (TH_SYN, !TH_RST and !TH_ACK). PR 18669 2002-10-16 15:15:28 +00:00
netinet6 do not differentiate manually configured address from autoconfigured ones 2002-10-17 00:07:44 +00:00
netisdn
netiso Move netiso config defns to netiso/files.netiso. 2002-10-10 22:56:03 +00:00
netkey warn about the arc4 generator if no NRND, but still use it 2002-10-07 00:40:15 +00:00
netnatm Move netnatm config defns to netnatm/files.netnatm. 2002-10-10 22:58:49 +00:00
netns Move netns config defns to netns/files.netns. 2002-10-10 23:04:33 +00:00
netsmb sanity changes for NetBSD: 2002-10-11 21:35:42 +00:00
nfs
ntfs
stand
sys vn_stat() can now take a struct vnode * for consistency. Hide away 2002-10-14 04:18:56 +00:00
ufs
uvm Garbage collect some leftover (and unneeded) code. OK'ed by chs. 2002-10-05 17:26:06 +00:00
Makefile