PMPPC revision 1.9
1# $NetBSD: PMPPC,v 1.9 2009/08/21 16:54:20 tsutsui Exp $ 2# 3# PMPPC 4# 5 6include "arch/evbppc/conf/std.pmppc" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10ident "PMPPC" 11 12#options BOOTHOWTO=RB_SINGLE 13options BOOTHOWTO=0 14options MSGBUFSIZE=0x10000 15 16maxusers 32 17 18options INSECURE # disable kernel security levels 19options NTP # NTP phase/frequency locked loop 20options KTRACE # system call tracing via ktrace(1) 21 22options SYSVMSG # System V message queues 23options SYSVSEM # System V semaphores 24options SYSVSHM # System V shared memory 25 26options USERCONF # userconf(4) support 27#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 28#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 29 30# Diagnostic/debugging support options 31options DIAGNOSTIC # cheap kernel consistency checks 32#options DEBUG # expensive debugging checks/support 33options DDB # in-kernel debugger 34options DDB_HISTORY_SIZE=512 # enable history editing in DDB 35#options TRAP_PANICWAIT 36options SYMTAB_SPACE=524288 # size for embedded symbol table 37 38#options KGDB # remote debugger 39#options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0xff600400,KGDB_DEVRATE=9600 40#makeoptions DEBUG="-g" # compile full symbol table 41 42# Compatibility options 43#options COMPAT_09 # NetBSD 0.9, 44#options COMPAT_10 # NetBSD 1.0, 45#options COMPAT_11 # NetBSD 1.1, 46#options COMPAT_12 # NetBSD 1.2, 47#options COMPAT_13 # NetBSD 1.3, 48#options COMPAT_14 # NetBSD 1.4, 49#options COMPAT_15 # NetBSD 1.5, 50#options COMPAT_16 # NetBSD 1.6, 51#options COMPAT_20 # NetBSD 2.0, 52#options COMPAT_30 # NetBSD 3.0, 53#options COMPAT_40 # NetBSD 4.0 compatibility. 54#options COMPAT_43 # and 4.3BSD 55#options COMPAT_386BSD_MBRPART # recognize old partition ID 56#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 57options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 58 59# File systems 60file-system FFS # UFS 61file-system EXT2FS # second extended file system (linux) 62file-system LFS # log-structured file system 63file-system MFS # memory file system 64file-system NFS # Network File System client 65file-system CD9660 # ISO 9660 + Rock Ridge file system 66file-system MSDOSFS # MS-DOS file system 67file-system FDESC # /dev/fd 68file-system KERNFS # /kern 69file-system NULLFS # loopback file system 70file-system OVERLAY # overlay file system 71file-system PORTAL # portal filesystem (still experimental) 72file-system PROCFS # /proc 73file-system UMAPFS # NULLFS + uid and gid remapping 74file-system UNION # union file system 75file-system PTYFS # /dev/pts/N support 76 77# File system options 78#options QUOTA # UFS quotas 79#options FFS_EI # FFS Endian Independant support 80options WAPBL # File system journaling support - Experimental 81#options NFSSERVER # Network File System server 82#options FFS_NO_SNAPSHOT # No FFS snapshot support 83#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 84 # immutable) behave as system flags. 85 86options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 87options NFS_BOOT_RWSIZE=1024 88 89# Networking options 90options GATEWAY # packet forwarding 91options INET # IP + ICMP + TCP + UDP 92options INET6 # IPV6 93options IPSEC # IP security 94#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 95#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 96#options IPSEC_DEBUG # debug for IP security 97options MROUTING # IP multicast routing 98options PIM # Protocol Independent Multicast 99#options ISO,TPIP # OSI 100#options EON # OSI tunneling over IP 101#options NETATALK # AppleTalk networking protocols 102#options PPP_BSDCOMP # BSD-Compress compression support for PPP 103#options PPP_DEFLATE # Deflate compression support for PPP 104#options PPP_FILTER # Active filter support for PPP (requires bpf) 105#options PFIL_HOOKS # pfil(9) packet filter hooks 106#options IPFILTER_LOG # ipmon(8) log support 107#options IPFILTER_LOOKUP # ippool(8) support 108#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 109#options NMBCLUSTERS=1024 110 111# These options enable verbose messages for several subsystems. 112# Warning, these may compile large string tables into the kernel! 113options PCIVERBOSE # verbose PCI device autoconfig messages 114options MIIVERBOSE # verbose PHY autoconfig messages 115#options PCI_CONFIG_DUMP # verbosely dump PCI config space 116#options SCSIVERBOSE # human readable SCSI error messages 117#options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 118#options PCI_CONFIGURE_VERBOSE # Show PCI config information 119options USBVERBOSE # verbose USB device autoconfig messages 120 121# Kernel root file system and dump configuration. 122#config netbsd root on ? type ? 123config netbsd root on cs0 type nfs 124 125# 126# Device configuration 127# 128 129mainbus0 at root 130 131cpu0 at mainbus0 132 133# CPC700 controller 134cpc0 at mainbus0 135 136# RTC DS17485 137rtc0 at mainbus0 addr 0x7ff00000 138 139# Cirrus Logic Crystal CS89x0 Ethernet 140cs0 at mainbus0 addr 0x7fe00000 141 142# flash driver not implemented 143flash0 at mainbus0 addr 0x70000000 144 145# UARTs 146com0 at cpc0 addr 0xff600300 147com1 at cpc0 addr 0xff600400 148 149# cpctim driver not implemented 150cpctim0 at cpc0 addr 0xff650000 151# cpciic driver not implemented 152cpciic0 at cpc0 addr 0xff620000 153cpciic1 at cpc0 addr 0xff630000 154 155# CPC700 integrated PCI bridge 156pci* at cpc0 157pchb* at pci? 158 159pci* at pchb? 160pci* at ppb? bus ? 161ppb* at pci? dev ? function ? # PCI-PCI bridges 162 163puc* at pci? dev ? function ? # PCI "universal" comm. cards 164 165# PCI PCMCIA controllers 166#pcic0 at pci? dev? function ? 167 168# CardBus bridge support 169#cbb* at pci? dev ? function ? 170#cardslot* at cbb? 171 172# CardBus bus support 173#cardbus* at cardslot? 174#pcmcia* at cardslot? 175 176vga* at pci? dev ? function ? 177wsdisplay* at vga? console ? 178 179wsmouse* at wsmousedev? mux 0 180wskbd* at wskbddev? mux 1 181 182# PCI serial interfaces 183com* at puc? port ? # 16x50s on "universal" comm boards 184cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards 185cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards 186 187# I2O devices 188iop* at pci? dev ? function ? # I/O processor 189iopsp* at iop? tid ? # SCSI/FC-AL ports 190ld* at iop? tid ? # block devices 191#dpti* at iop? tid 0 # DPT/Adaptec control interface 192 193 194# SCSI Controllers and Devices 195 196# PCI SCSI controllers 197adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 198adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 199ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 200bha* at pci? dev ? function ? # BusLogic 9xx SCSI 201dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 202iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 203isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel 204mly* at pci? dev ? function ? # Mylex AcceleRAID and eXtremeRAID 205pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 206siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 207#options SIOP_SYMLED # drive the act. LED in software 208trm* at pci? dev ? function ? # Tekram DC-395U/UW/F, DC-315/U SCSI 209 210# SCSI bus support 211scsibus* at scsi? channel ? 212 213# SCSI devices 214sd* at scsibus? target ? lun ? # SCSI disk drives 215st* at scsibus? target ? lun ? # SCSI tape drives 216cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 217ch* at scsibus? target ? lun ? # SCSI autochangers 218ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 219ss* at scsibus? target ? lun ? # SCSI scanners 220uk* at scsibus? target ? lun ? # SCSI unknown 221 222 223# RAID controllers and devices 224#aac* at pci? dev ? function ? # Adaptec AAC family 225cac* at pci? dev ? function ? # Compaq PCI array controllers 226icp* at pci? dev ? function ? # ICP-Vortex GDT & Intel RAID 227mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family 228twe* at pci? dev ? function ? # 3ware Escalade RAID controllers 229 230#ld* at aac? unit ? # logical disk devices 231ld* at cac? unit ? 232ld* at icp? unit ? 233ld* at twe? unit ? 234ld* at mlx? unit ? 235 236icpsp* at icp? unit ? # SCSI pass-through 237#scsibus* at icpsp? 238 239# Network Interfaces 240 241# PCI network interfaces 242an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11) 243en* at pci? dev ? function ? # ENI/Adaptec ATM 244ep* at pci? dev ? function ? # 3Com 3c59x 245epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 246esh* at pci? dev ? function ? # Essential HIPPI card 247ex* at pci? dev ? function ? # 3Com 90x[BC] 248fpa* at pci? dev ? function ? # DEC DEFPA FDDI 249fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 250gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet 251#hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ 252le* at pci? dev ? function ? # PCnet-PCI Ethernet 253lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 254ne* at pci? dev ? function ? # NE2000-compatible Ethernet 255ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 256pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 257rtk* at pci? dev ? function ? # Realtek 8129/8139 258sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet 259sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 260ste* at pci? dev ? function ? # Sundance ST-201 Ethernet 261stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit 262ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet 263tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 264tlp* at pci? dev ? function ? # DECchip 21x4x and clones 265vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 266wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b) 267wm* at pci? dev ? function ? # Intel 82543/82544 gigabit 268 269# MII/PHY support 270acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 271amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 272bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 273brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 274dmphy* at mii? phy ? # Davicom DM9101 PHYs 275exphy* at mii? phy ? # 3Com internal PHYs 276glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 277gphyter* at mii? phy ? # NS83861 Gig-E PHY 278icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 279ikphy* at mii? phy ? # Intel 82563 PHYs 280inphy* at mii? phy ? # Intel 82555 PHYs 281iophy* at mii? phy ? # Intel 82553 PHYs 282lxtphy* at mii? phy ? # Level One LXT-970 PHYs 283makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 284nsphy* at mii? phy ? # NS83840 PHYs 285nsphyter* at mii? phy ? # NS83843 PHYs 286pnaphy* at mii? phy ? # generic HomePNA PHYs 287qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 288sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 289tlphy* at mii? phy ? # ThunderLAN PHYs 290tqphy* at mii? phy ? # TDK Semiconductor PHYs 291ukphy* at mii? phy ? # generic unknown PHYs 292urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 293 294 295# USB Controller and Devices 296 297# PCI USB controllers 298# The EHCI is not ready for prime time. 299#ehci* at pci? dev ? function ? # Enhanced Host Controller 300ohci* at pci? dev ? function ? # Open Host Controller 301uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 302 303# CardBus USB controllers 304#ehci* at cardbus? function ? # Enhanced Host Controller 305#ohci* at cardbus? function ? # Open Host Controller 306 307# USB bus support 308#usb* at ehci? 309usb* at ohci? 310usb* at uhci? 311 312# USB Hubs 313uhub* at usb? 314uhub* at uhub? port ? 315 316# USB HID device 317uhidev* at uhub? port ? configuration ? interface ? 318 319# USB Mice 320ums* at uhidev? reportid ? 321 322# USB Keyboards 323ukbd* at uhidev? reportid ? 324 325# USB serial adapter 326ucycom* at uhidev? reportid ? 327 328# USB Generic HID devices 329uhid* at uhidev? reportid ? 330 331# USB Printer 332ulpt* at uhub? port ? configuration ? interface ? 333 334# USB Modem 335umodem* at uhub? port ? configuration ? 336ucom* at umodem? 337 338# USB Mass Storage 339umass* at uhub? port ? configuration ? interface ? 340#wd* at umass? 341 342# USB audio 343uaudio* at uhub? port ? configuration ? 344 345# USB MIDI 346umidi* at uhub? port ? configuration ? 347 348# USB IrDA 349# USB-IrDA bridge spec 350uirda* at uhub? port ? configuration ? interface ? 351irframe* at uirda? 352 353# SigmaTel STIr4200 USB/IrDA Bridge 354ustir* at uhub? port ? 355irframe* at ustir? 356 357# USB Ethernet adapters 358aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 359axe* at uhub? port ? # ASIX AX88172 based adapters 360cue* at uhub? port ? # CATC USB-EL1201A based adapters 361kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 362url* at uhub? port ? # Realtek RTL8150L based adapters 363 364# Prolific PL2301/PL2302 host-to-host adapter 365upl* at uhub? port ? 366 367# Serial adapters 368uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 369ucom* at uftdi? portno ? 370 371umct* at uhub? port ? # MCT USB-RS232 serial adapter 372ucom* at umct? portno ? 373 374uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 375ucom* at uplcom? portno ? 376 377uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 378ucom* at uvscom? portno ? 379 380# Diamond Multimedia Rio 500 381urio* at uhub? port ? 382 383# USB Handspring Visor 384uvisor* at uhub? port ? 385ucom* at uvisor? 386 387# Kyocera AIR-EDGE PHONE 388#ukyopon* at uhub? port ? 389#ucom* at ukyopon? portno ? 390 391# USB scanners 392uscanner* at uhub? port ? 393 394# USB scanners that use SCSI emulation, e.g., HP5300 395usscanner* at uhub? port ? 396#scsibus* at usscanner? channel ? 397 398# Y@P firmware loader 399uyap* at uhub? port ? 400 401# D-Link DSB-R100 USB radio 402udsbr* at uhub? port ? 403 404# USB Generic driver 405ugen* at uhub? port ? 406 407# PCI audio devices 408auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio 409autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio 410auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio 411clcs* at pci? dev ? function ? # Cirrus Logic CS4280 412clct* at pci? dev ? function ? # Cirrus Logic CS4281 413cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 414eap* at pci? dev ? function ? # Ensoniq AudioPCI 415emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512 416esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio 417esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator 418eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 419fms* at pci? dev ? function ? # Forte Media FM801 420neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio 421sv* at pci? dev ? function ? # S3 SonicVibes 422yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio 423 424# Radio support 425radio* at radiodev? 426 427# Audio support 428audio* at audiobus? 429 430pseudo-device vnd # disk-like interface to files 431#pseudo-device fss 4 # file system snapshot device 432#pseudo-device cgd 4 # cryptographic disk devices 433#pseudo-device md 1 # memory disk device 434pseudo-device loop # network loopback 435pseudo-device bpfilter # packet filter 436pseudo-device ipfilter # IP filter (firewall) and NAT 437pseudo-device ppp # Point-to-Point Protocol 438pseudo-device sl # Serial Line IP 439pseudo-device tun # network tunneling over tty 440pseudo-device gre # generic L3 over IP tunnel 441pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 442#pseudo-device faith # IPv[46] tcp relay translation i/f 443pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 444pseudo-device vlan # IEEE 802.1q encapsulation 445pseudo-device pty # pseudo-terminals 446pseudo-device rnd # /dev/random and in-kernel generator 447pseudo-device clockctl # user control of clock subsystem 448 449# wscons pseudo-devices 450pseudo-device wsmux # mouse & keyboard multiplexor 451pseudo-device wsfont 452 453