Date: Sun, 16 Jan 2005 04:49:42 -0600 From: Sean Kelly <smkelly@FreeBSD.org> To: Olivier Houchard <cognet@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bktr bktr_core.c Message-ID: <20050116104942.GA39032@edgemaster.zombie.org> In-Reply-To: <200501160101.j0G11FdX014832@repoman.freebsd.org> References: <200501160101.j0G11FdX014832@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 16, 2005 at 01:01:15AM +0000, Olivier Houchard wrote:
> cognet 2005-01-16 01:01:15 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_5)
> sys/dev/bktr bktr_core.c
> Log:
> MFC rev 1.139:
> revision 1.138
> date: 2005/01/09 17:42:03; author: cognet; state: Exp; lines: +64 -64
> Use uint32_t instead of u_long when appropriate.
> That's enough to make my bt848 work on amd64.
--- src/sys/dev/bktr/bktr_core.c 2004/06/16 09:46:38 1.135
+++ src/sys/dev/bktr/bktr_core.c 2005/01/16 01:01:14 1.135.2.1
...
- if (ioflag & IO_NDELAY) {
+ if (ioflag & FNDELAY) {
...
This broke my RELENG_5 build. I'd debug it more, but it is approaching 5AM
and only bad things would come of it.
--
Sean Kelly | PGP KeyID: D2E5E296
smkelly@FreeBSD.org | http://www.sean-kelly.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050116104942.GA39032>
