Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/30/2002 23:36:07
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Jun 30 20:36:07 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: if_sip.c

Log Message:
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.59 -r1.60 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.