Deleted Added
full compact
ng_bt3c.4 (166610) ng_bt3c.4 (242997)
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" 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.

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

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ng_bt3c.4,v 1.3 2003/09/14 23:28:51 max Exp $
1.\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
2.\" 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.

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

18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $Id: ng_bt3c.4,v 1.3 2003/09/14 23:28:51 max Exp $
26.\" $FreeBSD: head/share/man/man4/ng_bt3c.4 166610 2007-02-09 21:05:47Z brueffer $
26.\" $FreeBSD: head/share/man/man4/ng_bt3c.4 242997 2012-11-13 20:41:36Z joel $
27.\"
28.Dd December 17, 2004
29.Dt NG_BT3C 4
30.Os
31.Sh NAME
32.Nm ng_bt3c
33.Nd Netgraph node type that is also a 3Com Bluetooth PC card driver
34.Sh SYNOPSIS

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

69are transmitted out.
70No modification to the data is performed in either direction.
71.Sh HARDWARE
72The
73.Nm
74driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.
75.Sh HOOKS
76This node type supports the following hooks:
27.\"
28.Dd December 17, 2004
29.Dt NG_BT3C 4
30.Os
31.Sh NAME
32.Nm ng_bt3c
33.Nd Netgraph node type that is also a 3Com Bluetooth PC card driver
34.Sh SYNOPSIS

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

69are transmitted out.
70No modification to the data is performed in either direction.
71.Sh HARDWARE
72The
73.Nm
74driver provides support for the 3Com/HP 3CRWB6096-A PCCARD bluetooth adapter.
75.Sh HOOKS
76This node type supports the following hooks:
77.Bl -tag -width indent
78.It Dv hook
77.Bl -tag -width ".Va hook"
78.It Va hook
79single HCI frame contained in single
80.Vt mbuf
81structure.
82.El
83.Sh CONTROL MESSAGES
84This node type supports the generic control messages, plus the following:
79single HCI frame contained in single
80.Vt mbuf
81structure.
82.El
83.Sh CONTROL MESSAGES
84This node type supports the generic control messages, plus the following:
85.Bl -tag -width indent
86.It Dv NGM_BT3C_NODE_GET_STATE
85.Bl -tag -width foo
86.It Dv NGM_BT3C_NODE_GET_STATE Pq Ic get_state
87Returns the current receiving state for the node.
87Returns the current receiving state for the node.
88.It Dv NGM_BT3C_NODE_GET_DEBUG
89Returns an integer containing the current debug level for the node.
90.It Dv NGM_BT3C_NODE_SET_DEBUG
88.It Dv NGM_BT3C_NODE_SET_DEBUG Pq Ic set_debug
91This command takes an integer argument and sets the current debug level
92for the node.
89This command takes an integer argument and sets the current debug level
90for the node.
93.It Dv NGM_BT3C_NODE_GET_QLEN
91.It Dv NGM_BT3C_NODE_GET_DEBUG Pq Ic get_debug
92Returns an integer containing the current debug level for the node.
93.It Dv NGM_BT3C_NODE_GET_QLEN Pq Ic get_qlen
94This command takes a parameter that specifies queue number and returns
95the current length of the queue for the node.
94This command takes a parameter that specifies queue number and returns
95the current length of the queue for the node.
96.It Dv NGM_BT3C_NODE_SET_QLEN
96.It Dv NGM_BT3C_NODE_SET_QLEN Pq Ic set_qlen
97This command takes two parameters that specify the queue number and
98the maximum length of the queue and sets the maximum length of the queue for
99the node.
97This command takes two parameters that specify the queue number and
98the maximum length of the queue and sets the maximum length of the queue for
99the node.
100.It Dv NGM_BT3C_NODE_GET_STAT
100.It Dv NGM_BT3C_NODE_GET_STAT Pq Ic get_stat
101Returns various statistic information for the node, such as: number of
102bytes (frames) sent, number of bytes (frames) received and number of
103input (output) errors.
101Returns various statistic information for the node, such as: number of
102bytes (frames) sent, number of bytes (frames) received and number of
103input (output) errors.
104.It Dv NGM_BT3C_NODE_RESET_STAT
104.It Dv NGM_BT3C_NODE_RESET_STAT Pq Ic reset_stat
105Reset all statistic counters to zero.
106.It Dv NGM_BT3C_NODE_DOWNLOAD_FIRMWARE
107Download card firmware.
108.El
109.Sh SHUTDOWN
110This node shuts down when the corresponding card is un-plugged.
111.Sh SEE ALSO
112.Xr cardbus 4 ,

--- 17 unchanged lines hidden ---
105Reset all statistic counters to zero.
106.It Dv NGM_BT3C_NODE_DOWNLOAD_FIRMWARE
107Download card firmware.
108.El
109.Sh SHUTDOWN
110This node shuts down when the corresponding card is un-plugged.
111.Sh SEE ALSO
112.Xr cardbus 4 ,

--- 17 unchanged lines hidden ---