diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-08 12:29:31 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2004-12-08 12:29:31 +0000 |
commit | 027c89a0db643e8e0fc2318e47c34b27ff3b7c1e (patch) | |
tree | 6ba53da9f89d15ae42099a3b98da792492d31ad6 /sys/arch/alpha/conf/RAMDISKBIG | |
parent | 0e7001333aa1ea960666eb4666debbbf19696b23 (diff) |
add pcscp(4) at pci
ok miod@
Diffstat (limited to 'sys/arch/alpha/conf/RAMDISKBIG')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 9892b37b649..988db94f6c5 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.44 2004/11/02 21:27:59 mickey Exp $ +# $OpenBSD: RAMDISKBIG,v 1.45 2004/12/08 12:29:30 martin Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -152,6 +152,8 @@ isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel scsibus* at isp? siop* at pci? # NCR 53c8xx SCSI scsibus* at siop? +pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI +scsibus* at pcscp? #UNTESTED: the following three drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI |