Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.37
      1 #	$NetBSD: POWERMAC,v 1.37 2002/06/17 05:14:15 lukem 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 
     18 # Diagnostic/debugging support options
     19 options 	DIAGNOSTIC	# cheap kernel consistency checks
     20 #options 	DEBUG		# expensive debugging checks/support
     21 options 	DDB		# in-kernel debugger
     22 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     23 options 	TRAP_PANICWAIT
     24 
     25 #makeoptions	DEBUG="-g"	# compile full symbol table
     26 
     27 # Compatibility options
     28 options 	COMPAT_13	# NetBSD 1.3,
     29 options 	COMPAT_14	# NetBSD 1.4,
     30 options 	COMPAT_43	# and 4.3BSD
     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 
     38 # File system options
     39 #options 	NFSSERVER	# Network File System server
     40 
     41 #options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     42 
     43 # Networking options
     44 options 	INET		# IP + ICMP + TCP + UDP
     45 options 	IPFILTER_LOG	# ipmon(8) log support
     46 
     47 # These options enable verbose messages for several subsystems.
     48 options 	SCSIVERBOSE	# Verbose SCSI errors
     49 options 	PCIVERBOSE	# verbose PCI device messages
     50 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     51 
     52 #options 	ZS_TXDMA	# Use dma on zs output
     53 options 	WSEMUL_VT100	# VT100 / VT220 emulation
     54 options 	FONT_GALLANT12x22
     55 
     56 # Kernel root file system and dump configuration.
     57 config	netbsd	root on ? type ?
     58 
     59 #
     60 # Device configuration
     61 #
     62 
     63 mainbus* at root
     64 
     65 cpu*	at mainbus?
     66 bandit*	at mainbus?
     67 
     68 pci*	at bandit? bus ?
     69 pci*	at ppb? bus ?
     70 
     71 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     72 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     73 ep*	at pci? dev ? function ?	# 3Com 3c59x
     74 tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
     75 ofb*	at pci? dev ? function ?	# Generic Open Firmware Framebuffer
     76 #options 	OFB_ENABLE_CACHE	# Speed up console
     77 obio0	at pci? dev ? function ?
     78 
     79 nsphy*	at mii? phy ?			# NS83840 PHYs
     80 ukphy*	at mii? phy ?			# generic unknown PHYs
     81 
     82 mc*	at obio?			# MACE ethernet
     83 esp*	at obio? flags 0x0		# 53c9x SCSI
     84 mesh*	at obio? flags 0xffff		# MESH SCSI
     85 adb*	at obio?			# Apple Desktop Bus
     86 akbd*	at adb?				# ADB keyboard
     87 ams*	at adb?				# ADB mouse
     88 nvram*	at obio?			# nvram
     89 zsc*	at obio?
     90 zstty*	at zsc? channel ?
     91 
     92 wsdisplay0 at ofb? console ?
     93 wskbd0	at akbd? console ?
     94 wsmouse0 at ams?
     95 
     96 scsibus* at esp?
     97 scsibus* at mesh?
     98 sd*	at scsibus? target ? lun ?	# SCSI disks
     99 
    100 pseudo-device	loop			# network loopback
    101 pseudo-device	bpfilter	8	# packet filter
    102 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    103 pseudo-device	pty			# pseudo-terminals
    104 pseudo-device	vnd		4	# disk-like interface to files
    105 pseudo-device	ccd		4	# concatenated/striped disk devices
    106 pseudo-device	rnd			# /dev/random and in-kernel generator
    107 pseudo-device	openfirm		# /dev/openfirm
    108 pseudo-device	clockctl		# user control of clock subsystem
    109