summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-06-16 19:06:36 +0000
committerjmg <jmg@FreeBSD.org>2003-06-16 19:06:36 +0000
commit3a91d555c6b69108c6c35d7e7f40ca7fdc513070 (patch)
treeb8e24fb9225b24e7be7d0c3f94dfd4770140218f /sys/sparc64
parent78ee1563afff191a2968fa2a69195f7f0b34028d (diff)
downloadFreeBSD-src-3a91d555c6b69108c6c35d7e7f40ca7fdc513070.zip
FreeBSD-src-3a91d555c6b69108c6c35d7e7f40ca7fdc513070.tar.gz
fix misspelling of ORIR_NOTFOUND
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/isa/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c
index 09c95c1..2df0257d 100644
--- a/sys/sparc64/isa/isa.c
+++ b/sys/sparc64/isa/isa.c
@@ -170,7 +170,7 @@ isa_route_intr_res(device_t bus, u_long start, u_long end)
if (start > 7)
panic("isa_route_intr_res: start out of isa range");
res = isa_ino[start];
- if (res == 255)
+ if (res == ORIR_NOTFOUND)
device_printf(bus, "could not map interrupt %d\n", res);
return (res);
}
OpenPOWER on IntegriCloud