Date: Tue, 19 Mar 2002 12:51:31 -0800 From: Alfred Perlstein <bright@mu.org> To: joe@freebsd.org Cc: hackers@freebsd.org Subject: usb breakage. Message-ID: <20020319205131.GN455@elvis.mu.org>
next in thread | raw e-mail | index | archive | help
Please review this fix. Index: dev/usb/uhci.c =================================================================== RCS file: /home/ncvs/src/sys/dev/usb/uhci.c,v retrieving revision 1.87 diff -u -r1.87 uhci.c --- dev/usb/uhci.c 16 Mar 2002 12:44:21 -0000 1.87 +++ dev/usb/uhci.c 19 Mar 2002 20:21:55 -0000 @@ -917,6 +917,7 @@ } } +#if 0 Static void uhci_dump_ii(uhci_intr_info_t *ii) { @@ -964,6 +965,7 @@ ed->bEndpointAddress, ed->bmAttributes); #undef DONE } +#endif #endif @@ -2761,7 +2763,7 @@ /* Enter QHs into the controller data structures. */ for(i = 0; i < npoll; i++) uhci_add_intr(sc, upipe->u.intr.qhs[i]); - splx(s) + splx(s); DPRINTFN(5, ("uhci_setintr: returns %p\n", upipe)); return (USBD_NORMAL_COMPLETION); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020319205131.GN455>