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