POWERMAC_G5 revision 1.40
1# Lean and mean config file for the POWERMAC G5 2# Author: Sanjay Lal <sanjayl@kymasys.com> 3 4include "arch/macppc/conf/std.macppc.g5" 5 6options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7maxusers 32 8 9options PMAC_G5 10#options OFWOEA_DEBUG 11#no makeoptions MACHINE_ARCH 12#makeoptions MACHINE_ARCH="powerpc64" 13 14options ALTIVEC # Include AltiVec support 15options EXSTORAGE_MAX=64 16#options MULTIPROCESSOR 17 18# Standard system options 19options INSECURE # disable kernel security levels 20 21options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 22options NTP # NTP phase/frequency locked loop 23options KTRACE # system call tracing via ktrace(1) 24 25options SYSVMSG # System V message queues 26options SYSVSEM # System V semaphores 27#options SEMMNI=10 # number of semaphore identifiers 28#options SEMMNS=60 # number of semaphores in system 29#options SEMUME=10 # max number of undo entries per process 30#options SEMMNU=30 # number of undo structures in system 31options SYSVSHM # System V shared memory 32#options SHMMAXPGS=1024 # 1024 pages is the default 33 34options MODULAR # loadable kernel modules 35 36options USERCONF # userconf(4) support 37#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 38options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 39 40# Alternate buffer queue strategies for better responsiveness under high 41# disk I/O load. 42#options BUFQ_READPRIO 43options BUFQ_PRIOCSCAN 44 45# Diagnostic/debugging support options 46options DIAGNOSTIC # cheap kernel consistency checks 47#options DEBUG # expensive debugging checks/support 48options ZS_CONSOLE_ABORT# allow break to get into DDB on serial 49options DDB # in-kernel debugger 50options DDB_ONPANIC=1 # don't go into ddb on panic. 51options DDB_HISTORY_SIZE=512 # enable history editing in DDB 52options TRAP_PANICWAIT 53#options DDB_COMMANDONENTER="bt" 54 55makeoptions DEBUG="-g" # compile full symbol table 56 57# Compatibility options 58include "conf/compat_netbsd70.config" 59#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 60 61# File systems 62file-system FFS # UFS 63file-system MFS # memory file system 64file-system TMPFS # memory file system 65file-system KERNFS # /kern 66file-system PROCFS # /proc 67file-system NFS # Network File System client 68#file-system CD9660 # ISO 9660 + Rock Ridge file system 69#file-system MSDOSFS # MS-DOS file system 70file-system PTYFS # /dev/pts/N support 71#file-system HFS # experimental - Apple HFS+ (read-only) 72 73# File system options 74#options QUOTA # legacy UFS quotas 75#options QUOTA2 # new, in-filesystem UFS quotas 76#options FFS_EI # FFS Endian Independant support 77#options WAPBL # File system journaling support 78#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 79#options NFSSERVER # Network File System server 80#options FFS_NO_SNAPSHOT # ffs snapshots 81#options UFS_EXTATTR # Extended attribute support for UFS1 82#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 83 # immutable) behave as system flags. 84#options APPLE_UFS # Apple UFS support in FFS 85# Networking options 86#options GATEWAY # packet forwarding 87options INET # IP + ICMP + TCP + UDP 88options INET6 # IPV6 89 90# These options enable verbose messages for several subsystems. 91# Warning, these may compile large string tables into the kernel! 92#options PCIVERBOSE # verbose PCI device autoconfig messages 93#options MIIVERBOSE # verbose PHY autoconfig messages 94#options PCI_CONFIG_DUMP # verbosely dump PCI config space 95 96# wscons options 97#options WSEMUL_SUN # sun terminal emulation 98options WSEMUL_VT100 # VT100 / VT220 emulation 99#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 100#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes 101options WS_DEFAULT_FG=WSCOL_BLACK 102options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE 103options WS_KERNEL_FG=WSCOL_GREEN 104options WS_KERNEL_BG=WSCOL_LIGHT_WHITE 105options FONT_GALLANT12x22 106 107# Kernel root file system and dump configuration. 108config netbsd root on ? type ? 109#config netbsd root on gem0 type nfs 110options NFS_BOOT_DHCP 111 112# 113# Device configuration 114# 115 116mainbus* at root 117 118cpu0 at mainbus? 119uni_n* at mainbus? 120memory* at mainbus? 121spdmem* at memory? addr ? 122ki2c* at uni_n? # Keywest I2C 123 124ibmcpc* at mainbus? 125uninorth* at mainbus? 126smu* at mainbus? 127#options SMU_DEBUG 128smuiic* at smu? 129iic* at smuiic? 130 131 132pci* at ibmcpc? bus ? 133pci* at uninorth? bus ? 134pci* at ppb? bus ? 135 136pchb* at pci? dev ? function ? # PCI-Host bridges 137ppb* at pci? dev ? function ? # PCI-PCI bridges 138 139obio0 at pci? dev ? function ? 140zsc* at obio? 141zstty* at zsc? channel ? 142snapper* at obio? 143ki2c* at obio? # Keywest I2C 144iic* at i2cbus? 145 146admtemp* at iic? 147lmtemp* at iic? 148dstemp* at iic? 149adadc* at iic? 150fcu* at iic? 151smusat* at iic? 152deq* at iic? 153 154pmu* at obio? # Apple PMU 155 156# Audio support 157audio* at audiobus? 158 159spkr* at audio? # PC speaker (synthesized) 160wsbell* at spkr? 161 162gem* at pci? dev ? function ? # gmac ethernet 163#options GEM_DEBUG 164bge* at pci? dev ? function ? # borgcom ethernet 165bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs 166brgphy* at mii? phy ? # Broadcom BCM5400 PHYs 167ukphy* at mii? phy ? # generic unknown PHYs 168 169# PCI IEEE1394 controllers 170#fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller 171 172# IEEE1394 nodes 173#ieee1394if* at fwohci? 174#fwip* at ieee1394if? # IP over IEEE1394 175#sbp* at ieee1394if? euihi ? euilo ? 176#scsibus* at sbp? 177 178 179# PCI USB controllers 180ohci* at pci? dev ? function ? # USB Open Host Controller 181ehci* at pci? dev ? function ? # USB Enhanced Host Controller 182 183usb* at ohci? # USB bus support 184usb* at ehci? # USB bus support 185uhub* at usb? # USB Hubs 186uhub* at uhub? port ? 187uhidev* at uhub? port ? configuration ? interface ? # USB HID device 188uhid* at uhidev? reportid ? # USB Generic HID 189ukbd* at uhidev? reportid ? # USB Keyboards 190wskbd* at ukbd? console ? 191ums* at uhidev? reportid ? # USB Mice 192wsmouse* at ums? 193 194options OFWOEA_WSCONS_NO_ROM_FONT 195genfb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 196radeonfb* at pci? dev ? function ? 197options RADEONFB_ALWAYS_ACCEL_PUTCHAR 198 199#radeon* at pci? dev ? function ? 200#radeondrmkmsfb* at radeonfbbus? 201 202#pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 203wdc* at pci? dev ? function ? # Kauai ATA 204svwsata* at pci? dev ? function ? # ServerWorks SATA controllers 205#options ATADEBUG 206obio* at pci? dev ? function ? 207zsc* at obio? 208zstty* at zsc? channel ? 209 210wsdisplay0 at wsemuldisplaydev? console 1 211wsdisplay* at wsemuldisplaydev? 212 213atabus* at ata? 214wd* at atabus? drive ? flags 0x0000 215atapibus* at atapi? 216cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 217sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 218uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 219 220 221#pseudo-device crypto # opencrypto framework 222 # (disabled, requires generic softints) 223pseudo-device vnd # disk-like interface to files 224#pseudo-device md # memory disk device 225pseudo-device loop # network loopback 226pseudo-device pty # pseudo-terminals 227pseudo-device openfirm # /dev/openfirm 228pseudo-device wsmux # mouse and keyboard multiplexor 229pseudo-device clockctl # user control of clock subsystem 230pseudo-device ksyms # /dev/ksyms 231#pseudo-device nsmb # SMB requester 232#pseudo-device npf # NPF packet filter 233 234# Enable the hooks used for initializing the ram-disk. 235#options MEMORY_DISK_HOOKS 236#options MEMORY_DISK_IS_ROOT # Force root on ram-disk 237#options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes 238#options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 239