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 | |
parent | 0e7001333aa1ea960666eb4666debbbf19696b23 (diff) |
add pcscp(4) at pci
ok miod@
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 12af34f544c..41651f1b2b1 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.131 2004/11/12 18:07:42 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.132 2004/12/08 12:29:29 martin Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ machine alpha @@ -160,6 +160,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 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 |