summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorderaadt <deraadt@NetBSD.org>1993-05-11 04:15:22 +0000
committerderaadt <deraadt@NetBSD.org>1993-05-11 04:15:22 +0000
commite439c311cdc933491ffd29b323446cfe784faecf (patch)
tree0499009ecbe75d993cf9651b8576f3e7f5258d41 /sys/dev/isa
parent4c40e74463bfd8ea72a1f986ca5fffccd87d0585 (diff)
Whoops. One more 0x0ffff to expunge..
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c
index 7f340d58bdc..ff1b15012be 100644
--- a/sys/dev/isa/isa.c
+++ b/sys/dev/isa/isa.c
@@ -35,7 +35,7 @@
*
* @(#)isa.c 7.2 (Berkeley) 5/13/91
*/
-static char rcsid[] = "$Header: /cvsroot/src/sys/dev/isa/isa.c,v 1.11 1993/05/11 04:06:23 deraadt Exp $";
+static char rcsid[] = "$Header: /cvsroot/src/sys/dev/isa/isa.c,v 1.12 1993/05/11 04:15:22 deraadt Exp $";
/*
* code to manage AT bus
@@ -161,7 +161,7 @@ config_isadev(isdp, mp)
config_attach(dp, isdp);
- if (isdp->id_irq != 0x0ffff) {
+ if (isdp->id_irq) {
int intrno;
intrno = ffs(isdp->id_irq)-1;