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