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