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