Home | History | Annotate | Line # | Download | only in conf
POWERMAC revision 1.10
      1 #	$NetBSD: POWERMAC,v 1.10 1998/07/29 00:19:20 thorpej 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 options 	UVM
     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_43	# and 4.3BSD
     26 
     27 # File systems
     28 file-system 	FFS		# UFS
     29 file-system 	MFS		# memory file system
     30 file-system 	NFS		# Network File System client
     31 
     32 # File system options
     33 #options 	FFS_EI		# FFS Endian Independant support
     34 
     35 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
     36 
     37 # Networking options
     38 options 	INET		# IP + ICMP + TCP + UDP
     39 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     40 options 	IPFILTER_LOG	# ipmon(8) log support
     41 options 	NMBCLUSTERS=1024
     42 
     43 # These options enable verbose messages for several subsystems.
     44 options 	SCSIVERBOSE	# Verbose SCSI errors
     45 options 	PCIVERBOSE	# verbose PCI device messages
     46 
     47 options 	ZS_TXDMA	# Use dma on zs output
     48 
     49 # Kernel root file system and dump configuration.
     50 config	netbsd	root on ? type ?
     51 
     52 #
     53 # Device configuration
     54 #
     55 
     56 mainbus0 at root
     57 
     58 cpu*	at mainbus0
     59 
     60 pci0	at mainbus0 bus ?
     61 pci1	at mainbus0 bus ?
     62 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     63 
     64 macofcons0	at pci? dev ? function ?	# Openfirmware console
     65 
     66 de*	at pci? dev ? function ?	# DEC 21x4x-based Ethernet
     67 ep*	at pci? dev ? function ?
     68 
     69 obio0	at pci? dev ? function ?
     70 nvram0	at obio0			# nvram
     71 adb0	at obio0			# Apple Desktop Bus
     72 mc0	at obio0			# MACE ethernet
     73 esp0	at obio0 flags 0x00ff		# 53c9x SCSI
     74 scsibus* at esp0
     75 
     76 zsc0	at obio0
     77 zstty0	at zsc0 channel 0
     78 zstty1	at zsc0 channel 1
     79 
     80 sd*	at scsibus? target ? lun ?	# SCSI disks
     81 
     82 #grfati0 at pci? dev ? function ?	# ATY,mach64
     83 #grf0	at grfati0
     84 #ite0	at grf0
     85 
     86 pseudo-device	loop			# network loopback
     87 pseudo-device	bpfilter	8	# packet filter
     88 pseudo-device	ipfilter		# IP filter (firewall) and NAT
     89 pseudo-device	pty		64	# pseudo-terminals
     90 pseudo-device	vnd		4	# disk-like interface to files
     91 pseudo-device	ccd		4	# concatenated/striped disk devices
     92