Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Make device node for altq JoBS.
details: https://anonhg.NetBSD.org/src/rev/fe8b32725df6
branches: trunk
changeset: 753352:fe8b32725df6
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Mar 23 19:22:41 2010 +0000
description:
Make device node for altq JoBS.
Should fix palindromic PR/43034.
diffstat:
etc/MAKEDEV.tmpl | 4 ++--
share/man/man8/MAKEDEV.8 | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (49 lines):
diff -r ade6f8cbf089 -r fe8b32725df6 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Tue Mar 23 19:19:03 2010 +0000
+++ b/etc/MAKEDEV.tmpl Tue Mar 23 19:22:41 2010 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.132 2010/03/06 21:33:20 plunky Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.133 2010/03/23 19:22:41 jakllsch Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1476,7 +1476,7 @@
altq)
makedir altq 755
unit=0
- for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq
+ for dev in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq jobs
do
mkdev altq/$dev c %altq_chr% $unit 644
unit=$(($unit + 1))
diff -r ade6f8cbf089 -r fe8b32725df6 share/man/man8/MAKEDEV.8
--- a/share/man/man8/MAKEDEV.8 Tue Mar 23 19:19:03 2010 +0000
+++ b/share/man/man8/MAKEDEV.8 Tue Mar 23 19:22:41 2010 +0000
@@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
-.\" $NetBSD: MAKEDEV.8,v 1.37 2009/10/27 08:55:44 hubertf Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.38 2010/03/23 19:22:41 jakllsch Exp $
.\"
.\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 27, 2009
+.Dd March 23, 2010
.Dt MAKEDEV 8
.Os
.Sh NAME
@@ -573,6 +573,8 @@
. It Ar uscanner#
USB scanners, see
.Xr \&uscanner 4
+. It Ar ttyHS#
+USB Option N.V. modems
. It Ar ttyU#
USB modems, see
.Xr \&ucom 4
Home |
Main Index |
Thread Index |
Old Index