From f9ec06aba7e4c528a14cf7f5c86dd98ef9a7e49a Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 10 Mar 2009 15:54:37 +0000 Subject: [PATCH] Remove these files, they refer to module bundles that do not exist anymore. --- share/man/man4/usb2_bluetooth.4 | 65 ------------------------------- share/man/man4/usb2_controller.4 | 65 ------------------------------- share/man/man4/usb2_ethernet.4 | 65 ------------------------------- share/man/man4/usb2_image.4 | 65 ------------------------------- share/man/man4/usb2_input.4 | 66 -------------------------------- share/man/man4/usb2_misc.4 | 66 -------------------------------- share/man/man4/usb2_ndis.4 | 66 -------------------------------- share/man/man4/usb2_quirk.4 | 64 ------------------------------- share/man/man4/usb2_serial.4 | 66 -------------------------------- share/man/man4/usb2_sound.4 | 65 ------------------------------- share/man/man4/usb2_storage.4 | 65 ------------------------------- share/man/man4/usb2_wlan.4 | 65 ------------------------------- 12 files changed, 783 deletions(-) delete mode 100644 share/man/man4/usb2_bluetooth.4 delete mode 100644 share/man/man4/usb2_controller.4 delete mode 100644 share/man/man4/usb2_ethernet.4 delete mode 100644 share/man/man4/usb2_image.4 delete mode 100644 share/man/man4/usb2_input.4 delete mode 100644 share/man/man4/usb2_misc.4 delete mode 100644 share/man/man4/usb2_ndis.4 delete mode 100644 share/man/man4/usb2_quirk.4 delete mode 100644 share/man/man4/usb2_serial.4 delete mode 100644 share/man/man4/usb2_sound.4 delete mode 100644 share/man/man4/usb2_storage.4 delete mode 100644 share/man/man4/usb2_wlan.4 diff --git a/share/man/man4/usb2_bluetooth.4 b/share/man/man4/usb2_bluetooth.4 deleted file mode 100644 index 8b2c0fc5167a..000000000000 --- 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 998d0dccaf78..000000000000 --- 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 f951677c70f9..000000000000 --- 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 30c9ef60dd7b..000000000000 --- 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 cf486039cb75..000000000000 --- 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 e658f3158276..000000000000 --- 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 4173c1bdfd65..000000000000 --- 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 55c5859991d5..000000000000 --- 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 d3512cfbf2c3..000000000000 --- 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 1e70ceac145c..000000000000 --- 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 9f85207e16ab..000000000000 --- 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 73ff75f24fc6..000000000000 --- 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