Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha Add a few logical disks (ld[0-3]) to the minim...



details:   https://anonhg.NetBSD.org/src/rev/37477addd7a4
branches:  trunk
changeset: 567114:37477addd7a4
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Tue Jun 01 03:35:59 2004 +0000

description:
Add a few logical disks (ld[0-3]) to the minimal configuration so installation
can be done to Mylex DAC960 raid drives.

diffstat:

 etc/etc.alpha/MAKEDEV.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 93ac1788c221 -r 37477addd7a4 etc/etc.alpha/MAKEDEV.conf
--- a/etc/etc.alpha/MAKEDEV.conf        Tue Jun 01 03:13:22 2004 +0000
+++ b/etc/etc.alpha/MAKEDEV.conf        Tue Jun 01 03:35:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.5 2003/12/21 17:37:26 lukem Exp $
+# $NetBSD: MAKEDEV.conf,v 1.6 2004/06/01 03:35:59 mhitch Exp $
 
 all_md)
        makedev wscons stic0 sd0 sd1 sd2 sd3 sd4
@@ -24,6 +24,7 @@
 minimal)
        makedev std
        makedev sd0 sd1 sd2 sd3 opty st0 st1 ch0 cd0 cd1 ccd0 ccd1 md0
+       makedev ld0 ld1 ld2 ld3
        makedev wd0 wd1 fd0 fd1
        makedev ttyB0 ttyB1 ttyC0 ttyC1 ttyE0 ttyE1 wsmouse0 wskbd0 ttyEcfg
        ;;



Home | Main Index | Thread Index | Old Index