Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.72
      1 #	$NetBSD: POWERMAC,v 1.72 2025/02/16 17:55:58 jakllsch 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 
     49 # These options enable verbose messages for several subsystems.
     50 options 	SCSIVERBOSE	# Verbose SCSI errors
     51 options 	PCIVERBOSE	# verbose PCI device messages
     52 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     53 
     54 #options 	ZS_TXDMA	# Use dma on zs output
     55 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     56 options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     57 options 	WSDISPLAY_CUSTOM_OUTPUT		# color customization from wsconsctl(8)
     58 options 	FONT_GALLANT12x22
     59 
     60 # Kernel root file system and dump configuration.
     61 config	netbsd	root on ? type ?
     62 
     63 #
     64 # Device configuration
     65 #
     66 
     67 mainbus* at root
     68 
     69 cpu* 		at mainbus?
     70 bandit* 	at mainbus?
     71 valkyriefb* 	at mainbus?	# Performa 63XX onboard video
     72 pci* 		at bandit? bus ?
     73 pci* 		at ppb? bus ?
     74 
     75 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     76 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     77 ep*	at pci? dev ? function ?	# 3Com 3c59x
     78 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
     79 genfb*	at pci?
     80 wsdisplay0 at wsemuldisplaydev? console 1
     81 wsdisplay* at wsemuldisplaydev? console 0
     82 
     83 # ofb is deprecated, use genfb instead
     84 #ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
     85 obio*	at pci? dev ? function ?
     86 
     87 nsphy*	at mii? phy ?			# NS83840 PHYs
     88 ukphy*	at mii? phy ?			# generic unknown PHYs
     89 
     90 mc*	at obio?			# MACE ethernet
     91 esp*	at obio? flags 0x0		# 53c9x SCSI
     92 mesh*	at obio? flags 0xffff		# MESH SCSI
     93 #adb*	at obio?			# Apple Desktop Bus
     94 #akbd*	at adb?				# ADB keyboard
     95 #ams*	at adb?				# ADB mouse
     96 nvram*	at obio?			# nvram
     97 zsc*	at obio?
     98 zstty*	at zsc? channel ?
     99 
    100 cuda*	at obio?			# Apple CUDA
    101 #options	CUDA_DEBUG
    102 iic*	at cuda0
    103 videopll* 	at iic?			# pixel clock for valkyriefb
    104 
    105 nadb*	at cuda?			# new ADB Bus abstraction
    106 adbkbd* at nadb?			# ADB keyboard
    107 #options 	ADB_DEBUG
    108 #options 	ADBKBD_DEBUG
    109 adbms*	at nadb?
    110 ktm* 	at nadb?			# Kensington Turbo Mouse
    111 
    112 wskbd*	at wskbddev? console ?
    113 wsmouse* at wsmousedev?
    114 
    115 scsibus* at scsi?
    116 sd*	at scsibus? target ? lun ?	# SCSI disks
    117 
    118 pseudo-device	loop			# network loopback
    119 pseudo-device	bpfilter		# packet filter
    120 pseudo-device	npf			# NPF packet filter
    121 pseudo-device	pty			# pseudo-terminals
    122 pseudo-device	vnd			# disk-like interface to files
    123 pseudo-device	ccd			# concatenated/striped disk devices
    124 #pseudo-device	fss			# file system snapshot device
    125 pseudo-device	openfirm		# /dev/openfirm
    126 pseudo-device	clockctl		# user control of clock subsystem
    127