cvs commit: src/sys/dev/usb if_axe.c if_cdce.c if_cdcereg.h if_cue.c if_kue.c if_rue.c if_rum.c if_udav.c if_ural.c

Warner Losh imp at FreeBSD.org
Sat Jun 9 06:31:08 UTC 2007


imp         2007-06-09 06:31:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_axe.c if_cdce.c if_cdcereg.h if_cue.c 
                         if_kue.c if_rue.c if_rum.c if_udav.c 
                         if_ural.c 
  Log:
  The devinfo stuff has been moved up into the parent bus.  There's no
  need to do it at all anymore.  Remove it from here.  Expand
  USB_ATTACH_SETUP inline now that it is one line and we're moving away
  from the compat macros.  Remove some bzero calls that turn out not be
  be necessary.
  
  Revision  Changes    Path
  1.45      +0 -6      src/sys/dev/usb/if_axe.c
  1.17      +0 -5      src/sys/dev/usb/if_cdce.c
  1.7       +0 -2      src/sys/dev/usb/if_cdcereg.h
  1.65      +0 -6      src/sys/dev/usb/if_cue.c
  1.74      +0 -6      src/sys/dev/usb/if_kue.c
  1.32      +0 -12     src/sys/dev/usb/if_rue.c
  1.4       +1 -4      src/sys/dev/usb/if_rum.c
  1.26      +2 -8      src/sys/dev/usb/if_udav.c
  1.55      +1 -4      src/sys/dev/usb/if_ural.c


More information about the cvs-src mailing list