diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-24 17:07:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-24 17:07:39 +0000 |
commit | c9f6cd0c19fc61a7d0554c82b3d548a2ab2ee60b (patch) | |
tree | a6676c342bdb291c6b1ebc2ec6d2f9551b7938f0 /sys/arch/i386/conf/INST | |
parent | 27475bfd8a0e51ab3fb342572ed6a25dceee05f3 (diff) |
kernel is /bsd; GENERIC is not an option
Diffstat (limited to 'sys/arch/i386/conf/INST')
-rw-r--r-- | sys/arch/i386/conf/INST | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST index 35c1da388fe..0dfb544648a 100644 --- a/sys/arch/i386/conf/INST +++ b/sys/arch/i386/conf/INST @@ -1,4 +1,4 @@ -# $OpenBSD: INST,v 1.5 1996/06/23 13:53:29 deraadt Exp $ +# $OpenBSD: INST,v 1.6 1996/06/24 17:07:33 deraadt Exp $ # $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $ # # Install kernels no longer support X. @@ -83,7 +83,11 @@ com2 at isa? port 0x3e8 irq 5 #com* at rtfps? slave ? com3 at pcmcia? port 0x2e8 size 8 irq 3 slot ? # PCMCIA modem cards -#cy0 at isa? ... +# option for using CD1400 handshaking for incoming data +# requires a special cable that exchanges the RTS and DTR lines +# options CY_HW_RTS +#cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card +#cy1 at pci? # PCI cyclom card #lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports #lpt1 at isa? port 0x278 @@ -122,7 +126,7 @@ wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards ed2 at isa? port 0x300 iomem 0xcc000 irq 10 -#eg0 at isa? ... # 3C505 ethernet cards +#eg0 at isa? port 0x310 irq 5 # 3C505/Etherlink+ ethernet cards el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards ep0 at isa? port ? irq ? # 3C509 ethernet cards ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN and 3C507 |