Date: Wed, 20 Sep 2006 22:32:42 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: Bill Moran <wmoran@collaborativefusion.com> Cc: freebsd-usb@freebsd.org Subject: Re: ehci.c : uncommited patch fixes DRAC5 problems Message-ID: <200609202232.44001.hselasky@c2i.net> In-Reply-To: <20060920145028.98dbeb22.wmoran@collaborativefusion.com> References: <20060919174541.7afc5f47.wmoran@collaborativefusion.com> <200609201908.53893.hselasky@c2i.net> <20060920145028.98dbeb22.wmoran@collaborativefusion.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 20 September 2006 20:50, Bill Moran wrote: > In response to Hans Petter Selasky <hselasky@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609202232.44001.hselasky>