1999-09-05 21:01:03 +00:00
|
|
|
.\" Copyright (c) 1997, 1998, 1999
|
|
|
|
.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Bill Paul.
|
|
|
|
.\" 4. Neither the name of the author nor the names of any co-contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
|
|
|
|
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
|
.\" THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
|
|
|
.Dd September 4, 1999
|
1999-11-15 23:14:32 +00:00
|
|
|
.Dt SIS 4
|
2000-07-06 19:30:20 +00:00
|
|
|
.Os
|
1999-09-05 21:01:03 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm sis
|
2000-07-06 19:30:20 +00:00
|
|
|
.Nd "SiS 900, SiS 7016 and NS DP83815 fast ethernet device driver"
|
1999-09-05 21:01:03 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-01-23 16:13:26 +00:00
|
|
|
.Cd "device miibus"
|
|
|
|
.Cd "device sis"
|
1999-09-05 21:01:03 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver provides support for PCI ethernet adapters and embedded
|
|
|
|
controllers based on the Silicon Integrated Systems SiS 900
|
2000-07-06 06:02:04 +00:00
|
|
|
and SiS 7016 fast ethernet controller chips, as well as support
|
|
|
|
for adapters based on the National Semiconductor DP83815 (MacPhyter)
|
|
|
|
PCI ethernet controller chip, including the Netgear FA312-TX.
|
1999-09-05 21:01:03 +00:00
|
|
|
.Pp
|
|
|
|
The SiS 900 is a 100Mbps ethernet MAC and MII-compliant transceiver
|
2000-03-01 14:50:24 +00:00
|
|
|
in a single package.
|
|
|
|
It uses a bus master DMA and a scatter/gather
|
|
|
|
descriptor scheme.
|
|
|
|
The SiS 7016 is similar to the SiS 900 except
|
1999-09-05 21:01:03 +00:00
|
|
|
that it has no internal PHY, requiring instead an external transceiver
|
|
|
|
to be attached to its MII interface.
|
|
|
|
The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter
|
|
|
|
and a single perfect filter entry for the station address.
|
|
|
|
.Pp
|
2000-07-06 06:02:04 +00:00
|
|
|
The NS DP83815 is also a 100Mbps ethernet MAC with integrated PHY.
|
|
|
|
The NatSemi chip and the SiS 900 share many of the same features and
|
|
|
|
a fairly similar programming interface, hence both chips are supported
|
|
|
|
by the same driver.
|
|
|
|
.Pp
|
1999-09-05 21:01:03 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver supports the following media types:
|
|
|
|
.Pp
|
2000-07-06 19:30:20 +00:00
|
|
|
.Bl -tag -width 10baseTXUTP
|
1999-09-05 21:01:03 +00:00
|
|
|
.It autoselect
|
|
|
|
Enable autoselection of the media type and options.
|
|
|
|
The user can manually override
|
2000-07-06 19:30:20 +00:00
|
|
|
the autoselected mode by adding media options to
|
|
|
|
.Xr rc.conf 5 .
|
1999-09-05 21:01:03 +00:00
|
|
|
.It 10baseT/UTP
|
2000-03-01 14:50:24 +00:00
|
|
|
Set 10Mbps operation.
|
|
|
|
The
|
2000-07-06 19:30:20 +00:00
|
|
|
.Xr ifconfig 8
|
|
|
|
.Cm mediaopt
|
1999-09-05 21:01:03 +00:00
|
|
|
option can also be used to select either
|
2000-07-06 19:30:20 +00:00
|
|
|
.Sq full-duplex
|
1999-09-05 21:01:03 +00:00
|
|
|
or
|
2000-07-06 19:30:20 +00:00
|
|
|
.Sq half-duplex
|
|
|
|
modes.
|
1999-09-05 21:01:03 +00:00
|
|
|
.It 100baseTX
|
2000-03-01 14:50:24 +00:00
|
|
|
Set 100Mbps (fast ethernet) operation.
|
|
|
|
The
|
2000-07-06 19:30:20 +00:00
|
|
|
.Xr ifconfig 8
|
|
|
|
.Cm mediaopt
|
1999-09-05 21:01:03 +00:00
|
|
|
option can also be used to select either
|
2000-07-06 19:30:20 +00:00
|
|
|
.Sq full-duplex
|
1999-09-05 21:01:03 +00:00
|
|
|
or
|
2000-07-06 19:30:20 +00:00
|
|
|
.Sq half-duplex
|
1999-09-05 21:01:03 +00:00
|
|
|
modes.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver supports the following media options:
|
|
|
|
.Pp
|
2000-07-06 19:30:20 +00:00
|
|
|
.Bl -tag -width full-duplex
|
1999-09-05 21:01:03 +00:00
|
|
|
.It full-duplex
|
|
|
|
Force full duplex operation
|
|
|
|
.It half-duplex
|
|
|
|
Force half duplex operation.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
For more information on configuring this device, see
|
|
|
|
.Xr ifconfig 8 .
|
|
|
|
.Sh DIAGNOSTICS
|
|
|
|
.Bl -diag
|
|
|
|
.It "sis%d: couldn't map ports/memory"
|
|
|
|
A fatal initialization error has occurred.
|
|
|
|
.It "sis%d: couldn't map interrupt"
|
|
|
|
A fatal initialization error has occurred.
|
|
|
|
.It "sis%d: watchdog timeout"
|
|
|
|
The device has stopped responding to the network, or there is a problem with
|
2000-07-06 19:30:20 +00:00
|
|
|
the network connection (e.g. a cable fault).
|
1999-09-05 21:01:03 +00:00
|
|
|
.It "sis%d: no memory for rx list"
|
|
|
|
The driver failed to allocate an mbuf for the receiver ring.
|
|
|
|
.It "sis%d: no memory for tx list"
|
|
|
|
The driver failed to allocate an mbuf for the transmitter ring when
|
|
|
|
allocating a pad buffer or collapsing an mbuf chain into a clusisr.
|
|
|
|
.It "sis%d: chip is in D3 power state -- setting to D0"
|
|
|
|
This message applies only to adapters which support power
|
2000-03-01 14:50:24 +00:00
|
|
|
management.
|
2000-07-06 19:30:20 +00:00
|
|
|
Some operating systems place the controller in low power
|
1999-09-05 21:01:03 +00:00
|
|
|
mode when shutting down, and some PCI BIOSes fail to bring the chip
|
2000-03-01 14:50:24 +00:00
|
|
|
out of this state before configuring it.
|
|
|
|
The controller loses all of
|
1999-09-05 21:01:03 +00:00
|
|
|
its PCI configuration in the D3 state, so if the BIOS does not set
|
2000-07-06 19:30:20 +00:00
|
|
|
it back to full power mode in time, it will not be able to configure it
|
2000-03-01 14:50:24 +00:00
|
|
|
correctly.
|
|
|
|
The driver tries to detect this condition and bring
|
1999-09-05 21:01:03 +00:00
|
|
|
the adapter back to the D0 (full power) state, but this may not be
|
2000-03-01 14:50:24 +00:00
|
|
|
enough to return the driver to a fully operational condition.
|
|
|
|
If
|
1999-09-05 21:01:03 +00:00
|
|
|
you see this message at boot time and the driver fails to attach
|
2000-07-06 19:30:20 +00:00
|
|
|
the device as a network interface, you will have to perform a
|
1999-09-05 21:01:03 +00:00
|
|
|
warm boot to have the device properly configured.
|
|
|
|
.Pp
|
|
|
|
Note that this condition only occurs when warm booting from another
|
2000-07-06 19:30:20 +00:00
|
|
|
operating system.
|
|
|
|
If you power down your system prior to booting
|
1999-09-05 21:01:03 +00:00
|
|
|
.Fx ,
|
|
|
|
the card should be configured correctly.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr arp 4 ,
|
|
|
|
.Xr netintro 4 ,
|
2000-05-04 17:40:13 +00:00
|
|
|
.Xr ng_ether 4 ,
|
|
|
|
.Xr ifconfig 8
|
1999-09-05 21:01:03 +00:00
|
|
|
.Rs
|
|
|
|
.%T SiS 900 and SiS 7016 datasheets
|
|
|
|
.%O http://www.sis.com.tw
|
|
|
|
.Re
|
2000-07-06 06:02:04 +00:00
|
|
|
.Rs
|
|
|
|
.%T NatSemi DP83815 datasheet
|
|
|
|
.%O http://www.national.com
|
|
|
|
.Re
|
1999-09-05 21:01:03 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver first appeared in
|
|
|
|
.Fx 3.0 .
|
|
|
|
.Sh AUTHORS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
driver was written by
|
|
|
|
.An Bill Paul Aq wpaul@ee.columbia.edu .
|