- Add a HARDWARE section which lists supported devices.
- Minor cleanup of the device lists when I'm here anyway.
This commit is contained in:
parent
b5fda35ca3
commit
c79246f669
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132968
@ -40,16 +40,33 @@ The
|
||||
.Nm
|
||||
driver provides support for the Adaptec AIC-6260 and AIC-6360 SCSI
|
||||
controller chips.
|
||||
This includes the Adaptec AHA-1505, AHA-1510A, AHA-1510B, AHA-1520A,
|
||||
AHA-1520B, AHA-1522A, AHA-1522B, 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.
|
||||
On the pc98 platform, support is provided for the Adaptec AHA-1030P
|
||||
and AHA-1030B, as well as the NEC PC-9801-100.
|
||||
.Pp
|
||||
Many systems that use these controller chips do not have a boot ROM
|
||||
and therefore cannot be booted from.
|
||||
.Sh HARDWARE
|
||||
The adapters supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Adaptec AHA-1505 (ISA)
|
||||
.It
|
||||
Adaptec AHA-1510A, AHA-1510B (ISA)
|
||||
.It
|
||||
Adaptec AHA-1520A, AHA-1520B (ISA)
|
||||
.It
|
||||
Adaptec AHA-1522A, AHA-1522B (ISA)
|
||||
.It
|
||||
Adaptec AHA-1535 (ISA)
|
||||
.It
|
||||
Creative Labs SoundBlaster SCSI host adapter (ISA)
|
||||
.It
|
||||
Adaptec AHA-1460, AHA-1460B, AHA-1460C, AHA-1460D (PC Card)
|
||||
.It
|
||||
Adaptec AHA-1030B, AHA-1030P (PC98)
|
||||
.It
|
||||
NEC PC-9801-100 (PC98)
|
||||
.El
|
||||
.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.
|
||||
|
@ -89,29 +89,32 @@ The
|
||||
driver provides access to the
|
||||
.Tn SCSI
|
||||
bus connected to a WD33C93[ABC] based host adapter.
|
||||
The following adapters are supported:
|
||||
.Sh HARDWARE
|
||||
The
|
||||
.Nm
|
||||
driver supports the following adapters:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
NEC PC-9801-55, 92 and compatibles,
|
||||
.It
|
||||
ELECOM bus-master
|
||||
.Tn SCSI
|
||||
adapters,
|
||||
adapters
|
||||
.It
|
||||
I-O DATA SC-98II,
|
||||
I-O DATA SC-98II
|
||||
.It
|
||||
ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769,
|
||||
ICM IF-2660, IF-2766, IF-2766ET, IF-2767 and IF-2769
|
||||
.It
|
||||
Logitec LHA-N151 and LHA-20x series,
|
||||
Logitec LHA-N151 and LHA-20x series
|
||||
.It
|
||||
Midori-Denshi MDC-554NA and MDC-926R,
|
||||
Midori-Denshi MDC-554NA and MDC-926R
|
||||
.It
|
||||
TEXA HA-55BS2 and its later models, and
|
||||
NEC PC-9801-55, 92 and compatibles
|
||||
.It
|
||||
SMIT transfer type
|
||||
.Tn SCSI
|
||||
host adapters.
|
||||
host adapters
|
||||
.It
|
||||
TEXA HA-55BS2 and its later models
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cd 4 ,
|
||||
|
@ -41,39 +41,7 @@ The
|
||||
.Nm
|
||||
is a network device driver
|
||||
for Ethernet adapters based on Fujitsu MB86960A, MB86965A,
|
||||
or other compatible chips, such as:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)
|
||||
.It
|
||||
CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard)
|
||||
.It
|
||||
CONTEC C-NET(PC)C PCMCIA Ethernet
|
||||
.It
|
||||
Eiger Labs EPX-10BT
|
||||
.It
|
||||
Fujitsu FMV-J182, FMV-J182A
|
||||
.It
|
||||
Fujitsu MBH10303, MBH10302 Ethernet PCMCIA
|
||||
.It
|
||||
Fujitsu Towa LA501 Ethernet
|
||||
.It
|
||||
HITACHI HT-4840-11
|
||||
.It
|
||||
NextCom J Link NC5310
|
||||
.It
|
||||
RATOC REX-5588, REX-9822, REX-4886, and REX-R280
|
||||
.It
|
||||
RATOC REX-9880/9881/9882/9883
|
||||
.It
|
||||
TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)
|
||||
.It
|
||||
TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
|
||||
.It
|
||||
Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE
|
||||
N98(PC86132) (110-pin)
|
||||
.El
|
||||
or other compatible chips.
|
||||
.Pp
|
||||
The driver provides automatic I/O port address configuration and
|
||||
automatic IRQ configuration,
|
||||
@ -158,6 +126,44 @@ without understanding of the adapter hardware.
|
||||
Consult the Fujitsu manual for more information
|
||||
on DLCR6 settings.
|
||||
.El
|
||||
.Sh HARDWARE
|
||||
Controllers and cards supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
Allied Telesis RE1000, RE1000Plus, ME1500 (110-pin)
|
||||
.It
|
||||
CONTEC C-NET(98)P2, C-NET (9N)E (110-pin), C-NET(9N)C (ExtCard)
|
||||
.It
|
||||
CONTEC C-NET(PC)C PCMCIA Ethernet
|
||||
.It
|
||||
Eiger Labs EPX-10BT
|
||||
.It
|
||||
Fujitsu FMV-J182, FMV-J182A
|
||||
.It
|
||||
Fujitsu MB86960A, MB86965A
|
||||
.It
|
||||
Fujitsu MBH10303, MBH10302 Ethernet PCMCIA
|
||||
.It
|
||||
Fujitsu Towa LA501 Ethernet
|
||||
.It
|
||||
HITACHI HT-4840-11
|
||||
.It
|
||||
NextCom J Link NC5310
|
||||
.It
|
||||
RATOC REX-5588, REX-9822, REX-4886, and REX-R280
|
||||
.It
|
||||
RATOC REX-9880/9881/9882/9883
|
||||
.It
|
||||
TDK LAC-98012, LAC-98013, LAC-98025, LAC-9N011 (110-pin)
|
||||
.It
|
||||
TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
|
||||
.It
|
||||
Ungermann-Bass Access/PC N98C+(PC85152, PC85142), Access/NOTE
|
||||
N98(PC86132) (110-pin)
|
||||
.El
|
||||
.Sh OPTIONS
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user