Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/21/2003 16:22:48
Module Name:	src
Committed By:	thorpej
Date:		Tue Oct 21 16:22:48 UTC 2003

Modified Files:
	src/sys/dev/pci: pcireg.h

Log Message:
- Since we access PCI config space as 32-bit words, redefine the PCI-X
  command register bits offset and shifted appropriatly (PCI-X command
  makes up the upper 16 bits of the register that holds the PCI-X cap ID
  and next-cap-pointer).
- Define shift counts for max memory read byte count in the command
  and status registers.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/pci/pcireg.h

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