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