Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.68
      1 #	$NetBSD: POWERMAC,v 1.68 2017/09/22 17:56:07 macallan Exp $
      2 #
      3 # POWERMAC config file
      4 #
      5 
      6 include 	"arch/macppc/conf/std.macppc"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 maxusers	32
     11 
     12 # Standard system options
     13 options 	KTRACE		# system call tracing via ktrace(1)
     14 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     15 options 	USERCONF	# userconf(4) support
     16 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     17 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     18 
     19 # Diagnostic/debugging support options
     20 options 	DIAGNOSTIC	# cheap kernel consistency checks
     21 #options 	DEBUG		# expensive debugging checks/support
     22 options 	DDB		# in-kernel debugger
     23 pseudo-device	ksyms
     24 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     25 options 	TRAP_PANICWAIT
     26 
     27 #makeoptions	DEBUG="-g"	# compile full symbol table
     28 
     29 # Compatibility options
     30 include 	"conf/compat_netbsd13.config"
     31 
     32 # File systems
     33 file-system 	FFS		# UFS
     34 file-system 	MFS		# memory file system
     35 #file-system 	NFS		# Network File System client
     36 file-system 	PROCFS		# /proc
     37 file-system	PTYFS		# /dev/pts/N support
     38 
     39 # File system options
     40 #options 	NFSSERVER	# Network File System server
     41 options 	APPLE_UFS	# Apple UFS support in FFS
     42 #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     43 
     44 #options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     45 
     46 # Networking options
     47 options 	INET		# IP + ICMP + TCP + UDP
     48 options 	IPFILTER_LOG	# ipmon(8) log support
     49 options 	IPFILTER_LOOKUP	# ippool(8) support
     50 options 	IPFILTER_COMPAT # Compat for IP-Filter
     51 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     52 
     53 # These options enable verbose messages for several subsystems.
     54 options 	SCSIVERBOSE	# Verbose SCSI errors
     55 options 	PCIVERBOSE	# verbose PCI device messages
     56 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     57 
     58 #options 	ZS_TXDMA	# Use dma on zs output
     59 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     60 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     61 options 	FONT_GALLANT12x22
     62 
     63 # Kernel root file system and dump configuration.
     64 config	netbsd	root on ? type ?
     65 
     66 #
     67 # Device configuration
     68 #
     69 
     70 mainbus* at root
     71 
     72 cpu* 		at mainbus?
     73 bandit* 	at mainbus?
     74 valkyriefb* 	at mainbus?	# Performa 63XX onboard video
     75 pci* 		at bandit? bus ?
     76 pci* 		at ppb? bus ?
     77 
     78 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     79 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     80 ep*	at pci? dev ? function ?	# 3Com 3c59x
     81 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
     82 genfb*	at pci?
     83 wsdisplay0 at wsemuldisplaydev? console 1
     84 wsdisplay* at wsemuldisplaydev? console 0
     85 
     86 # ofb is deprecated, use genfb instead
     87 #ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
     88 #options 	OFB_ENABLE_CACHE	# Speed up console
     89 obio*	at pci? dev ? function ?
     90 
     91 nsphy*	at mii? phy ?			# NS83840 PHYs
     92 ukphy*	at mii? phy ?			# generic unknown PHYs
     93 
     94 mc*	at obio?			# MACE ethernet
     95 esp*	at obio? flags 0x0		# 53c9x SCSI
     96 mesh*	at obio? flags 0xffff		# MESH SCSI
     97 #adb*	at obio?			# Apple Desktop Bus
     98 #akbd*	at adb?				# ADB keyboard
     99 #ams*	at adb?				# ADB mouse
    100 nvram*	at obio?			# nvram
    101 zsc*	at obio?
    102 zstty*	at zsc? channel ?
    103 
    104 cuda*	at obio?			# Apple CUDA
    105 #options	CUDA_DEBUG
    106 iic*	at cuda0
    107 videopll* 	at iic?			# pixel clock for valkyriefb
    108 
    109 nadb*	at cuda?			# new ADB Bus abstraction
    110 adbkbd* at nadb?			# ADB keyboard
    111 #options 	ADB_DEBUG
    112 #options 	ADBKBD_DEBUG
    113 adbms*	at nadb?
    114 
    115 wskbd*	at wskbddev? console ?
    116 wsmouse* at wsmousedev?
    117 
    118 scsibus* at scsi?
    119 sd*	at scsibus? target ? lun ?	# SCSI disks
    120 
    121 pseudo-device	loop			# network loopback
    122 pseudo-device	bpfilter		# packet filter
    123 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    124 pseudo-device	pty			# pseudo-terminals
    125 pseudo-device	vnd			# disk-like interface to files
    126 pseudo-device	ccd			# concatenated/striped disk devices
    127 #pseudo-device	fss			# file system snapshot device
    128 pseudo-device	openfirm		# /dev/openfirm
    129 pseudo-device	clockctl		# user control of clock subsystem
    130