HDL_G revision 1.39 1 # $NetBSD: HDL_G,v 1.39 2014/07/27 03:34:41 dholland Exp $
2 #
3 # HDL_G -- I-O DATA HDL-G Kernel
4 #
5
6 include "arch/evbarm/conf/std.hdl_g"
7
8 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9
10 maxusers 32 # estimated number of users
11
12 # CPU options
13
14 # For XScale systems
15 options CPU_XSCALE_80321 # Support the XScale core
16 makeoptions CPUFLAGS="-mcpu=xscale"
17
18 # Architecture options
19 options XSCALE_CACHE_READ_WRITE_ALLOCATE
20
21 # Standard system options
22
23 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 #options HZ=512 # clock interrupt generates every 1/HZ sec
25 #options NTP # NTP phase/frequency locked loop
26
27 # File systems
28
29 file-system FFS # UFS
30 file-system EXT2FS # second extended file system (linux)
31 #file-system LFS # log-structured file system
32 file-system MFS # memory file system
33 file-system NFS # Network file system
34 file-system CD9660 # ISO 9660 + Rock Ridge file system
35 #file-system CODA # Coda File System; also needs vcoda (below)
36 file-system FDESC # /dev/fd
37 file-system KERNFS # /kern
38 file-system MSDOSFS # MS-DOS file system
39 file-system NTFS # Windows/NT file system (experimental)
40 file-system NULLFS # loopback file system
41 #file-system OVERLAY # overlay file system
42 file-system PROCFS # /proc
43 file-system PTYFS # /dev/pts/N support
44 #file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
45 file-system SMBFS # experimental - CIFS; also needs nsmb (below)
46 file-system TMPFS # Efficient memory file-system
47 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
48 file-system UMAPFS # NULLFS + uid and gid remapping
49 file-system UNION # union file system
50
51 # File system options
52 #options QUOTA # legacy UFS quotas
53 #options QUOTA2 # new, in-filesystem UFS quotas
54 #options FFS_EI # FFS Endian Independent support
55 options NFSSERVER
56 options WAPBL # File system journaling support
57 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
58 #options FFS_NO_SNAPSHOT # No FFS snapshot support
59 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
60 # immutable) behave as system flags.
61
62 # Networking options
63
64 #options GATEWAY # packet forwarding
65 options INET # IP + ICMP + TCP + UDP
66 options INET6 # IPV6
67 #options IPSEC # IP security
68 #options IPSEC_DEBUG # debug for IP security
69 #options MROUTING # IP multicast routing
70 #options PIM # Protocol Independent Multicast
71 #options NETATALK # AppleTalk networking
72 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
73 #options PPP_DEFLATE # Deflate compression support for PPP
74 #options PPP_FILTER # Active filter support for PPP (requires bpf)
75 options IPFILTER_LOG # ipmon(8) log support
76 options IPFILTER_LOOKUP # ippool(8) support
77 options IPFILTER_COMPAT # Compat for IP-Filter
78 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
79 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
80 #options TCP_SIGNATURE
81
82 #options NFS_BOOT_BOOTP
83 options NFS_BOOT_DHCP
84 options NFS_BOOT_BOOTPARAM
85
86 # Compatibility options
87
88 options COMPAT_09 # NetBSD 0.9 compatibility.
89 options COMPAT_10 # NetBSD 1.0 compatibility.
90 options COMPAT_11 # NetBSD 1.1 compatibility.
91 options COMPAT_12 # NetBSD 1.2 compatibility.
92 options COMPAT_13 # NetBSD 1.3 compatibility.
93 options COMPAT_14 # NetBSD 1.4 compatibility.
94 options COMPAT_15 # NetBSD 1.5 compatibility.
95 options COMPAT_16 # NetBSD 1.6 compatibility.
96 options COMPAT_20 # NetBSD 2.0 compatibility.
97 options COMPAT_30 # NetBSD 3.0 compatibility.
98 options COMPAT_40 # NetBSD 4.0 compatibility.
99 options COMPAT_50 # NetBSD 5.0 compatibility.
100 options COMPAT_60 # NetBSD 6.0 compatibility.
101 options COMPAT_43 # 4.3BSD compatibility.
102 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
103
104 options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
105 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
106
107 # Shared memory options
108
109 options SYSVMSG # System V-like message queues
110 options SYSVSEM # System V-like semaphores
111 options SYSVSHM # System V-like memory sharing
112
113 # Device options
114
115 # Miscellaneous kernel options
116 options KTRACE # system call tracing via ktrace(1)
117 options IRQSTATS # manage IRQ statistics
118 #options KMEMSTATS # kernel memory statistics
119 #options SCSIVERBOSE # Verbose SCSI errors
120 options PCIVERBOSE # Verbose PCI descriptions
121 options MIIVERBOSE # Verbose MII autoconfuration messages
122 options USBVERBOSE # verbose USB device autoconfig messages
123 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
124 options USERCONF # userconf(4) support
125 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
126 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
127
128 # Development and Debugging options
129
130 #options PERFCTRS # performance counters
131 #options DIAGNOSTIC # internal consistency checks
132 #options DEBUG
133 #options PMAP_DEBUG # Enable pmap_debug_level code
134 #options VERBOSE_INIT_ARM # verbose bootstraping messages
135 options DDB # in-kernel debugger
136 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
137 #makeoptions DEBUG="-g" # compile full symbol table
138 options SYMTAB_SPACE=750000
139
140 #config netbsd root on ? type ?
141 config netbsd root on wd0a type ?
142 #config netbsd root on wd0e type ?
143
144 # The main bus device
145 mainbus0 at root
146
147 # The boot CPU
148 cpu0 at mainbus?
149
150 # On-board device support
151 obio* at mainbus?
152 com0 at obio? addr 0xfe800000 xint 3 # on-board TI 165C50 UART
153 btn0 at obio? addr 0xfe8d0002 xint 3 # buttons
154
155 # i80321 I/O Processor peripheral support
156 iopxs* at mainbus?
157
158 iopiic* at iopxs? # I2C Controller Unit(s)
159 iic0 at iopiic?
160 iic1 at iopiic?
161 pci0 at iopxs? bus ? # PCI/PCI-X support
162
163 # PCI-PCI bridges
164 ppb* at pci? dev ? function ?
165 pci* at ppb? bus ?
166
167 # RICOH RS5C372A Real-Time Clock
168 rs5c372rtc* at iic0 addr 0x32
169
170 #
171 # Storage devices
172 #
173
174 # SCSI Controllers and Devices
175
176 # SCSI bus support
177 scsibus* at scsi?
178
179 # SCSI devices
180 sd* at scsibus? target ? lun ? # SCSI disk drives
181 st* at scsibus? target ? lun ? # SCSI tape drives
182 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
183 ch* at scsibus? target ? lun ? # SCSI autochangers
184 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
185 ss* at scsibus? target ? lun ? # SCSI scanners
186 uk* at scsibus? target ? lun ? # SCSI unknown
187
188 # PCI IDE/S-ATA controllers and devices
189 pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
190 acardide* at pci? dev ? function ? # Acard IDE controllers
191
192 # ATA (IDE) bus support
193 atabus* at ata? channel ?
194
195 # IDE drives
196 # Flags are used only with controllers that support DMA operations
197 # and mode settings (e.g. some pciide controllers)
198 # The lowest order four bits (rightmost digit) of the flags define the PIO
199 # mode to use, the next set of four bits the DMA mode and the third set the
200 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
201 # to use, and the last bit must be 1 for this setting to be used.
202 # For DMA and UDMA, 0xf (1111) means 'disable'.
203 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
204 # (0xc=1100, 0xa=1010, 0xf=1111)
205 # 0x0000 means "use whatever the drive claims to support".
206 wd* at atabus? drive ? flags 0x0000
207
208 # ATAPI bus support
209 atapibus* at atapi?
210
211 # ATAPI devices
212 # flags have the same meaning as for IDE drives.
213 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
214 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
215 st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
216 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
217
218 #
219 # Networking devices
220 #
221
222 # PCI network devices
223 wm* at pci? dev ? function ? # Intel i82541PI Gig-E
224
225 # MII/PHY support
226 acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
227 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
228 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
229 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
230 ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
231 dmphy* at mii? phy ? # Davicom DM9101 PHYs
232 exphy* at mii? phy ? # 3Com internal PHYs
233 gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
234 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
235 gphyter* at mii? phy ? # NS83861 Gig-E PHY
236 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
237 igphy* at mii? phy ? # Intel IGP01E1000
238 inphy* at mii? phy ? # Intel 82555 PHYs
239 iophy* at mii? phy ? # Intel 82553 PHYs
240 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
241 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
242 nsphy* at mii? phy ? # NS83840 PHYs
243 nsphyter* at mii? phy ? # NS83843 PHYs
244 pnaphy* at mii? phy ? # generic HomePNA PHYs
245 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
246 rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs
247 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
248 tlphy* at mii? phy ? # ThunderLAN PHYs
249 tqphy* at mii? phy ? # TDK Semiconductor PHYs
250 ukphy* at mii? phy ? # generic unknown PHYs
251 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
252
253
254 # USB Controller and Devices
255
256 # PCI USB controllers
257 ehci* at pci? dev ? function ? # Enhanced Host Controller
258 ohci* at pci? dev ? function ? # Open Host Controller
259
260 # USB bus support
261 usb* at ehci?
262 usb* at ohci?
263
264 # USB Hubs
265 uhub* at usb?
266 uhub* at uhub? port ?
267
268 # USB HID device
269 uhidev* at uhub? port ? configuration ? interface ?
270
271 # USB Mice
272 ums* at uhidev? reportid ?
273 wsmouse* at ums? mux 0
274
275 # USB Keyboards
276 ukbd* at uhidev? reportid ?
277 wskbd* at ukbd? console ? mux 1
278
279 # USB serial adapter
280 ucycom* at uhidev? reportid ?
281
282 # USB Generic HID devices
283 uhid* at uhidev? reportid ?
284
285 # USB Printer
286 ulpt* at uhub? port ? configuration ? interface ?
287
288 # USB Modem
289 umodem* at uhub? port ? configuration ?
290 ucom* at umodem?
291
292 # Option N.V. Wireless WAN modems
293 uhso* at uhub? port ? configuration ?
294
295 # USB Mass Storage
296 umass* at uhub? port ? configuration ? interface ?
297 wd* at umass?
298
299 # USB audio
300 uaudio* at uhub? port ? configuration ?
301
302 # USB MIDI
303 umidi* at uhub? port ? configuration ?
304
305 # USB IrDA
306 # USB-IrDA bridge spec
307 uirda* at uhub? port ? configuration ? interface ?
308 irframe* at uirda?
309
310 # SigmaTel STIr4200 USB/IrDA Bridge
311 ustir* at uhub? port ?
312 irframe* at ustir?
313
314 # USB Ethernet adapters
315 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
316 axe* at uhub? port ? # ASIX AX88172 based adapters
317 cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
318 cue* at uhub? port ? # CATC USB-EL1201A based adapters
319 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
320 udav* at uhub? port ? # Davicom DM9601 based adapters
321 url* at uhub? port ? # Realtek RTL8150L based adapters
322
323 # USB 802.11b adapters
324 atu* at uhub? port ? # Atmel AT76C50XX based adapters
325 ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
326
327 # Prolific PL2301/PL2302 host-to-host adapter
328 upl* at uhub? port ?
329
330 # Serial adapters
331 ubsa* at uhub? port ? # Belkin serial adapter
332 ucom* at ubsa? portno ?
333
334 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
335 ucom* at uftdi? portno ?
336
337 umct* at uhub? port ? # MCT USB-RS232 serial adapter
338 ucom* at umct? portno ?
339
340 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
341 ucom* at uplcom? portno ?
342
343 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
344 ucom* at uvscom? portno ?
345
346 # Diamond Multimedia Rio 500
347 urio* at uhub? port ?
348
349 # USB Handspring Visor
350 uvisor* at uhub? port ?
351 ucom* at uvisor?
352
353 # Kyocera AIR-EDGE PHONE
354 ukyopon* at uhub? port ?
355 ucom* at ukyopon? portno ?
356
357 # USB scanners
358 uscanner* at uhub? port ?
359
360 # USB scanners that use SCSI emulation, e.g., HP5300
361 usscanner* at uhub? port ?
362
363 # Y@P firmware loader
364 uyap* at uhub? port ?
365
366 # D-Link DSB-R100 USB radio
367 udsbr* at uhub? port ?
368 radio* at udsbr?
369
370 # USB Generic driver
371 ugen* at uhub? port ?
372
373
374 # Audio Devices
375
376 # Audio support
377 audio* at audiobus?
378
379 # MIDI support
380 midi* at midibus?
381
382
383 # Pseudo-Devices
384
385 # disk/mass storage pseudo-devices
386 #pseudo-device ccd # concatenated/striped disk devices
387 #pseudo-device cgd # cryptographic disk devices
388 #pseudo-device raid # RAIDframe disk driver
389 #options RAID_AUTOCONFIG # auto-configuration of RAID components
390 # Options to enable various other RAIDframe RAID types.
391 #options RF_INCLUDE_EVENODD=1
392 #options RF_INCLUDE_RAID5_RS=1
393 #options RF_INCLUDE_PARITYLOGGING=1
394 #options RF_INCLUDE_CHAINDECLUSTER=1
395 #options RF_INCLUDE_INTERDECLUSTER=1
396 #options RF_INCLUDE_PARITY_DECLUSTERING=1
397 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
398 #pseudo-device fss # file system snapshot device
399 #pseudo-device putter # for puffs and pud
400
401 #pseudo-device md # memory disk device (ramdisk)
402 pseudo-device vnd # disk-like interface to files
403 options VND_COMPRESSION # compressed vnd(4)
404
405 # network pseudo-devices
406 pseudo-device bpfilter # Berkeley packet filter
407 pseudo-device ipfilter # IP filter (firewall) and NAT
408 pseudo-device loop # network loopback
409 pseudo-device ppp # Point-to-Point Protocol
410 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
411 #pseudo-device sl # Serial Line IP
412 #pseudo-device strip # Starmode Radio IP (Metricom)
413 #pseudo-device irframetty # IrDA frame line discipline
414 pseudo-device tap # virtual Ethernet
415 pseudo-device tun # network tunneling over tty
416 pseudo-device gre # generic L3 over IP tunnel
417 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
418 pseudo-device faith # IPv[46] tcp relay translation i/f
419 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
420 pseudo-device vlan # IEEE 802.1q encapsulation
421 pseudo-device bridge # simple inter-network bridging
422 options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
423 pseudo-device pf # PF packet filter
424 pseudo-device pflog # PF log if
425 #pseudo-device kttcp
426
427 # miscellaneous pseudo-devices
428 pseudo-device pty # pseudo-terminals
429 pseudo-device sequencer # MIDI sequencer
430 pseudo-device clockctl # user control of clock subsystem
431 pseudo-device ksyms # /dev/ksyms
432
433 # a pseudo device needed for Coda # also needs CODA (above)
434 #pseudo-device vcoda # coda minicache <-> venus comm.
435
436 # a pseudo device needed for SMBFS
437 pseudo-device nsmb # experimental - SMB requester
438
439 # a pseudo device needed for verified exec
440 #pseudo-device veriexec
441
442 # data mover pseudo-devices
443 pseudo-device swdmover # software dmover(9) back-end
444 pseudo-device dmoverio # /dev/dmover dmover(9) interface
445