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 21:04:15
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Jun 30 18:04:14 UTC 2002

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

Log Message:
* 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.54 -r1.55 syssrc/sys/dev/pci/if_sip.c
cvs rdiff -r1.10 -r1.11 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.