diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:33:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 10:33:21 +0000 |
commit | 72cab471d1ef38fdece308c745c4419c300f68ca (patch) | |
tree | daf475e63f48a70d0c2c48e72b15c7e7534cd79f /sys/arch/i386/conf/INST | |
parent | edc65d0998c23329d5dca7fd242921fb3109f0a7 (diff) |
isadma is now a real driver, and the i386 ports needs to use it
Diffstat (limited to 'sys/arch/i386/conf/INST')
-rw-r--r-- | sys/arch/i386/conf/INST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST index 33093f06568..a703897cd44 100644 --- a/sys/arch/i386/conf/INST +++ b/sys/arch/i386/conf/INST @@ -1,4 +1,4 @@ -# $OpenBSD: INST,v 1.2 1996/05/30 09:25:52 deraadt Exp $ +# $OpenBSD: INST,v 1.3 1996/06/16 10:33:14 deraadt Exp $ # $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $ # # Install kernels no longer support X. @@ -67,6 +67,7 @@ pcic3 at pcicmaster1 irq 12 iomem 0xd7000 iosiz 4096 pcmcia* at pcic? npx0 at isa? port 0xf0 irq 13 # math coprocessor +isadma0 at isa? pc0 at isa? port 0x60 irq 1 # generic PC console device #vt0 at isa? port 0x60 irq 1 |