View | Details | Raw Unified | Return to bug 167776
Collapse All | Expand All

(-)./acpi_hp.4 (-2 / +2 lines)
Lines 261-267 Link Here
261
The
261
The
262
.Nm
262
.Nm
263
driver was written by
263
driver was written by
264
.An Michael Gmelin Aq freebsd@grem.de
264
.An Michael Gmelin Aq freebsd@grem.de .
265
.Pp
265
.Pp
266
It has been inspired by hp-wmi driver, which implements a subset of these
266
It has been inspired by hp-wmi driver, which implements a subset of these
267
features (hotkeys) on Linux.
267
features (hotkeys) on Linux.
Lines 275-281 Link Here
275
.El
275
.El
276
.Pp
276
.Pp
277
This manual page was written by
277
This manual page was written by
278
.An Michael Gmelin Aq freebsd@grem.de
278
.An Michael Gmelin Aq freebsd@grem.de .
279
.Sh BUGS
279
.Sh BUGS
280
This driver is experimental and has only been tested on i386 on an
280
This driver is experimental and has only been tested on i386 on an
281
HP Compaq 8510p which featured all supported wireless devices (WWAN/BT/WLAN).
281
HP Compaq 8510p which featured all supported wireless devices (WWAN/BT/WLAN).
(-)./acpi_wmi.4 (-3 / +3 lines)
Lines 85-96 Link Here
85
The
85
The
86
.Nm
86
.Nm
87
driver was written by
87
driver was written by
88
.An Michael Gmelin Aq freebsd@grem.de
88
.An Michael Gmelin Aq freebsd@grem.de .
89
.Pp
89
.Pp
90
Work has been inspired by the Linux acpi-wmi driver written by Carlos Corbacho
90
Work has been inspired by the Linux acpi-wmi driver written by Carlos Corbacho.
91
.Pp
91
.Pp
92
See http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx for
92
See http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx for
93
the specification of ACPI-WMI.
93
the specification of ACPI-WMI.
94
.Pp
94
.Pp
95
This manual page was written by
95
This manual page was written by
96
.An Michael Gmelin Aq freebsd@grem.de
96
.An Michael Gmelin Aq freebsd@grem.de .
(-)./ahci.4 (-1 / +1 lines)
Lines 51-57 Link Here
51
.Xr loader 8 :
51
.Xr loader 8 :
52
.Bl -ohang
52
.Bl -ohang
53
.It Va hint.ahci. Ns Ar X Ns Va .msi
53
.It Va hint.ahci. Ns Ar X Ns Va .msi
54
controls Message Signaled Interrupts (MSI) usage by the specified controller
54
controls Message Signaled Interrupts (MSI) usage by the specified controller.
55
.Bl -tag -compact
55
.Bl -tag -compact
56
.It 0
56
.It 0
57
MSI disabled;
57
MSI disabled;
(-)./ath.4 (-2 / +2 lines)
Lines 186-192 Link Here
186
.Ed
186
.Ed
187
.Pp
187
.Pp
188
Create two virtual 802.11a host-based access points, one with
188
Create two virtual 802.11a host-based access points, one with
189
with WEP enabled and one with no security, and bridge them to
189
WEP enabled and one with no security, and bridge them to
190
the fxp0 (wired) device:
190
the fxp0 (wired) device:
191
.Bd -literal -offset indent
191
.Bd -literal -offset indent
192
ifconfig wlan0 create wlandev ath0 wlanmode hostap \e
192
ifconfig wlan0 create wlandev ath0 wlanmode hostap \e
Lines 221-227 Link Here
221
This should not happen.
221
This should not happen.
222
.It "ath%d: unable to setup a beacon xmit queue!"
222
.It "ath%d: unable to setup a beacon xmit queue!"
223
The request to the HAL to set up the transmit queue for 802.11 beacon frames
223
The request to the HAL to set up the transmit queue for 802.11 beacon frames
224
frames failed.
224
failed.
225
This should not happen.
225
This should not happen.
226
.It "ath%d: 802.11 address: %s"
226
.It "ath%d: 802.11 address: %s"
227
The MAC address programmed in the EEPROM is displayed.
227
The MAC address programmed in the EEPROM is displayed.
(-)./atp.4 (-2 / +2 lines)
Lines 171-180 Link Here
171
.Xr loader.conf 5 ,
171
.Xr loader.conf 5 ,
172
.Xr xorg.conf 5 Pq Pa ports/x11/xorg ,
172
.Xr xorg.conf 5 Pq Pa ports/x11/xorg ,
173
.Xr moused 8 ,
173
.Xr moused 8 ,
174
.Xr sysctl 8 .
174
.Xr sysctl 8
175
.Sh AUTHORS
175
.Sh AUTHORS
176
.An -nosplit
176
.An -nosplit
177
The
177
The
178
.Nm
178
.Nm
179
driver was written by
179
driver was written by
180
.An Rohit Grover Aq rgrover1@gmail.com
180
.An Rohit Grover Aq rgrover1@gmail.com .
(-)./bpf.4 (-3 / +3 lines)
Lines 642-648 Link Here
642
	uint32_t	bh_caplen;     /* length of captured portion */
642
	uint32_t	bh_caplen;     /* length of captured portion */
643
	uint32_t	bh_datalen;    /* original length of packet */
643
	uint32_t	bh_datalen;    /* original length of packet */
644
	u_short		bh_hdrlen;     /* length of bpf header (this struct
644
	u_short		bh_hdrlen;     /* length of bpf header (this struct
645
					  plus alignment padding */
645
					  plus alignment padding) */
