P2020RDB revision 1.1.2.4 1 1.1.2.2 rmind # $NetBSD: P2020RDB,v 1.1.2.4 2011/06/12 00:23:56 rmind Exp $
2 1.1.2.2 rmind #
3 1.1.2.2 rmind # P2020RBD -- everything that's currently supported
4 1.1.2.2 rmind #
5 1.1.2.2 rmind
6 1.1.2.2 rmind include "arch/evbppc/conf/std.mpc85xx"
7 1.1.2.2 rmind
8 1.1.2.2 rmind options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.1.2.2 rmind
10 1.1.2.2 rmind ident "P2020RBD-$Revision: 1.1.2.4 $"
11 1.1.2.2 rmind
12 1.1.2.2 rmind maxusers 32
13 1.1.2.2 rmind
14 1.1.2.4 rmind makeoptions NEED_BINARY="yes"
15 1.1.2.4 rmind makeoptions NEED_UBOOTIMAGE="yes"
16 1.1.2.4 rmind
17 1.1.2.2 rmind #options UVMHIST
18 1.1.2.2 rmind #options UVMHIST_PRINT
19 1.1.2.2 rmind
20 1.1.2.2 rmind options P2020
21 1.1.2.2 rmind options SYS_CLK=100000000
22 1.1.2.2 rmind #options HZ=1000
23 1.1.2.2 rmind
24 1.1.2.2 rmind #options INSECURE # disable kernel security levels
25 1.1.2.2 rmind #options NTP # NTP phase/frequency locked loop
26 1.1.2.2 rmind options KTRACE # system call tracing via ktrace(1)
27 1.1.2.2 rmind
28 1.1.2.2 rmind options SYSVMSG # System V message queues
29 1.1.2.2 rmind options SYSVSEM # System V semaphores
30 1.1.2.2 rmind options SYSVSHM # System V shared memory
31 1.1.2.2 rmind
32 1.1.2.2 rmind options USERCONF # userconf(4) support
33 1.1.2.2 rmind #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
34 1.1.2.2 rmind #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
35 1.1.2.2 rmind
36 1.1.2.2 rmind # Diagnostic/debugging support options
37 1.1.2.2 rmind options DIAGNOSTIC # cheap kernel consistency checks
38 1.1.2.2 rmind options DEBUG # expensive debugging checks/support
39 1.1.2.2 rmind #options SYSCALL_DEBUG # syscall debugging
40 1.1.2.2 rmind options DDB # in-kernel debugger
41 1.1.2.2 rmind options DDB_HISTORY_SIZE=512 # enable history editing in DDB
42 1.1.2.2 rmind options TRAP_PANICWAIT
43 1.1.2.2 rmind options SYMTAB_SPACE=410000 # size for embedded symbol table
44 1.1.2.2 rmind
45 1.1.2.2 rmind makeoptions DEBUG="-g" # compile full symbol table
46 1.1.2.2 rmind
47 1.1.2.2 rmind # Compatibility options
48 1.1.2.2 rmind #options COMPAT_09 # NetBSD 0.9,
49 1.1.2.2 rmind #options COMPAT_10 # NetBSD 1.0,
50 1.1.2.2 rmind #options COMPAT_11 # NetBSD 1.1,
51 1.1.2.2 rmind #options COMPAT_12 # NetBSD 1.2,
52 1.1.2.2 rmind options COMPAT_13 # NetBSD 1.3,
53 1.1.2.2 rmind options COMPAT_14 # NetBSD 1.4,
54 1.1.2.2 rmind options COMPAT_15 # NetBSD 1.5,
55 1.1.2.2 rmind options COMPAT_16 # NetBSD 1.6,
56 1.1.2.2 rmind options COMPAT_20 # NetBSD 2.0,
57 1.1.2.2 rmind options COMPAT_30 # NetBSD 3.0,
58 1.1.2.2 rmind options COMPAT_40 # NetBSD 4.0,
59 1.1.2.2 rmind options COMPAT_50 # NetBSD 5.0 compatibility.
60 1.1.2.2 rmind options COMPAT_43 # and 4.3BSD
61 1.1.2.2 rmind #options COMPAT_386BSD_MBRPART # recognize old partition ID
62 1.1.2.2 rmind #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
63 1.1.2.2 rmind options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
64 1.1.2.2 rmind
65 1.1.2.2 rmind # File systems
66 1.1.2.2 rmind file-system FFS # UFS
67 1.1.2.2 rmind file-system EXT2FS # second extended file system (linux)
68 1.1.2.2 rmind file-system LFS # log-structured file system
69 1.1.2.2 rmind file-system MFS # memory file system
70 1.1.2.2 rmind file-system NFS # Network File System client
71 1.1.2.2 rmind file-system CD9660 # ISO 9660 + Rock Ridge file system
72 1.1.2.2 rmind file-system MSDOSFS # MS-DOS file system
73 1.1.2.2 rmind #file-system FDESC # /dev/fd
74 1.1.2.2 rmind file-system TMPFS # efficient memory file system
75 1.1.2.2 rmind file-system KERNFS # /kern
76 1.1.2.2 rmind file-system NULLFS # loopback file system
77 1.1.2.2 rmind #file-system OVERLAY # overlay file system
78 1.1.2.2 rmind #file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
79 1.1.2.2 rmind file-system PROCFS # /proc
80 1.1.2.2 rmind #file-system UMAPFS # NULLFS + uid and gid remapping
81 1.1.2.2 rmind #file-system UNION # union file system
82 1.1.2.2 rmind file-system PTYFS # /dev/pts/N support
83 1.1.2.2 rmind
84 1.1.2.2 rmind # File system options
85 1.1.2.2 rmind options QUOTA # legacy UFS quotas
86 1.1.2.2 rmind options QUOTA2 # new, in-filesystem UFS quotas
87 1.1.2.2 rmind options FFS_EI # FFS Endian Independant support
88 1.1.2.2 rmind options WAPBL # File system journaling support - Experimental
89 1.1.2.2 rmind options NFSSERVER # Network File System server
90 1.1.2.2 rmind #options FFS_NO_SNAPSHOT # No FFS snapshot support
91 1.1.2.2 rmind options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
92 1.1.2.2 rmind # immutable) behave as system flags.
93 1.1.2.2 rmind
94 1.1.2.2 rmind options NFS_BOOT_DHCP # Support DHCP NFS root
95 1.1.2.2 rmind
96 1.1.2.2 rmind # Networking options
97 1.1.2.2 rmind #options GATEWAY # packet forwarding
98 1.1.2.2 rmind options INET # IP + ICMP + TCP + UDP
99 1.1.2.2 rmind options INET_CSUM_COUNTERS
100 1.1.2.2 rmind options TCP_CSUM_COUNTERS
101 1.1.2.2 rmind options UDP_CSUM_COUNTERS
102 1.1.2.2 rmind #options INET6 # IPV6
103 1.1.2.2 rmind #options IPSEC # IP security
104 1.1.2.2 rmind #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
105 1.1.2.2 rmind #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
106 1.1.2.2 rmind #options IPSEC_DEBUG # debug for IP security
107 1.1.2.2 rmind #options MROUTING # IP multicast routing
108 1.1.2.2 rmind #options PIM # Protocol Independent Multicast
109 1.1.2.2 rmind #options DIRECTED_BROADCAST # allow broadcasts through routers
110 1.1.2.2 rmind #options ISO,TPIP # OSI
111 1.1.2.2 rmind #options EON # OSI tunneling over IP
112 1.1.2.2 rmind #options NETATALK # AppleTalk networking protocols
113 1.1.2.2 rmind #options PPP_BSDCOMP # BSD-Compress compression support for PPP
114 1.1.2.2 rmind #options PPP_DEFLATE # Deflate compression support for PPP
115 1.1.2.2 rmind #options PPP_FILTER # Active filter support for PPP (requires bpf)
116 1.1.2.2 rmind #options PFIL_HOOKS # pfil(9) packet filter hooks
117 1.1.2.2 rmind #options IPFILTER_LOG # ipmon(8) log support
118 1.1.2.2 rmind #options IPFILTER_LOOKUP # ippool(8) support
119 1.1.2.2 rmind #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
120 1.1.2.2 rmind
121 1.1.2.2 rmind # These options enable verbose messages for several subsystems.
122 1.1.2.2 rmind # Warning, these may compile large string tables into the kernel!
123 1.1.2.2 rmind options PCIVERBOSE # verbose PCI device autoconfig messages
124 1.1.2.2 rmind options MIIVERBOSE # verbose PHY autoconfig messages
125 1.1.2.2 rmind #options PCI_CONFIG_DUMP # verbosely dump PCI config space
126 1.1.2.2 rmind options SCSIVERBOSE # human readable SCSI error messages
127 1.1.2.2 rmind #options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices
128 1.1.2.2 rmind #options PCI_CONFIGURE_VERBOSE # Show PCI config information
129 1.1.2.2 rmind
130 1.1.2.2 rmind # wscons options
131 1.1.2.2 rmind #options WSEMUL_SUN # sun terminal emulation
132 1.1.2.2 rmind #options WSEMUL_VT100 # VT100 / VT220 emulation
133 1.1.2.2 rmind
134 1.1.2.2 rmind # Kernel root file system and dump configuration.
135 1.1.2.2 rmind config netbsd root on ? type ?
136 1.1.2.2 rmind config nfsnetbsd root on tsec0 type nfs
137 1.1.2.2 rmind
138 1.1.2.2 rmind #
139 1.1.2.2 rmind # Device configuration
140 1.1.2.2 rmind #
141 1.1.2.2 rmind
142 1.1.2.2 rmind mainbus0 at root # Processor Local Bus
143 1.1.2.2 rmind
144 1.1.2.2 rmind cpunode* at mainbus? node ?
145 1.1.2.2 rmind gpio* at gpiobus?
146 1.1.2.2 rmind
147 1.1.2.2 rmind cpu0 at cpunode?
148 1.1.2.2 rmind
149 1.1.2.2 rmind obio0 at cpunode? # On-chip Peripheral Bus
150 1.1.2.3 rmind #nandfcm* at obio0 cs ? # nand flash
151 1.1.2.3 rmind #nand* at nandfcm?
152 1.1.2.3 rmind #flash* at nand?
153 1.1.2.2 rmind
154 1.1.2.2 rmind e500wdog* at cpunode? # Watchdog timer
155 1.1.2.2 rmind
156 1.1.2.2 rmind duart* at cpunode?
157 1.1.2.2 rmind com* at duart? port ?
158 1.1.2.2 rmind options CONSADDR="DUART1_BASE"
159 1.1.2.2 rmind
160 1.1.2.2 rmind tsec0 at cpunode? flags 0x021 # Enhanced 3-Speed Ethernet Controller
161 1.1.2.2 rmind tsec1 at cpunode? flags 0x101 # Enhanced 3-Speed Ethernet Controller
162 1.1.2.2 rmind tsec2 at cpunode? flags 0x102 # Enhanced 3-Speed Ethernet Controller
163 1.1.2.2 rmind ukphy* at mii?
164 1.1.2.2 rmind #options ETSEC_EVENT_COUNTERS
165 1.1.2.2 rmind
166 1.1.2.2 rmind diic* at cpunode? # i2c bus
167 1.1.2.2 rmind iic* at diic?
168 1.1.2.2 rmind dsrtc* at iic1 addr 0x68 # RTC
169 1.1.2.2 rmind
170 1.1.2.2 rmind pq3pcie* at cpunode? # PCI-Express controller
171 1.1.2.2 rmind pq3pci* at cpunode? # PCI(X)
172 1.1.2.2 rmind pci* at pq3pcie?
173 1.1.2.2 rmind pci* at pq3pci?
174 1.1.2.2 rmind
175 1.1.2.2 rmind ppb* at pci? dev ? function ? # PCI-PCI bridges
176 1.1.2.2 rmind pci* at ppb?
177 1.1.2.2 rmind
178 1.1.2.3 rmind ehci* at cpunode? # usb
179 1.1.2.2 rmind usb* at ehci?
180 1.1.2.2 rmind uhub* at usb?
181 1.1.2.2 rmind umass* at uhub? port ?
182 1.1.2.2 rmind scsibus* at umass? channel ?
183 1.1.2.2 rmind sd* at scsibus? target ? lun ?
184 1.1.2.2 rmind
185 1.1.2.3 rmind #sdhc* at cpunode? # sdmmc
186 1.1.2.3 rmind #sdmmc* at sdhc? # SD/MMC bus
187 1.1.2.3 rmind #ld* at sdmmc?
188 1.1.2.2 rmind
189 1.1.2.2 rmind #siisata* at pci? dev ? function ?
190 1.1.2.2 rmind #atabus* at siisata? channel ?
191 1.1.2.2 rmind #jmide* at pci? dev ? function ? # JMicron PCI-e PATA/SATA controllers
192 1.1.2.2 rmind #ahcisata* at jmide?
193 1.1.2.2 rmind #atabus* at ahcisata? channel ?
194 1.1.2.2 rmind
195 1.1.2.2 rmind #viaide* at pci? dev ? function ?
196 1.1.2.2 rmind #atabus* at viaide? channel ?
197 1.1.2.2 rmind #wd* at atabus? drive ?
198 1.1.2.2 rmind #rtk* at pci? dev ? function ?
199 1.1.2.2 rmind #wm* at pci? dev ? function ? # Intel Ethernet
200 1.1.2.2 rmind
201 1.1.2.2 rmind #inphy* at mii? phy ? # Intel 82555 PHYs
202 1.1.2.2 rmind #iophy* at mii? phy ? # Intel 82553 PHYs
203 1.1.2.2 rmind #makphy* at mii? phy ? # Marvell PHYs
204 1.1.2.2 rmind #ukphy* at mii? phy ? # generic unknown PHYs
205 1.1.2.2 rmind
206 1.1.2.2 rmind pseudo-device loop # network loopback
207 1.1.2.2 rmind pseudo-device bpfilter # packet filter
208 1.1.2.2 rmind pseudo-device rnd # /dev/random and in-kernel generator
209 1.1.2.2 rmind pseudo-device clockctl # user control of clock subsystem
210 1.1.2.2 rmind pseudo-device ksyms # /dev/ksyms
211 1.1.2.2 rmind pseudo-device pty # pseudo-terminals
212 1.1.2.2 rmind pseudo-device kttcp # kernel ttcp
213 1.1.2.2 rmind pseudo-device vlan # 802.1Q VLANs
214