cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csvar.h

Warner Losh imp at FreeBSD.org
Fri Jun 6 05:25:32 UTC 2008


imp         2008-06-06 05:25:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cs           if_cs.c if_cs_isa.c if_cs_pccard.c 
                         if_csvar.h 
  Log:
  SVN rev 179597 on 2008-06-06 05:25:24Z by imp
  
  Minor clean up to shave about 1.5k off the size of the driver:
  o remove unused fields from softc and args from cs_alloc_irq
  o remove some commented code that will never be implemented.
  o Don't try to send a packet and see if it worked.  We don't
    need this anymore, and it doesn't add any value.
  o tweaks for BNC and AUI.
  o limit possible time hung in the kernel to 4s rather than 40s.
  
  Revision  Changes    Path
  1.51      +6 -84     src/sys/dev/cs/if_cs.c
  1.11      +5 -7      src/sys/dev/cs/if_cs_isa.c
  1.23      +0 -1      src/sys/dev/cs/if_cs_pccard.c
  1.12      +1 -3      src/sys/dev/cs/if_csvar.h


More information about the cvs-all mailing list