mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Flesh out the list of supported devices for this driver.
Add bugs that describe the current state of this driver. # Note: Don't ask me about the driver: I can't get it to work well either :-)
This commit is contained in:
parent
56b9aeaeda
commit
3a86eb3747
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122343
@ -23,7 +23,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd November 29, 1994
|
.Dd November 8, 2003
|
||||||
.Dt AIC 4 i386
|
.Dt AIC 4 i386
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -39,12 +39,24 @@ In
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
|
driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
|
||||||
controller chips. This includes the Adaptec 152x and the Creative
|
controller chips.
|
||||||
Labs SoundBlaster SCSI host adapter.
|
This includes the Adaptec AHA-1510, AHA-152x, AHA-1535 and the
|
||||||
|
Creative Labs SoundBlaster SCSI host adapter on the ISA bus.
|
||||||
|
The AHA-1460, AHA-1460B, AHA-1460C and AHA-1460D PC Card cards are
|
||||||
|
also supported by this driver.
|
||||||
.Pp
|
.Pp
|
||||||
Many systems that use these controller chips do not have a boot ROM
|
Many systems that use these controller chips do not have a boot ROM
|
||||||
and therefore cannot be booted from.
|
and therefore cannot be booted from.
|
||||||
|
.Sh BUGS
|
||||||
|
The driver does not work well with multiple devices on the SCSI bus.
|
||||||
|
The driver works well with devices like CDROMs and Tape drives.
|
||||||
|
The driver works not so well with disk drives.
|
||||||
|
The PC Card version appears to work better than the ISA version, but
|
||||||
|
that may be due to differing levels of testing of the devices.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
.Xr aha 4 ,
|
||||||
|
.Xr ahb 4 ,
|
||||||
|
.Xr ahc 4 ,
|
||||||
.Xr cd 4 ,
|
.Xr cd 4 ,
|
||||||
.Xr ch 4 ,
|
.Xr ch 4 ,
|
||||||
.Xr da 4 ,
|
.Xr da 4 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user