From owner-freebsd-hackers Tue Mar 19 12:51:46 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id DB03D37B43A; Tue, 19 Mar 2002 12:51:31 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 57001AE30B; Tue, 19 Mar 2002 12:51:31 -0800 (PST) Date: Tue, 19 Mar 2002 12:51:31 -0800 From: Alfred Perlstein To: joe@freebsd.org Cc: hackers@freebsd.org Subject: usb breakage. Message-ID: <20020319205131.GN455@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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