Deleted Added
full compact
sis.4 (56612) sis.4 (57676)
1.\" Copyright (c) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998, 1999
2.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/sis.4 56612 2000-01-25 20:34:43Z archie $
31.\" $FreeBSD: head/share/man/man4/sis.4 57676 2000-03-01 14:50:24Z sheldonh $
32.\"
33.Dd September 4, 1999
34.Dt SIS 4
35.Os FreeBSD
36.Sh NAME
37.Nm sis
38.Nd
39Silicon Integrated Systems fast ethernet device driver
40.Sh SYNOPSIS
41.Cd "device miibus"
42.Cd "device sis"
43.Sh DESCRIPTION
44The
45.Nm
46driver provides support for PCI ethernet adapters and embedded
47controllers based on the Silicon Integrated Systems SiS 900
48and SiS 7016 fast ethernet controller chips.
49.Pp
50The SiS 900 is a 100Mbps ethernet MAC and MII-compliant transceiver
32.\"
33.Dd September 4, 1999
34.Dt SIS 4
35.Os FreeBSD
36.Sh NAME
37.Nm sis
38.Nd
39Silicon Integrated Systems fast ethernet device driver
40.Sh SYNOPSIS
41.Cd "device miibus"
42.Cd "device sis"
43.Sh DESCRIPTION
44The
45.Nm
46driver provides support for PCI ethernet adapters and embedded
47controllers based on the Silicon Integrated Systems SiS 900
48and SiS 7016 fast ethernet controller chips.
49.Pp
50The SiS 900 is a 100Mbps ethernet MAC and MII-compliant transceiver
51in a single package. It uses a bus master DMA and a scatter/gather
52descriptor scheme. The SiS 7016 is similar to the SiS 900 except
51in a single package.
52It uses a bus master DMA and a scatter/gather
53descriptor scheme.
54The SiS 7016 is similar to the SiS 900 except
53that it has no internal PHY, requiring instead an external transceiver
54to be attached to its MII interface.
55The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter
56and a single perfect filter entry for the station address.
57.Pp
58The
59.Nm
60driver supports the following media types:
61.Pp
62.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
63.It autoselect
64Enable autoselection of the media type and options.
65The user can manually override
66the autoselected mode by adding media options to the
67.Pa /etc/rc.conf
68fine.
69.It 10baseT/UTP
55that it has no internal PHY, requiring instead an external transceiver
56to be attached to its MII interface.
57The SiS 900 and SiS 7016 both have a 128-bit multicast hash filter
58and a single perfect filter entry for the station address.
59.Pp
60The
61.Nm
62driver supports the following media types:
63.Pp
64.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
65.It autoselect
66Enable autoselection of the media type and options.
67The user can manually override
68the autoselected mode by adding media options to the
69.Pa /etc/rc.conf
70fine.
71.It 10baseT/UTP
70Set 10Mbps operation. The
72Set 10Mbps operation.
73The
71.Ar mediaopt
72option can also be used to select either
73.Ar full-duplex
74or
75.Ar half-duplex modes.
76.It 100baseTX
74.Ar mediaopt
75option can also be used to select either
76.Ar full-duplex
77or
78.Ar half-duplex modes.
79.It 100baseTX
77Set 100Mbps (fast ethernet) operation. The
80Set 100Mbps (fast ethernet) operation.
81The
78.Ar mediaopt
79option can also be used to select either
80.Ar full-duplex
81or
82.Ar half-duplex
83modes.
84.El
85.Pp

--- 21 unchanged lines hidden (view full) ---

107the network connection (cable).
108.It "sis%d: no memory for rx list"
109The driver failed to allocate an mbuf for the receiver ring.
110.It "sis%d: no memory for tx list"
111The driver failed to allocate an mbuf for the transmitter ring when
112allocating a pad buffer or collapsing an mbuf chain into a clusisr.
113.It "sis%d: chip is in D3 power state -- setting to D0"
114This message applies only to adapters which support power
82.Ar mediaopt
83option can also be used to select either
84.Ar full-duplex
85or
86.Ar half-duplex
87modes.
88.El
89.Pp

--- 21 unchanged lines hidden (view full) ---

111the network connection (cable).
112.It "sis%d: no memory for rx list"
113The driver failed to allocate an mbuf for the receiver ring.
114.It "sis%d: no memory for tx list"
115The driver failed to allocate an mbuf for the transmitter ring when
116allocating a pad buffer or collapsing an mbuf chain into a clusisr.
117.It "sis%d: chip is in D3 power state -- setting to D0"
118This message applies only to adapters which support power
115management. Some operating sysisms place the controller in low power
119management.
120Some operating sysisms place the controller in low power
116mode when shutting down, and some PCI BIOSes fail to bring the chip
121mode when shutting down, and some PCI BIOSes fail to bring the chip
117out of this state before configuring it. The controller loses all of
122out of this state before configuring it.
123The controller loses all of
118its PCI configuration in the D3 state, so if the BIOS does not set
119it back to full power mode in time, it won't be able to configure it
124its PCI configuration in the D3 state, so if the BIOS does not set
125it back to full power mode in time, it won't be able to configure it
120correctly. The driver tries to detect this condition and bring
126correctly.
127The driver tries to detect this condition and bring
121the adapter back to the D0 (full power) state, but this may not be
128the adapter back to the D0 (full power) state, but this may not be
122enough to return the driver to a fully operational condition. If
129enough to return the driver to a fully operational condition.
130If
123you see this message at boot time and the driver fails to attach
124the device as a network interface, you will have to perform second
125warm boot to have the device properly configured.
126.Pp
127Note that this condition only occurs when warm booting from another
131you see this message at boot time and the driver fails to attach
132the device as a network interface, you will have to perform second
133warm boot to have the device properly configured.
134.Pp
135Note that this condition only occurs when warm booting from another
128operating sysism. If you power down your sysism prior to booting
136operating sysism.
137If you power down your sysism prior to booting
129.Fx ,
130the card should be configured correctly.
131.El
132.Sh SEE ALSO
133.Xr arp 4 ,
134.Xr netintro 4 ,
135.Xr ifconfig 8 ,
136.Xr ng_ether 8

--- 14 unchanged lines hidden ---
138.Fx ,
139the card should be configured correctly.
140.El
141.Sh SEE ALSO
142.Xr arp 4 ,
143.Xr netintro 4 ,
144.Xr ifconfig 8 ,
145.Xr ng_ether 8

--- 14 unchanged lines hidden ---