Wed Jul 16 15:22:50 2008 UTC ()
Disable more pseudo-devices to shrink an install kernel.


(tsutsui)
diff -r1.9 -r1.10 src/sys/arch/ews4800mips/conf/RAMDISK

cvs diff -r1.9 -r1.10 src/sys/arch/ews4800mips/conf/RAMDISK (expand / switch to unified diff)

--- src/sys/arch/ews4800mips/conf/RAMDISK 2008/01/30 16:27:43 1.9
+++ src/sys/arch/ews4800mips/conf/RAMDISK 2008/07/16 15:22:50 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: RAMDISK,v 1.9 2008/01/30 16:27:43 tsutsui Exp $ 1# $NetBSD: RAMDISK,v 1.10 2008/07/16 15:22:50 tsutsui Exp $
2# 2#
3# kernel config file with memory disk for installation 3# kernel config file with memory disk for installation
4# 4#
5 5
6include "arch/ews4800mips/conf/GENERIC" 6include "arch/ews4800mips/conf/GENERIC"
7 7
8# Enable the hooks used for initializing the root memory-disk. 8# Enable the hooks used for initializing the root memory-disk.
9makeoptions COPTS="-Os -mmemcpy" # optimize for space 9makeoptions COPTS="-Os -mmemcpy" # optimize for space
10 10
11options MEMORY_DISK_HOOKS 11options MEMORY_DISK_HOOKS
12options MEMORY_DISK_IS_ROOT # force root on memory disk 12options MEMORY_DISK_IS_ROOT # force root on memory disk
13options MEMORY_DISK_SERVER=0 # no userspace memory disk support 13options MEMORY_DISK_SERVER=0 # no userspace memory disk support
14options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 14options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks
@@ -48,28 +48,31 @@ no options QUOTA @@ -48,28 +48,31 @@ no options QUOTA
48no options NFSSERVER 48no options NFSSERVER
49no options NETATALK 49no options NETATALK
50no options PPP_FILTER 50no options PPP_FILTER
51no options SCSIVERBOSE 51no options SCSIVERBOSE
52 52
53no ewsms0 at zsc? 53no ewsms0 at zsc?
54no wsmouse* at ewsms? 54no wsmouse* at ewsms?
55 55
56no ch* at scsibus? 56no ch* at scsibus?
57no ses* at scsibus? 57no ses* at scsibus?
58no ss* at scsibus? 58no ss* at scsibus?
59no uk* at scsibus? 59no uk* at scsibus?
60 60
 61no pseudo-device raid
61no pseudo-device vnd 62no pseudo-device vnd
62no pseudo-device fss 63no pseudo-device fss
63no pseudo-device ipfilter 64no pseudo-device ipfilter
64no pseudo-device ppp 65no pseudo-device ppp
65no pseudo-device pppoe 66no pseudo-device pppoe
66no pseudo-device strip 67no pseudo-device strip
67no pseudo-device tap 68no pseudo-device tap
68no pseudo-device tun 69no pseudo-device tun
69no pseudo-device gre 70no pseudo-device gre
70no pseudo-device gif 71no pseudo-device gif
 72no pseudo-device stf
71no pseudo-device vlan 73no pseudo-device vlan
72no pseudo-device bridge 74no pseudo-device bridge
73no pseudo-device agr 75no pseudo-device agr
74no pseudo-device clockctl 76no pseudo-device clockctl
75no pseudo-device ksyms 77no pseudo-device ksyms
 78no pseudo-device wsmux