646
};
646
};
647
647
648
struct bpf_hdr {
648
struct bpf_hdr {
Lines 650-656 Link Here
650
	uint32_t	bh_caplen;     /* length of captured portion */
650
	uint32_t	bh_caplen;     /* length of captured portion */
651
	uint32_t	bh_datalen;    /* original length of packet */
651
	uint32_t	bh_datalen;    /* original length of packet */
652
	u_short		bh_hdrlen;     /* length of bpf header (this struct
652
	u_short		bh_hdrlen;     /* length of bpf header (this struct
653
					  plus alignment padding */
653
					  plus alignment padding) */
654
};
654
};
655
.Ed
655
.Ed
656
.Pp
656
.Pp
Lines 962-968 Link Here
962
.It Va net.bpf.optimize_writers: No 0
962
.It Va net.bpf.optimize_writers: No 0
963
Various programs use BPF to send (but not receive) raw packets
963
Various programs use BPF to send (but not receive) raw packets
964
(cdpd, lldpd, dhcpd, dhcp relays, etc. are good examples of such programs).
964
(cdpd, lldpd, dhcpd, dhcp relays, etc. are good examples of such programs).
965
They do not need incoming packets to be send to them. Turning this option on
965
They do not need incoming packets to be send to them. Tuning this option on
966
makes new BPF users to be attached to write-only interface list until program
966
makes new BPF users to be attached to write-only interface list until program
967
explicitly specifies read filter via
967
explicitly specifies read filter via
968
.Cm pcap_set_filter() .
968
.Cm pcap_set_filter() .
(-)./bridge.4 (-1 / +2 lines)
Lines 410-416 Link Here
410
.Fx
410
.Fx
411
6.1, 6.2, 6.3, 7.0, 7.1, and 7.2 have a bug in the EtherIP protocol.
411
6.1, 6.2, 6.3, 7.0, 7.1, and 7.2 have a bug in the EtherIP protocol.
412
For more details and workaround, see
412
For more details and workaround, see
413
.Xr gif 4 manual page.
413
.Xr gif 4
414
manual page.
414
.Sh SEE ALSO
415
.Sh SEE ALSO
415
.Xr gif 4 ,
416
.Xr gif 4 ,
416
.Xr ipf 4 ,
417
.Xr ipf 4 ,
(-)./capsicum.4 (-1 / +1 lines)
Lines 55-61 Link Here
55
in which access to global OS namespaces (such as the file system and PID
55
in which access to global OS namespaces (such as the file system and PID
56
namespaces) is restricted; only explicitly delegated rights, referenced by
56
namespaces) is restricted; only explicitly delegated rights, referenced by
57
memory mappings or file descriptors, may be used.
57
memory mappings or file descriptors, may be used.
58
Once set, the flag is inherited by future children proceses, and may not be
58
Once set, the flag is inherited by future children processes, and may not be
59
cleared.
59
cleared.
60
.It capabilities
60
.It capabilities
61
File descriptors that wrap other file descriptors, masking operations that can
61
File descriptors that wrap other file descriptors, masking operations that can
(-)./ch.4 (-2 / +3 lines)
Lines 187-193 Link Here
187
This call can be used by applications to query the dimensions of
187
This call can be used by applications to query the dimensions of
188
the jukebox before using the
188
the jukebox before using the
189
.Dv CHIGSTATUS
189
.Dv CHIGSTATUS
190
ioctl to query the jukebox' status.
190
ioctl to query the jukebox's status.
191
.It Dv CHIOIELEM
191
.It Dv CHIOIELEM
192
Perform the
192
Perform the
193
.Sy INITIALIZE ELEMENT STATUS
193
.Sy INITIALIZE ELEMENT STATUS
Lines 230-236 Link Here
230
returned in the array of
230
returned in the array of
231
.Vt changer_element_status
231
.Vt changer_element_status
232
structures pointed to by the
232
structures pointed to by the
233
.Va cesr_element_status field .
233
.Va cesr_element_status
234
field.
234
The application must allocate enough
235
The application must allocate enough
235
memory for
236
memory for
236
.Va cesr_element_count
237
.Va cesr_element_count
(-)./cpuctl.4 (-1 / +1 lines)
Lines 125-131 Link Here
125
.Bl -tag -width Er
125
.Bl -tag -width Er
126
.It Bq Er ENXIO
126
.It Bq Er ENXIO
127
The operation requested is not supported by the device (e.g. unsupported
127
The operation requested is not supported by the device (e.g. unsupported
128
architecture or the CPU is disabled)
128
architecture or the CPU is disabled).
129
.It Bq Er EINVAL
129
.It Bq Er EINVAL
130
Incorrect request was supplied, or microcode image is not correct.
130
Incorrect request was supplied, or microcode image is not correct.
131
.It Bq Er ENOMEM
131
.It Bq Er ENOMEM
(-)./cxgbe.4 (-1 / +1 lines)
Lines 220-226 Link Here
220
The
220
The
221
.Nm
221
.Nm
222
device driver first appeared in
222
device driver first appeared in
223
.Fx 9.0
223
.Fx 9.0 .
224
.Sh AUTHORS
224
.Sh AUTHORS
225
.An -nosplit
225
.An -nosplit
226
The
226
The
(-)./dcons.4 (-1 / +1 lines)
Lines 104-110 Link Here
104
as a
104
as a
105
.Xr gdb 1
105
.Xr gdb 1
106
port, add the following line into
106
port, add the following line into
107
.Xr loader.conf 5
107
.Xr loader.conf 5 :
108
.Bd -literal -offset indent
108
.Bd -literal -offset indent
109
dcons_gdb="1"
109
dcons_gdb="1"
110
.Ed
110
.Ed
(-)./ddb.4 (-2 / +2 lines)
Lines 1031-1044 Link Here
1031
.Pp
1031
.Pp
1032
The very same information might be gathered in the userspace
1032
The very same information might be gathered in the userspace
1033
with the help of
1033
with the help of
1034
.Dq Nm vmstat Fl z
1034
.Dq Nm vmstat Fl z .
1035
.\"
1035
.\"
1036
.Pp
1036
.Pp
1037
.It Ic show Cm unpcb Ar addr
1037
.It Ic show Cm unpcb Ar addr
1038
Shows UNIX domain socket private control block
1038
Shows UNIX domain socket private control block
1039
.Vt struct unpcb
1039
.Vt struct unpcb
1040
present at the address
1040
present at the address
1041
.Ar addr
1041
.Ar addr .
1042
.\"
1042
.\"
1043
.Pp
1043
.Pp
1044
.It Ic show Cm vmochk
1044
.It Ic show Cm vmochk
(-)./epair.4 (-1 / +1 lines)
Lines 33-39 Link Here
33
.Os
33
.Os
34
.Sh NAME
34
.Sh NAME
35
.Nm epair
35
.Nm epair
36
.Nd A pair of virtual back-to-back connected Ethernet interfaces.
36
.Nd A pair of virtual back-to-back connected Ethernet interfaces
37
.Sh SYNOPSIS
37
.Sh SYNOPSIS
38
To compile this driver into the kernel,
38
To compile this driver into the kernel,
39
place the following line in your
39
place the following line in your
(-)./fdt.4 (-3 / +5 lines)
Lines 143-150 Link Here
143
support in the kernel. It covers all low-level and infrastructure parts of
143
support in the kernel. It covers all low-level and infrastructure parts of
144
.Nm
144
.Nm
145
kernel support, which primarily are the
145
kernel support, which primarily are the
146
.Xr fdtbus 4 and
146
.Xr fdtbus 4
147
.Xr simplebus 4 drivers, as well as helper routines and libraries.
147
and
148
.Xr simplebus 4
149
drivers, as well as helper routines and libraries.
148
.It Va makeoptions FDT_DTS_FILE=<board name>.dts
150
.It Va makeoptions FDT_DTS_FILE=<board name>.dts
149
Specifies a preferred (default) device tree source (DTS) file for a given
151
Specifies a preferred (default) device tree source (DTS) file for a given
150
kernel. The indicated DTS file will be converted (compiled) into a binary form
152
kernel. The indicated DTS file will be converted (compiled) into a binary form
Lines 163-169 Link Here
163
.Sh SEE ALSO
165
.Sh SEE ALSO
164
.Xr fdtbus 4 ,
166
.Xr fdtbus 4 ,
165
.Xr openfirm 4 ,
167
.Xr openfirm 4 ,
166
.Xr simplebus 4 ,
168
.Xr simplebus 4
167
.Sh STANDARDS
169
.Sh STANDARDS
168
IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware:
170
IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware:
169
Core Requirements and Practices
171
Core Requirements and Practices
(-)./fdtbus.4 (-2 / +3 lines)
Lines 51-57 Link Here
51
The
51
The
52
.Nm
52
.Nm
53
driver provides generic, common infrastructure for all
53
driver provides generic, common infrastructure for all
54
.Xr fdt 4 oriented device drivers, and its main responsibilities are the
54
.Xr fdt 4
55
oriented device drivers, and its main responsibilities are the
55
following:
56
following:
56
.Bl -bullet
57
.Bl -bullet
57
.It
58
.It
Lines 66-72 Link Here
66
.Sh SEE ALSO
67
.Sh SEE ALSO
67
.Xr fdt 4 ,
68
.Xr fdt 4 ,
68
.Xr openfirm 4 ,
69
.Xr openfirm 4 ,
69
.Xr simplebus 4 ,
70
.Xr simplebus 4
70
.Sh STANDARDS
71
.Sh STANDARDS
71
IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware:
72
IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware:
72
Core Requirements and Practices
73
Core Requirements and Practices
(-)./gdb.4 (-2 / +2 lines)
Lines 508-514 Link Here
508
.It Ic checkmem
508
.It Ic checkmem
509
Check unallocated memory for modifications.
509
Check unallocated memory for modifications.
510
This assumes that the kernel has been compiled with
510
This assumes that the kernel has been compiled with
511
.Cd "options DIAGNOSTIC"
511
.Cd "options DIAGNOSTIC" .
512
This causes the contents of free memory to be set to
512
This causes the contents of free memory to be set to
513
.Li 0xdeadc0de .
513
.Li 0xdeadc0de .
514
.It Ic dmesg
514
.It Ic dmesg
Lines 595-601 Link Here
595
Firewire connections do not have this problem.
595
Firewire connections do not have this problem.
596
.Pp
596
.Pp
597
The debugging macros
597
The debugging macros
598
.Dq "just growed" .
598
.Dq "just grown" .
599
In general, the person who wrote them did so while looking for a specific
599
In general, the person who wrote them did so while looking for a specific
600
problem, so they may not be general enough, and they may behave badly when used
600
problem, so they may not be general enough, and they may behave badly when used
601
in ways for which they were not intended, even if those ways make sense.
601
in ways for which they were not intended, even if those ways make sense.
(-)./ip.4 (-4 / +8 lines)
Lines 215-221 Link Here
215
This is in contrast to the default behavior of the
215
This is in contrast to the default behavior of the
216
system, which is to transmit undirected broadcasts
216
system, which is to transmit undirected broadcasts
217
via the first network interface with the
217
via the first network interface with the
218
.Dv IFF_BROADCAST flag set.
218
.Dv IFF_BROADCAST
219
flag set.
219
.Pp
220
.Pp
220
This option allows applications to choose which
221
This option allows applications to choose which
221
interface is used to transmit an undirected broadcast
222
interface is used to transmit an undirected broadcast
Lines 235-246 Link Here
235
.Ed
236
.Ed
236
.Pp
237
.Pp
237
It is the application's responsibility to set the
238
It is the application's responsibility to set the
238
.Dv IP_TTL option
239
.Dv IP_TTL
240
option
239
to an appropriate value in order to prevent broadcast storms.
241
to an appropriate value in order to prevent broadcast storms.
240
The application must have sufficient credentials to set the
242
The application must have sufficient credentials to set the
241
.Dv SO_BROADCAST
243
.Dv SO_BROADCAST
242
socket level option, otherwise the
244
socket level option, otherwise the
243
.Dv IP_ONESBCAST option has no effect.
245
.Dv IP_ONESBCAST
246
option has no effect.
244
.Pp
247
.Pp
245
If the
248
If the
246
.Dv IP_BINDANY
249
.Dv IP_BINDANY
Lines 851-854 Link Here
851
packets received on raw IP sockets had the
854
packets received on raw IP sockets had the
852
.Va ip_hl
855
.Va ip_hl
853
subtracted from the
856
subtracted from the
854
.Va ip_len field.
857
.Va ip_len
858
field.
(-)./ipmi.4 (-3 / +3 lines)
Lines 130-136 Link Here
130
Possible error values:
130
Possible error values:
131
.Bl -tag -width Er
131
.Bl -tag -width Er
132
.It Bq Er EFAULT
132
.It Bq Er EFAULT
133
An address supplied was invalid
133
An address supplied was invalid.
134
.It Bq Er ENOMEM
134
.It Bq Er ENOMEM
135
Buffers could not be allowed for the command, out of memory.
135
Buffers could not be allowed for the command, out of memory.
136
.El
136
.El
Lines 146-152 Link Here
146
.Ss Unimplemented Ioctls
146
.Ss Unimplemented Ioctls
147
.Bl -tag -width indent
147
.Bl -tag -width indent
148
.It Dv IPMICTL_REGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec"
148
.It Dv IPMICTL_REGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec"
149
Register to receive a specific command
149
Register to receive a specific command.
150
Possible error values:
150
Possible error values:
151
.Bl -tag -width Er
151
.Bl -tag -width Er
152
.It Bq Er EFAULT
152
.It Bq Er EFAULT
Lines 157-163 Link Here
157
Could not allocate memory.
157
Could not allocate memory.
158
.El
158
.El
159
.It Dv IPMICTL_UNREGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec"
159
.It Dv IPMICTL_UNREGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec"
160
Unregister to receive a specific command
160
Unregister to receive a specific command.
161
Possible error values:
161
Possible error values:
162
.Bl -tag -width Er
162
.Bl -tag -width Er
163
.It Bq Er EFAULT
163
.It Bq Er EFAULT
(-)./ipw.4 (-2 / +2 lines)
Lines 147-155 Link Here
147
.Xr wlan_tkip 4 ,
147
.Xr wlan_tkip 4 ,
148
.Xr wlan_wep 4 ,
148
.Xr wlan_wep 4 ,
149
.Xr ifconfig 8 ,
149
.Xr ifconfig 8 ,
150
.Xr wpa_supplicant 8 .
150
.Xr wpa_supplicant 8
151
.Sh AUTHORS
151
.Sh AUTHORS
152
The original
152
The original
153
.Nm
153
.Nm
154
driver was written by
154
driver was written by
155
.An Damien Bergamini Aq damien.bergamini@free.fr
155
.An Damien Bergamini Aq damien.bergamini@free.fr .
(-)./isci.4 (-1 / +2 lines)
Lines 98-104 Link Here
98
The
98
The
99
.Nm
99
.Nm
100
driver first appeared in
100
driver first appeared in
101
.Fx 8.3 and 9.1 .
101
.Fx 8.3
102
and 9.1.
102
.Sh AUTHORS
103
.Sh AUTHORS
103
.An -nosplit
104
.An -nosplit
104
The
105
The
(-)./isp.4 (-1 / +1 lines)
Lines 64-70 Link Here
64
ISP12160).
64
ISP12160).
65
.Pp
65
.Pp
66
Fibre Channel support uses FCP SCSI profile for
66
Fibre Channel support uses FCP SCSI profile for
67
.Tn FibreChannel .
67
.Tn FibreChannel ,
68
and utilizes Class 3 and Class 2 connections (Qlogic 2100 is Class
68
and utilizes Class 3 and Class 2 connections (Qlogic 2100 is Class
69
3 only, minor patches to the Qlogic 2200 to force Class 2 mode).
69
3 only, minor patches to the Qlogic 2200 to force Class 2 mode).
70
Support is available for Public and Private loops, and for
70
Support is available for Public and Private loops, and for
(-)./iwn.4 (-1 / +1 lines)
Lines 179-182 Link Here
179
The original
179
The original
180
.Nm
180
.Nm
181
driver was written by
181
driver was written by
182
.An Damien Bergamini Aq damien.bergamini@free.fr
182
.An Damien Bergamini Aq damien.bergamini@free.fr .
(-)./mac_none.4 (-2 / +2 lines)
Lines 45-51 Link Here
45
.Cd "options MAC_NONE"
45
.Cd "options MAC_NONE"
46
.Ed
46
.Ed
47
.Pp
47
.Pp
48
Alternately, to load the sample module at boot time, place the following line
48
Alternately, to load the none module at boot time, place the following line
49
in your kernel configuration file:
49
in your kernel configuration file:
50
.Bd -ragged -offset indent
50
.Bd -ragged -offset indent
51
.Cd "options MAC"
51
.Cd "options MAC"
Lines 59-65 Link Here
59
.Sh DESCRIPTION
59
.Sh DESCRIPTION
60
The
60
The
61
.Nm
61
.Nm
62
policy module implements a sample MAC policy that has no effect on
62
policy module implements a none MAC policy that has no effect on
63
access control in the system.
63
access control in the system.
64
Unlike
64
Unlike
65
.Xr mac_stub 4 ,
65
.Xr mac_stub 4 ,
(-)./mac_stub.4 (-3 / +3 lines)
Lines 37-43 Link Here
37
.Nm mac_stub
37
.Nm mac_stub
38
.Nd "MAC policy stub module"
38
.Nd "MAC policy stub module"
39
.Sh SYNOPSIS
39
.Sh SYNOPSIS
40
To compile the sample policy
40
To compile the stub policy
41
into your kernel, place the following lines in your kernel
41
into your kernel, place the following lines in your kernel
42
configuration file:
42
configuration file:
43
.Bd -ragged -offset indent
43
.Bd -ragged -offset indent
Lines 45-51 Link Here
45
.Cd "options MAC_STUB"
45
.Cd "options MAC_STUB"
46
.Ed
46
.Ed
47
.Pp
47
.Pp
48
Alternately, to load the sample module at boot time, place the following line
48
Alternately, to load the stub module at boot time, place the following line
49
in your kernel configuration file:
49
in your kernel configuration file:
50
.Bd -ragged -offset indent
50
.Bd -ragged -offset indent
51
.Cd "options MAC"
51
.Cd "options MAC"
Lines 59-65 Link Here
59
.Sh DESCRIPTION
59
.Sh DESCRIPTION
60
The
60
The
61
.Nm
61
.Nm
62
policy module implements a sample MAC policy that has no effect on
62
policy module implements a stub MAC policy that has no effect on
63
access control in the system.
63
access control in the system.
64
Unlike
64
Unlike
65
.Xr mac_none 4 ,
65
.Xr mac_none 4 ,
(-)./mps.4 (-1 / +1 lines)
Lines 209-215 Link Here
209
It only works on little endian machines (e.g. amd64 and i386).
209
It only works on little endian machines (e.g. amd64 and i386).
210
.It
210
.It
211
No userland utility available (e.g.
211
No userland utility available (e.g.
212
.Xr mptutil 8)
212
.Xr mptutil 8 ) .
213
.It
213
.It
214
The driver probes devices sequentially.
214
The driver probes devices sequentially.
215
If your system has a large number of devices, the probe will take a while.
215
If your system has a large number of devices, the probe will take a while.
(-)./net80211.4 (-3 / +3 lines)
Lines 366-372 Link Here
366
0 (do not promote, use legacy),
366
0 (do not promote, use legacy),
367
1 (promote to HT20),
367
1 (promote to HT20),
368
and
368
and
369
2 (promote to HT40),
369
2 (promote to HT40).
370
.It Dv IEEE80211_IOC_HTPROTMODE
370
.It Dv IEEE80211_IOC_HTPROTMODE
371
Return, in
371
Return, in
372
.Va i_val ,
372
.Va i_val ,
Lines 447-453 Link Here
447
.Va i_val .
447
.Va i_val .
448
.It Dv IEEE80211_IOC_NUMWEPKEYS
448
.It Dv IEEE80211_IOC_NUMWEPKEYS
449
Return the number of WEP keys supported in
449
Return the number of WEP keys supported in
450
.Va i_val
450
.Va i_val .
451
.It Dv IEEE80211_IOC_POWERSAVE
451
.It Dv IEEE80211_IOC_POWERSAVE
452
Return the current powersaving mode in
452
Return the current powersaving mode in
453
.Va i_val .
453
.Va i_val .
Lines 923-930 Link Here
923
.Va i_val .
923
.Va i_val .
924
.It Dv IEEE80211_IOC_DTIM_PERIOD
924
.It Dv IEEE80211_IOC_DTIM_PERIOD
925
Set the period (in beacon intervals) between DTIM events to the value in
925
Set the period (in beacon intervals) between DTIM events to the value in
926
This request causes a running interface to be restarted.
927
.Va i_val .
926
.Va i_val .
927
This request causes a running interface to be restarted.
928
.It Dv IEEE80211_IOC_DWDS
928
.It Dv IEEE80211_IOC_DWDS
929
Set whether or not Dynamic WDS support is enabled using the value in
929
Set whether or not Dynamic WDS support is enabled using the value in
930
.Va i_val .
930
.Va i_val .
(-)./netmap.4 (-1 / +1 lines)
Lines 46-52 Link Here
46
which is in charge of validating information through
46
which is in charge of validating information through
47
.Pa ioctl()
47
.Pa ioctl()
48
and
48
and
49
.Pa select()/poll().
49
.Pa select()/poll() .
50
.Nm
50
.Nm
51
can exploit the parallelism in multiqueue devices and
51
can exploit the parallelism in multiqueue devices and
52
multicore systems.
52
multicore systems.
(-)./nfsv4.4 (-1 / +1 lines)
Lines 299-305 Link Here
299
.Xr nfsd 8 ,
299
.Xr nfsd 8 ,
300
.Xr nfsdumpstate 8 ,
300
.Xr nfsdumpstate 8 ,
301
.Xr nfsrevoke 8 ,
301
.Xr nfsrevoke 8 ,
302
.Xr nfsuserd 8 ,
302
.Xr nfsuserd 8
303
.Sh BUGS
303
.Sh BUGS
304
At this time, there is no recall of delegations for local file system
304
At this time, there is no recall of delegations for local file system
305
operations.
305
operations.
(-)./ng_etf.4 (-1 lines)
Lines 135-141 Link Here
135
# Filter two random ethertypes to that hook.
135
# Filter two random ethertypes to that hook.
136
ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH1} }
136
ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH1} }
137
ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH2} }
137
ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH2} }
138
DONE
139
.Ed
138
.Ed
140
.Sh SHUTDOWN
139
.Sh SHUTDOWN
141
This node shuts down upon receipt of a
140
This node shuts down upon receipt of a
(-)./ng_nat.4 (-2 / +2 lines)
Lines 61-67 Link Here
61
a node is ready for aliasing operation.
61
a node is ready for aliasing operation.
62
.It Dv NGM_NAT_SET_MODE Pq Li setmode
62
.It Dv NGM_NAT_SET_MODE Pq Li setmode
63
Set node's operation mode using supplied
63
Set node's operation mode using supplied
64
.Vt "struct ng_nat_mode".
64
.Vt "struct ng_nat_mode" .
65
.Bd -literal
65
.Bd -literal
66
struct ng_nat_mode {
66
struct ng_nat_mode {
67
	uint32_t	flags;
67
	uint32_t	flags;
Lines 193-199 Link Here
193
was used (they are effectively replaced by server pool).
193
was used (they are effectively replaced by server pool).
194
.It Dv NGM_NAT_LIST_REDIRECTS Pq Li listredirects
194
.It Dv NGM_NAT_LIST_REDIRECTS Pq Li listredirects
195
Return list of configured static redirects as
195
Return list of configured static redirects as
196
.Vt "struct ng_nat_list_redirects".
196
.Vt "struct ng_nat_list_redirects" .
197
.Bd -literal
197
.Bd -literal
198
struct ng_nat_listrdrs_entry {
198
struct ng_nat_listrdrs_entry {
199
	uint32_t	id;		/* Anything except zero */
199
	uint32_t	id;		/* Anything except zero */
(-)./ng_netflow.4 (-2 / +2 lines)
Lines 218-224 Link Here
218
};
218
};
219
.Ed
219
.Ed
220
.Pp
220
.Pp
221
Default is 1500 bytes
221
Default is 1500 bytes.
222
.It Dv NGM_NETFLOW_SHOW
222
.It Dv NGM_NETFLOW_SHOW
223
This control message asks a node to dump the entire contents of the flow cache.
223
This control message asks a node to dump the entire contents of the flow cache.
224
It is called from
224
It is called from
Lines 284-290 Link Here
284
The latter sends us a copy of IP packets, which we analyze and free.
284
The latter sends us a copy of IP packets, which we analyze and free.
285
On
285
On
286
.Va fxp0:
286
.Va fxp0:
287
we do not use tee, but send packets back to ether node.
287
we do not use tee, but send packets back to either node.
288
.Bd -literal -offset indent
288
.Bd -literal -offset indent
289
/usr/sbin/ngctl -f- <<-SEQ
289
/usr/sbin/ngctl -f- <<-SEQ
290
	# connect ng0's tee to iface0 hook
290
	# connect ng0's tee to iface0 hook
(-)./ng_socket.4 (-1 / +2 lines)
Lines 93-99 Link Here
93
and associated with a
93
and associated with a
94
.Nm
94
.Nm
95
node.
95
node.
96
.Dv NG_DATA sockets do not automatically
96
.Dv NG_DATA
97
sockets do not automatically
97
have nodes associated with them; they are bound to a specific node via the
98
have nodes associated with them; they are bound to a specific node via the
98
.Xr connect 2
99
.Xr connect 2
99
system call.
100
system call.
(-)./opie.4 (-1 / +1 lines)
Lines 300-306 Link Here
300
or your keystrokes without you knowing it.
300
or your keystrokes without you knowing it.
301
301
302
.SH SEE ALSO
302
.SH SEE ALSO
303
.BR ftpd (8)
303
.BR ftpd (8),
304
.BR login (1),
304
.BR login (1),
305
.BR opie (4),
305
.BR opie (4),
306
.BR opiekeys (5),
306
.BR opiekeys (5),
(-)./pcm.4 (-2 / +2 lines)
Lines 390-396 Link Here
390
Continuation of the bandlimited SINC interpolator, with 100dB stopband, 36
390
Continuation of the bandlimited SINC interpolator, with 100dB stopband, 36
391
taps and 90% bandwidth as quality values.
391
taps and 90% bandwidth as quality values.
392
.It 4
392
.It 4
393
Continuation of the bandlimited SINC inteprolator, with 100dB stopband, 164
393
Continuation of the bandlimited SINC interprolator, with 100dB stopband, 164
394
taps and 97% bandwidth as quality values.
394
taps and 97% bandwidth as quality values.
395
.El
395
.El
396
.It Va hw.snd.feeder_rate_round
396
.It Va hw.snd.feeder_rate_round
Lines 519-525 Link Here
519
Available options include:
519
Available options include:
520
.Bl -tag -width 2n
520
.Bl -tag -width 2n
521
.It s16le:1.0
521
.It s16le:1.0
522
Mono
522
Mono.
523
.It s16le:2.0
523
.It s16le:2.0
524
Stereo, 2 channels (left, right).
524
Stereo, 2 channels (left, right).
525
.It s16le:2.1
525
.It s16le:2.1
(-)./pcn.4 (-1 / +1 lines)
Lines 104-110 Link Here
104
driver supports the following media options:
104
driver supports the following media options:
105
.Bl -tag -width full-duplex
105
.Bl -tag -width full-duplex
106
.It full-duplex
106
.It full-duplex
107
Force full duplex operation
107
Force full duplex operation.
108
.It half-duplex
108
.It half-duplex
109
Force half duplex operation.
109
Force half duplex operation.
110
.El
110
.El
(-)./pfsync.4 (-1 / +1 lines)
Lines 31-37 Link Here
31
.Os
31
.Os
32
.Sh NAME
32
.Sh NAME
33
.Nm pfsync
33
.Nm pfsync
34
.Nd packet filter state table sychronisation interface
34
.Nd packet filter state table synchronisation interface
35
.Sh SYNOPSIS
35
.Sh SYNOPSIS
36
.Cd "device pfsync"
36
.Cd "device pfsync"
37
.Sh DESCRIPTION
37
.Sh DESCRIPTION
(-)./psm.4 (-1 / +1 lines)
Lines 725-731 Link Here
725
.Pp
725
.Pp
726
The first line shows the command byte value of the keyboard
726
The first line shows the command byte value of the keyboard
727
controller just before the auxiliary port is probed.
727
controller just before the auxiliary port is probed.
728
It usually is 4D, 45, 47 or 65, depending on how the motherboard BIOS
728
It usually is 40, 45, 47 or 65, depending on how the motherboard BIOS
729
initialized the keyboard controller upon power-up.
729
initialized the keyboard controller upon power-up.
730
.Pp
730
.Pp
731
The second line shows the result of the keyboard controller's
731
The second line shows the result of the keyboard controller's
(-)./rl.4 (-1 / +1 lines)
Lines 119-125 Link Here
119
driver supports the following media options:
119
driver supports the following media options:
120
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
120
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
121
.It full-duplex
121
.It full-duplex
122
Force full duplex operation
122
Force full duplex operation.
123
.It half-duplex
123
.It half-duplex
124
Force half duplex operation.
124
Force half duplex operation.
125
.El
125
.El
(-)./run.4 (-1 / +1 lines)
Lines 208-214 Link Here
208
.Xr wlan_xauth 4 ,
208
.Xr wlan_xauth 4 ,
209
.Xr ifconfig 8 ,
209
.Xr ifconfig 8 ,
210
.Xr hostapd 8 ,
210
.Xr hostapd 8 ,
211
.Xr wpa_supplicant 8 .
211
.Xr wpa_supplicant 8
212
.Pp
212
.Pp
213
Ralink Technology:
213
Ralink Technology:
214
.Pa http://www.ralinktech.com/
214
.Pa http://www.ralinktech.com/
(-)./ses.4 (-1 / +1 lines)
Lines 101-107 Link Here
101
Get the associated help text for an object (not yet implemented).
101
Get the associated help text for an object (not yet implemented).
102
.Nm
102
.Nm
103
devices often have descriptive text for an object which can tell
103
devices often have descriptive text for an object which can tell
104
you things like location (e.g, "left power supply").
104
you things like location (e.g., "left power supply").
105
.It Dv SESIOC_INIT
105
.It Dv SESIOC_INIT
106
Initialize the enclosure.
106
Initialize the enclosure.
107
.El
107
.El
(-)./siftr.4 (-4 / +4 lines)
Lines 137-143 Link Here
137
Note: The
137
Note: The
138
.Qq \e
138
.Qq \e
139
present in the example log messages in this section indicates a
139
present in the example log messages in this section indicates a
140
line continuation and is not part of the actual log message
140
line continuation and is not part of the actual log message.
141
.Pp
141
.Pp
142
The first type of log message is written to the file when the module is
142
The first type of log message is written to the file when the module is
143
enabled and starts collecting data from the running kernel. The text below
143
enabled and starts collecting data from the running kernel. The text below
Lines 169-183 Link Here
169
.El
169
.El
170
.Bl -tag -offset indent
170
.Bl -tag -offset indent
171
.It Va tcp_rtt_scale
171
.It Va tcp_rtt_scale
172
smoothed RTT estimate scaling factor
172
smoothed RTT estimate scaling factor.
173
.El
173
.El
174
.Bl -tag -offset indent
174
.Bl -tag -offset indent
175
.It Va sysname
175
.It Va sysname
176
operating system name
176
operating system name.
177
.El
177
.El
178
.Bl -tag -offset indent
178
.Bl -tag -offset indent
179
.It Va sysver
179
.It Va sysver
180
operating system version
180
operating system version.
181
.El
181
.El
182
.Bl -tag -offset indent
182
.Bl -tag -offset indent
183
.It Va ipmode
183
.It Va ipmode
(-)./simplebus.4 (-2 / +3 lines)
Lines 60-70 Link Here
60
Note the
60
Note the
61
.Nm
61
.Nm
62
does not manage device resources and passes through any requests to the
62
does not manage device resources and passes through any requests to the
63
.Xr fdtbus 4 layer.
63
.Xr fdtbus 4
64
layer.
64
.Sh SEE ALSO
65
.Sh SEE ALSO
65
.Xr fdt 4 ,
66
.Xr fdt 4 ,
66
.Xr fdtbus 4 ,
67
.Xr fdtbus 4 ,
67
.Xr openfirm 4 ,
68
.Xr openfirm 4
68
.Sh STANDARDS
69
.Sh STANDARDS
69
Power.org Standard for Embedded Power Architecture Platform Requirements
70
Power.org Standard for Embedded Power Architecture Platform Requirements
70
.Pq Vt ePAPR .
71
.Pq Vt ePAPR .
(-)./sis.4 (-1 / +1 lines)
Lines 113-119 Link Here
113
driver supports the following media options:
113
driver supports the following media options:
114
.Bl -tag -width full-duplex
114
.Bl -tag -width full-duplex
115
.It full-duplex
115
.It full-duplex
116
Force full duplex operation
116
Force full duplex operation.
117
.It half-duplex
117
.It half-duplex
118
Force half duplex operation.
118
Force half duplex operation.
119
.El
119
.El
(-)./sk.4 (-1 / +1 lines)
Lines 127-133 Link Here
127
driver supports the following media options:
127
driver supports the following media options:
128
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
128
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
129
.It full-duplex
129
.It full-duplex
130
Force full duplex operation
130
Force full duplex operation.
131
.It half-duplex
131
.It half-duplex
132
Force half duplex operation.
132
Force half duplex operation.
133
.El
133
.El
(-)./snd_hda.4 (-4 / +4 lines)
Lines 235-244 Link Here
235
.Pp
235
.Pp
236
The sequence numbers 14 and 15 has a special meaning for input associations.
236
The sequence numbers 14 and 15 has a special meaning for input associations.
237
Their presence in association defines it as multiplexed or mixed respectively.
237
Their presence in association defines it as multiplexed or mixed respectively.
238
If none of them present and there are more then one pin in association,
238
If none of them present and there are more than one pin in association,
239
the association will provide multichannel input.
239
the association will provide multichannel input.
240
.Pp
240
.Pp
241
For multichannel input/output assotiations sequence numbers encode
241
For multichannel input/output associations sequence numbers encode
242
channel pairs positions:
242
channel pairs positions:
243
0 - Front, 1 - Center/LFE, 2 - Back, 3 - Front Wide Center, 4 - Side.
243
0 - Front, 1 - Center/LFE, 2 - Back, 3 - Front Wide Center, 4 - Side.
244
Standard combinations are: (0) - Stereo; (0, 2), (0, 4) - Quadro;
244
Standard combinations are: (0) - Stereo; (0, 2), (0, 4) - Quadro;
Lines 368-374 Link Here
368
.It Va dev.hdaa.%d.reconfig
368
.It Va dev.hdaa.%d.reconfig
369
Setting this to a non-zero value makes driver to destroy existing pcm devices
369
Setting this to a non-zero value makes driver to destroy existing pcm devices
370
and process new pins configuration set via
370
and process new pins configuration set via
371
.Va dev.hdaa.%d.nid%d_config.
371
.Va dev.hdaa.%d.nid%d_config .
372
.It Va dev.pcm.%d.play.32bit , dev.pcm.%d.rec.32bit
372
.It Va dev.pcm.%d.play.32bit , dev.pcm.%d.rec.32bit
373
HDA controller uses 32bit representation for all samples of more then 16 bits.
373
HDA controller uses 32bit representation for all samples of more then 16 bits.
374
These variables allow to specify how many bits of these 32 should be
374
These variables allow to specify how many bits of these 32 should be
Lines 586-592 Link Here
586
.Pp
586
.Pp
587
The
587
The
588
.Nm
588
.Nm
589
driver supports more then two hundred different controllers and CODECs.
589
driver supports more than two hundred different controllers and CODECs.
590
There is no sense to list all of them here, as in most cases specific CODEC
590
There is no sense to list all of them here, as in most cases specific CODEC
591
configuration and wiring are more important then type of the CODEC itself.
591
configuration and wiring are more important then type of the CODEC itself.
592
.Sh SEE ALSO
592
.Sh SEE ALSO
(-)./snd_hdspe.4 (-1 / +1 lines)
Lines 29-35 Link Here
29
.Os
29
.Os
30
.Sh NAME
30
.Sh NAME
31
.Nm snd_hdspe
31
.Nm snd_hdspe
32
.Nd "RME HDSPe brigde device driver"
32
.Nd "RME HDSPe bridge device driver"
33
.Sh SYNOPSIS
33
.Sh SYNOPSIS
34
To compile this driver into the kernel, place the following lines in your
34
To compile this driver into the kernel, place the following lines in your
35
kernel configuration file:
35
kernel configuration file:
(-)./splash.4 (-2 / +1 lines)
Lines 234-241 Link Here
234
.Pp
234
.Pp
235
To load a binary ASCII drawing and display this while booting, include the
235
To load a binary ASCII drawing and display this while booting, include the
236
following into your
236
following into your
237
.Pa /boot/loader.conf
237
.Pa /boot/loader.conf :
238
:
239
.Bd -literal -offset indent
238
.Bd -literal -offset indent
240
splash_txt_load="YES"
239
splash_txt_load="YES"
241
bitmap_load="YES"
240
bitmap_load="YES"
(-)./ste.4 (-1 / +1 lines)
Lines 103-109 Link Here
103
driver supports the following media options:
103
driver supports the following media options:
104
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
104
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
105
.It full-duplex
105
.It full-duplex
106
Force full duplex operation
106
Force full duplex operation.
107
.It half-duplex
107
.It half-duplex
108
Force half duplex operation.
108
Force half duplex operation.
109
.El
109
.El
(-)./termios.4 (-1 / +2 lines)
Lines 197-203 Link Here
197
process is orphaned, the
197
process is orphaned, the
198
.Xr read 2
198
.Xr read 2
199
returns -1 with
199
returns -1 with
200
.Va errno set to
200
.Va errno
201
set to
201
.Er EIO
202
.Er EIO
202
and no
203
and no
203
signal is sent.
204
signal is sent.
(-)./ti.4 (-7 / +7 lines)
Lines 144-150 Link Here
144
modes.
144
modes.
145
.It 1000baseSX
145
.It 1000baseSX
146
Set 1000Mbps (Gigabit Ethernet) operation.
146
Set 1000Mbps (Gigabit Ethernet) operation.
147
Only full
147
Only
148
.Ar full-duplex
148
.Ar full-duplex
149
mode is supported at this speed.
149
mode is supported at this speed.
150
.El
150
.El
Lines 154-160 Link Here
154
driver supports the following media options:
154
driver supports the following media options:
155
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
155
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
156
.It full-duplex
156
.It full-duplex
157
Force full duplex operation
157
Force full duplex operation.
158
.It half-duplex
158
.It half-duplex
159
Force half duplex operation.
159
Force half duplex operation.
160
.El
160
.El
Lines 240-253 Link Here
240
A value of 0 means that this parameter is ignored and receive BDs
240
A value of 0 means that this parameter is ignored and receive BDs
241
will only be returned when the receive max coalesced BDs value is
241
will only be returned when the receive max coalesced BDs value is
242
reached.
242
reached.
243
The default valus is 170.
243
The default value is 170.
244
.It Va dev.ti.%d.rx_max_coal_bds
244
.It Va dev.ti.%d.rx_max_coal_bds
245
This value, receive max coalesced BDs, controls the number of
245
This value, receive max coalesced BDs, controls the number of
246
receive buffer descriptors that will be coalesced before the NIC
246
receive buffer descriptors that will be coalesced before the NIC
247
updates the receive return ring producer index.
247
updates the receive return ring producer index.
248
If this value is set to 0 it will disable receive buffer descriptor
248
If this value is set to 0 it will disable receive buffer descriptor
249
coalescing.
249
coalescing.
250
The default valus is 64.
250
The default value is 64.
251
.It Va dev.ti.%d.ti_tx_coal_ticks
251
.It Va dev.ti.%d.ti_tx_coal_ticks
252
This value, send coalesced ticks, controls the number of clock
252
This value, send coalesced ticks, controls the number of clock
253
ticks (of 1 microseconds each) that must elapse before the NIC DMAs
253
ticks (of 1 microseconds each) that must elapse before the NIC DMAs
Lines 263-271 Link Here
263
This value, send max coalesced BDs, controls the number of send
263
This value, send max coalesced BDs, controls the number of send
264
buffer descriptors that will be coalesced before the NIC updates
264
buffer descriptors that will be coalesced before the NIC updates
265
the send consumer index.
265
the send consumer index.
266
If this valus is set to 0 it will disable send buffer descriptor
266
If this value is set to 0 it will disable send buffer descriptor
267
coalescing.
267
coalescing.
268
The default valus is 32.
268
The default value is 32.
269
.It Va dev.ti.%d.tx_buf_ratio
269
.It Va dev.ti.%d.tx_buf_ratio
270
This value controls the ratio of the remaining memory in the NIC
270
This value controls the ratio of the remaining memory in the NIC
271
that should be devoted to transmit buffer vs. receive buffer.
271
that should be devoted to transmit buffer vs. receive buffer.
Lines 348-354 Link Here
348
The argument is
348
The argument is
349
.Vt "struct tg_mem" .
349
.Vt "struct tg_mem" .
350
.It Dv ALT_READ_TG_REG
350
.It Dv ALT_READ_TG_REG
351
Read the requested register on the Tigon board.
351
Read the requested register from the Tigon board.
352
The argument is
352
The argument is
353
.Vt "struct tg_reg" .
353
.Vt "struct tg_reg" .
354
.It Dv ALT_WRITE_TG_REG
354
.It Dv ALT_WRITE_TG_REG
(-)./tl.4 (-3 / +3 lines)
Lines 82-90 Link Here
82
Also, the PHY will not advertise those modes that have been explicitly
82
Also, the PHY will not advertise those modes that have been explicitly
83
disabled using the following media options.
83
disabled using the following media options.
84
.It 10baseT/UTP
84
.It 10baseT/UTP
85
Set 10Mbps operation
85
Set 10Mbps operation.
86
.It 100baseTX
86
.It 100baseTX
87
Set 100Mbps (Fast Ethernet) operation
87
Set 100Mbps (Fast Ethernet) operation.
88
.It 10base5/AUI
88
.It 10base5/AUI
89
Enable AUI/BNC interface (useful only with the built-in PHY).
89
Enable AUI/BNC interface (useful only with the built-in PHY).
90
.El
90
.El
Lines 94-100 Link Here
94
driver supports the following media options:
94
driver supports the following media options:
95
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
95
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
96
.It full-duplex
96
.It full-duplex
97
Force full duplex operation
97
Force full duplex operation.
98
.It half-duplex
98
.It half-duplex
99
Force half duplex operation.
99
Force half duplex operation.
100
.It hw-loopback
100
.It hw-loopback
(-)./tws.4 (-2 / +2 lines)
Lines 74-86 Link Here
74
.Xr loader.conf 5 .
74
.Xr loader.conf 5 .
75
.Bl -tag -width "hw.tws.use_32bit_sgls"
75
.Bl -tag -width "hw.tws.use_32bit_sgls"
76
.It Va hw.tws.cam_depth
76
.It Va hw.tws.cam_depth
77
The maximium queued CAM SIM requests for one controller.
77
The maximum queued CAM SIM requests for one controller.
78
The default value is 256.
78
The default value is 256.
79
.It Va hw.tws.enable_msi
79
.It Va hw.tws.enable_msi
80
This tunable enables MSI support on the controller if set to a non-zero value.
80
This tunable enables MSI support on the controller if set to a non-zero value.
81
The default value is 0.
81
The default value is 0.
82
.It Va hw.tws.queue_depth
82
.It Va hw.tws.queue_depth
83
The maximium queued requests for one controller.
83
The maximum queued requests for one controller.
84
.It Va hw.tws.use_32bit_sgls
84
.It Va hw.tws.use_32bit_sgls
85
Limit the driver to use only 32-bit SG elements regardless whether the operating
85
Limit the driver to use only 32-bit SG elements regardless whether the operating
86
system is running in 64-bit mode.
86
system is running in 64-bit mode.
(-)./uhso.4 (-1 / +1 lines)
Lines 100-106 Link Here
100
This behavior can be disabled by setting
100
This behavior can be disabled by setting
101
.Va hw.usb.uhso.auto_switch
101
.Va hw.usb.uhso.auto_switch
102
to 0 using
102
to 0 using
103
.Xr sysctl 8
103
.Xr sysctl 8 .
104
.Sh FILES
104
.Sh FILES
105
.Bl -tag -width "XXXXXX"
105
.Bl -tag -width "XXXXXX"
106
.It Pa /dev/cuaU?.?
106
.It Pa /dev/cuaU?.?
(-)./ulpt.4 (-1 / +1 lines)
Lines 57-63 Link Here
57
The bits in the minor number select various features of the driver.
57
The bits in the minor number select various features of the driver.
58
.Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
58
.Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent
59
.Em "Minor Bit	Function"
59
.Em "Minor Bit	Function"
60
64	"Do not initialize (reset) the device on the port."
60
64	Do not initialize (reset) the device on the port.
61
.El
61
.El
62
.Pp
62
.Pp
63
Some printers cannot handle the reset on open; in case of problems try the
63
Some printers cannot handle the reset on open; in case of problems try the
(-)./umcs.4 (-1 / +1 lines)
Lines 68-74 Link Here
68
Different ports on device are presented as sub-units, like
68
Different ports on device are presented as sub-units, like
69
.Pa /dev/ttyU0.1
69
.Pa /dev/ttyU0.1
70
and
70
and
71
.Pa /dev/ttyU0.2
71
.Pa /dev/ttyU0.2 .
72
.Sh HARDWARE
72
.Sh HARDWARE
73
The
73
The
74
.Nm
74
.Nm
(-)./uslcom.4 (-1 / +1 lines)
Lines 41-47 Link Here
41
.Sh DESCRIPTION
41
.Sh DESCRIPTION
42
The
42
The
43
.Nm
43
.Nm
44
driver supports Silicon Laboratories CP2101/CP2102 based serial adapters.
44
driver supports Silicon Laboratories CP2101/CP2102 based USB serial adapters.
45
.Sh HARDWARE
45
.Sh HARDWARE
46
The following devices should work with the
46
The following devices should work with the
47
.Nm
47
.Nm
(-)./vr.4 (-1 / +1 lines)
Lines 109-115 Link Here
109
driver supports the following media options:
109
driver supports the following media options:
110
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
110
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
111
.It full-duplex
111
.It full-duplex
112
Force full duplex operation
112
Force full duplex operation.
113
.It half-duplex
113
.It half-duplex
114
Force half duplex operation.
114
Force half duplex operation.
115
.El
115
.El
(-)./watchdog.4 (+1 lines)
Lines 38-43 Link Here
38
.Nm
38
.Nm
39
facility is used for controlling hardware and software watchdogs.
39
facility is used for controlling hardware and software watchdogs.
40
.Pp
40
.Pp
41
The interface is through a device
41
.Pa /dev/fido
42
.Pa /dev/fido
42
responds to a single
43
responds to a single
43
.Xr ioctl 2
44
.Xr ioctl 2
(-)./wb.4 (-1 / +1 lines)
Lines 108-114 Link Here
108
driver supports the following media options:
108
driver supports the following media options:
109
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
109
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
110
.It full-duplex
110
.It full-duplex
111
Force full duplex operation
111
Force full duplex operation.
112
.It half-duplex
112
.It half-duplex
113
Force half duplex operation.
113
Force half duplex operation.
114
.El
114
.El
(-)./wpi.4 (-2 / +2 lines)
Lines 56-62 Link Here
56
.Nm
56
.Nm
57
driver provides support for the
57
driver provides support for the
58
.Tn Intel
58
.Tn Intel
59
3945ABG Wireless network adapter
59
3945ABG Wireless network adapter.
60
.Nm
60
.Nm
61
supports
61
supports
62
.Cm station ,
62
.Cm station ,
Lines 124-130 Link Here
124
.Xr wlan_tkip 4 ,
124
.Xr wlan_tkip 4 ,
125
.Xr wlan_wep 4 ,
125
.Xr wlan_wep 4 ,
126
.Xr ifconfig 8 ,
126
.Xr ifconfig 8 ,
127
.Xr wpa_supplicant 8 .
127
.Xr wpa_supplicant 8
128
.Sh AUTHORS
128
.Sh AUTHORS
129
.An -nosplit
129
.An -nosplit
130
The original
130
The original
(-)./xl.4 (-1 / +1 lines)
Lines 115-121 Link Here
115
driver supports the following media options:
115
driver supports the following media options:
116
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
116
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
117
.It full-duplex
117
.It full-duplex
118
Force full duplex operation
118
Force full duplex operation.
119
.It half-duplex
119
.It half-duplex
120
Force half duplex operation.
120
Force half duplex operation.
121
.El
121
.El
(-)./xnb.4 (-3 / +3 lines)
Lines 83-89 Link Here
83
Runs a builtin suite of unit tests and displays the results.
83
Runs a builtin suite of unit tests and displays the results.
84
Does not affect the operation of the driver in any way.
84
Does not affect the operation of the driver in any way.
85
Note that the test suite simulates error conditions; this will result in
85
Note that the test suite simulates error conditions; this will result in
86
error messages being printed to the system system log.
86
error messages being printed to the system log.
87
.El
87
.El
88
.Sh SEE ALSO
88
.Sh SEE ALSO
89
.Xr arp 4 ,
89
.Xr arp 4 ,
Lines 104-110 Link Here
104
.Aq alans@spectralogic.com
104
.Aq alans@spectralogic.com
105
and
105
and
106
.An John Suykerbuyk
106
.An John Suykerbuyk
107
.Aq johns@spectralogic.com
107
.Aq johns@spectralogic.com .
108
.Sh CAVEATS
108
.Sh CAVEATS
109
Packets sent through Xennet pass over shared memory, so the protocol includes
109
Packets sent through Xennet pass over shared memory, so the protocol includes
110
no form of link-layer checksum or CRC.
110
no form of link-layer checksum or CRC.
Lines 127-133 Link Here
127
.Pp
127
.Pp
128
For this reason, it is recommended that if
128
For this reason, it is recommended that if
129
.Nm
129
.Nm
130
is bridged to a physcal interface, then transmit checksum offloading should be
130
is bridged to a physical interface, then transmit checksum offloading should be
131
disabled on the netfront.
131
disabled on the netfront.
132
The Xennet protocol does not have any mechanism for the netback to request
132
The Xennet protocol does not have any mechanism for the netback to request
133
the netfront to do this; the operator must do it manually.
133
the netfront to do this; the operator must do it manually.

Return to bug 167776