summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2013-07-06 17:33:45 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2013-07-06 17:33:45 +0000
commit59cd4903a61a860d5a979a2245b411746928311d (patch)
treece7628503e14856181f26b2be481e7dfcf77dbb6 /etc
parent8ead68bbc23cf17ded93209dadf943ad99c351cf (diff)
create 12 com(4) device nodes by default; requested by deraadt@
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common
index 408d1bb1ea9..604b3cb1fbc 100644
--- a/etc/MAKEDEV.common
+++ b/etc/MAKEDEV.common
@@ -1,4 +1,4 @@
-vers(a, {-$OpenBSD: MAKEDEV.common,v 1.67 2013/07/06 16:14:38 naddy Exp $-})dnl
+vers(a, {-$OpenBSD: MAKEDEV.common,v 1.68 2013/07/06 17:33:44 naddy Exp $-})dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
dnl
@@ -144,7 +144,7 @@ twrget(all, mac_tty0, tty0, 0, 1)dnl
twrget(all, tzs, tty, a, b, c, d)dnl
twrget(all, czs, cua, a, b, c, d)dnl
target(all, ttyc, 0, 1, 2, 3, 4, 5, 6, 7)dnl
-twrget(all, com, tty0, 0, 1, 2, 3, 4, 5, 6, 7)dnl
+twrget(all, com, tty0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b)dnl
target(all, lkm)dnl
twrget(all, mmcl, mmclock)dnl
target(all, lpt, 0, 1, 2)dnl