Back out the removal of md(4) in order to permit this port to complete
a release build again. The GENERIC kernel is used to build install media in distrib/ibmnws/netboot/kernel, and without the md(4) area in place, mdsetimage becomes unhappy. Pointed out to rjs (who removed md(4) in revision 1.31), but now committed due to feedback time-out, and because I've verified that this fixes the build.
This commit is contained in:
parent
ff1b9852ce
commit
77b766af04
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.32 2008/05/15 23:38:49 rjs Exp $
|
# $NetBSD: GENERIC,v 1.33 2008/05/24 19:24:48 he Exp $
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -14,6 +14,11 @@ options CONSOLE="\"genfb\""
|
|||||||
options CONSOLE_SPEED=9600
|
options CONSOLE_SPEED=9600
|
||||||
options CONSOLE_ADDR=0x3f8
|
options CONSOLE_ADDR=0x3f8
|
||||||
|
|
||||||
|
# Enable the hooks used for initializing the ram-disk.
|
||||||
|
options MEMORY_DISK_HOOKS
|
||||||
|
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||||
|
options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
|
||||||
|
|
||||||
maxusers 8
|
maxusers 8
|
||||||
|
|
||||||
options DDB
|
options DDB
|
||||||
@ -84,7 +89,7 @@ options NFS_BOOT_DHCP
|
|||||||
#options PCDISPLAY_SOFTCURSOR
|
#options PCDISPLAY_SOFTCURSOR
|
||||||
|
|
||||||
# Kernel root file system and dump configuration.
|
# Kernel root file system and dump configuration.
|
||||||
config netbsd root on pcn0 type nfs
|
config netbsd root on ? type ?
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -270,7 +275,7 @@ audio* at audiobus?
|
|||||||
# Pseudo-Devices
|
# Pseudo-Devices
|
||||||
|
|
||||||
# disk/mass storage pseudo-devices
|
# disk/mass storage pseudo-devices
|
||||||
#pseudo-device md 1 # memory disk device (ramdisk)
|
pseudo-device md 1 # memory disk device (ramdisk)
|
||||||
|
|
||||||
# network pseudo-devices
|
# network pseudo-devices
|
||||||
pseudo-device bpfilter # network tap
|
pseudo-device bpfilter # network tap
|
||||||
|
Loading…
Reference in New Issue
Block a user