EV64260 revision 1.2 1 # $NetBSD: EV64260,v 1.2 2003/03/16 07:07:17 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 ALTIVEC
18 options GT_MPP_INTERRUPTS=0x2c600000
19 options GT_MPP_WATCHDOG=0x03000000
20 #options MPSC_CONSOLE
21 options GT_MPSC_DEFAULT_BAUD_RATE=9600
22 options GT_BASE=0xF8000000
23
24 # Options for necessary to use MD
25 #options MEMORY_DISK_HOOKS
26 #options MEMORY_DISK_IS_ROOT # force root on memory disk
27 #options MEMORY_DISK_SERVER=0 # no userspace memory disk support
28 #options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks
29
30 #options UCONSOLE # users can use TIOCCONS (for xconsole)
31 #options INSECURE # disable kernel security levels
32 #options NTP # NTP phase/frequency locked loop
33 options KTRACE # system call tracing via ktrace(1)
34
35 options SYSVMSG # System V message queues
36 options SYSVSEM # System V semaphores
37 options SYSVSHM # System V shared memory
38 #options SHMMAXPGS=1024 # 1024 pages is the default
39
40 #options LKM # loadable kernel modules
41
42 #options USERCONF # userconf(4) support
43 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
44
45 # Diagnostic/debugging support options
46 #options DIAGNOSTIC # cheap kernel consistency checks
47 #options DEBUG # expensive debugging checks/support
48 options DDB # in-kernel debugger
49 options DDB_HISTORY_SIZE=512 # enable history editing in DDB
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 # 16550s off CS2
151 obio2 at gt0 unit 2 # Chip Select 2
152 com0 at obio2 offset 0x0020 size 8 irq 85
153 com1 at obio2 offset 0x0000 size 8 irq 86
154
155 # UARTs
156 gtmpsc0 at gt0 unit 0 # Serial #0
157 gtmpsc1 at gt0 unit 1 # Serial #1
158
159 # Ethernet and PHY
160 gfe0 at gt0 unit 0 flags 1 # Ethernet #0 (RMMI)
161 gfe1 at gt0 unit 1 flags 1 # Ethernet #1 (RMMI)
162 gfe2 at gt0 unit 2 flags 1 # Ethernet #2 (RMMI)
163 acphy* at mii? phy ?
164
165 # PCI devices
166 ppb* at pci? dev ? function ? # PCI-PCI bridges
167 pci* at ppb? bus ?
168 #pcib* at pci? dev ? function ? # VIA 82C686B
169
170 #ehci* at pci? dev ? function ? # Enhanced Host Controller
171 #ohci* at pci? dev ? function ? # Open Host Controller
172 #uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
173 #usb* at ehci?
174 #usb* at ohci?
175 #usb* at uhci?
176 #uhub* at usb?
177 #uhub* at uhub? port ? configuration ? interface ?
178 # Prolific PL2301/PL2302 host-to-host adapter
179 #upl* at uhub? port ?
180
181 # Serial adapters
182 #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
183 #ucom* at uftdi? portno ?
184
185 #umct* at uhub? port ? # MCT USB-RS232 serial adapter
186 #ucom* at umct? portno ?
187
188 #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
189 #ucom* at uplcom? portno ?
190
191 #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
192 #ucom* at uvscom? portno ?
193
194
195 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
196 sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
197 rtk* at pci? dev ? function ? # Realtek 8129/8139
198 ep* at pci? dev ? function ?
199 wm* at pci? dev ? function ?
200 inphy* at mii? phy ?
201 makphy* at mii? phy ?
202 ukphy* at mii? phy ?
203
204 isp* at pci? dev ? function ?
205 scsibus* at scsi?
206 sd* at scsibus? target ? lun ?
207 cd* at scsibus? target ? lun ?
208
209 #auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
210 #audio* at auvia?
211
212 #pciide* at pci? dev ? function ? flags 0x0000
213 #wd* at pciide? channel ? drive ? flags 0x0000
214
215 #pseudo-device vnd 4 # disk-like interface to files
216 #pseudo-device ccd 4 # concatenated/striped disk devices
217 #pseudo-device raid 4 # RAIDframe disk driver
218 #options RAID_AUTOCONFIG # auto-configuration of RAID components
219 pseudo-device md 1 # memory disk device
220 pseudo-device loop # network loopback
221 #pseudo-device bpfilter 8 # packet filter
222 #pseudo-device ipfilter # IP filter (firewall) and NAT
223 #pseudo-device ppp 2 # Point-to-Point Protocol
224 #pseudo-device sl 2 # Serial Line IP
225 #pseudo-device tun 4 # network tunneling over tty
226 #pseudo-device gre 2 # generic L3 over IP tunnel
227 #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
228 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
229 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
230 #pseudo-device vlan # IEEE 802.1q encapsulation
231 pseudo-device pty # pseudo-terminals
232 pseudo-device rnd # /dev/random and in-kernel generator
233 #pseudo-device wsmux # ick
234 pseudo-device clockctl # user control of clock subsystem
235