]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man4/sbsh.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / man / man4 / sbsh.4
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$
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
35 The
36 .Nm
37 driver provides support for an internal PCI modem SBNI16-SHDSL.
38 A device is introduced to the OS as a common Ethernet-like network
39 card which must be configured with
40 .Xr ifconfig 8
41 (all standard network interface parameters could be set).
42 Modem-specific
43 parameters (master/slave mode, line rate, etc.) must be set with the
44 .Nm sb16config
45 utility before interface activation.
46 .Sh DIAGNOSTICS
47 .Bl -diag
48 .It "sbsh%d: couldn't map memory"
49 .It "sbsh%d: couldn't map interrupt"
50 .It "sbsh%d: couldn't set up irq"
51 A fatal initialization error has occurred.
52 .It "sbsh%d: unable to load firmware"
53 A fatal error has occurred while
54 .Nm sb16config
55 was running.
56 .It "sbsh%d: firmware wasn't loaded"
57 .Dq Nm ifconfig Ar ... Cm up
58 has failed because device has not been configured with
59 .Nm sb16config .
60 .It "sbsh%d: transmit timeout"
61 .It "sbsh%d: interrupt posted but not delivered"
62 Probably, a hardware error or incompatibility.
63 .It "sbsh%d: unable to get mbuf"
64 .It "sbsh%d: unable to get mbuf cluster"
65 The driver failed to allocate a memory buffer.
66 .El
67 .Sh SEE ALSO
68 .Xr arp 4 ,
69 .Xr netintro 4 ,
70 .Xr ifconfig 8
71 .Pp
72 .Pa ports/sysutils/sb16config
73 .Sh HISTORY
74 The
75 .Nm
76 device driver first appeared in
77 .Fx 4.9 .
78 .Sh AUTHORS
79 The
80 .Nm
81 driver was written by
82 .An Denis I. Timofeev Aq timofeev@granch.ru .