RAMDISK revision 1.77 1 # $NetBSD: RAMDISK,v 1.77 2009/02/06 18:50:26 jym Exp $
2 #
3 # memory disk based configuration file for MIPS R4x00 ARC Systems
4 #
5
6 include "arch/arc/conf/GENERIC"
7
8 # Enable the hooks used for initializing the root memory-disk.
9 options MEMORY_DISK_HOOKS
10 options MEMORY_DISK_IS_ROOT # force root on memory disk
11 options MEMORY_DISK_SERVER=0 # no userspace md(4) support
12 options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks
13 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
14
15 makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1
16
17 # shrink kernel since ARC BIOS seems to have 8MB limit
18 options FFS_NO_SNAPSHOT
19
20 no options KTRACE
21 no options NTP
22 no options SYSVMSG
23 no options SYSVSEM
24 no options SYSVSHM
25 no options P1003_1B_SEMAPHORE
26 no options SYSCTL_INCLUDE_DESCR
27 no options COMPAT_10
28 no options COMPAT_11
29 no options COMPAT_12
30 no options COMPAT_13
31 no options COMPAT_14
32 no options COMPAT_ULTRIX
33 no options EXEC_ECOFF
34
35 no file-system EXT2FS
36 no file-system LFS
37 no file-system FDESC
38 no file-system KERNFS
39 no file-system NULLFS
40 no file-system OVERLAY
41 no file-system PORTAL
42 no file-system UMAPFS
43 no file-system UNION
44 no file-system TMPFS
45 no file-system PTYFS
46
47 no options QUOTA
48 no options NFSSERVER
49 no options PPP_FILTER
50 no options NETATALK
51 no options MIIVERBOSE
52 no options PCIVERBOSE
53 no options SCSIVERBOSE
54
55 no lpt0 at jazzio?
56 no ast0 at isa?
57 no lpt0 at isa?
58
59 no hifn* at pci?
60 no ubsec* at pci?
61
62 no pms* at pckbc?
63 no wsmouse* at pms?
64
65 no ch* at scsibus?
66 no ss* at scsibus?
67 no uk* at scsibus?
68 no uk* at atapibus?
69
70 no pseudo-device crypto
71 no pseudo-device swcrypto
72
73 no pseudo-device raid
74 no pseudo-device vnd
75 no pseudo-device fss
76
77 no pseudo-device ipfilter
78 no pseudo-device ppp
79 no pseudo-device pppoe
80 no pseudo-device tap
81 no pseudo-device tun
82 no pseudo-device gif
83 no pseudo-device stf
84 no pseudo-device vlan
85 no pseudo-device bridge
86 no pseudo-device agr
87 no pseudo-device clockctl
88
89 no pseudo-device accf_data
90 no pseudo-device accf_http
91