INSTALL_601 revision 1.1
1# $NetBSD: INSTALL_601,v 1.1 2018/11/12 20:07:47 scole Exp $ 2# 3# config file for INSTALL 4# 5# this config more or less matches a Power Macintosh 7200 with a USB card, 6# and platinumfb 7 8include "arch/macppc/conf/std.macppc.601" 9 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 11 12makeoptions COPTS="-Os" # Reduce size. 13 14maxusers 12 15 16options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 17 18# Enable the hooks used for initializing the ram-disk. 19options MEMORY_DISK_HOOKS 20options MEMORY_DISK_IS_ROOT # Force root on ram-disk 21options MEMORY_DISK_SERVER=0 # no userspace memory disk support 22options MEMORY_DISK_ROOT_SIZE=5120 # 2560 KiB 23options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 24 25options USERCONF # userconf(4) support 26options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 27#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 28 29# Compatibility options 30include "conf/compat_netbsd13.config" 31 32# File systems 33file-system FFS # UFS 34file-system MFS # memory file system 35file-system NFS # Network File System client 36file-system CD9660 # ISO 9660 + Rock Ridge file system 37file-system MSDOSFS # MS-DOS file system 38#file-system PTYFS # /dev/pts/N support 39 40# Filesystem options 41options NFS_V2_ONLY # Exclude NFS3 code to save space 42options APPLE_UFS # Apple UFS support in FFS 43#options FFS_NO_SNAPSHOT # No FFS snapshot support 44options WAPBL # File system journaling support 45 46# Networking options 47options INET # IP + ICMP + TCP + UDP 48options INET6 # IPV6 49options NFS_BOOT_DHCP # Support DHCP NFS root 50 51options WSEMUL_VT100 # VT100 / VT220 emulation 52options WSDISPLAY_DEFAULTSCREENS=1 53#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 54options FONT_GALLANT12x22 # big, Sun-like font 55options FONT_QVSS8x15 # a smaller font for lower resolutions 56 57# Kernel root file system and dump configuration. 58config netbsd root on ? type ? 59 60# 61# Device configuration 62# 63 64mainbus* at root 65 66cpu* at mainbus? 67bandit* at mainbus? 68 69pci* at bandit? bus ? 70pci* at ppb? bus ? 71 72pchb* at pci? dev ? function ? # PCI-Host bridges 73ppb* at pci? dev ? function ? # PCI-PCI bridges 74 75# Display devices 76# 77# The 7200's onboard video is unsupported by OF so we need either a 78# graphics card that works as OF console or a serial console. 79# The only cards known to work ( so far ) are PCI Voodoo3s flashed with the 80# official Macintosh firmware from 3Dfx. The others should work but are 81# untested with OF 1.0.5 82# this will take over the console if output-device is set to 'screen' or 83# 'platinum'. It will provide a NetBSD console, but still won't work with OF 84#platinumfb0 at mainbus? 85 86#gffb* at pci? function ? # NVIDIA GeForce2 MX 87#machfb* at pci? function ? # ATI Mach 64, Rage, Rage Pro 88#r128fb* at pci? function ? # ATI Rage 128 89voodoofb* at pci? function ? # 3Dfx Voodoo3 90 91# ATI Radeon. Still has problems on some hardware 92#radeonfb* at pci? function ? 93 94# generic PCI framebuffer, should work with everything supported by OF 95genfb* at pci? function ? 96 97# make sure the console display is always wsdisplay0 98wsdisplay0 at wsemuldisplaydev? console 1 99wsdisplay* at wsemuldisplaydev? console 0 100 101obio* at pci? dev ? function ? 102 103mc* at obio? # MACE ethernet 104esp* at obio? flags 0x00ff # 53c9x SCSI 105# the 7200 has no mesh but other PMacs with 601 cards may 106mesh* at obio? flags 0xffff # MESH SCSI 107nvram* at obio? # nvram 108 109# the new, improved ADB subsystem 110 111cuda* at obio? # CUDA, for Old World PowerMacs 112nadb* at adb_bus? # ADB bus enumerator, at cuda or pmu 113adbkbd* at nadb? # ADB keyboard 114adbms* at nadb? # ADB mice and touchpads 115 116wskbd* at wskbddev? console ? 117wsmouse* at wsmousedev? 118 119iic0 at cuda0 # CUDA's IIC bus 120 121zsc* at obio? 122zstty* at zsc? channel ? 123mediabay* at obio? 124wdc* at mediabay? flags 0 125 126# Cryptographic Devices 127 128# PCI cryptographic devices 129# (disabled, requires opencrypto framework which requires generic softints 130#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 131#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 132 133scsibus* at scsi? 134 135sd* at scsibus? target ? lun ? # SCSI disks 136cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 137 138wdc* at obio? flags 0x1 139atabus* at ata? 140wd* at atabus? drive ? flags 0x0000 141 142atapibus* at atapi? 143 144# PCI USB controllers 145ohci* at pci? dev ? function ? # USB Open Host Controller 146#ehci* at pci? dev ? function ? # USB Enhanced Host Controller 147 148uhci* at pci? dev ? function ? 149usb* at uhci? 150 151#usb* at ehci? # USB bus support 152usb* at ohci? # USB bus support 153uhub* at usb? # USB Hubs 154uhub* at uhub? port ? 155uhidev* at uhub? port ? configuration ? interface ? # USB HID device 156 157ums* at uhidev? reportid ? # USB Mice 158wsmouse* at ums? mux 0 159ukbd* at uhidev? reportid ? # USB Keyboards 160uhid* at uhidev? reportid ? # USB Generic HID 161 162umass* at uhub? port ? configuration ? interface ? # USB Mass Storage 163 164pseudo-device md # memory disk 165#pseudo-device fss # file system snapshot device 166pseudo-device loop # network loopback 167pseudo-device pty # pseudo-terminals 168 169pseudo-device wsmux # mouse and keyboard multiplexor 170pseudo-device openfirm # /dev/openfirm 171 172#pseudo-device raid # RAIDframe disk driver 173#options RAID_AUTOCONFIG # auto-configuration of RAID components 174