Enable RAIDframe support in the NetBSD-macppc installation media.

Based on patches submitted by Ian Spray in PR port-macppc/30465.
This commit is contained in:
tron 2005-06-09 13:29:57 +00:00
parent e06cf89e96
commit abba7e56c8
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.25 2005/01/18 12:38:45 lukem Exp $
# $NetBSD: list,v 1.26 2005/06/09 13:29:57 tron Exp $
SRCDIRS bin sbin usr.bin usr.sbin
@ -39,6 +39,7 @@ PROG sbin/newfs sbin/mount_mfs
PROG sbin/newfs_msdos
PROG sbin/pdisk
PROG sbin/ping
PROG sbin/raidctl
PROG sbin/reboot sbin/halt
PROG sbin/restore sbin/rrestore
PROG sbin/route

View File

@ -1,4 +1,4 @@
# $NetBSD: MAKEDEV.conf,v 1.4 2003/12/21 17:37:26 lukem Exp $
# $NetBSD: MAKEDEV.conf,v 1.5 2005/06/09 13:29:57 tron Exp $
all_md)
makedev wscons sd0 sd1 sd2 st0 st1 cd0 cd1 wd0 wd1
@ -21,6 +21,7 @@ floppy)
makedev std sd0 sd1 sd2 tty00 tty01 opty
makedev st0 st1 cd0 cd1 wd0 wd1 md0
makedev ttyE0 wsmouse0 wskbd0 ttyEcfg
makedev raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
;;
tty1[0-9])

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.89 2005/05/31 22:23:53 tron Exp $
# $NetBSD: INSTALL,v 1.90 2005/06/09 13:29:57 tron Exp $
#
# config file for INSTALL FLOPPY
#
@ -183,3 +183,6 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device wsmux # mouse and keyboard multiplexor
pseudo-device raid 8 # RAIDframe disk driver
options RAID_AUTOCONFIG # auto-configuration of RAID components