mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- move list of supported adapters into a HARDWARE section
- correctly capitalize Fast Ethernet - correct two typos - bump document date
This commit is contained in:
parent
741d64783e
commit
9ba708ec32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134249
@ -30,37 +30,22 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 22, 1999
|
||||
.Dd August 24, 2004
|
||||
.Dt SF 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm sf
|
||||
.Nd Adaptec AIC-6915
|
||||
.Qq Starfire
|
||||
PCI fast ethernet adapter driver
|
||||
PCI Fast Ethernet adapter driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device miibus"
|
||||
.Cd "device sf"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for Adaptec Duralink fast ethernet adapters
|
||||
driver provides support for Adaptec Duralink Fast Ethernet adapters
|
||||
based on the Adaptec AIC-6915 "Starfire" chipset.
|
||||
This includes the
|
||||
following:
|
||||
.Pp
|
||||
.Bl -bullet -compact -offset indent
|
||||
.It
|
||||
ANA-62011 64-bit single port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62022 64-bit dual port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62044 64-bit quad port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-69011 32-bit single port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62020 64-bit single port 100baseFX adapter
|
||||
.El
|
||||
.Pp
|
||||
The AIC-6915 is a bus master controller with an MII interface.
|
||||
It
|
||||
@ -102,7 +87,7 @@ or
|
||||
.Ar half-duplex
|
||||
modes.
|
||||
.It 100baseTX
|
||||
Set 100Mbps (fast ethernet) operation.
|
||||
Set 100Mbps (Fast Ethernet) operation.
|
||||
The
|
||||
.Ar mediaopt
|
||||
option can also be used to select either
|
||||
@ -125,6 +110,23 @@ Force half duplex operation.
|
||||
.Pp
|
||||
For more information on configuring this device, see
|
||||
.Xr ifconfig 8 .
|
||||
.Sh HARDWARE
|
||||
Adapters supported by the
|
||||
.Nm
|
||||
driver include:
|
||||
.Pp
|
||||
.Bl -bullet -compact
|
||||
.It
|
||||
ANA-62011 64-bit single port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62022 64-bit dual port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62044 64-bit quad port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-69011 32-bit single port 10/100baseTX adapter
|
||||
.It
|
||||
ANA-62020 64-bit single port 100baseFX adapter
|
||||
.El
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "sf%d: couldn't map memory"
|
||||
@ -132,7 +134,7 @@ A fatal initialization error has occurred.
|
||||
This may
|
||||
happen if the PCI BIOS not configured the device, which may be because
|
||||
the BIOS has been configured for a "Plug and Play" operating system.
|
||||
The "Plug and Play OS" setting int he BIOS should be set to "no" or
|
||||
The "Plug and Play OS" setting in the BIOS should be set to "no" or
|
||||
"off" in order for PCI devices to work properly with
|
||||
.Fx .
|
||||
.It "sf%d: couldn't map ports"
|
||||
@ -140,7 +142,7 @@ A fatal initialization error has occurred.
|
||||
This may
|
||||
happen if the PCI BIOS not configured the device, which may be because
|
||||
the BIOS has been configured for a "Plug and Play" operating system.
|
||||
The "Plug and Play OS" setting int he BIOS should be set to "no" or
|
||||
The "Plug and Play OS" setting in the BIOS should be set to "no" or
|
||||
"off" in order for PCI devices to work properly with
|
||||
.Fx .
|
||||
.It "sf%d: couldn't map interrupt"
|
||||
|
Loading…
Reference in New Issue
Block a user