diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-14 05:13:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-14 05:13:15 +0000 |
commit | 9711bde49fc93699cbd1bd5de369cf2b9c14c7e9 (patch) | |
tree | 52a42aab4c88165f12400af6b3c2439864947379 /sys/arch/i386/conf | |
parent | 2852fe3179db211d13a5e3f68eb408bdfb8d11c1 (diff) |
Add pcscp support.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index bb34243224d..511e8bc6923 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.238 2001/02/13 21:40:35 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.239 2001/02/14 05:13:14 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -224,6 +224,8 @@ adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI 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 |