Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/share/man/man8/man8.sparc64 Pull up revision 1.17 (requ...



details:   https://anonhg.NetBSD.org/src/rev/e37c583e492b
branches:  netbsd-1-6
changeset: 529672:e37c583e492b
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 07 21:17:59 2002 +0000

description:
Pull up revision 1.17 (requested by martin in ticket #873):
  Add support for various USB devices.

diffstat:

 share/man/man8/man8.sparc64/MAKEDEV.8 |  29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

diffs (60 lines):

diff -r f3f86b3583ca -r e37c583e492b share/man/man8/man8.sparc64/MAKEDEV.8
--- a/share/man/man8/man8.sparc64/MAKEDEV.8     Sat Dec 07 21:14:51 2002 +0000
+++ b/share/man/man8/man8.sparc64/MAKEDEV.8     Sat Dec 07 21:17:59 2002 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/24 22:23:38 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.14.2.1 2002/12/07 21:17:59 he 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 February 21, 1994
+.Dd September 28, 2002
 .Dt MAKEDEV 8 sparc64
 .Os
 .Sh NAME
@@ -87,6 +87,8 @@
 Configuration specific devices
 .It Ar isdns
 Make ISDN devices
+.It Ar usbs
+Make USB devices
 .El
 .Pp
 Please note that any hash marks
@@ -148,6 +150,29 @@
 . 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



Home | Main Index | Thread Index | Old Index