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