Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2005 21:03:13 +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_cis.h cardbusvar.h
Message-ID:  <200502062103.j16L3DSs048929@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-02-06 21:03:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cardbus      cardbus.c cardbus_cis.c cardbus_cis.h 
                         cardbusvar.h 
  Log:
  Move resource allocation routines from cardbus_cis.c to cardbus.c.
  They have nothing at all to do with CIS parsing.
  
  Remove some unused funce parsing: nothing used the results.
  
  Use more of pccard_cis.h's deifnitions for the cardbus specific cis
  parsing we do.  More work is needed in this area.
  
  This reduces the size of the cardbus module by 380 bytes or so...
  
  Revision  Changes    Path
  1.47      +299 -10   src/sys/dev/cardbus/cardbus.c
  1.49      +3 -315    src/sys/dev/cardbus/cardbus_cis.c
  1.13      +1 -22     src/sys/dev/cardbus/cardbus_cis.h
  1.11      +0 -7      src/sys/dev/cardbus/cardbusvar.h



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