1.\" Written by Denis I. Timofeev, 2003. 2.\" 3.\" Redistribution and use in source and binary forms, with or without 4.\" modification, are permitted provided that the following conditions 5.\" are met: 6.\" 1. Redistributions of source code must retain the above copyright 7.\" notice, this list of conditions and the following disclaimer. 8.\" 2. Redistributions in binary form must reproduce the above copyright 9.\" notice, this list of conditions and the following disclaimer in the 10.\" documentation and/or other materials provided with the distribution. 11.\" 12.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 13.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 14.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 15.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 16.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 17.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 18.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 19.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 20.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 21.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 22.\" SUCH DAMAGE. 23.\" 24.\" $FreeBSD: src/share/man/man4/sbsh.4,v 1.1.2.1 2003/04/15 18:15:08 fjoe Exp $ 25.\" 26.Dd April 11, 2003 27.Dt SBSH 4 28.Os 29.Sh NAME 30.Nm sbsh 31.Nd "Granch SBNI16 SHDSL modem device driver" 32.Sh SYNOPSIS 33.Cd "device sbsh" 34.Sh DESCRIPTION 35The 36.Nm 37driver provides support for an internal PCI modem SBNI16-SHDSL. A device 38is introduced to OS as common ethernet-like netcard which must be 39configured with 40.Xr ifconfig 8 41(all standard network interface parameters could be set). Modem-specific 42parameters (master/slave mode, line rate etc.) must be set with the 43sb16config utility before interface activation. 44.Sh FILES 45The sources for the driver reside in: 46.Pp 47.Bl -tag -compact -width "Pa /sys/dev/netif/sbsh/if_sbshreg.h" 48.It Pa /sys/dev/netif/sbsh/if_sbsh.c 49.It Pa /sys/dev/netif/sbsh/if_sbshreg.h 50.El 51.Sh DIAGNOSTICS 52.Bl -diag 53.It "sbsh%d: couldn't map memory" 54.It "sbsh%d: couldn't map interrupt" 55.It "sbsh%d: couldn't set up irq" 56A fatal initialization error has occurred. 57.It "sbsh%d: unable to load firmware" 58A fatal error has occurred while sb16config running. 59.It "sbsh%d: firmware wasn't loaded" 60ifconfig...up has failed because device hadn't been configured with 61sb16config. 62.It "sbsh%d: transmit timeout" 63.It "sbsh%d: interrupt posted but not delivered" 64Probably, a hardware error or incompatibility. 65.It "sbsh%d: unable to get mbuf" 66.It "sbsh%d: unable to get mbuf cluster" 67The driver failed to allocate a memory buffer. 68.El 69.Sh SEE ALSO 70.Xr arp 4 , 71.Xr netintro 4 , 72.Xr ifconfig 8 73.Pp 74.Pa /usr/ports/sysutils/sb16config 75.Sh HISTORY 76The 77.Nm 78device driver first appeared in 79.Fx 4.9 . 80.Sh AUTHORS 81The 82.Nm 83driver was written by 84.An Denis I. Timofeev Aq Mt timofeev@granch.ru . 85