Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ofisa one more case: don't use ISACF_* constants int...



details:   https://anonhg.NetBSD.org/src/rev/a529f7a63736
branches:  trunk
changeset: 569728:a529f7a63736
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Sep 01 21:30:25 2004 +0000

description:
one more case: don't use ISACF_* constants internally

diffstat:

 sys/dev/ofisa/if_cs_ofisa.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 71497fead22c -r a529f7a63736 sys/dev/ofisa/if_cs_ofisa.c
--- a/sys/dev/ofisa/if_cs_ofisa.c       Wed Sep 01 21:26:29 2004 +0000
+++ b/sys/dev/ofisa/if_cs_ofisa.c       Wed Sep 01 21:30:25 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cs_ofisa.c,v 1.11 2003/05/03 18:11:32 wiz Exp $     */
+/*     $NetBSD: if_cs_ofisa.c,v 1.12 2004/09/01 21:30:25 drochner Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cs_ofisa.c,v 1.11 2003/05/03 18:11:32 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cs_ofisa.c,v 1.12 2004/09/01 21:30:25 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -185,7 +185,7 @@
                return;
        }
 
-       isc->sc_drq = ISACF_DRQ_DEFAULT;
+       isc->sc_drq = -1;
        n = ofisa_dma_get(aa->oba.oba_phandle, &dma, 1);
 #ifdef _CS_OFISA_MD_DMA_FIXUP
        n = cs_ofisa_md_dma_fixup(parent, self, aux, &dma, 1, n);



Home | Main Index | Thread Index | Old Index