summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2013-02-12 12:03:57 +0000
committerajacoutot <ajacoutot@openbsd.org>2013-02-12 12:03:57 +0000
commitf3a02a0daaa04aa1d5df6f2a360a977e06b3f9de (patch)
treed190453fef7b04bf3a9a3bfd680b2f7c9733fcab
parentBack out per-CPU kernel profiling, it shouldn't modify a public header (diff)
downloadwireguard-openbsd-f3a02a0daaa04aa1d5df6f2a360a977e06b3f9de.tar.xz
wireguard-openbsd-f3a02a0daaa04aa1d5df6f2a360a977e06b3f9de.zip
Increase default number of ldoms to 8 (+ 8 virtual consoles and 16
virtual disks). input and ok kettenis@
-rw-r--r--etc/etc.sparc64/MAKEDEV.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.sparc64/MAKEDEV.md b/etc/etc.sparc64/MAKEDEV.md
index da75f2cc27c..4335cd84453 100644
--- a/etc/etc.sparc64/MAKEDEV.md
+++ b/etc/etc.sparc64/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,sparc64)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.71 2012/12/19 21:10:16 kettenis Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.72 2013/02/12 12:03:57 ajacoutot Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -174,8 +174,8 @@ target(all, bpp, 0)dnl
target(all, bthub, 0, 1, 2)dnl
twrget(all, s64_tzs, tty, a, b, c, d)dnl
twrget(all, s64_czs, cua, a, b, c, d)dnl
-twrget(all, vcc, ttyV, 0, 1, 2, 3)dnl
+twrget(all, vcc, ttyV, 0, 1, 2, 3, 4, 5, 6, 7)dnl
twrget(all, vldc_hvctl, hvctl)dnl
twrget(all, vldc_spds, spds)dnl
-twrget(all, vldc_ldom, ldom, 0, 1, 2, 3)dnl
-target(all, vdsp, 0, 1, 2, 3, 4, 5, 6, 7)dnl
+twrget(all, vldc_ldom, ldom, 0, 1, 2, 3, 4, 5, 6, 7)dnl
+target(all, vdsp, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)dnl