POWERMAC revision 1.55
1# $NetBSD: POWERMAC,v 1.55 2006/08/26 20:26:55 christos Exp $ 2# 3# POWERMAC config file 4# 5 6include "arch/macppc/conf/std.macppc" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10maxusers 32 11 12# Standard system options 13options KTRACE # system call tracing via ktrace(1) 14options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options USERCONF # userconf(4) support 16#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 17#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 18 19# Diagnostic/debugging support options 20options DIAGNOSTIC # cheap kernel consistency checks 21#options DEBUG # expensive debugging checks/support 22options DDB # in-kernel debugger 23options DDB_HISTORY_SIZE=512 # enable history editing in DDB 24options TRAP_PANICWAIT 25 26#makeoptions DEBUG="-g" # compile full symbol table 27 28# Compatibility options 29options COMPAT_13 # NetBSD 1.3, 30options COMPAT_14 # NetBSD 1.4, 31options COMPAT_16 # NetBSD 1.6, 32options COMPAT_20 # NetBSD 2.0, 33options COMPAT_30 # NetBSD 3.0 compatibility. 34options COMPAT_43 # and 4.3BSD 35options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 36 37# File systems 38file-system FFS # UFS 39file-system MFS # memory file system 40#file-system NFS # Network File System client 41file-system PROCFS # /proc 42file-system PTYFS # /dev/pts/N support 43 44# File system options 45#options NFSSERVER # Network File System server 46options APPLE_UFS # Apple UFS support in FFS 47#options FFS_NO_SNAPSHOT # No FFS snapshot support 48 49#options NFS_BOOT_DHCP # Support DHCP NFS root 50 51# Networking options 52options INET # IP + ICMP + TCP + UDP 53options IPFILTER_LOG # ipmon(8) log support 54options IPFILTER_LOOKUP # ippool(8) support 55 56# These options enable verbose messages for several subsystems. 57options SCSIVERBOSE # Verbose SCSI errors 58options PCIVERBOSE # verbose PCI device messages 59#options PCI_CONFIG_DUMP # verbosely dump PCI config space 60 61#options ZS_TXDMA # Use dma on zs output 62options WSEMUL_VT100 # VT100 / VT220 emulation 63options FONT_GALLANT12x22 64 65# Kernel root file system and dump configuration. 66config netbsd root on ? type ? 67 68# 69# Device configuration 70# 71 72mainbus* at root 73 74cpu* at mainbus? 75bandit* at mainbus? 76 77pci* at bandit? bus ? 78pci* at ppb? bus ? 79 80pchb* at pci? dev ? function ? # PCI-Host bridges 81ppb* at pci? dev ? function ? # PCI-PCI bridges 82ep* at pci? dev ? function ? # 3Com 3c59x 83tlp* at pci? dev ? function ? # DECchip 21x4x and clones 84ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 85#options OFB_ENABLE_CACHE # Speed up console 86obio* at pci? dev ? function ? 87 88nsphy* at mii? phy ? # NS83840 PHYs 89ukphy* at mii? phy ? # generic unknown PHYs 90 91mc* at obio? # MACE ethernet 92esp* at obio? flags 0x0 # 53c9x SCSI 93mesh* at obio? flags 0xffff # MESH SCSI 94adb* at obio? # Apple Desktop Bus 95akbd* at adb? # ADB keyboard 96ams* at adb? # ADB mouse 97nvram* at obio? # nvram 98zsc* at obio? 99zstty* at zsc? channel ? 100 101wsdisplay0 at ofb? console ? 102wskbd0 at akbd? console ? 103wsmouse0 at ams? 104 105scsibus* at scsi? 106sd* at scsibus? target ? lun ? # SCSI disks 107 108pseudo-device loop # network loopback 109pseudo-device bpfilter # packet filter 110pseudo-device ipfilter # IP filter (firewall) and NAT 111pseudo-device pty # pseudo-terminals 112pseudo-device vnd # disk-like interface to files 113pseudo-device ccd 4 # concatenated/striped disk devices 114#pseudo-device fss 4 # file system snapshot device 115pseudo-device rnd # /dev/random and in-kernel generator 116pseudo-device openfirm # /dev/openfirm 117pseudo-device clockctl # user control of clock subsystem 118