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