Browse Source

create 12 com(4) device nodes by default; requested by deraadt@

OPENBSD_5_4
naddy 11 years ago
parent
commit
bed4fb9de3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/MAKEDEV.common

+ 2
- 2
src/etc/MAKEDEV.common View File

@ -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
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
dnl dnl
@ -144,7 +144,7 @@ twrget(all, mac_tty0, tty0, 0, 1)dnl
twrget(all, tzs, tty, a, b, c, d)dnl twrget(all, tzs, tty, a, b, c, d)dnl
twrget(all, czs, cua, 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 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 target(all, lkm)dnl
twrget(all, mmcl, mmclock)dnl twrget(all, mmcl, mmclock)dnl
target(all, lpt, 0, 1, 2)dnl target(all, lpt, 0, 1, 2)dnl


Loading…
Cancel
Save