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

Warner Losh imp at FreeBSD.org
Mon Jun 18 22:25:47 UTC 2007


imp         2007-06-18 22:25:46 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_aue.c if_axe.c if_cue.c if_kue.c 
                         if_rue.c if_rum.c if_udav.c if_ural.c 
  Log:
  Use device_foo_t to declare kobj methods
  Fix shutdown type to return int rather than void.
  
  Revision  Changes    Path
  1.113     +9 -9      src/sys/dev/usb/if_aue.c
  1.51      +9 -9      src/sys/dev/usb/if_axe.c
  1.71      +6 -6      src/sys/dev/usb/if_cue.c
  1.81      +6 -6      src/sys/dev/usb/if_kue.c
  1.38      +10 -9     src/sys/dev/usb/if_rue.c
  1.9       +20 -4     src/sys/dev/usb/if_rum.c
  1.31      +16 -12    src/sys/dev/usb/if_udav.c
  1.61      +4 -3      src/sys/dev/usb/if_ural.c


More information about the cvs-src mailing list