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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message