1 1.21 tsubai # $NetBSD: POWERMAC,v 1.21 2000/02/09 13:10:16 tsubai Exp $ 2 1.1 tsubai # 3 1.1 tsubai # POWERMAC config file 4 1.1 tsubai # 5 1.1 tsubai 6 1.10 thorpej include "arch/macppc/conf/std.macppc" 7 1.1 tsubai 8 1.1 tsubai maxusers 32 9 1.1 tsubai 10 1.1 tsubai # Standard system options 11 1.18 tsubai options BUFPAGES=1280 12 1.17 tsubai options KTRACE # system call tracing via ktrace(1) 13 1.1 tsubai 14 1.1 tsubai # Diagnostic/debugging support options 15 1.1 tsubai options DIAGNOSTIC # cheap kernel consistency checks 16 1.1 tsubai #options DEBUG # expensive debugging checks/support 17 1.1 tsubai options DDB # in-kernel debugger 18 1.1 tsubai #options DDB_HISTORY_SIZE=100 # enable history editing in DDB 19 1.1 tsubai options TRAP_PANICWAIT 20 1.1 tsubai 21 1.1 tsubai #makeoptions DEBUG="-g" # compile full symbol table 22 1.1 tsubai 23 1.1 tsubai # Compatibility options 24 1.1 tsubai options COMPAT_13 # NetBSD 1.3, 25 1.19 augustss options COMPAT_14 # NetBSD 1.4, 26 1.1 tsubai options COMPAT_43 # and 4.3BSD 27 1.1 tsubai 28 1.1 tsubai # File systems 29 1.1 tsubai file-system FFS # UFS 30 1.1 tsubai file-system MFS # memory file system 31 1.18 tsubai #file-system NFS # Network File System client 32 1.18 tsubai file-system PROCFS # /proc 33 1.1 tsubai 34 1.1 tsubai # File system options 35 1.18 tsubai #options NFSSERVER # Network File System server 36 1.7 thorpej 37 1.18 tsubai #options NFS_BOOT_DHCP # Support DHCP NFS root 38 1.1 tsubai 39 1.1 tsubai # Networking options 40 1.1 tsubai options INET # IP + ICMP + TCP + UDP 41 1.1 tsubai options IPFILTER_LOG # ipmon(8) log support 42 1.1 tsubai options NMBCLUSTERS=1024 43 1.1 tsubai 44 1.1 tsubai # These options enable verbose messages for several subsystems. 45 1.1 tsubai options SCSIVERBOSE # Verbose SCSI errors 46 1.1 tsubai options PCIVERBOSE # verbose PCI device messages 47 1.1 tsubai 48 1.18 tsubai #options ZS_TXDMA # Use dma on zs output 49 1.14 tsubai options WSEMUL_VT100 # VT100 / VT220 emulation 50 1.21 tsubai options FONT_GALLANT12x22 51 1.1 tsubai 52 1.1 tsubai # Kernel root file system and dump configuration. 53 1.1 tsubai config netbsd root on ? type ? 54 1.1 tsubai 55 1.1 tsubai # 56 1.1 tsubai # Device configuration 57 1.1 tsubai # 58 1.1 tsubai 59 1.18 tsubai mainbus* at root 60 1.1 tsubai 61 1.18 tsubai cpu* at mainbus? 62 1.20 tsubai bandit* at mainbus? 63 1.20 tsubai 64 1.20 tsubai pci* at bandit? bus ? 65 1.18 tsubai pci* at ppb? bus ? 66 1.1 tsubai 67 1.1 tsubai pchb* at pci? dev ? function ? # PCI-Host bridges 68 1.18 tsubai ppb* at pci? dev ? function ? # PCI-PCI bridges 69 1.1 tsubai de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 70 1.18 tsubai ep* at pci? dev ? function ? # 3Com 3c59x 71 1.18 tsubai ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 72 1.18 tsubai obio0 at pci? dev ? function ? 73 1.1 tsubai 74 1.18 tsubai nsphy* at mii? phy ? # NS83840 PHYs 75 1.13 tsubai 76 1.18 tsubai mc* at obio? # MACE ethernet 77 1.18 tsubai esp* at obio? flags 0x0 # 53c9x SCSI 78 1.18 tsubai mesh* at obio? flags 0xffff # MESH SCSI 79 1.18 tsubai adb* at obio? # Apple Desktop Bus 80 1.13 tsubai akbd* at adb? # ADB keyboard 81 1.13 tsubai ams* at adb? # ADB mouse 82 1.18 tsubai nvram* at obio? # nvram 83 1.18 tsubai zsc* at obio? 84 1.18 tsubai zstty* at zsc? channel ? 85 1.14 tsubai 86 1.18 tsubai wsdisplay0 at ofb? console ? 87 1.17 tsubai wskbd0 at akbd? console ? 88 1.17 tsubai wsmouse0 at ams? 89 1.13 tsubai 90 1.18 tsubai scsibus* at esp? 91 1.18 tsubai scsibus* at mesh? 92 1.1 tsubai sd* at scsibus? target ? lun ? # SCSI disks 93 1.1 tsubai 94 1.1 tsubai pseudo-device loop # network loopback 95 1.1 tsubai pseudo-device bpfilter 8 # packet filter 96 1.1 tsubai pseudo-device ipfilter # IP filter (firewall) and NAT 97 1.1 tsubai pseudo-device pty 64 # pseudo-terminals 98 1.1 tsubai pseudo-device vnd 4 # disk-like interface to files 99 1.1 tsubai pseudo-device ccd 4 # concatenated/striped disk devices 100