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

Julian Elischer julian at FreeBSD.org
Mon Jan 10 15:01:36 PST 2005


julian      2005-01-10 23:01:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/dev/usb          if_aue.c if_auereg.h if_cue.c if_cuereg.h 
                         if_kue.c if_kuereg.h if_rue.c if_ruereg.h 
  Log:
  MFC:
    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.
  
  PR: kern/59290
  
  Revision   Changes    Path
  1.19.2.24  +3 -5      src/sys/dev/usb/if_aue.c
  1.5.2.3    +1 -0      src/sys/dev/usb/if_auereg.h
  1.7.2.10   +3 -5      src/sys/dev/usb/if_cue.c
  1.5.2.2    +1 -0      src/sys/dev/usb/if_cuereg.h
  1.17.2.12  +3 -5      src/sys/dev/usb/if_kue.c
  1.5.2.2    +1 -0      src/sys/dev/usb/if_kuereg.h
  1.2.2.5    +3 -5      src/sys/dev/usb/if_rue.c
  1.1.4.3    +1 -0      src/sys/dev/usb/if_ruereg.h


More information about the cvs-all mailing list