cvs commit: src/sys/dev/bktr bktr_core.c
Sean Kelly
smkelly at FreeBSD.org
Sun Jul 3 01:01:50 GMT 2005
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 at FreeBSD.org | http://www.sean-kelly.org/
More information about the cvs-src
mailing list