summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-05-06 01:20:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-05-06 01:20:33 +0000
commit0733a6f206dd722860c72c134bcfdc561780acc9 (patch)
treef450565d73d2663eb134344aefe3b2709c749125 /sys/arch/alpha/conf
parentd7885f421c14245635172ac9e92eaec82419f48c (diff)
add ciss(4) to the untested section, 530[24]'s exist with Alpha specific
firmware for SRM setup.
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r--sys/arch/alpha/conf/GENERIC6
-rw-r--r--sys/arch/alpha/conf/RAMDISKBIG6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC
index ccc3698862d..61b8b3ce89b 100644
--- a/sys/arch/alpha/conf/GENERIC
+++ b/sys/arch/alpha/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.168 2006/03/27 21:34:31 brad Exp $
+# $OpenBSD: GENERIC,v 1.169 2006/05/06 01:20:32 brad Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -176,9 +176,11 @@ scsibus* at siop?
pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI
scsibus* at pcscp?
-#UNTESTED: the following three drivers are untested.
+#UNTESTED: the following drivers are untested.
adw* at pci? # AdvanSys ULTRA WIDE SCSI
scsibus* at adw?
+ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers
+scsibus* at ciss?
dpt* at pci? # DPT SmartCache/SmartRAID PCI
scsibus* at dpt?
gdt* at pci? # ICP Vortex GDT RAID controllers
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG
index f912d36ea53..95935f3cf15 100644
--- a/sys/arch/alpha/conf/RAMDISKBIG
+++ b/sys/arch/alpha/conf/RAMDISKBIG
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISKBIG,v 1.62 2006/03/12 17:29:48 martin Exp $
+# $OpenBSD: RAMDISKBIG,v 1.63 2006/05/06 01:20:32 brad 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.
@@ -158,9 +158,11 @@ scsibus* at siop?
pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI
scsibus* at pcscp?
-#UNTESTED: the following three drivers are untested.
+#UNTESTED: the following drivers are untested.
adw* at pci? # AdvanSys ULTRA WIDE SCSI
scsibus* at adw?
+ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers
+scsibus* at ciss?
dpt* at pci? # DPT SmartCache/SmartRAID PCI
scsibus* at dpt?
gdt* at pci? # ICP Vortex GDT RAID controllers