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