summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkioconf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-03-29 15:04:14 +0000
committerbde <bde@FreeBSD.org>1996-03-29 15:04:14 +0000
commitb80fd56bd8648763726b1962de2532b3db6c29d0 (patch)
tree3c40a90aa92dd2d2b1bf6b6a861ed1a533ddd8b3 /usr.sbin/config/mkioconf.c
parente88d323eb20988f53ffb90de744aaaae4bae697f (diff)
downloadFreeBSD-src-b80fd56bd8648763726b1962de2532b3db6c29d0.zip
FreeBSD-src-b80fd56bd8648763726b1962de2532b3db6c29d0.tar.gz
Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of
in the clk0 counter. Reviewed by: se
Diffstat (limited to 'usr.sbin/config/mkioconf.c')
-rw-r--r--usr.sbin/config/mkioconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c
index 9eda8f0..39a0819 100644
--- a/usr.sbin/config/mkioconf.c
+++ b/usr.sbin/config/mkioconf.c
@@ -682,7 +682,7 @@ i386_ioconf()
if (printed)
fprintf(fp1, "\n");
}
- dev_id = 2;
+ dev_id = 6; /* XXX must match mkglue.c */
isa_devtab(fp, "bio", &dev_id);
if (seen_wdc)
isa_biotab(fp, "wdc");
OpenPOWER on IntegriCloud