Source-Changes-HG archive

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

[src/netbsd-6]: src/etc Pull up the following revisions(s) (requested by tron...



details:   https://anonhg.NetBSD.org/src/rev/c1deac12f26d
branches:  netbsd-6
changeset: 773829:c1deac12f26d
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Sat Feb 25 14:48:12 2012 +0000

description:
Pull up the following revisions(s) (requested by tron in ticket #50):
        etc/MAKEDEV.tmpl:       revision 1.152

Four instances of atabus(4) are not enough for modern systems as the
system will report one instance for each SATA port. Create eight
device nodes by default.

diffstat:

 etc/MAKEDEV.tmpl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 86a0f9b6fa6e -r c1deac12f26d etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sat Feb 25 09:58:45 2012 +0000
+++ b/etc/MAKEDEV.tmpl  Sat Feb 25 14:48:12 2012 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV.tmpl,v 1.151 2012/02/10 20:54:11 nakayama Exp $
+#      $NetBSD: MAKEDEV.tmpl,v 1.151.2.1 2012/02/25 14:48:12 sborrill Exp $
 #
 # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -814,7 +814,7 @@
        makedev tun0 tun1 tun2 tun3
        makedev ipl pf crypto random
        makedev lockstat clockctl cpuctl
-       makedev atabus0 atabus1 atabus2 atabus3
+       makedev atabus0 atabus1 atabus2 atabus3 atabus4 atabus5 atabus6 atabus7
        makedev tap tap0 tap1 tap2 tap3
        makedev gpio gpio0 gpio1 gpio2 gpio3 gpio4 gpio5 gpio6 gpio7
        makedev pad pad0 pad1 pad2 pad3



Home | Main Index | Thread Index | Old Index