diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-03-10 15:54:37 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-03-10 15:54:37 +0000 |
commit | b7b3dfd99898d4ce3982d10f567e4eec6b6c0ddd (patch) | |
tree | f339441c1a828a70541de06a817e304170f058c7 | |
parent | 0a8a5a5f610381930da4511b998e8bdde140aed0 (diff) | |
download | FreeBSD-src-b7b3dfd99898d4ce3982d10f567e4eec6b6c0ddd.zip FreeBSD-src-b7b3dfd99898d4ce3982d10f567e4eec6b6c0ddd.tar.gz |
Remove these files, they refer to module bundles that do not exist anymore.
-rw-r--r-- | share/man/man4/usb2_bluetooth.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_controller.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_ethernet.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_image.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_input.4 | 66 | ||||
-rw-r--r-- | share/man/man4/usb2_misc.4 | 66 | ||||
-rw-r--r-- | share/man/man4/usb2_ndis.4 | 66 | ||||
-rw-r--r-- | share/man/man4/usb2_quirk.4 | 64 | ||||
-rw-r--r-- | share/man/man4/usb2_serial.4 | 66 | ||||
-rw-r--r-- | share/man/man4/usb2_sound.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_storage.4 | 65 | ||||
-rw-r--r-- | share/man/man4/usb2_wlan.4 | 65 |
12 files changed, 0 insertions, 783 deletions
diff --git a/share/man/man4/usb2_bluetooth.4 b/share/man/man4/usb2_bluetooth.4 deleted file mode 100644 index 8b2c0fc..0000000 --- a/share/man/man4/usb2_bluetooth.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_BLUETOOTH 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_bluetooth -. -.Nd "USB bluetooth container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_bluetooth" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_bluetooth_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB bluetooth drivers. -. -When you plug an USB bluetooth device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_controller.4 b/share/man/man4/usb2_controller.4 deleted file mode 100644 index 998d0dc..0000000 --- a/share/man/man4/usb2_controller.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_CONTROLLER 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_controller -. -.Nd "USB controller container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_controller" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_controller_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB Host and Device side -controller drivers. -. -When you plug an USB controller the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_ethernet.4 b/share/man/man4/usb2_ethernet.4 deleted file mode 100644 index f951677..0000000 --- a/share/man/man4/usb2_ethernet.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_ETHERNET 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_ethernet -. -.Nd "USB ethernet container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_ethernet" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_ethernet_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB ethernet drivers. -. -When you plug an USB ethernet device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_image.4 b/share/man/man4/usb2_image.4 deleted file mode 100644 index 30c9ef6..0000000 --- a/share/man/man4/usb2_image.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_IMAGE 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_image -. -.Nd "USB image container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_image" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_image_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB image scanner drivers. -. -When you plug an USB image scanner device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_input.4 b/share/man/man4/usb2_input.4 deleted file mode 100644 index cf48603..0000000 --- a/share/man/man4/usb2_input.4 +++ /dev/null @@ -1,66 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_INPUT 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_input -. -.Nd "USB input container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_input" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_input_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB input drivers. -. -When you plug an USB input device, like USB mouse, USB keyboard and USB -HID device, the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_misc.4 b/share/man/man4/usb2_misc.4 deleted file mode 100644 index e658f31..0000000 --- a/share/man/man4/usb2_misc.4 +++ /dev/null @@ -1,66 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_MISC 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_misc -. -.Nd "USB miscellaneous container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_misc" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_misc_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for various USB drivers that does not fit -into into any other USB container module. -. -When you plug an USB miscellaneous device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_ndis.4 b/share/man/man4/usb2_ndis.4 deleted file mode 100644 index 4173c1b..0000000 --- a/share/man/man4/usb2_ndis.4 +++ /dev/null @@ -1,66 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_NDIS 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_ndis -. -.Nd "USB NDIS container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_ndis" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_ndis_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for various USB drivers that does not fit -into into any other USB container module. -. -When you plug an USB NDIS device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_quirk.4 b/share/man/man4/usb2_quirk.4 deleted file mode 100644 index 55c5859..0000000 --- a/share/man/man4/usb2_quirk.4 +++ /dev/null @@ -1,64 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_QUIRK 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_quirk -. -.Nd "USB quirk container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_quirk" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_quirk_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB quirks. -. -USB quirks are workarounds for specific USB device problems. The -.Nm -module can be dynamically loaded and unloaded at any time. -. -. -. -.Sh SEE ALSO -.Xr usb2_core 4 -.Xr usb2_controller 4 diff --git a/share/man/man4/usb2_serial.4 b/share/man/man4/usb2_serial.4 deleted file mode 100644 index d3512cf..0000000 --- a/share/man/man4/usb2_serial.4 +++ /dev/null @@ -1,66 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_SERIAL 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_serial -. -.Nd "USB serial container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_serial" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_serial_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB serial and USB parallel port -drivers. -. -When you plug an USB serial or USB parallel port device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_sound.4 b/share/man/man4/usb2_sound.4 deleted file mode 100644 index 1e70cea..0000000 --- a/share/man/man4/usb2_sound.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_SOUND 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_sound -. -.Nd "USB sound container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_sound" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_sound_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB sound and USB MIDI drivers. -. -When you plug an USB sound or USB MIDI device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_storage.4 b/share/man/man4/usb2_storage.4 deleted file mode 100644 index 9f85207..0000000 --- a/share/man/man4/usb2_storage.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_STORAGE 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_storage -. -.Nd "USB storage container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_storage" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_storage_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB storage drivers. -. -When you plug an USB storage device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 diff --git a/share/man/man4/usb2_wlan.4 b/share/man/man4/usb2_wlan.4 deleted file mode 100644 index 73ff75f..0000000 --- a/share/man/man4/usb2_wlan.4 +++ /dev/null @@ -1,65 +0,0 @@ -.\" $FreeBSD$ -.\" -.\" Copyright (c) 2008 Hans Petter Selasky. All rights reserved. -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.Dd September 21, 2008 -.Dt USB2_WLAN 4 -.Os -. -.Sh NAME -. -. -.Nm usb2_wlan -. -.Nd "USB WLAN container module" -. -. -.Sh SYNOPSIS -To compile this module into the kernel, place the following line in -your kernel configuration file: -.Bd -ragged -offset indent -.Cd "device usb2_wlan" -.Ed -.Pp -To load the module at boot time, place the following line in -.Xr loader.conf 5 : -.Bd -literal -offset indent -usb2_wlan_load="YES" -.Ed -. -.Sh DESCRIPTION -The -.Nm -module is a container module for all USB WLAN drivers. -. -When you plug an USB WLAN device the -.Nm -module will try to load the required driver for your device -automatically. -. -. -. -.Sh SEE ALSO -.Xr usb2_controller 4 -.Xr usb2_core 4 |