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