Date: Tue, 19 Mar 2002 14:38:52 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Josef Karthauser <joe@tao.org.uk> Cc: Alfred Perlstein <bright@mu.org>, hackers@freebsd.org Subject: Re: usb breakage. Message-ID: <Pine.BSF.4.21.0203191437580.6793-100000@InterJet.elischer.org> In-Reply-To: <20020319213804.GB7786@genius.tao.org.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 19 Mar 2002, Josef Karthauser wrote: > > > +#if 0 > > Static void > > uhci_dump_ii(uhci_intr_info_t *ii) > > { > > @@ -964,6 +965,7 @@ > > ed->bEndpointAddress, ed->bmAttributes); > > #undef DONE > > } > > +#endif > > I'm not sure why there's two uhci_dump_ii functions defined. I'll get > to the bottom of it (there's one in the NetBSD version). I may have added a dummy one at one stage in order to get LINT to compile.. (I think it was called but didn;t exist when DEBUG was defined) > > > - splx(s) > > + splx(s); > > Ahha! That shouldn't be like that! Feel free to commit this bit. > > Joe > 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?Pine.BSF.4.21.0203191437580.6793-100000>