ehci.c : uncommited patch fixes DRAC5 problems

Hans Petter Selasky hselasky at c2i.net
Wed Sep 20 13:32:34 PDT 2006


On Wednesday 20 September 2006 20:50, Bill Moran wrote:
> In response to Hans Petter Selasky <hselasky at c2i.net>:
> > Ok. Just add:
> >
> > #ifndef TS_CALLOUT
> > #define TS_CALLOUT MINOR_CALLOUT
> > #endif
> >
> > If you get more errors, then just compile with the -k option to get all
> > errors.
> >
> > Before line 186.
>
> I'll let you know, but I may not get to this until tomorrow.

Looks like my patch failed. Try this instead:

#ifndef TS_CALLOUT
#define TS_CALLOUT NULL, unit, MINOR_CALLOUT /* compile fix for FreeBSD 6.x */
#endif

--HPS


More information about the freebsd-usb mailing list