Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.amiga Synchronize comments with reality.



details:   https://anonhg.NetBSD.org/src/rev/3752fb25e29f
branches:  trunk
changeset: 476395:3752fb25e29f
user:      is <is%NetBSD.org@localhost>
date:      Wed Sep 15 20:31:53 1999 +0000

description:
Synchronize comments with reality.

diffstat:

 etc/etc.amiga/MAKEDEV |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r b2f58f1c2b26 -r 3752fb25e29f etc/etc.amiga/MAKEDEV
--- a/etc/etc.amiga/MAKEDEV     Wed Sep 15 20:12:18 1999 +0000
+++ b/etc/etc.amiga/MAKEDEV     Wed Sep 15 20:31:53 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.48 1999/05/11 20:45:38 is Exp $
+#      $NetBSD: MAKEDEV,v 1.49 1999/09/15 20:31:53 is Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -66,14 +66,16 @@
 #      tty00   standard serial port.
 #      ttyA*   mfc serial ports
 #      ttyB*   msc serial ports
-#      ttyC*   com style serial ports (DraCo, soon: HyperCom, GVP-I/O-Ext.)
+#      ttyC*   com style serial ports (DraCo, HyperCom)
+#              On the DraCo, units 0 and 1 are the builtin "modem" and
+#              "mouse" ports, if configured.
 #
 # Pseudo terminals:
 #      pty*    set of 16 master and slave pseudo terminals
 #
 # Printers:
 #      par0    Amiga motherboard parallel port
-#      lpt*    lpt parallel port (DraCo mainboard, soon HyperCom etc.)
+#      lpt*    lpt parallel port (DraCo mainboard, HyperCom etc.)
 #
 # Special purpose devices:
 #      grf*    custom chip (grf0), Retina Z2/Z3 (grf1/grf2),
@@ -82,7 +84,6 @@
 #              or CyberVision 64/3D (grf7).
 #      kbd     Amiga keyboard
 #      view*   generic interface to graphic displays.
-#      aconf   autoconfig information (not yet)
 #      lkm     loadable kernel modules interface.
 #      ipl     ip filter
 #      random  Random number generator



Home | Main Index | Thread Index | Old Index