POWERMAC revision 1.28
1# $NetBSD: POWERMAC,v 1.28 2000/11/27 08:55:42 soren Exp $ 2# 3# POWERMAC config file 4# 5 6include "arch/macppc/conf/std.macppc" 7 8maxusers 32 9 10# Standard system options 11options KTRACE # system call tracing via ktrace(1) 12 13# Diagnostic/debugging support options 14options DIAGNOSTIC # cheap kernel consistency checks 15#options DEBUG # expensive debugging checks/support 16options DDB # in-kernel debugger 17options DDB_HISTORY_SIZE=512 # enable history editing in DDB 18options TRAP_PANICWAIT 19 20#makeoptions DEBUG="-g" # compile full symbol table 21 22# Compatibility options 23options COMPAT_13 # NetBSD 1.3, 24options COMPAT_14 # NetBSD 1.4, 25options COMPAT_43 # and 4.3BSD 26 27# File systems 28file-system FFS # UFS 29file-system MFS # memory file system 30#file-system NFS # Network File System client 31file-system PROCFS # /proc 32 33# File system options 34#options NFSSERVER # Network File System server 35 36#options NFS_BOOT_DHCP # Support DHCP NFS root 37 38# Networking options 39options INET # IP + ICMP + TCP + UDP 40options IPFILTER_LOG # ipmon(8) log support 41options NMBCLUSTERS=1024 42 43# These options enable verbose messages for several subsystems. 44options SCSIVERBOSE # Verbose SCSI errors 45options PCIVERBOSE # verbose PCI device messages 46#options PCI_CONFIG_DUMP # verbosely dump PCI config space 47 48#options ZS_TXDMA # Use dma on zs output 49options WSEMUL_VT100 # VT100 / VT220 emulation 50options FONT_GALLANT12x22 51 52# Kernel root file system and dump configuration. 53config netbsd root on ? type ? 54 55# 56# Device configuration 57# 58 59mainbus* at root 60 61cpu* at mainbus? 62bandit* at mainbus? 63 64pci* at bandit? bus ? 65pci* at ppb? bus ? 66 67pchb* at pci? dev ? function ? # PCI-Host bridges 68ppb* at pci? dev ? function ? # PCI-PCI bridges 69de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 70ep* at pci? dev ? function ? # 3Com 3c59x 71ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 72obio0 at pci? dev ? function ? 73 74nsphy* at mii? phy ? # NS83840 PHYs 75 76mc* at obio? # MACE ethernet 77esp* at obio? flags 0x0 # 53c9x SCSI 78mesh* at obio? flags 0xffff # MESH SCSI 79adb* at obio? # Apple Desktop Bus 80akbd* at adb? # ADB keyboard 81ams* at adb? # ADB mouse 82nvram* at obio? # nvram 83zsc* at obio? 84zstty* at zsc? channel ? 85 86wsdisplay0 at ofb? console ? 87wskbd0 at akbd? console ? 88wsmouse0 at ams? 89 90scsibus* at esp? 91scsibus* at mesh? 92sd* at scsibus? target ? lun ? # SCSI disks 93 94pseudo-device loop # network loopback 95pseudo-device bpfilter 8 # packet filter 96pseudo-device ipfilter # IP filter (firewall) and NAT 97pseudo-device pty # pseudo-terminals 98pseudo-device vnd 4 # disk-like interface to files 99pseudo-device ccd 4 # concatenated/striped disk devices 100pseudo-device rnd # /dev/random and in-kernel generator 101pseudo-device openfirm # /dev/openfirm 102