1*11a6dbe7Smartin.\" $NetBSD: sip.4,v 1.5 2008/04/30 13:10:54 martin Exp $ 2eb4cb80bSthorpej.\" 3eb4cb80bSthorpej.\" Copyright (c) 2001 The NetBSD Foundation, Inc. 4eb4cb80bSthorpej.\" All rights reserved. 5eb4cb80bSthorpej.\" 6eb4cb80bSthorpej.\" This code is derived from software contributed to The NetBSD Foundation 7eb4cb80bSthorpej.\" by Jason R. Thorpe. 8eb4cb80bSthorpej.\" 9eb4cb80bSthorpej.\" Redistribution and use in source and binary forms, with or without 10eb4cb80bSthorpej.\" modification, are permitted provided that the following conditions 11eb4cb80bSthorpej.\" are met: 12eb4cb80bSthorpej.\" 1. Redistributions of source code must retain the above copyright 13eb4cb80bSthorpej.\" notice, this list of conditions and the following disclaimer. 14eb4cb80bSthorpej.\" 2. Redistributions in binary form must reproduce the above copyright 15eb4cb80bSthorpej.\" notice, this list of conditions and the following disclaimer in the 16eb4cb80bSthorpej.\" documentation and/or other materials provided with the distribution. 17eb4cb80bSthorpej.\" 18eb4cb80bSthorpej.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 19eb4cb80bSthorpej.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20eb4cb80bSthorpej.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21eb4cb80bSthorpej.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 22eb4cb80bSthorpej.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23eb4cb80bSthorpej.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24eb4cb80bSthorpej.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25eb4cb80bSthorpej.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26eb4cb80bSthorpej.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27eb4cb80bSthorpej.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28eb4cb80bSthorpej.\" POSSIBILITY OF SUCH DAMAGE. 29eb4cb80bSthorpej.\" 30eb4cb80bSthorpej.Dd May 17, 2001 31eb4cb80bSthorpej.Dt SIP 4 32eb4cb80bSthorpej.Os 33eb4cb80bSthorpej.Sh NAME 34eb4cb80bSthorpej.Nm sip 35eb4cb80bSthorpej.Nd SiS 900-based Ethernet driver 36eb4cb80bSthorpej.Sh SYNOPSIS 37eb4cb80bSthorpej.Cd "sip* at pci? dev ? function ?" 38eb4cb80bSthorpej.Pp 39eb4cb80bSthorpejConfiguration of PHYs is also necessary. See 40eb4cb80bSthorpej.Xr mii 4 . 41eb4cb80bSthorpej.Sh DESCRIPTION 42eb4cb80bSthorpejThe 43eb4cb80bSthorpej.Nm 44eb4cb80bSthorpejdevice driver supports Ethernet interfaces based on the Silicon 45eb4cb80bSthorpejIntegrated Systems SiS 900, SiS 7016, and National Semiconductor 46eb4cb80bSthorpejDP83815 Ethernet chips. 47eb4cb80bSthorpej.Pp 48eb4cb80bSthorpejThe SiS 900 is found on many motherboards featuring SiS chipsets, 49eb4cb80bSthorpejand on some embedded systems, and has a built-in PHY. The SiS 7016 50eb4cb80bSthorpejis an older version of the chip, which uses an external PHY. 51eb4cb80bSthorpej.Pp 52eb4cb80bSthorpejThe National Semiconductor DP83815 is found on NetGear FA-311 and 53eb4cb80bSthorpejFA-312 Ethernet boards, and has a built-in PHY. 54eb4cb80bSthorpej.\" .Sh DIAGNOSTICS 55eb4cb80bSthorpej.\" XXX too be done. 56eb4cb80bSthorpej.Sh SEE ALSO 57eb4cb80bSthorpej.Xr arp 4 , 58eb4cb80bSthorpej.Xr ifmedia 4 , 59eb4cb80bSthorpej.Xr mii 4 , 60eb4cb80bSthorpej.Xr netintro 4 , 61eb4cb80bSthorpej.Xr pci 4 , 62eb4cb80bSthorpej.Xr ifconfig 8 63eb4cb80bSthorpej.Sh HISTORY 64eb4cb80bSthorpejThe 65eb4cb80bSthorpej.Nm 66eb4cb80bSthorpejdriver first appeared in 67eb4cb80bSthorpej.Nx 1.5 . 68d4f5b1e0Swiz.Sh AUTHORS 69d8045b52Speter.An -nosplit 70eb4cb80bSthorpejThe 71eb4cb80bSthorpej.Nm 72eb4cb80bSthorpejdriver was originally written by 73eb4cb80bSthorpej.An Jason R. Thorpe 74eb4cb80bSthorpejfor Network Computer, Inc. 75eb4cb80bSthorpej.Pp 76eb4cb80bSthorpejIt has since been modified by 77eb4cb80bSthorpej.An Jason R. Thorpe 787dc9239dSgrant.Aq thorpej@NetBSD.org 79eb4cb80bSthorpejand 80eb4cb80bSthorpej.An Allen Briggs 817dc9239dSgrant.Aq briggs@NetBSD.org . 82