cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c
cardbus_device.c cardbusreg.h cardbusvar.h
Warner Losh
imp at FreeBSD.org
Mon Jan 30 12:05:01 PST 2006
imp 2006-01-30 20:04:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/cardbus cardbus.c cardbus_cis.c cardbusreg.h
cardbusvar.h
Added files: (Branch: RELENG_6)
sys/dev/cardbus cardbus_device.c
Log:
MFC: Catchup to HEAD
o Move resource allocation into pci layer, rather than duplicating
it in this layer (poorly at that).
o Provide preliminary support for dumping of CardBus card's CIS.
o Simplify I/O memory range allocations
o Use PCI layer symbols rather than cardbus layer symbols
o Improve cis tuple callbacks
Revision Changes Path
1.52.2.2 +54 -359 src/sys/dev/cardbus/cardbus.c
1.50.2.1 +80 -140 src/sys/dev/cardbus/cardbus_cis.c
1.1.2.1 +180 -0 src/sys/dev/cardbus/cardbus_device.c (new)
1.8.2.1 +0 -37 src/sys/dev/cardbus/cardbusreg.h
1.11.2.1 +34 -2 src/sys/dev/cardbus/cardbusvar.h
More information about the cvs-src
mailing list