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