NetBSD/sys
thorpej 8eb0145183 Add a table of known-64-bit DP83820-based cards. Use this table
to enable 64-bit data transfers on 64-bit cards when plugged into
a 64-bit slot.  Right know the Asante GigaNIX is listed in that
table.

Sigh, there is an EEPROM bit that can be used to detect 64-bit vs
32-bit cards.  Unfortunately, at least 2 vendors of 32-bit cards
fail to clear the "DATA64_EN" bit in the EEPROM, which causes the
card to lose badly, because it still manages to detect that it's
plugged into a 64-bit PCI slot.  Yay, stupid hardware vendors.
2002-06-30 20:36:06 +00:00
..
adosfs
altq
arch Before reading the (new) Apple Partition Map laid out by sysinst, be sure 2002-06-29 19:44:52 +00:00
coda
compat Fixed a typo that borke build with DEBUG_IRIX 2002-06-22 13:02:39 +00:00
conf This is the "kttcp" network throughput testing pseudo-device. From 2002-06-28 23:27:13 +00:00
crypto
ddb provide a db_vprintf() which is exactly what the name suggests 2002-06-05 17:53:52 +00:00
dev Add a table of known-64-bit DP83820-based cards. Use this table 2002-06-30 20:36:06 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs
kern constify diskerr(). 2002-06-28 16:37:20 +00:00
lib Updated version of cscope/mkid support. Check libkern and compat lib 2002-06-18 23:46:52 +00:00
lkm Revert rev. 1.10 of Makefile and fix the problem properly by adding 2002-06-02 23:46:49 +00:00
miscfs
msdosfs UBCify a bit in detrunc() that was missed. from PR 17143. 2002-06-05 02:07:48 +00:00
net Fill ar_hrd for AF_ARP. 2002-06-25 03:42:28 +00:00
netatalk
netccitt
netinet split logging code in order to reduce maximum stack usage. 2002-06-29 04:13:21 +00:00
netinet6 typo in name 2002-06-29 12:33:33 +00:00
netisdn
netiso
netkey correct %d/%u mismatch. sync w/kame 2002-06-27 14:39:45 +00:00
netnatm
netns
netsmb SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
nfs increase IP TTL for BOOTP/DHCP request packets to avoid dumb 2002-06-10 17:45:54 +00:00
ntfs
stand
sys Version times() so that programs compiled before the recent change to make 2002-06-30 09:45:39 +00:00
ufs Fix miscalculation in lfs_fits found by Trevin Beattie <trevin@xmission.com>. 2002-06-20 22:10:24 +00:00
uvm rearrange a few lines to appease an assertion. 2002-06-29 18:27:30 +00:00
Makefile