diff options
author | bmah <bmah@FreeBSD.org> | 2001-04-05 18:12:50 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-04-05 18:12:50 +0000 |
commit | 36a2fbc48193fa64c445e7426d818677a282063c (patch) | |
tree | 6244a973bd698ec09dd8962564710378a2dbc0d1 /release/texts | |
parent | 467415a2ba769920ed176e23c5daff93b9cc1469 (diff) | |
download | FreeBSD-src-36a2fbc48193fa64c445e7426d818677a282063c.zip FreeBSD-src-36a2fbc48193fa64c445e7426d818677a282063c.tar.gz |
New release notes: ata(4) configure options are now loader tunables,
isp(4) target mode support (submitted by mjacob).
Update hardware lists from isp(4) manpage, fix typos.
Diffstat (limited to 'release/texts')
-rw-r--r-- | release/texts/HARDWARE.TXT | 17 | ||||
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 21 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 21 |
3 files changed, 47 insertions, 12 deletions
diff --git a/release/texts/HARDWARE.TXT b/release/texts/HARDWARE.TXT index a3e0af4..d61a8cc 100644 --- a/release/texts/HARDWARE.TXT +++ b/release/texts/HARDWARE.TXT @@ -367,7 +367,8 @@ ATA controllers: ServerWorks ROSB4 ATA33 SiS 5591 VIA 82C586 - VIA 82C686 + VIA 82C686a + VIA 82C686b WD1003 (any generic MFM/RLL - obsolete) WD1007 (any generic ESDI - obsolete) @@ -473,12 +474,16 @@ verified. 3ware Escalade ATA RAID controllers. All members of the 5000 and 6000 series are supported. -Qlogic Controllers: - Qlogic 1020, 1040 SCSI and Ultra SCSI Host Adaptes +Qlogic Controllers and variants: + Qlogic 1020, 1040 SCSI and Ultra SCSI host adapters Qlogic 1240 dual Ultra SCSI controllers - Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD Controllers - Qlogic 12160 Ultra3 LVD Controllers - Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI Controllers + Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD controllers + Qlogic 12160 Ultra3 LVD controllers + Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI controllers + Performance Technology SBS440 ISP1000 variants + Performance Technology SBS450 ISP1040 variants + Performance Technology SBS470 ISP2100 variants + Antares Microsystems P-0033 ISP2100 variants LSI/SymBios (formerly NCR) 53C810, 53C810a, 53C815, 53C825, 53C825a, 53C860, 53C875, 53C875a, 53C876, 53C885, 53C895, 53C895a, 53C896, diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index e8a045c..f19400e 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -95,8 +95,12 @@ The ata(4) driver now has support for ATA100 controllers. In addition, it now supports the ServerWorks ROSB4 ATA33 chipset, the CMD 648 ATA66 and CMD 649 ATA100 chipsets, and the Cyrix 5530. [MERGED] +To provide more flexible configuration, the various options for the +ata(4) driver are now boot loader tunables, rather than kernel +configure-time options. [MERGED] + The ata(4) driver now has support for tagged queuing, which is -enabled by the ATA_ENABLE_TAGS option. [MERGED] +enabled by the hw.ata.tags loader tunable. [MERGED] The ata(4) driver now has support for ATA "pseudo" RAID controllers as the Promise Fasttrak and HighPoint HPT370 controllers. [MERGED] @@ -297,6 +301,9 @@ interfaces with dynamically-changing IP addresses. [MERGED] The isp(4) driver has been updated. [MERGED] +The isp(4) driver now supports target mode for Qlogic SCSI cards, +including Ultra2 and Ultra3 and dual bus cards. + The ida disk driver now has crashdump support. [MERGED] The random(4) device has been rewritten to use the Yarrow algorithm. @@ -1076,8 +1083,16 @@ SymBios (formerly NCR) 53C810, 53C810a, 53C815, 53C820, 53C825a, Tekram DC390W, 390U and 390F Tyan S1365 -QLogic 1020, 1040, 1040B, 1080 and 1240 SCSI Host Adapters. -QLogic 2100 Fibre Channel Adapters (private loop only). +Qlogic Controllers and variants: + Qlogic 1020, 1040 SCSI and Ultra SCSI host adapters + Qlogic 1240 dual Ultra SCSI controllers + Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD controllers + Qlogic 12160 Ultra3 LVD controllers + Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI controllers + Performance Technology SBS440 ISP1000 variants + Performance Technology SBS450 ISP1040 variants + Performance Technology SBS470 ISP2100 variants + Antares Microsystems P-0033 ISP2100 variants With all supported SCSI controllers, full support is provided for SCSI-I & SCSI-II peripherals, including hard disks, optical disks, diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index e11d05b..1f4d4bd 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -107,8 +107,12 @@ The ata(4) driver now has support for ATA100 controllers. In addition, it now supports the ServerWorks ROSB4 ATA33 chipset, the CMD 648 ATA66 and CMD 649 ATA100 chipsets, and the Cyrix 5530. [MERGED] +To provide more flexible configuration, the various options for the +ata(4) driver are now boot loader tunables, rather than kernel +configure-time options. [MERGED] + The ata(4) driver now has support for tagged queuing, which is -enabled by the ATA_ENABLE_TAGS option. [MERGED] +enabled by the hw.ata.tags loader tunable. [MERGED] The ata(4) driver now has support for ATA "pseudo" RAID controllers as the Promise Fasttrak and HighPoint HPT370 controllers. [MERGED] @@ -376,6 +380,9 @@ interfaces with dynamically-changing IP addresses. [MERGED] The isp(4) driver has been updated. [MERGED] +The isp(4) driver now supports target mode for Qlogic SCSI cards, +including Ultra2 and Ultra3 and dual bus cards. + The ida disk driver now has crashdump support. [MERGED] The random(4) device has been rewritten to use the Yarrow algorithm. @@ -1226,8 +1233,16 @@ TMC 18C30, 18C50 based ISA/PC-Card SCSI host adapters: Melco IFC-SC RATOC REX-5536, REX-5536AM, REX-5536M, REX-9836A -QLogic 1020, 1040, 1040B, 1080 and 1240 SCSI Host Adapters. -QLogic 2100 Fibre Channel Adapters (private loop only). +Qlogic Controllers and variants: + Qlogic 1020, 1040 SCSI and Ultra SCSI host adapters + Qlogic 1240 dual Ultra SCSI controllers + Qlogic 1080 Ultra2 LVD and 1280 Dual Ultra2 LVD controllers + Qlogic 12160 Ultra3 LVD controllers + Qlogic 2100 and Qlogic 2200 Fibre Channel SCSI controllers + Performance Technology SBS440 ISP1000 variants + Performance Technology SBS450 ISP1040 variants + Performance Technology SBS470 ISP2100 variants + Antares Microsystems P-0033 ISP2100 variants DTC 3290 EISA SCSI controller in 1542 emulation mode. |