diff options
author | 2006-05-06 01:20:32 +0000 | |
---|---|---|
committer | 2006-05-06 01:20:32 +0000 | |
commit | c282bd5ebfba2f7fe1b170cb67fa4e462f99f441 (patch) | |
tree | c24a4850ea9d670198d993d29605edf4c8dadcc0 | |
parent | Oops, correct import this time. (diff) | |
download | wireguard-openbsd-c282bd5ebfba2f7fe1b170cb67fa4e462f99f441.tar.xz wireguard-openbsd-c282bd5ebfba2f7fe1b170cb67fa4e462f99f441.zip |
add ciss(4) to the untested section, 530[24]'s exist with Alpha specific
firmware for SRM setup.
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 6 |
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 |