Date: Sun, 21 Nov 1999 09:25:30 -0800 (PST) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c ums.c uhid.c ulpt.c Message-ID: <199911211725.JAA55894@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
n_hibma 1999/11/21 09:25:30 PST Modified files: sys/dev/usb ugen.c ums.c uhid.c ulpt.c Log: Revoke the vnodes on detach. This avoids the crashes people have seen when moused was still running when the mouse was detached. Convert uhid to use make_dev while I am there. Ugen still needs to be converted. Revision Changes Path 1.28 +15 -3 src/sys/dev/usb/ugen.c 1.35 +7 -5 src/sys/dev/usb/ums.c 1.24 +19 -11 src/sys/dev/usb/uhid.c 1.25 +11 -2 src/sys/dev/usb/ulpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911211725.JAA55894>