diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-11 00:40:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-11 00:40:07 +0000 |
commit | 36aa6c0208b0b1541aacec0ff0bc7c173b782a70 (patch) | |
tree | 9851edb6f5313265957f46cdc7a57945168a7ccb /sys/arch/i386/conf/GENERIC | |
parent | 69c1d762951e23af498b93e5bad97998f00dbda6 (diff) |
fix eisa ultrastor config
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bff9968430c..b71f960c4c9 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.35 1996/10/24 23:25:09 downsj Exp $ +# $OpenBSD: GENERIC,v 1.36 1996/12/11 00:39:59 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -107,7 +107,7 @@ sea0 at isa? iomem 0xc8000 irq 5 scsibus* at sea? uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers -uha2 at isa? port ? irq ? # UltraStor 24f SCSI controllers +uha* at eisa? slot ? # UltraStor 24f SCSI controllers scsibus* at uha? wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers wds1 at isa? port 0x358 irq 11 drq 5 |