GENERIC revision 1.2.4.3 1 1.2.4.3 yamt # $NetBSD: GENERIC,v 1.2.4.3 2007/02/26 09:08:57 yamt Exp $
2 1.2.4.2 yamt #
3 1.2.4.2 yamt # GENERIC machine description file
4 1.2.4.2 yamt #
5 1.2.4.2 yamt # This machine description file is used to generate the default NetBSD
6 1.2.4.2 yamt # kernel. The generic kernel does not include all options, subsystems
7 1.2.4.2 yamt # and device drivers, but should be useful for most applications.
8 1.2.4.2 yamt #
9 1.2.4.2 yamt # The machine description file can be customised for your specific
10 1.2.4.2 yamt # machine to reduce the kernel size and improve its performance.
11 1.2.4.2 yamt #
12 1.2.4.2 yamt # For further information on compiling NetBSD kernels, see the config(8)
13 1.2.4.2 yamt # man page.
14 1.2.4.2 yamt #
15 1.2.4.2 yamt # For further information on hardware support for this architecture, see
16 1.2.4.2 yamt # the intro(4) man page. For further information about kernel options
17 1.2.4.2 yamt # for this architecture, see the options(4) man page. For an explanation
18 1.2.4.2 yamt # of each device driver in this file see the section 4 man page for the
19 1.2.4.2 yamt # device.
20 1.2.4.2 yamt
21 1.2.4.2 yamt include "arch/zaurus/conf/std.zaurus"
22 1.2.4.2 yamt
23 1.2.4.2 yamt #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.2.4.2 yamt
25 1.2.4.2 yamt maxusers 32 # estimated number of users
26 1.2.4.2 yamt
27 1.2.4.2 yamt # CPU options
28 1.2.4.2 yamt
29 1.2.4.2 yamt # For XScale systems
30 1.2.4.2 yamt #options CPU_XSCALE_PXA250 # Support the XScale PXA25x core
31 1.2.4.2 yamt options CPU_XSCALE_PXA270 # Support the XScale PXA27x core
32 1.2.4.2 yamt makeoptions CPUFLAGS="-mcpu=xscale"
33 1.2.4.2 yamt
34 1.2.4.2 yamt # Architecture options
35 1.2.4.2 yamt options XSCALE_CACHE_READ_WRITE_ALLOCATE
36 1.2.4.2 yamt options PXAGPIO_HAS_GPION_INTRS
37 1.2.4.2 yamt
38 1.2.4.2 yamt # Standard system options
39 1.2.4.2 yamt options INSECURE # disable kernel security levels
40 1.2.4.2 yamt
41 1.2.4.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
42 1.2.4.2 yamt #options HZ=512 # clock interrupt generates every 1/HZ sec
43 1.2.4.2 yamt #options NTP # NTP phase/frequency locked loop
44 1.2.4.2 yamt
45 1.2.4.2 yamt # File systems
46 1.2.4.2 yamt file-system FFS # UFS
47 1.2.4.2 yamt #file-system EXT2FS # second extended file system (linux)
48 1.2.4.2 yamt #file-system LFS # log-structured file system
49 1.2.4.2 yamt file-system MFS # memory file system
50 1.2.4.2 yamt file-system NFS # Network File System client
51 1.2.4.2 yamt #file-system NTFS # Windows/NT file system (experimental)
52 1.2.4.2 yamt #file-system CD9660 # ISO 9660 + Rock Ridge file system
53 1.2.4.2 yamt file-system MSDOSFS # MS-DOS file system
54 1.2.4.2 yamt #file-system FDESC # /dev/fd
55 1.2.4.2 yamt file-system KERNFS # /kern
56 1.2.4.2 yamt file-system NULLFS # loopback file system
57 1.2.4.2 yamt #file-system OVERLAY # overlay file system
58 1.2.4.2 yamt #file-system PORTAL # portal filesystem (still experimental)
59 1.2.4.2 yamt file-system PROCFS # /proc
60 1.2.4.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping
61 1.2.4.2 yamt #file-system UNION # union file system
62 1.2.4.2 yamt #file-system CODA # Coda File System; also needs vcoda (below)
63 1.2.4.2 yamt file-system PTYFS # /dev/pts/N support
64 1.2.4.2 yamt file-system TMPFS # Efficient memory file-system
65 1.2.4.2 yamt #file-system UDF # experimental - OSTA UDF CD/DVD file-system
66 1.2.4.2 yamt
67 1.2.4.2 yamt # File system options
68 1.2.4.2 yamt #options QUOTA # UFS quotas
69 1.2.4.2 yamt #options FFS_EI # FFS Endian Independant support
70 1.2.4.2 yamt #options NFSSERVER
71 1.2.4.2 yamt #options SOFTDEP
72 1.2.4.2 yamt #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
73 1.2.4.2 yamt options FFS_NO_SNAPSHOT # No FFS snapshot support
74 1.2.4.2 yamt #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
75 1.2.4.2 yamt # immutable) behave as system flags.
76 1.2.4.2 yamt
77 1.2.4.2 yamt # Networking options
78 1.2.4.2 yamt #options GATEWAY # packet forwarding
79 1.2.4.2 yamt options INET # IP + ICMP + TCP + UDP
80 1.2.4.2 yamt options INET6 # IPv6
81 1.2.4.2 yamt
82 1.2.4.2 yamt # Compatibility options
83 1.2.4.2 yamt options COMPAT_09 # NetBSD 0.9,
84 1.2.4.2 yamt options COMPAT_10 # NetBSD 1.0,
85 1.2.4.2 yamt options COMPAT_11 # NetBSD 1.1,
86 1.2.4.2 yamt options COMPAT_12 # NetBSD 1.2,
87 1.2.4.2 yamt options COMPAT_13 # NetBSD 1.3,
88 1.2.4.2 yamt options COMPAT_14 # NetBSD 1.4,
89 1.2.4.2 yamt options COMPAT_15 # NetBSD 1.5,
90 1.2.4.2 yamt options COMPAT_16 # NetBSD 1.6,
91 1.2.4.2 yamt options COMPAT_20 # NetBSD 2.0,
92 1.2.4.2 yamt options COMPAT_30 # NetBSD 3.0 compatibility.
93 1.2.4.2 yamt options COMPAT_43 # and 4.3BSD
94 1.2.4.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
95 1.2.4.2 yamt
96 1.2.4.2 yamt options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
97 1.2.4.2 yamt options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
98 1.2.4.2 yamt
99 1.2.4.2 yamt # Shared memory options
100 1.2.4.2 yamt
101 1.2.4.2 yamt options SYSVMSG # System V-like message queues
102 1.2.4.2 yamt options SYSVSEM # System V-like semaphores
103 1.2.4.2 yamt #options SEMMNI=10 # number of semaphore identifiers
104 1.2.4.2 yamt #options SEMMNS=60 # number of semaphores in system
105 1.2.4.2 yamt #options SEMUME=10 # max number of undo entries per process
106 1.2.4.2 yamt #options SEMMNU=30 # number of undo structures in system
107 1.2.4.2 yamt options SYSVSHM # System V-like memory sharing
108 1.2.4.2 yamt #options SHMMAXPGS=1024 # 1024 pages is the default
109 1.2.4.2 yamt options P1003_1B_SEMAPHORE # p1003.1b semaphore support
110 1.2.4.2 yamt
111 1.2.4.2 yamt # Device options
112 1.2.4.2 yamt
113 1.2.4.2 yamt # Miscellaneous kernel options
114 1.2.4.2 yamt #options KTRACE # system call tracing via ktrace(1)
115 1.2.4.2 yamt #options SYSTRACE # system call vetting via systrace(1)
116 1.2.4.2 yamt #options LKM # loadable kernel modules
117 1.2.4.2 yamt #options KMEMSTATS # kernel memory statistics
118 1.2.4.2 yamt #options SCSIVERBOSE # Verbose SCSI errors
119 1.2.4.2 yamt #options MIIVERBOSE # Verbose MII autoconfuration messages
120 1.2.4.2 yamt #options USBVERBOSE # verbose USB device autoconfig messages
121 1.2.4.2 yamt #options USERCONF # userconf(4) support
122 1.2.4.2 yamt #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
123 1.2.4.2 yamt #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
124 1.2.4.2 yamt
125 1.2.4.2 yamt #
126 1.2.4.2 yamt # wscons options
127 1.2.4.2 yamt #
128 1.2.4.2 yamt # builtin terminal emulations
129 1.2.4.2 yamt options WSEMUL_VT100
130 1.2.4.2 yamt # allocate a number of virtual screens at autoconfiguration time
131 1.2.4.2 yamt #options WSDISPLAY_DEFAULTSCREENS=2
132 1.2.4.2 yamt
133 1.2.4.2 yamt # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
134 1.2.4.2 yamt #options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
135 1.2.4.2 yamt #options WS_DEFAULT_FG=WSCOL_WHITE
136 1.2.4.2 yamt #options WS_DEFAULT_BG=WSCOL_BLACK
137 1.2.4.2 yamt #options WS_DEFAULT_COLATTR="(0)"
138 1.2.4.2 yamt #options WS_DEFAULT_MONOATTR="(0)"
139 1.2.4.2 yamt #options WS_KERNEL_FG=WSCOL_GREEN
140 1.2.4.2 yamt #options WS_KERNEL_BG=WSCOL_BLACK
141 1.2.4.2 yamt #options WS_KERNEL_COLATTR=""
142 1.2.4.2 yamt #options WS_KERNEL_MONOATTR=""
143 1.2.4.2 yamt
144 1.2.4.2 yamt # compatibility to other console drivers
145 1.2.4.2 yamt options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
146 1.2.4.2 yamt options WSDISPLAY_COMPAT_USL # VT handling
147 1.2.4.2 yamt #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
148 1.2.4.2 yamt
149 1.2.4.2 yamt # Development and Debugging options
150 1.2.4.2 yamt
151 1.2.4.2 yamt options DIAGNOSTIC # internally consistency checks
152 1.2.4.2 yamt #options DEBUG
153 1.2.4.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages
154 1.2.4.2 yamt options DDB # in-kernel debugger
155 1.2.4.2 yamt options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
156 1.2.4.2 yamt #options KGDB
157 1.2.4.2 yamt #makeoptions DEBUG="-g" # compile full symbol table
158 1.2.4.2 yamt #options SYMTAB_SPACE=512000
159 1.2.4.2 yamt
160 1.2.4.2 yamt
161 1.2.4.2 yamt # Kernel root file system and dump configuration.
162 1.2.4.2 yamt config netbsd root on ? type ?
163 1.2.4.2 yamt
164 1.2.4.2 yamt
165 1.2.4.2 yamt # The main bus device
166 1.2.4.2 yamt mainbus0 at root
167 1.2.4.2 yamt
168 1.2.4.2 yamt # The boot cpu
169 1.2.4.2 yamt cpu0 at mainbus?
170 1.2.4.2 yamt
171 1.2.4.2 yamt # integrated peripherals
172 1.2.4.2 yamt pxaip0 at mainbus?
173 1.2.4.2 yamt
174 1.2.4.2 yamt pxaintc0 at pxaip? # interrupt controller
175 1.2.4.2 yamt pxagpio0 at pxaip? # GPIO
176 1.2.4.2 yamt pxadmac0 at pxaip? # DMA controller
177 1.2.4.3 yamt pxartc0 at pxaip? # RTC
178 1.2.4.2 yamt
179 1.2.4.2 yamt # PCMCIA/CF socket and GPIO controllers
180 1.2.4.2 yamt scoop0 at pxaip?
181 1.2.4.2 yamt scoop1 at pxaip?
182 1.2.4.2 yamt
183 1.2.4.2 yamt # ADC, touchpad, backlight
184 1.2.4.2 yamt zssp0 at pxaip?
185 1.2.4.2 yamt
186 1.2.4.2 yamt # touchpad
187 1.2.4.2 yamt ztp0 at pxaip?
188 1.2.4.2 yamt wsmouse* at ztp? mux 0
189 1.2.4.2 yamt
190 1.2.4.2 yamt # keyboard
191 1.2.4.2 yamt zkbd0 at pxaip?
192 1.2.4.2 yamt wskbd* at zkbd? mux 1
193 1.2.4.2 yamt
194 1.2.4.2 yamt # remote controller
195 1.2.4.2 yamt zrc0 at pxaip?
196 1.2.4.2 yamt wskbd* at zrc? mux 1
197 1.2.4.2 yamt
198 1.2.4.2 yamt # LCD
199 1.2.4.2 yamt lcd0 at pxaip?
200 1.2.4.2 yamt wsdisplay* at lcd? console ?
201 1.2.4.2 yamt
202 1.2.4.2 yamt # Audio
203 1.2.4.2 yamt #zaudio0 at pxaip?
204 1.2.4.2 yamt #audio* at zaudio?
205 1.2.4.2 yamt
206 1.2.4.2 yamt # Audio support
207 1.2.4.2 yamt #audio* at audiobus?
208 1.2.4.2 yamt
209 1.2.4.2 yamt # integrated 16550 UARTs
210 1.2.4.2 yamt options COM_PXA2X0
211 1.2.4.2 yamt com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART
212 1.2.4.2 yamt com1 at pxaip? addr 0x40200000 intr 21 # Bluetooth UART
213 1.2.4.2 yamt com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA)
214 1.2.4.2 yamt
215 1.2.4.2 yamt # integrated PCMCIA/CF controller
216 1.2.4.2 yamt pxapcic0 at pxaip?
217 1.2.4.2 yamt
218 1.2.4.2 yamt # PCMCIA bus support
219 1.2.4.2 yamt pcmcia* at pxapcic?
220 1.2.4.2 yamt
221 1.2.4.2 yamt # PCMCIA (CF) devices
222 1.2.4.2 yamt com* at pcmcia? # PCMCIA modems/serial ports
223 1.2.4.2 yamt wi* at pcmcia? # WaveLAN IEEE 802.11DS
224 1.2.4.2 yamt ne* at pcmcia? # PCMCIA based NE2000 ethernet
225 1.2.4.2 yamt wdc* at pcmcia? # hard disk controller
226 1.2.4.2 yamt
227 1.2.4.2 yamt atabus* at wdc? channel ?
228 1.2.4.2 yamt
229 1.2.4.2 yamt # IDE hard drives
230 1.2.4.2 yamt wd* at atabus? drive ? flags 0x0000
231 1.2.4.2 yamt
232 1.2.4.2 yamt
233 1.2.4.2 yamt # USB Controller and Devices
234 1.2.4.2 yamt pxaudc0 at pxaip? # USB Device Controller
235 1.2.4.2 yamt #ohci0 at pxaip? # USB Host Controller
236 1.2.4.2 yamt
237 1.2.4.2 yamt # USB bus support
238 1.2.4.2 yamt #usb* at ohci?
239 1.2.4.2 yamt
240 1.2.4.2 yamt # USB Hubs
241 1.2.4.2 yamt #uhub* at usb?
242 1.2.4.2 yamt #uhub* at uhub? port ? configuration ? interface ?
243 1.2.4.2 yamt
244 1.2.4.2 yamt # USB HID device
245 1.2.4.2 yamt #uhidev* at uhub? port ? configuration ? interface ?
246 1.2.4.2 yamt
247 1.2.4.2 yamt # USB Mice
248 1.2.4.2 yamt #ums* at uhidev? reportid ?
249 1.2.4.2 yamt #wsmouse* at ums? mux 0
250 1.2.4.2 yamt
251 1.2.4.2 yamt # USB Keyboards
252 1.2.4.2 yamt #ukbd* at uhidev? reportid ?
253 1.2.4.2 yamt #wskbd* at ukbd? console ? mux 1
254 1.2.4.2 yamt
255 1.2.4.2 yamt # USB Generic HID devices
256 1.2.4.2 yamt #uhid* at uhidev? reportid ?
257 1.2.4.2 yamt
258 1.2.4.2 yamt # USB Mass Storage
259 1.2.4.2 yamt #umass* at uhub? port ? configuration ? interface ?
260 1.2.4.2 yamt #wd* at umass?
261 1.2.4.2 yamt
262 1.2.4.2 yamt # USB audio
263 1.2.4.2 yamt #uaudio* at uhub? port ? configuration ?
264 1.2.4.2 yamt
265 1.2.4.2 yamt # Kyocera AIR-EDGE PHONE
266 1.2.4.2 yamt #ukyopon* at uhub? port ?
267 1.2.4.2 yamt #ucom* at ukyopon? portno ?
268 1.2.4.2 yamt
269 1.2.4.2 yamt # USB Generic driver
270 1.2.4.2 yamt #ugen* at uhub? port ?
271 1.2.4.2 yamt
272 1.2.4.2 yamt
273 1.2.4.2 yamt # integrated MMC/SD contoller
274 1.2.4.2 yamt #pxamci0 at pxaip? addr 0x41100000 size 0x48
275 1.2.4.2 yamt #sdmmc* at pxamci?
276 1.2.4.2 yamt #options PXAMCI_DEBUG
277 1.2.4.2 yamt #options SDMMC_DEBUG
278 1.2.4.2 yamt #options SDMMC_DUMP_CSD
279 1.2.4.2 yamt
280 1.2.4.2 yamt # SCSI bus support
281 1.2.4.2 yamt #scsibus* at scsi?
282 1.2.4.2 yamt
283 1.2.4.2 yamt # SCSI devices
284 1.2.4.2 yamt #sd* at scsibus? target ? lun ? # SCSI disk drives
285 1.2.4.2 yamt #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
286 1.2.4.2 yamt #uk* at scsibus? target ? lun ? # SCSI unknown
287 1.2.4.2 yamt
288 1.2.4.2 yamt
289 1.2.4.2 yamt # Pseudo-Devices
290 1.2.4.2 yamt
291 1.2.4.2 yamt # disk/mass storage pseudo-devices
292 1.2.4.2 yamt pseudo-device md 1 # memory disk device (ramdisk)
293 1.2.4.2 yamt pseudo-device vnd 4 # disk-like interface to files
294 1.2.4.2 yamt options VND_COMPRESSION # compressed vnd(4)
295 1.2.4.2 yamt
296 1.2.4.2 yamt # network pseudo-devices
297 1.2.4.2 yamt pseudo-device loop # network loopback
298 1.2.4.2 yamt
299 1.2.4.2 yamt # miscellaneous pseudo-devices
300 1.2.4.2 yamt pseudo-device pty # pseudo-terminals
301 1.2.4.2 yamt #pseudo-device sequencer # MIDI sequencer
302 1.2.4.2 yamt pseudo-device rnd # /dev/random and in-kernel generator
303 1.2.4.2 yamt pseudo-device clockctl # user control of clock subsystem
304 1.2.4.2 yamt pseudo-device ksyms # /dev/ksyms
305 1.2.4.2 yamt
306 1.2.4.2 yamt # a pseudo device needed for Coda # also needs CODA (above)
307 1.2.4.2 yamt #pseudo-device vcoda 4 # coda minicache <-> venus comm.
308 1.2.4.2 yamt
309 1.2.4.2 yamt # a pseudo device needed for SMBFS
310 1.2.4.2 yamt #pseudo-device nsmb # experimental - SMB requester
311 1.2.4.2 yamt
312 1.2.4.2 yamt # a pseudo device needed for verified exec
313 1.2.4.2 yamt #pseudo-device veriexec 1
314 1.2.4.2 yamt
315 1.2.4.2 yamt # wscons pseudo-devices
316 1.2.4.2 yamt pseudo-device wsmux # mouse & keyboard multiplexor
317 1.2.4.2 yamt pseudo-device wsfont
318