POWERMAC revision 1.67
1# $NetBSD: POWERMAC,v 1.67 2017/09/14 07:58:42 mrg 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 23pseudo-device ksyms 24options DDB_HISTORY_SIZE=512 # enable history editing in DDB 25options TRAP_PANICWAIT 26 27#makeoptions DEBUG="-g" # compile full symbol table 28 29# Compatibility options 30include "conf/compat_netbsd13.config" 31 32# File systems 33file-system FFS # UFS 34file-system MFS # memory file system 35#file-system NFS # Network File System client 36file-system PROCFS # /proc 37file-system PTYFS # /dev/pts/N support 38 39# File system options 40#options NFSSERVER # Network File System server 41options APPLE_UFS # Apple UFS support in FFS 42#options FFS_NO_SNAPSHOT # No FFS snapshot support 43 44#options NFS_BOOT_DHCP # Support DHCP NFS root 45 46# Networking options 47options INET # IP + ICMP + TCP + UDP 48options IPFILTER_LOG # ipmon(8) log support 49options IPFILTER_LOOKUP # ippool(8) support 50options IPFILTER_COMPAT # Compat for IP-Filter 51#options IPFILTER_DEFAULT_BLOCK # block all packets by default 52 53# These options enable verbose messages for several subsystems. 54options SCSIVERBOSE # Verbose SCSI errors 55options PCIVERBOSE # verbose PCI device messages 56#options PCI_CONFIG_DUMP # verbosely dump PCI config space 57 58#options ZS_TXDMA # Use dma on zs output 59options WSEMUL_VT100 # VT100 / VT220 emulation 60options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 61options FONT_GALLANT12x22 62 63# Kernel root file system and dump configuration. 64config netbsd root on ? type ? 65 66# 67# Device configuration 68# 69 70mainbus* at root 71 72cpu* at mainbus? 73bandit* at mainbus? 74 75pci* at bandit? bus ? 76pci* at ppb? bus ? 77 78pchb* at pci? dev ? function ? # PCI-Host bridges 79ppb* at pci? dev ? function ? # PCI-PCI bridges 80ep* at pci? dev ? function ? # 3Com 3c59x 81tlp* at pci? dev ? function ? # DECchip 21x4x and clones 82genfb* at pci? 83wsdisplay0 at wsemuldisplaydev? console 1 84wsdisplay* at wsemuldisplaydev? console 0 85 86# ofb is deprecated, use genfb instead 87#ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 88#options OFB_ENABLE_CACHE # Speed up console 89obio* at pci? dev ? function ? 90 91nsphy* at mii? phy ? # NS83840 PHYs 92ukphy* at mii? phy ? # generic unknown PHYs 93 94mc* at obio? # MACE ethernet 95esp* at obio? flags 0x0 # 53c9x SCSI 96mesh* at obio? flags 0xffff # MESH SCSI 97#adb* at obio? # Apple Desktop Bus 98#akbd* at adb? # ADB keyboard 99#ams* at adb? # ADB mouse 100nvram* at obio? # nvram 101zsc* at obio? 102zstty* at zsc? channel ? 103 104cuda* at obio? # Apple CUDA 105#options CUDA_DEBUG 106iic0 at cuda0 107sgsmix0 at iic0 addr 0x8a # additional mixer found in beige G3 108#options SGSMIX_DEBUG 109nadb* at cuda? # new ADB Bus abstraction 110adbkbd* at nadb? # ADB keyboard 111#options ADB_DEBUG 112#options ADBKBD_DEBUG 113adbms* at nadb? 114 115wskbd* at wskbddev? console ? 116wsmouse* at wsmousedev? 117 118scsibus* at scsi? 119sd* at scsibus? target ? lun ? # SCSI disks 120 121pseudo-device loop # network loopback 122pseudo-device bpfilter # packet filter 123pseudo-device ipfilter # IP filter (firewall) and NAT 124pseudo-device pty # pseudo-terminals 125pseudo-device vnd # disk-like interface to files 126pseudo-device ccd # concatenated/striped disk devices 127#pseudo-device fss # file system snapshot device 128pseudo-device openfirm # /dev/openfirm 129pseudo-device clockctl # user control of clock subsystem 130