INSTALL revision 1.19
1# $NetBSD: INSTALL,v 1.19 2000/01/25 14:43:49 tsubai Exp $ 2# 3# config file for INSTALL FLOPPY 4# 5 6include "arch/macppc/conf/std.macppc" 7 8maxusers 32 9 10makeoptions TEXTADDR=0x800000 11 12# Enable the hooks used for initializing the ram-disk. 13options MEMORY_DISK_HOOKS 14options MEMORY_DISK_IS_ROOT # Force root on ram-disk 15options MINIROOTSIZE=4096 # 2 Megabytes 16 17# Standard system options 18options BUFPAGES=800 19 20# Compatibility options 21options COMPAT_13 # NetBSD 1.3, 22options COMPAT_14 # NetBSD 1.4, 23options COMPAT_43 # and 4.3BSD 24 25# File systems 26file-system FFS # UFS 27file-system MFS # memory file system 28file-system NFS # Network File System client 29file-system CD9660 # ISO 9660 + Rock Ridge file system 30file-system MSDOSFS # MS-DOS file system 31file-system KERNFS # /kern 32 33# Networking options 34options INET # IP + ICMP + TCP + UDP 35options NMBCLUSTERS=1024 36options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM 37 38options WSEMUL_VT100 # VT100 / VT220 emulation 39 40# Kernel root file system and dump configuration. 41config netbsd root on ? type ? 42 43# 44# Device configuration 45# 46 47mainbus* at root 48 49cpu* at mainbus? 50pci* at mainbus? bus ? 51pci* at ppb? bus ? 52 53pchb* at pci? dev ? function ? # PCI-Host bridges 54ppb* at pci? dev ? function ? # PCI-PCI bridges 55 56de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 57ep* at pci? dev ? function ? # 3Com 3c59x 58ne* at pci? dev ? function ? # NE2000-compatible Ethernet 59adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 60ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 61ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 62pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 63ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 64obio0 at pci? dev ? function ? 65 66exphy* at mii? phy ? # 3Com internal PHYs 67icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 68inphy* at mii? phy ? # Intel 82555 PHYs 69iophy* at mii? phy ? # Intel 82553 PHYs 70lxtphy* at mii? phy ? # Level One LXT-970 PHYs 71nsphy* at mii? phy ? # NS83840 PHYs 72nsphyter* at mii? phy ? # NS83843 PHYs 73qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 74sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 75tlphy* at mii? phy ? # ThunderLAN PHYs 76tqphy* at mii? phy ? # TDK Semiconductor PHYs 77ukphy* at mii? phy ? # generic unknown PHYs 78 79bm* at obio? # bmac ethernet 80mc* at obio? # MACE ethernet 81esp* at obio? flags 0x00ff # 53c9x SCSI 82mesh* at obio? flags 0xffff # MESH SCSI 83nvram* at obio? # nvram 84adb* at obio? # Apple Desktop Bus 85akbd* at adb? # ADB keyboard 86zsc* at obio? 87zstty* at zsc? channel ? 88mediabay* at obio? 89wdc* at mediabay? flags 0 90 91wsdisplay0 at ofb? console ? 92wskbd0 at akbd? console ? 93 94scsibus* at adv? 95scsibus* at ahc? 96scsibus* at esp? 97scsibus* at mesh? 98scsibus* at ncr? 99scsibus* at pcscp? 100 101sd* at scsibus? target ? lun ? # SCSI disks 102cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 103 104wdc* at obio? flags 0x0 105wd* at wdc? channel ? drive ? flags 0x0000 106 107atapibus* at wdc? channel ? 108 109cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 110sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 111 112# PCI USB controllers 113ohci* at pci? # Open Host Controller 114 115# USB bus support 116usb* at ohci? 117 118# USB Hubs 119uhub* at usb? 120uhub* at uhub? port ? configuration ? interface ? 121 122# USB Keyboards 123ukbd* at uhub? port ? configuration ? interface ? 124wskbd* at ukbd? console ? 125 126pseudo-device md 1 # memory disk 127pseudo-device loop # network loopback 128pseudo-device sl 2 # Serial Line IP 129pseudo-device pty 16 # pseudo-terminals 130