cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusreg.h cardbusvar.h

M. Warner Losh imp at bsdimp.com
Mon Jan 30 12:41:13 PST 2006


In message: <20060130201748.GC90131 at FreeBSD.org>
            Gleb Smirnoff <glebius at FreeBSD.org> writes:
: On Mon, Jan 30, 2006 at 08:04:59PM +0000, Warner Losh wrote:
: W> imp         2006-01-30 20:04:59 UTC
: W> 
: W>   FreeBSD src repository
: W> 
: W>   Modified files:        (Branch: RELENG_6)
: W>     sys/dev/cardbus      cardbus.c cardbus_cis.c cardbusreg.h 
: W>                          cardbusvar.h 
: W>   Added files:           (Branch: RELENG_6)
: W>     sys/dev/cardbus      cardbus_device.c 
: W>   Log:
: W>   MFC: Catchup to HEAD
: W>           o Move resource allocation into pci layer, rather than duplicating
: W>             it in this layer (poorly at that).
: W>           o Provide preliminary support for dumping of CardBus card's CIS.
: W>           o Simplify I/O memory range allocations
: W>           o Use PCI layer symbols rather than cardbus layer symbols
: W>           o Improve cis tuple callbacks
: W>   
: W>   Revision  Changes    Path
: W>   1.52.2.2  +54 -359   src/sys/dev/cardbus/cardbus.c
: W>   1.50.2.1  +80 -140   src/sys/dev/cardbus/cardbus_cis.c
: W>   1.1.2.1   +180 -0    src/sys/dev/cardbus/cardbus_device.c (new)
: W>   1.8.2.1   +0 -37     src/sys/dev/cardbus/cardbusreg.h
: W>   1.11.2.1  +34 -2     src/sys/dev/cardbus/cardbusvar.h
: 
: You said, that you have finally found an xl(4) card with non-parseable
: CIS. I hope these changes were tested with it. Was them?

Yes.  These changes have been extensively tested with 5 different xl
cards that I have.  Including the one that was like the one you had
problems with.

Warner



More information about the cvs-src mailing list