Deleted Added
full compact
usb.4 (44192) usb.4 (49831)
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <hibma@skylink.it>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998
2.\" Nick Hibma <hibma@skylink.it>. 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.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $Id: xl.4,v 1.3 1998/12/05 09:36:15 rnordier Exp $
31.\" $Id: usb.4,v 1.1 1999/02/21 16:56:33 n_hibma Exp $
32.\"
33.Dd February 21, 1999
34.Dt USB 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm usb
38.Nd Universal Serial Bus
39.Sh SYNOPSIS

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

270.Sh SEE ALSO
271The
272.Tn USB
273specifications can be found at
274.Dv http://www.usb.org/developers/docs.htm .
275.Pp
276.Xr pci 4 ,
277.Xr ohci 4 ,
32.\"
33.Dd February 21, 1999
34.Dt USB 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm usb
38.Nd Universal Serial Bus
39.Sh SYNOPSIS

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

270.Sh SEE ALSO
271The
272.Tn USB
273specifications can be found at
274.Dv http://www.usb.org/developers/docs.htm .
275.Pp
276.Xr pci 4 ,
277.Xr ohci 4 ,
278.Xr uhci 4 ,
279.Xr ugen 4 ,
278.Xr ugen 4 ,
279.Xr uhci 4 ,
280.Xr uhid 4 ,
281.Xr ukbd 4 ,
282.Xr ulpt 4 ,
283.Xr ums 4 ,
284.Xr usbd 8 ,
285.Xr usbdevs 8
286.Sh HISTORY
287The
288.Nm
289driver first appeared in
290.Fx 3.0 .
280.Xr uhid 4 ,
281.Xr ukbd 4 ,
282.Xr ulpt 4 ,
283.Xr ums 4 ,
284.Xr usbd 8 ,
285.Xr usbdevs 8
286.Sh HISTORY
287The
288.Nm
289driver first appeared in
290.Fx 3.0 .
291.Sh AUTHOR
291.Sh AUTHORS
292The
293.Nm
294driver was written by
292The
293.Nm
294driver was written by
295.An Lennart Augustsson (augustss@carlstedt.se) for the
295.An Lennart Augustsson Aq augustss@carlstedt.se
296for the
296.Nx
297project.
297.Nx
298project.