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