Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.newsmips Add ipl and raid to 'MAKEDEV all'



details:   https://anonhg.NetBSD.org/src/rev/6545a6104c6f
branches:  trunk
changeset: 474373:6545a6104c6f
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Jul 04 16:01:55 1999 +0000

description:
Add ipl and raid to 'MAKEDEV all'

diffstat:

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

diffs (19 lines):

diff -r 583947fde1da -r 6545a6104c6f etc/etc.newsmips/MAKEDEV
--- a/etc/etc.newsmips/MAKEDEV  Sun Jul 04 16:01:04 1999 +0000
+++ b/etc/etc.newsmips/MAKEDEV  Sun Jul 04 16:01:55 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.1 1999/01/24 12:36:36 tsubai Exp $
+#      $NetBSD: MAKEDEV,v 1.2 1999/07/04 16:01:55 abs Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -74,6 +74,7 @@
        sh $0 tun0 tun1 tun2 tun3 raid0 raid1 raid2 raid3
        sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
        sh $0 scsibus0 scsibus1 scsibus2 scsibus3
+       sh $0 ipl raid0 raid1 raid2 raid3
        sh $0 lkm random local
        ;;
 std)



Home | Main Index | Thread Index | Old Index