Source-Changes-HG archive

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

[src/trunk]: src/etc Four instances of atabus(4) are not enough for modern sy...



details:   https://anonhg.NetBSD.org/src/rev/5eb84e756454
branches:  trunk
changeset: 777605:5eb84e756454
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Feb 25 09:19:30 2012 +0000

description:
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 04c0427e985d -r 5eb84e756454 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sat Feb 25 09:13:38 2012 +0000
+++ b/etc/MAKEDEV.tmpl  Sat Feb 25 09:19:30 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.152 2012/02/25 09:19:30 tron 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