Date: Sun, 23 May 2004 05:35:25 -0700 (PDT) From: Ian Dowse <iedowse@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_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 Message-ID: <200405231235.i4NCZPXn053175@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405231235.i4NCZPXn053175>