EV64260 revision 1.1 1 # $NetBSD: EV64260,v 1.1 2003/03/05 22:08:24 matt Exp $
2 #
3 # MVP -- Motorola's Multiprocessing Verification Platform
4 #
5 include "arch/evbppc/conf/std.ev64260"
6
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8
9 #ident "EV64260"
10
11 maxusers 32
12
13 #options UVMHIST
14 #options UVMHIST_PRINT
15
16 # Discovery options
17 options GT_MPP_INTERRUPTS=0x2c600000
18 #options GT_MPP_WATCHDOG=0x00000000
19 options MPSC_CONSOLE
20 options GT_MPSC_DEFAULT_BAUD_RATE=9600
21 options GT_BASE=0x14000000
22
23 # Options for necessary to use MD
24 #options MEMORY_DISK_HOOKS
25 #options MEMORY_DISK_IS_ROOT # force root on memory disk
26 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
27 #options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks
28
29 #options UCONSOLE # users can use TIOCCONS (for xconsole)
30 #options INSECURE # disable kernel security levels
31 #options NTP # NTP phase/frequency locked loop
32 options KTRACE # system call tracing via ktrace(1)
33
34 options SYSVMSG # System V message queues
35 options SYSVSEM # System V semaphores
36 options SYSVSHM # System V shared memory
37 #options SHMMAXPGS=1024 # 1024 pages is the default
38
39 #options LKM # loadable kernel modules
40
41 #options USERCONF # userconf(4) support
42 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
43
44 # Diagnostic/debugging support options
45 #options DIAGNOSTIC # cheap kernel consistency checks
46 #options DEBUG # expensive debugging checks/support
47 options DDB # in-kernel debugger
48 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
49 options TRAP_PANICWAIT
50 options SYMTAB_SPACE=300000 # size for embedded symbol table
51
52 #makeoptions DEFCOPTS="-g" # compile full symbol table
53 #makeoptions DEBUG="-g"
54
55 # Compatibility options
56 #options COMPAT_09 # NetBSD 0.9,
57 #options COMPAT_10 # NetBSD 1.0,
58 #options COMPAT_11 # NetBSD 1.1,
59 #options COMPAT_12 # NetBSD 1.2,
60 #options COMPAT_13 # NetBSD 1.3,
61 #options COMPAT_14 # NetBSD 1.4,
62 options COMPAT_43 # and 4.3BSD
63 #options COMPAT_386BSD_MBRPART # recognize old partition ID
64 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
65
66 # File systems
67 file-system FFS # UFS
68 #file-system EXT2FS # second extended file system (linux)
69 #file-system LFS # log-structured file system
70 file-system MFS # memory file system
71 file-system NFS # Network File System client
72 #file-system CD9660 # ISO 9660 + Rock Ridge file system
73 file-system MSDOSFS # MS-DOS file system
74 #file-system FDESC # /dev/fd
75 #file-system KERNFS # /kern
76 #file-system NULLFS # loopback file system
77 #file-system OVERLAY # overlay file system
78 #file-system PORTAL # portal filesystem (still experimental)
79 #file-system PROCFS # /proc
80 #file-system UMAPFS # NULLFS + uid and gid remapping
81 #file-system UNION # union file system
82
83 # File system options
84 #options QUOTA # UFS quotas
85 #options FFS_EI # FFS Endian Independant support
86 options SOFTDEP # FFS soft updates support.
87 #options NFSSERVER # Network File System server
88 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
89 # immutable) behave as system flags.
90
91 options NFS_BOOT_DHCP # Support DHCP NFS root
92 options NFS_BOOT_RWSIZE=1024
93
94 # Networking options
95 #options GATEWAY # packet forwarding
96 options INET # IP + ICMP + TCP + UDP
97 #options INET6 # IPV6
98 #options IPSEC # IP security
99 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
100 #options IPSEC_DEBUG # debug for IP security
101 #options MROUTING # IP multicast routing
102 #options DIRECTED_BROADCAST # allow broadcasts through routers
103 #options NS # XNS
104 #options NSIP # XNS tunneling over IP
105 #options ISO,TPIP # OSI
106 #options EON # OSI tunneling over IP
107 #options CCITT,LLC,HDLC # X.25
108 #options NETATALK # AppleTalk networking protocols
109 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
110 #options PPP_DEFLATE # Deflate compression support for PPP
111 #options PPP_FILTER # Active filter support for PPP (requires bpf)
112 #options PFIL_HOOKS # pfil(9) packet filter hooks
113 #options IPFILTER_LOG # ipmon(8) log support
114 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
115 #options NMBCLUSTERS=1024
116
117 # These options enable verbose messages for several subsystems.
118 # Warning, these may compile large string tables into the kernel!
119 options PCIVERBOSE # verbose PCI device autoconfig messages
120 options MIIVERBOSE # verbose PHY autoconfig messages
121 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
122 #options SCSIVERBOSE # human readable SCSI error messages
123 options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
124 #options PCI_CONFIGURE_VERBOSE # Show PCI config information
125
126 # wscons options
127 #options WSEMUL_SUN # sun terminal emulation
128 options WSEMUL_VT100 # VT100 / VT220 emulation
129 options WSDISPLAY_DEFAULTSCREENS=1
130
131 # Kernel root file system and dump configuration.
132 config netbsd root on ? type ?
133
134 #
135 # Device configuration
136 #
137
138 mainbus0 at root
139
140 cpu* at mainbus0
141
142 gt0 at mainbus0 # Discovery system controller
143
144 # PCI busses
145 gtpci0 at gt0 unit 0 # 64-bit, 66MHz
146 gtpci1 at gt0 unit 1 # 64-bit, 66MHz
147
148 pci* at gtpci?
149
150 # UARTs
151 gtmpsc0 at gt0 unit 0 # Serial #0
152 #gtmpsc1 at gt0 unit 1 # Serial #1
153
154 # Ethernet and PHY
155 gfe0 at gt0 unit 0 # Ethernet #0
156 gfe1 at gt0 unit 1 # Ethernet #1
157 gfe2 at gt0 unit 2 # Ethernet #2
158 #acphy* at mii? phy ?
159
160 # PCI devices
161 ppb* at pci? dev ? function ? # PCI-PCI bridges
162 pci* at ppb? bus ?
163 #pcib* at pci? dev ? function ? # VIA 82C686B
164
165 #ehci* at pci? dev ? function ? # Enhanced Host Controller
166 #ohci* at pci? dev ? function ? # Open Host Controller
167 #uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
168 #usb* at ehci?
169 #usb* at ohci?
170 #usb* at uhci?
171 #uhub* at usb?
172 #uhub* at uhub? port ? configuration ? interface ?
173 # Prolific PL2301/PL2302 host-to-host adapter
174 #upl* at uhub? port ?
175
176 # Serial adapters
177 #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
178 #ucom* at uftdi? portno ?
179
180 #umct* at uhub? port ? # MCT USB-RS232 serial adapter
181 #ucom* at umct? portno ?
182
183 #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
184 #ucom* at uplcom? portno ?
185
186 #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
187 #ucom* at uvscom? portno ?
188
189
190 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
191 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
192 rtk* at pci? dev ? function ? # Realtek 8129/8139
193 ep* at pci? dev ? function ?
194 wm* at pci? dev ? function ?
195 inphy* at mii? phy ?
196 makphy* at mii? phy ?
197 ukphy* at mii? phy ?
198
199 isp* at pci? dev ? function ?
200 scsibus* at scsi?
201 sd* at scsibus? target ? lun ?
202 cd* at scsibus? target ? lun ?
203
204 #auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
205 #audio* at auvia?
206
207 #pciide* at pci? dev ? function ? flags 0x0000
208 #wd* at pciide? channel ? drive ? flags 0x0000
209
210 #pseudo-device vnd 4 # disk-like interface to files
211 #pseudo-device ccd 4 # concatenated/striped disk devices
212 #pseudo-device raid 4 # RAIDframe disk driver
213 #options RAID_AUTOCONFIG # auto-configuration of RAID components
214 pseudo-device md 1 # memory disk device
215 pseudo-device loop # network loopback
216 #pseudo-device bpfilter 8 # packet filter
217 #pseudo-device ipfilter # IP filter (firewall) and NAT
218 #pseudo-device ppp 2 # Point-to-Point Protocol
219 #pseudo-device sl 2 # Serial Line IP
220 #pseudo-device tun 4 # network tunneling over tty
221 #pseudo-device gre 2 # generic L3 over IP tunnel
222 #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
223 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
224 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
225 #pseudo-device vlan # IEEE 802.1q encapsulation
226 pseudo-device pty # pseudo-terminals
227 pseudo-device rnd # /dev/random and in-kernel generator
228 #pseudo-device wsmux # ick
229 pseudo-device clockctl # user control of clock subsystem
230