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