Regen (added USB devices)
This commit is contained in:
parent
e7aaaf890a
commit
bb1e0c8e8e
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.16 2002/08/17 11:44:17 wiz Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.17 2002/09/28 20:05:58 martin Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd August 17, 2002
|
||||
.Dd September 28, 2002
|
||||
.Dt MAKEDEV 8 sparc64
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -87,6 +87,8 @@ Standard devices
|
|||
Configuration specific devices
|
||||
.It Ar isdns
|
||||
Make ISDN devices
|
||||
.It Ar usbs
|
||||
Make USB devices
|
||||
.El
|
||||
.Pp
|
||||
Please note that any hash marks
|
||||
|
@ -150,6 +152,29 @@ Set of 62 master and slave pseudo terminals, see
|
|||
. It Ar opty
|
||||
First 16 ptys, to save inodes on install media
|
||||
. El
|
||||
.It USB devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar usb#
|
||||
Bus control devices used by usbd for attach/detach, see
|
||||
.Xr \&usb 4
|
||||
. It Ar uhid#
|
||||
Generic HID devices, see
|
||||
.Xr \&uhid 4
|
||||
. It Ar ulpt#
|
||||
Printer devices, see
|
||||
.Xr \&ulpt 4
|
||||
. It Ar ugen#
|
||||
Generic device, see
|
||||
.Xr \&ugen 4
|
||||
. It Ar urio#
|
||||
Diamond Rio 500, see
|
||||
.Xr \&urio 4
|
||||
. It Ar uscanner#
|
||||
Scanners, see
|
||||
.Xr \&uscanner 4
|
||||
. It Ar ttyU#
|
||||
Modem
|
||||
. El
|
||||
.It ISDN devices :
|
||||
. Bl -tag -width 0123456789 -compact
|
||||
. It Ar isdn
|
||||
|
|
Loading…
Reference in New Issue