Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.47.2.4
      1  1.47.2.4      yamt #	$NetBSD: POWERMAC,v 1.47.2.4 2007/10/27 11:27:00 yamt Exp $
      2       1.1    tsubai #
      3       1.1    tsubai # POWERMAC config file
      4       1.1    tsubai #
      5       1.1    tsubai 
      6      1.10   thorpej 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.47.2.3      yamt #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.26   mycroft options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     24       1.1    tsubai options 	TRAP_PANICWAIT
     25       1.1    tsubai 
     26       1.1    tsubai #makeoptions	DEBUG="-g"	# compile full symbol table
     27       1.1    tsubai 
     28       1.1    tsubai # Compatibility options
     29       1.1    tsubai options 	COMPAT_13	# NetBSD 1.3,
     30      1.19  augustss options 	COMPAT_14	# NetBSD 1.4,
     31  1.47.2.2      yamt options 	COMPAT_15	# NetBSD 1.5,
     32      1.46    simonb options 	COMPAT_16	# NetBSD 1.6,
     33      1.46    simonb options 	COMPAT_20	# NetBSD 2.0,
     34  1.47.2.1      yamt options 	COMPAT_30	# NetBSD 3.0 compatibility.
     35       1.1    tsubai options 	COMPAT_43	# and 4.3BSD
     36  1.47.2.3      yamt options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     37       1.1    tsubai 
     38       1.1    tsubai # File systems
     39       1.1    tsubai file-system 	FFS		# UFS
     40       1.1    tsubai file-system 	MFS		# memory file system
     41      1.18    tsubai #file-system 	NFS		# Network File System client
     42      1.18    tsubai file-system 	PROCFS		# /proc
     43  1.47.2.1      yamt file-system	PTYFS		# /dev/pts/N support
     44       1.1    tsubai 
     45       1.1    tsubai # File system options
     46      1.18    tsubai #options 	NFSSERVER	# Network File System server
     47      1.39       dbj options 	APPLE_UFS	# Apple UFS support in FFS
     48  1.47.2.1      yamt #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     49       1.7   thorpej 
     50      1.18    tsubai #options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     51       1.1    tsubai 
     52       1.1    tsubai # Networking options
     53       1.1    tsubai options 	INET		# IP + ICMP + TCP + UDP
     54       1.1    tsubai options 	IPFILTER_LOG	# ipmon(8) log support
     55  1.47.2.2      yamt options 	IPFILTER_LOOKUP	# ippool(8) support
     56       1.1    tsubai 
     57       1.1    tsubai # These options enable verbose messages for several subsystems.
     58       1.1    tsubai options 	SCSIVERBOSE	# Verbose SCSI errors
     59       1.1    tsubai options 	PCIVERBOSE	# verbose PCI device messages
     60      1.22       cgd #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     61       1.1    tsubai 
     62      1.18    tsubai #options 	ZS_TXDMA	# Use dma on zs output
     63      1.14    tsubai options 	WSEMUL_VT100	# VT100 / VT220 emulation
     64      1.21    tsubai options 	FONT_GALLANT12x22
     65       1.1    tsubai 
     66       1.1    tsubai # Kernel root file system and dump configuration.
     67       1.1    tsubai config	netbsd	root on ? type ?
     68       1.1    tsubai 
     69       1.1    tsubai #
     70       1.1    tsubai # Device configuration
     71       1.1    tsubai #
     72       1.1    tsubai 
     73      1.18    tsubai mainbus* at root
     74       1.1    tsubai 
     75      1.18    tsubai cpu*	at mainbus?
     76      1.20    tsubai bandit*	at mainbus?
     77      1.20    tsubai 
     78      1.20    tsubai pci*	at bandit? bus ?
     79      1.18    tsubai pci*	at ppb? bus ?
     80       1.1    tsubai 
     81       1.1    tsubai pchb*	at pci? dev ? function ?	# PCI-Host bridges
     82      1.18    tsubai ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     83      1.18    tsubai ep*	at pci? dev ? function ?	# 3Com 3c59x
     84      1.35   mycroft tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
     85  1.47.2.4      yamt genfb*	at pci?
     86  1.47.2.4      yamt wsdisplay0 at wsemuldisplaydev? console 1
     87  1.47.2.4      yamt wsdisplay* at wsemuldisplaydev? console 0
     88  1.47.2.4      yamt 
     89  1.47.2.4      yamt # ofb is deprecated, use genfb instead
     90  1.47.2.4      yamt #ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
     91      1.33       wiz #options 	OFB_ENABLE_CACHE	# Speed up console
     92      1.42    briggs obio*	at pci? dev ? function ?
     93       1.1    tsubai 
     94      1.18    tsubai nsphy*	at mii? phy ?			# NS83840 PHYs
     95      1.35   mycroft ukphy*	at mii? phy ?			# generic unknown PHYs
     96      1.13    tsubai 
     97      1.18    tsubai mc*	at obio?			# MACE ethernet
     98      1.18    tsubai esp*	at obio? flags 0x0		# 53c9x SCSI
     99      1.18    tsubai mesh*	at obio? flags 0xffff		# MESH SCSI
    100  1.47.2.4      yamt #adb*	at obio?			# Apple Desktop Bus
    101  1.47.2.4      yamt #akbd*	at adb?				# ADB keyboard
    102  1.47.2.4      yamt #ams*	at adb?				# ADB mouse
    103      1.18    tsubai nvram*	at obio?			# nvram
    104      1.18    tsubai zsc*	at obio?
    105      1.18    tsubai zstty*	at zsc? channel ?
    106      1.14    tsubai 
    107  1.47.2.4      yamt cuda*	at obio?			# Apple CUDA
    108  1.47.2.4      yamt #options	CUDA_DEBUG
    109  1.47.2.4      yamt iic0	at cuda0
    110  1.47.2.4      yamt sgsmix0 at iic0	addr 0x8a		# additional mixer found in beige G3
    111  1.47.2.4      yamt #options	SGSMIX_DEBUG
    112  1.47.2.4      yamt nadb*	at cuda?			# new ADB Bus abstraction
    113  1.47.2.4      yamt adbkbd* at nadb?			# ADB keyboard
    114  1.47.2.4      yamt #options	ADB_DEBUG
    115  1.47.2.4      yamt #options ADBKBD_DEBUG
    116  1.47.2.4      yamt adbms*	at nadb?
    117  1.47.2.4      yamt 
    118  1.47.2.4      yamt wskbd*	at wskbddev? console ?
    119  1.47.2.4      yamt wsmouse* at wsmousedev?
    120      1.13    tsubai 
    121      1.47      tron scsibus* at scsi?
    122       1.1    tsubai sd*	at scsibus? target ? lun ?	# SCSI disks
    123       1.1    tsubai 
    124       1.1    tsubai pseudo-device	loop			# network loopback
    125  1.47.2.1      yamt pseudo-device	bpfilter		# packet filter
    126       1.1    tsubai pseudo-device	ipfilter		# IP filter (firewall) and NAT
    127      1.23  jdolecek pseudo-device	pty			# pseudo-terminals
    128  1.47.2.1      yamt pseudo-device	vnd			# disk-like interface to files
    129       1.1    tsubai pseudo-device	ccd		4	# concatenated/striped disk devices
    130      1.43   hannken #pseudo-device	fss		4	# file system snapshot device
    131      1.27      matt pseudo-device	rnd			# /dev/random and in-kernel generator
    132      1.31     lukem pseudo-device	openfirm		# /dev/openfirm
    133      1.37     lukem pseudo-device	clockctl		# user control of clock subsystem
    134