Date: Wed, 1 Dec 1999 00:27:30 +1030 (CST) From: Greg Lewis <glewis@trc.adelaide.edu.au> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/15186: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT Message-ID: <199911301357.AAA26111@ares.maths.adelaide.edu.au>
index | next in thread | raw e-mail
>Number: 15186
>Category: docs
>Synopsis: [Patch] Errors in HARDWARE.TXT and RELNOTES.TXT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 30 06:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Greg Lewis
>Release: FreeBSD 3.3-STABLE i386
>Organization:
Teletraffic Research Centre
>Environment:
FreeBSD 3.3-STABLE
>Description:
The files HARDWARE.TXT and RELNOTES.TXT for both the i386 and alpha
are behind the times on a couple of issues. Or at least, I know the
i386 ones are and assume the alpha versions are as well.
In particular:
The ATAPI cdrom driver is still mentioned as wcd, but has been acd
for at least a couple of releases.
Luoqi Chen's commit of CAM device drivers for the Adaptec
AIC-6360/AIC_6260/152x SCSI controllers mean they are again
supported.
>How-To-Repeat:
Read the relevant files :)
>Fix:
This patch should fix these problems. Note that, as I mentioned
above, I've _assumed_ the situation is the same for alpha as it is
for the i386. I've also _assumed_ that the driver commited
restores support for all the controllers that the old driver
supported.
diff -cr /usr/src/release/texts/alpha/HARDWARE.TXT texts/alpha/HARDWARE.TXT
*** /usr/src/release/texts/alpha/HARDWARE.TXT Sat Sep 25 07:49:08 1999
--- texts/alpha/HARDWARE.TXT Wed Dec 1 00:06:15 1999
***************
*** 66,72 ****
aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller
ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller
ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller
! aic0* 340 11 dyn dyn Adaptec 152x/AIC-6360 SCSI
controller
isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
--- 66,72 ----
aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller
ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller
ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller
! aic0 340 11 dyn dyn Adaptec 152x/AIC-6360/AIC-6260 SCSI
controller
isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
***************
*** 217,222 ****
--- 217,226 ----
Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series
EISA/VLB/PCI SCSI controllers.
Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers.
+ Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
+ Adaptec 152x series ISA SCSI controllers
+ Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
+ and SoundBlaster SCSI cards.
AdvanSys SCSI controllers (all models).
***************
*** 277,290 ****
WD7000 SCSI controller.
! Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
! Adaptec 152x series ISA SCSI controllers
! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
! and SoundBlaster SCSI cards.
!
! [ Note: There is work-in-progress to port the AIC-6260/6360 and
! UltraStor drivers to the new CAM SCSI framework, but no estimates on
! when or if they will be completed. ]
4.2. Network cards
---- -------------
--- 281,289 ----
WD7000 SCSI controller.
! [ Note: There is work-in-progress to port the UltraStor driver to
! the new CAM SCSI framework, but no estimates on when or if it will
! be completed. ]
4.2. Network cards
---- -------------
diff -cr /usr/src/release/texts/alpha/RELNOTES.TXT texts/alpha/RELNOTES.TXT
*** /usr/src/release/texts/alpha/RELNOTES.TXT Tue Nov 30 22:36:42 1999
--- texts/alpha/RELNOTES.TXT Wed Dec 1 00:05:55 1999
***************
*** 119,124 ****
--- 119,128 ----
Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series
EISA/VLB/PCI SCSI controllers.
Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers.
+ Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
+ Adaptec 152x series ISA SCSI controllers
+ Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
+ and SoundBlaster SCSI cards.
AdvanSys SCSI controllers (all models).
***************
*** 173,179 ****
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (wcd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
--- 177,183 ----
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (acd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
***************
*** 191,204 ****
WD7000 SCSI controller.
! Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
! Adaptec 152x series ISA SCSI controllers
! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
! and SoundBlaster SCSI cards.
!
! [ Note: There is work-in-progress to port the AIC-6260/6360 and
! UltraStor drivers to the new CAM SCSI framework, but no estimates on
! when or if they will be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
--- 195,203 ----
WD7000 SCSI controller.
! [ Note: There is work-in-progress to port the UltraStor driver to
! the new CAM SCSI framework, but no estimates on when or if it will
! be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
diff -cr /usr/src/release/texts/i386/HARDWARE.TXT texts/i386/HARDWARE.TXT
*** /usr/src/release/texts/i386/HARDWARE.TXT Sun Nov 28 07:29:52 1999
--- texts/i386/HARDWARE.TXT Wed Dec 1 00:06:45 1999
***************
*** 67,73 ****
aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller
ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller
ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller
! aic0* 340 11 dyn dyn Adaptec 152x/AIC-6360 SCSI
controller
isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
--- 67,73 ----
aha0 330 dyn 5 dyn Adaptec 154x/1535 SCSI controller
ahb0 dyn dyn dyn dyn Adaptec 174x SCSI controller
ahc0 dyn dyn dyn dyn Adaptec 274x/284x/294x SCSI controller
! aic0 340 11 dyn dyn Adaptec 152x/AIC-6360/AIC-6260 SCSI
controller
isp0 dyn dyn dyn dyn QLogic 10X0, 2100 SCSI/FC controllers
dpt n/a n/a n/a n/a DPT RAID SCSI controllers.
***************
*** 334,339 ****
--- 334,343 ----
Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series
EISA/VLB/PCI SCSI controllers.
Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers.
+ Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
+ Adaptec 152x series ISA SCSI controllers
+ Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
+ and SoundBlaster SCSI cards.
AdvanSys SCSI controllers (all models).
***************
*** 387,393 ****
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (wcd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
--- 391,397 ----
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (acd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
***************
*** 402,415 ****
WD7000 SCSI controller.
! Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
! Adaptec 152x series ISA SCSI controllers
! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
! and SoundBlaster SCSI cards.
!
! [ Note: There is work-in-progress to port the AIC-6260/6360 and
! UltraStor drivers to the new CAM SCSI framework, but no estimates on
! when or if they will be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
--- 406,414 ----
WD7000 SCSI controller.
! [ Note: There is work-in-progress to port the UltraStor driver to
! the new CAM SCSI framework, but no estimates on when or if it will
! be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
diff -cr /usr/src/release/texts/i386/RELNOTES.TXT texts/i386/RELNOTES.TXT
*** /usr/src/release/texts/i386/RELNOTES.TXT Tue Nov 30 22:36:42 1999
--- texts/i386/RELNOTES.TXT Wed Dec 1 00:06:58 1999
***************
*** 119,124 ****
--- 119,128 ----
Adaptec 274X/284X/2920C/294x/2950/3940/3950 (Narrow/Wide/Twin) series
EISA/VLB/PCI SCSI controllers.
Adaptec AIC7850, AIC7860, AIC7880, AIC789x, on-board SCSI controllers.
+ Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
+ Adaptec 152x series ISA SCSI controllers
+ Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
+ and SoundBlaster SCSI cards.
AdvanSys SCSI controllers (all models).
***************
*** 173,179 ****
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (wcd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
--- 177,183 ----
(matcd) Matsushita/Panasonic (Creative SoundBlaster) proprietary
interface (562/563 models)
(scd) Sony proprietary interface (all models)
! (acd) ATAPI IDE interface
The following drivers were supported under the old SCSI subsystem, but are
NOT YET supported under the new CAM SCSI subsystem:
***************
*** 191,204 ****
WD7000 SCSI controller.
! Adaptec 1510 series ISA SCSI controllers (not for bootable devices)
! Adaptec 152x series ISA SCSI controllers
! Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
! and SoundBlaster SCSI cards.
!
! [ Note: There is work-in-progress to port the AIC-6260/6360 and
! UltraStor drivers to the new CAM SCSI framework, but no estimates on
! when or if they will be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
--- 195,203 ----
WD7000 SCSI controller.
! [ Note: There is work-in-progress to port the UltraStor driver to
! the new CAM SCSI framework, but no estimates on when or if it will
! be completed. ]
Unmaintained drivers, they might or might not work for your hardware:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911301357.AAA26111>
