Date: Mon, 26 Feb 2001 17:05:25 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_auereg.h if_cuereg.h if_kuereg.h Message-ID: <200102270105.f1R15Pd70009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/02/26 17:05:25 PST Modified files: sys/dev/usb if_auereg.h if_cuereg.h if_kuereg.h Log: Disable the mutex locking calls. These do not work in their present form as the code calls the usb stack (which can sleep) while holding the driver lock. This leads to a deadlock. Revision Changes Path 1.8 +6 -1 src/sys/dev/usb/if_auereg.h 1.8 +6 -1 src/sys/dev/usb/if_cuereg.h 1.8 +6 -1 src/sys/dev/usb/if_kuereg.h 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?200102270105.f1R15Pd70009>