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