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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to