Module Name:    src
Committed By:   sborrill
Date:           Sat Feb 25 14:48:12 UTC 2012

Modified Files:
        src/etc [netbsd-6]: MAKEDEV.tmpl

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.151.2.1 src/etc/MAKEDEV.tmpl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.151 src/etc/MAKEDEV.tmpl:1.151.2.1
--- src/etc/MAKEDEV.tmpl:1.151	Fri Feb 10 20:54:11 2012
+++ src/etc/MAKEDEV.tmpl	Sat Feb 25 14:48:12 2012
@@ -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 @@ all)
 	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

Reply via email to