cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pci pci.c
pci_private.h
John Baldwin
jhb at FreeBSD.org
Fri Jan 20 14:00:51 PST 2006
jhb 2006-01-20 22:00:50 UTC
FreeBSD src repository
Modified files:
sys/dev/cardbus cardbus.c
sys/dev/pci pci.c pci_private.h
Log:
Make the 'pci_devclass' pointer variable private (drivers really shouldn't
share devclass pointers, a mistake I've encouraged in the past) and
move the declaration of the pci_driver kobj class from cardbus.c to
pci_private.h so that other drivers can inherit from pci_driver.
Revision Changes Path
1.61 +0 -1 src/sys/dev/cardbus/cardbus.c
1.310 +1 -1 src/sys/dev/pci/pci.c
1.17 +2 -3 src/sys/dev/pci/pci_private.h
More information about the cvs-src
mailing list