NetBSD/sys
he 680cc3ab67 According to http://www.intel.com/design/chipsets/specupdt/290639.htm,
the BIOS bug workaround for the i82443BX chipset's DRAM leadoff timing
parameter is not needed for revisions >= C0, so avoid tweaking that
parameter in that case.

Earlier, this would trigger NMIs on fully memory-populated Compaq
1850R systems, where the BIOS appears to program and require a non-
standard value for this parameter.

Thanks to Chris Ross for the diagnosis and the fix!
2007-01-23 10:45:33 +00:00
..
altq Comment out #ident. 2006-12-20 17:03:20 +00:00
arch According to http://www.intel.com/design/chipsets/specupdt/290639.htm, 2007-01-23 10:45:33 +00:00
coda New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
compat Adapt to the addition of vfs_suspendctl in struct vfsops. 2007-01-23 10:35:05 +00:00
conf Remove long unused 'ncallout'. 2007-01-20 20:00:13 +00:00
contrib/dev/ath Use consistent option names (i.e., those that are defflag'd). Ok dyoung@. 2007-01-14 01:05:49 +00:00
crypto Added missing const-qualifiers. 2007-01-22 01:38:33 +00:00
ddb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
dev The Graphire's are 4x5 and 6x8, not 4x6. 2007-01-22 19:48:57 +00:00
dist CID-3809: move up the initialization of `fr' as we can jump to junkput: if 2006-12-27 18:28:54 +00:00
fs Fix typo 2007-01-22 16:07:33 +00:00
gdbscripts adapt to mnt_vnodelist being TAILQ 2006-11-04 20:33:17 +00:00
ipkdb Let this code handle const qualifiers correctly enough to compile. 2007-01-13 18:54:43 +00:00
kern Don't rely on KAUTH_PROCESS_CANSEE for environment just yet, 2007-01-22 15:11:52 +00:00
lib Repair copyright that has been broken since -94. 2007-01-14 13:26:18 +00:00
lkm Add LKM for secmodel_bsd44. Not linked to the build yet. 2007-01-17 11:28:09 +00:00
miscfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
net Install <net/if_pflog.h>. 2007-01-13 14:13:53 +00:00
net80211 Add software fragmentation of 802.11 packets to net80211. Some 2007-01-06 06:02:33 +00:00
netatalk Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netbt Consistent usage of KAUTH_GENERIC_ISSUSER. 2007-01-04 19:07:03 +00:00
netinet Unconditionally zero and free iproute. Before IPsec tunnel packets e.g. 2007-01-13 23:13:46 +00:00
netinet6 Cosmetic: indent using ASCII horizontal tab, insert space following 2007-01-15 21:49:56 +00:00
netipsec Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netisdn __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
netiso * Fixed use of fgetc() in getch(). 2007-01-18 12:43:38 +00:00
netkey Introduce new helper functions to abstract the route caching. 2006-12-15 21:18:52 +00:00
netnatm Properly define the domain, and #ifdef out the sysctl routine which does 2007-01-13 18:52:04 +00:00
netsmb __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
nfs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
opencrypto crypto_init does not call crypto_init0 only once, because the marker 2007-01-12 12:00:27 +00:00
secmodel Kill KAUTH_PROCESS_RESOURCE and just replace it with two actions for 2007-01-20 16:47:38 +00:00
stand
sys From FreeBSD: add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros. 2007-01-20 20:15:13 +00:00
ufs New file system suspension API to replace vn_start_write and vn_finished_write. 2007-01-19 14:49:08 +00:00
uvm Remove useless double assignment. 2007-01-19 15:52:24 +00:00
Makefile don't descend to crypto. 2006-10-29 19:08:53 +00:00