RAMDISK revision 1.20 1 # $NetBSD: RAMDISK,v 1.20 2004/05/21 15:25:18 he Exp $
2
3 #
4 # RAMDISK: Root/swap on ramdisk
5 # This kernel is used to initially bootstrap
6 # a NetBSD/mvme68k installation, and install
7 # the miniroot in a swap partition.
8 #
9 # It is not designed to be used in a production environment
10 # due to its cut-down nature.
11 #
12
13 include "arch/mvme68k/conf/std.mvme68k"
14
15 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
16
17 # Boards this kernel supports
18 options MVME147
19 options MVME162
20 options MVME167
21 options MVME172
22 options MVME177
23
24 maxusers 2
25
26 # Needed on m68040 boards to emulate some missing FP instructions
27 options FPSP
28
29 # Needed on m68060 boards
30 options M060SP
31
32 # File-system options
33 file-system FFS
34 file-system NFS
35 file-system KERNFS
36 file-system CD9660
37
38 # Networking options
39 options INET
40 options INET6 # IPV6
41
42 # Enable the hooks used for initializing the ram-disk.
43 options MEMORY_DISK_HOOKS
44 options MEMORY_DISK_IS_ROOT
45 options MEMORY_DISK_ROOT_SIZE=1800
46
47 options USERCONF # userconf(4) support
48 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
49
50 ## "generic" boot (put root on boot device)
51 config netbsd root on ? type ?
52
53 # Which protocol to use when booting over NFS
54 options NFS_BOOT_DHCP # Diskless client w/ dhcp
55 options NFS_BOOT_BOOTP # Diskless client w/ bootp
56 options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd
57
58 pseudo-device sl
59 pseudo-device ppp 1
60 pseudo-device loop
61 pseudo-device md 1
62
63 mainbus0 at root
64
65 # MVME147 specific devices
66 pcc0 at mainbus0
67 clock0 at pcc? ipl 5
68 zsc* at pcc? ipl 4
69 le0 at pcc? ipl 3
70 wdsc0 at pcc? ipl 2
71
72 # MVME1x2 and MVME1x7 shared devices
73 pcctwo0 at mainbus0
74 memc* at mainbus0
75 clock0 at pcctwo? ipl 5
76 ie0 at pcctwo? ipl 3
77 osiop0 at pcctwo? ipl 2
78
79 # MVME162/MVME172 specific devices
80 zsc* at pcctwo? ipl 4
81
82 # MVME167/MVME177 specific devices
83 clmpcc0 at pcctwo? ipl 4
84
85 # Common front-end for MVME147 and MVME1x2 `zs' device
86 zstty* at zsc? channel ?
87
88 scsibus* at wdsc?
89 scsibus* at osiop?
90 sd* at scsibus? target ? lun ?
91 st* at scsibus? target ? lun ?
92 cd* at scsibus? target ? lun ?
93