POWERMAC revision 1.44
1# $NetBSD: POWERMAC,v 1.44 2005/02/11 08:25:55 dsl 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_43 # and 4.3BSD 32options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 33 34# File systems 35file-system FFS # UFS 36file-system MFS # memory file system 37#file-system NFS # Network File System client 38file-system PROCFS # /proc 39 40# File system options 41#options NFSSERVER # Network File System server 42options APPLE_UFS # Apple UFS support in FFS 43options FFS_SNAPSHOT # ffs snapshots 44 45#options NFS_BOOT_DHCP # Support DHCP NFS root 46 47# Networking options 48options INET # IP + ICMP + TCP + UDP 49options IPFILTER_LOG # ipmon(8) log support 50 51# These options enable verbose messages for several subsystems. 52options SCSIVERBOSE # Verbose SCSI errors 53options PCIVERBOSE # verbose PCI device messages 54#options PCI_CONFIG_DUMP # verbosely dump PCI config space 55 56#options ZS_TXDMA # Use dma on zs output 57options WSEMUL_VT100 # VT100 / VT220 emulation 58options FONT_GALLANT12x22 59 60# Kernel root file system and dump configuration. 61config netbsd root on ? type ? 62 63# 64# Device configuration 65# 66 67mainbus* at root 68 69cpu* at mainbus? 70bandit* at mainbus? 71 72pci* at bandit? bus ? 73pci* at ppb? bus ? 74 75pchb* at pci? dev ? function ? # PCI-Host bridges 76ppb* at pci? dev ? function ? # PCI-PCI bridges 77ep* at pci? dev ? function ? # 3Com 3c59x 78tlp* at pci? dev ? function ? # DECchip 21x4x and clones 79ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 80#options OFB_ENABLE_CACHE # Speed up console 81obio* at pci? dev ? function ? 82 83nsphy* at mii? phy ? # NS83840 PHYs 84ukphy* at mii? phy ? # generic unknown PHYs 85 86mc* at obio? # MACE ethernet 87esp* at obio? flags 0x0 # 53c9x SCSI 88mesh* at obio? flags 0xffff # MESH SCSI 89adb* at obio? # Apple Desktop Bus 90akbd* at adb? # ADB keyboard 91ams* at adb? # ADB mouse 92nvram* at obio? # nvram 93zsc* at obio? 94zstty* at zsc? channel ? 95 96wsdisplay0 at ofb? console ? 97wskbd0 at akbd? console ? 98wsmouse0 at ams? 99 100scsibus* at esp? 101scsibus* at mesh? 102sd* at scsibus? target ? lun ? # SCSI disks 103 104pseudo-device loop # network loopback 105pseudo-device bpfilter 8 # packet filter 106pseudo-device ipfilter # IP filter (firewall) and NAT 107pseudo-device pty # pseudo-terminals 108pseudo-device vnd 4 # disk-like interface to files 109pseudo-device ccd 4 # concatenated/striped disk devices 110#pseudo-device fss 4 # file system snapshot device 111pseudo-device rnd # /dev/random and in-kernel generator 112pseudo-device openfirm # /dev/openfirm 113pseudo-device clockctl # user control of clock subsystem 114