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