cvs commit: src/sys/dev/usb if_aue.c if_auereg.h if_axe.c if_axereg.h if_cue.c if_cuereg.h if_kue.c if_kuereg.h if_rue.c if_ruereg.h if_udav.c if_udavreg.h

Ian Dowse iedowse at FreeBSD.org
Sun May 23 05:35:40 PDT 2004


iedowse     2004/05/23 05:35:25 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/usb          if_aue.c if_auereg.h if_axe.c if_axereg.h 
                         if_cue.c if_cuereg.h if_kue.c if_kuereg.h 
                         if_rue.c if_ruereg.h if_udav.c 
                         if_udavreg.h 
  Log:
  Replace the static "qdat" structure with a per-instance softc field
  in all USB ethernet drivers. The qdat structure contains a pointer
  to the interface's struct ifnet and is used to process incoming
  packets, so simultaneous use of two similar devices caused crashes
  and confusion.
  
  The if_udav driver appeared in the tree since Daan's PR, so I made
  similar changes to that driver too.
  
  PR:             kern/59290
  Submitted by:   Daan Vreeken <Danovitsch at Vitsch.net>
  
  Revision  Changes    Path
  1.81      +3 -5      src/sys/dev/usb/if_aue.c
  1.18      +1 -0      src/sys/dev/usb/if_auereg.h
  1.14      +3 -5      src/sys/dev/usb/if_axe.c
  1.3       +1 -0      src/sys/dev/usb/if_axereg.h
  1.47      +3 -5      src/sys/dev/usb/if_cue.c
  1.13      +1 -0      src/sys/dev/usb/if_cuereg.h
  1.54      +3 -5      src/sys/dev/usb/if_kue.c
  1.14      +1 -0      src/sys/dev/usb/if_kuereg.h
  1.11      +3 -5      src/sys/dev/usb/if_rue.c
  1.3       +1 -0      src/sys/dev/usb/if_ruereg.h
  1.2       +3 -7      src/sys/dev/usb/if_udav.c
  1.2       +1 -0      src/sys/dev/usb/if_udavreg.h


More information about the cvs-src mailing list