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