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:20:33
Module Name:	syssrc
Committed By:	tron
Date:		Fri Nov  1 18:20:33 UTC 2002

Modified Files:
	syssrc/sys/dev/pci [netbsd-1-6]: if_sipreg.h

Log Message:
Pull up revision 1.11 (requested by thorpej in ticket #411):
* Give symbolic names to the CFG bits in the EEPROM.
* Get CFG_M64ADDR, CFG_T64ADDR, and CFG_DATA64_EN from the EEPROM.
  Note, we still disable CFG_M64ADDR and CFG_T64ADDR later (XXX need
  PCI bus capability flags for these).
* Print a message if we're in a 64-bit slot and 64-bit data is
  disabled in the EEPROM.  Make sure CFG_DATA64_EN is disabled if
  we're not in a 64-bit slot.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.4.1 syssrc/sys/dev/pci/if_sipreg.h

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