Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isapnp symbolic constants are good, but this is anot...
details: https://anonhg.NetBSD.org/src/rev/08720960bd6b
branches: trunk
changeset: 569726:08720960bd6b
user: drochner <drochner%NetBSD.org@localhost>
date: Wed Sep 01 21:13:44 2004 +0000
description:
symbolic constants are good, but this is another namespace
diffstat:
sys/dev/isapnp/sb_isapnp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 36d23a2e4327 -r 08720960bd6b sys/dev/isapnp/sb_isapnp.c
--- a/sys/dev/isapnp/sb_isapnp.c Wed Sep 01 21:09:09 2004 +0000
+++ b/sys/dev/isapnp/sb_isapnp.c Wed Sep 01 21:13:44 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sb_isapnp.c,v 1.41 2002/10/02 16:34:04 thorpej Exp $ */
+/* $NetBSD: sb_isapnp.c,v 1.42 2004/09/01 21:13:44 drochner Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sb_isapnp.c,v 1.41 2002/10/02 16:34:04 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sb_isapnp.c,v 1.42 2004/09/01 21:13:44 drochner Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -134,7 +134,7 @@
} else
sc->sc_drq16 = ipa->ipa_drq[1].num;
} else
- sc->sc_drq16 = ISACF_DRQ_DEFAULT;
+ sc->sc_drq16 = -1;
#if NMPU > 0
if (ipa->ipa_nio > 1) {
Home |
Main Index |
Thread Index |
Old Index