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/ALL | |
parent | 69c1d762951e23af498b93e5bad97998f00dbda6 (diff) |
fix eisa ultrastor config
Diffstat (limited to 'sys/arch/i386/conf/ALL')
-rw-r--r-- | sys/arch/i386/conf/ALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index fe387907f9f..ac1f5aa5f94 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $OpenBSD: ALL,v 1.11 1996/10/24 23:25:03 downsj Exp $ +# $OpenBSD: ALL,v 1.12 1996/12/11 00:39:56 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # ALL -- everything that's currently supported @@ -152,7 +152,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 |