Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2006 20:04:59 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_device.c cardbusreg.h cardbusvar.h
Message-ID:  <200601302004.k0UK4xT0022554@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601302004.k0UK4xT0022554>