Subject: CVS commit: [netbsd-1-6] syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/01/2002 20:33:47
Module Name:	syssrc
Committed By:	tron
Date:		Fri Nov  1 18:33:47 UTC 2002

Modified Files:
	syssrc/sys/dev/pci [netbsd-1-6]: if_sip.c

Log Message:
Pull up revision 1.60 (requested by thorpej in ticket #415):
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.


To generate a diff of this commit:
cvs rdiff -r1.52.4.5 -r1.52.4.6 syssrc/sys/dev/pci/if_sip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.