INSTALL revision 1.20
1# $NetBSD: INSTALL,v 1.20 2000/02/03 19:27:44 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? 50bandit* at mainbus? 51grackle* at mainbus? 52 53pci* at bandit? bus ? 54pci* at grackle? bus ? 55pci* at ppb? bus ? 56 57pchb* at pci? dev ? function ? # PCI-Host bridges 58ppb* at pci? dev ? function ? # PCI-PCI bridges 59 60de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 61ep* at pci? dev ? function ? # 3Com 3c59x 62ne* at pci? dev ? function ? # NE2000-compatible Ethernet 63adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 64ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 65ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 66pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 67ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 68obio0 at pci? dev ? function ? 69 70exphy* at mii? phy ? # 3Com internal PHYs 71icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 72inphy* at mii? phy ? # Intel 82555 PHYs 73iophy* at mii? phy ? # Intel 82553 PHYs 74lxtphy* at mii? phy ? # Level One LXT-970 PHYs 75nsphy* at mii? phy ? # NS83840 PHYs 76nsphyter* at mii? phy ? # NS83843 PHYs 77qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 78sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 79tlphy* at mii? phy ? # ThunderLAN PHYs 80tqphy* at mii? phy ? # TDK Semiconductor PHYs 81ukphy* at mii? phy ? # generic unknown PHYs 82 83bm* at obio? # bmac ethernet 84mc* at obio? # MACE ethernet 85esp* at obio? flags 0x00ff # 53c9x SCSI 86mesh* at obio? flags 0xffff # MESH SCSI 87nvram* at obio? # nvram 88adb* at obio? # Apple Desktop Bus 89akbd* at adb? # ADB keyboard 90zsc* at obio? 91zstty* at zsc? channel ? 92mediabay* at obio? 93wdc* at mediabay? flags 0 94 95wsdisplay0 at ofb? console ? 96wskbd0 at akbd? console ? 97 98scsibus* at adv? 99scsibus* at ahc? 100scsibus* at esp? 101scsibus* at mesh? 102scsibus* at ncr? 103scsibus* at pcscp? 104 105sd* at scsibus? target ? lun ? # SCSI disks 106cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 107 108wdc* at obio? flags 0x0 109wd* at wdc? channel ? drive ? flags 0x0000 110 111atapibus* at wdc? channel ? 112 113cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 114sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 115 116# PCI USB controllers 117ohci* at pci? # Open Host Controller 118 119# USB bus support 120usb* at ohci? 121 122# USB Hubs 123uhub* at usb? 124uhub* at uhub? port ? configuration ? interface ? 125 126# USB Keyboards 127ukbd* at uhub? port ? configuration ? interface ? 128wskbd* at ukbd? console ? 129 130pseudo-device md 1 # memory disk 131pseudo-device loop # network loopback 132pseudo-device sl 2 # Serial Line IP 133pseudo-device pty 16 # pseudo-terminals 134