cvs commit: src/sys/dev/aic7xxx aic79xx.h aic79xx_pci.c
src/sys/dev/pci pcireg.h
John Baldwin
jhb at FreeBSD.org
Fri Jan 19 22:37:58 UTC 2007
jhb 2007-01-19 22:37:52 UTC
FreeBSD src repository
Modified files:
sys/dev/aic7xxx aic79xx.h aic79xx_pci.c
sys/dev/pci pcireg.h
Log:
- Change the PCI-X registers constants to be relative to the PCI-X PCI
capability rather than hardcoded offsets for a particular card. While
I'm here, expand the constants some.
- Change the ahd(4) driver to use pci_find_extcap() to locate the PCI-X
capability to keep up with the first change.
Reviewed by: scottl, gibbs (earlier version)
Revision Changes Path
1.25 +3 -0 src/sys/dev/aic7xxx/aic79xx.h
1.25 +14 -7 src/sys/dev/aic7xxx/aic79xx_pci.c
1.57 +71 -15 src/sys/dev/pci/pcireg.h
More information about the cvs-src
mailing list