Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.3
      1 #	$NetBSD: POWERMAC,v 1.3 1998/06/05 12:22:43 tsubai Exp $
      2 #
      3 # POWERMAC config file
      4 #
      5 
      6 machine		macppc powerpc
      7 
      8 maxusers	32
      9 
     10 # various hacks due to bugs in Openfirmware implementation
     11 options 	FIRMWORKSBUGS
     12 
     13 # Standard system options
     14 options 	SWAPPAGER, VNODEPAGER, DEVPAGER
     15 options 	EXEC_AOUT
     16 options 	EXEC_ELF32
     17 options 	EXEC_SCRIPT
     18 
     19 options 	HTABENTS=8192
     20 options 	BUFPAGES=1200
     21 options 	UVM
     22 
     23 # Diagnostic/debugging support options
     24 options 	DIAGNOSTIC	# cheap kernel consistency checks
     25 #options 	DEBUG		# expensive debugging checks/support
     26 options 	DDB		# in-kernel debugger
     27 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     28 options 	TRAP_PANICWAIT
     29 
     30 #makeoptions	DEBUG="-g"	# compile full symbol table
     31 
     32 # Compatibility options
     33 options 	COMPAT_12	# NetBSD 1.2,
     34 options 	COMPAT_13	# NetBSD 1.3,
     35 options 	COMPAT_43	# and 4.3BSD
     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 
     42 # File system options
     43 #options 	FFS_EI		# FFS Endian Independant support
     44 options 	FIFO		# FIFOs; RECOMMENDED
     45 
     46 # Networking options
     47 options 	INET		# IP + ICMP + TCP + UDP
     48 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     49 options 	IPFILTER_LOG	# ipmon(8) log support
     50 options 	NMBCLUSTERS=1024
     51 
     52 # These options enable verbose messages for several subsystems.
     53 options 	SCSIVERBOSE	# Verbose SCSI errors
     54 options 	PCIVERBOSE	# verbose PCI device messages
     55 
     56 options 	ZS_TXDMA	# Use dma on zs output
     57 
     58 # Kernel root file system and dump configuration.
     59 config	netbsd	root on ? type ?
     60 
     61 #
     62 # Device configuration
     63 #
     64 
     65 mainbus0 at root
     66 
     67 cpu*	at mainbus0
     68 
     69 pci0	at mainbus0 bus ?
     70 pci1	at mainbus0 bus ?
     71 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     72 
     73 de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
     74 ep*	at pci? dev ? function ?
     75 
     76 obio0	at pci? dev ? function ?
     77 adb0	at obio0
     78 mc0	at obio0			# MACE ethernet
     79 esp0	at obio0 flags 0x00ff		# 53c9x SCSI
     80 scsibus* at esp0
     81 
     82 zsc0	at obio0
     83 zstty0	at zsc0 channel 0
     84 zstty1	at zsc0 channel 1
     85 
     86 sd*	at scsibus? target ? lun ?	# SCSI disks
     87 
     88 grfati0	at pci? dev ? function ?	# ATY,mach64
     89 grf0	at grfati0
     90 ite0	at grf0
     91 
     92 pseudo-device	loop			# network loopback
     93 pseudo-device	bpfilter	8	# packet filter
     94 pseudo-device	ipfilter		# IP filter (firewall) and NAT
     95 pseudo-device	pty		64	# pseudo-terminals
     96 pseudo-device	vnd		4	# disk-like interface to files
     97 pseudo-device	ccd		4	# concatenated/striped disk devices
     98