diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-14 05:57:13 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-14 05:57:13 +0000 |
commit | 0ffdb3d382cf7422b4305b0e888e4bac95e41fb5 (patch) | |
tree | 50e3032ba1932f29dc63c01f431a0dd002ffc2f8 /sys/arch | |
parent | 978e6347e9041fedc94b015f3e23c3c12070539e (diff) |
Add pcscp(4) per theo request.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index c1a4a7413bf..39442b6ff41 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.30 2001/02/13 14:50:33 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.31 2001/02/14 05:57:12 fgsch Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -151,6 +151,8 @@ scsibus* at isp? #scsibus* at adv? adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI scsibus* at adw? +pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI +scsibus* at pcscp? #sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers #scsibus* at sea? uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers |