diff options
-rw-r--r-- | distrib/notes/alpha/hardware | 5 | ||||
-rw-r--r-- | distrib/notes/amd64/hardware | 4 | ||||
-rw-r--r-- | distrib/notes/i386/hardware | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 9 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 10 |
5 files changed, 13 insertions, 19 deletions
diff --git a/distrib/notes/alpha/hardware b/distrib/notes/alpha/hardware index f79bd15d46f..9633b031c82 100644 --- a/distrib/notes/alpha/hardware +++ b/distrib/notes/alpha/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.79 2006/05/23 19:46:10 jmc Exp $ +dnl $OpenBSD: hardware,v 1.80 2006/05/28 17:43:51 martin Exp $ OpenBSD/MACHINE OSREV is expected to run on the following hardware. If you have hardware that is listed here and are unable to run OpenBSD, or if you are able to run OpenBSD on hardware not listed @@ -190,6 +190,8 @@ Supported Peripherals: (siop) AMD Am53c974 PCscsi-PCI host adapters including the Tekram DC-390 (pcscp) [*] + RAID and Cache Controllers [*] + 3ware Escalade 3W-5x00, 3W-6x00, 3W-7x00 CD-ROM and DVD-ROM Drives [*] Most SCSI CD-ROM, CD-R, CD-RW, and DVD drives Most ATAPI CD-ROM, CD-R, CD-RW, and DVD drives @@ -425,7 +427,6 @@ work. It's our best guess that they do, but any feedback is appreciated. AdvanSys ABP940UW, ASB3940UW-00, ASB3940U2W-00 and ASB3950U160 PCI SCSI controllers. (adw) RAID and Cache Controllers [*] - 3ware Escalade 3W-5x00, 3W-6x00 DPT SmartCache and SmartRaid III/IV PCI/EISA adapters (dpt) ICP-Vortex GDT 6xxxR[DNPS] series (gdt) Serial Ports [*] diff --git a/distrib/notes/amd64/hardware b/distrib/notes/amd64/hardware index b470133c498..3b4ab892056 100644 --- a/distrib/notes/amd64/hardware +++ b/distrib/notes/amd64/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.73 2006/05/23 19:46:10 jmc Exp $ +dnl $OpenBSD: hardware,v 1.74 2006/05/28 17:43:51 martin Exp $ OpenBSD/MACHINE OSREV should work on all Athlon 64-based and compatible designs. @@ -105,7 +105,7 @@ dnl YENTA-compatible PCI-CardBus bridges Tekram DC-3x5U (DC-315U, DC-395U/UW/F) TRM-S1040 based PCI SCSI host adapters RAID and Cache Controllers - 3ware Escalade 3W-5x00, 3W-6x00 + 3ware Escalade 3W-5x00, 3W-6x00, 3W-7x00 Adaptec FSA-based RAID controllers, including: Adaptec AAC-2622, AAC-364, AAC-3642 Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, diff --git a/distrib/notes/i386/hardware b/distrib/notes/i386/hardware index 31cd43d51c0..cff7e3efab7 100644 --- a/distrib/notes/i386/hardware +++ b/distrib/notes/i386/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.235 2006/05/23 19:46:10 jmc Exp $ +dnl $OpenBSD: hardware,v 1.236 2006/05/28 17:43:51 martin Exp $ OpenBSD/MACHINE OSREV works across a broad range of standard PCs and clones, with a wide variety of processors and I/O bus architectures. It can be expected to install and run with minimal difficulties on most @@ -162,7 +162,7 @@ Supported hardware {:-include-:}: Ultrastor 14f, 24f, and 34f [A] [C] WD-7000 SCSI host adapters [A] [B] [C] RAID and Cache Controllers - 3ware Escalade 3W-5x00, 3W-6x00 [A] [C] + 3ware Escalade 3W-5x00, 3W-6x00, 3W-7x00 [A] [C] Adaptec FSA-based RAID controllers, including: [*] Adaptec AAC-2622, AAC-364, AAC-3642 Dell PERC 2/Si, PERC 2/QC, PERC 3/Si, PERC 3/Di, diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 99fc9152823..586c5d49179 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.171 2006/05/06 05:37:02 brad Exp $ +# $OpenBSD: GENERIC,v 1.172 2006/05/28 17:43:51 martin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -175,6 +175,8 @@ siop* at pci? # NCR 53c8xx SCSI scsibus* at siop? pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? +twe* at pci? # 3ware Escalade RAID controllers +scsibus* at twe? #UNTESTED: the following drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI @@ -185,11 +187,6 @@ dpt* at pci? # DPT SmartCache/SmartRAID PCI scsibus* at dpt? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? -twe* at pci? # 3ware Escalade RAID controllers -scsibus* at twe? -## - -#BROKEN: adv and twe have 64-bit problems #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI #scsibus* at adv? #ami* at pci? # AMI MegaRAID controllers diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f8248230cf5..04fd0798422 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.65 2006/05/06 05:37:02 brad Exp $ +# $OpenBSD: RAMDISKBIG,v 1.66 2006/05/28 17:43:51 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. @@ -148,7 +148,6 @@ pceb* at pci? # Intel PCI-EISA bridge cy* at pci? # PCI cyclom card # PCI SCSI devices - ahc* at pci? # Adaptec 2940 SCSI controllers scsibus* at ahc? isp* at pci? # Qlogic ISP [12]0x0 SCSI/FibreChannel @@ -157,6 +156,8 @@ siop* at pci? # NCR 53c8xx SCSI scsibus* at siop? pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI scsibus* at pcscp? +twe* at pci? # 3ware Escalade RAID controllers +scsibus* at twe? #UNTESTED: the following drivers are untested. adw* at pci? # AdvanSys ULTRA WIDE SCSI @@ -167,13 +168,8 @@ dpt* at pci? # DPT SmartCache/SmartRAID PCI scsibus* at dpt? gdt* at pci? # ICP Vortex GDT RAID controllers scsibus* at gdt? -## - -#BROKEN: adv and twe have 64-bit problems #adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI #scsibus* at adv? -#twe* at pci? # 3ware Escalade RAID controllers -#scsibus* at twe? # PCI Network devices pcn* at pci? # AMD PCnet-PCI Ethernet |