Date: Mon, 10 Jan 2005 23:01:35 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200501102301.j0AN1ZA0014411@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501102301.j0AN1ZA0014411>
