INSTALL revision 1.48
1# $NetBSD: INSTALL,v 1.48 2001/08/03 12:56:55 tsubai Exp $ 2# 3# config file for INSTALL FLOPPY 4# 5 6include "arch/macppc/conf/std.macppc" 7 8makeoptions COPTS="-Os -mmultiple -pipe" # -Os -mmultiple to reduce size. 9 10maxusers 12 11 12options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 13 14# Change base address to 0x800000 to use large memory disk. 15makeoptions TEXTADDR=0x800000 16 17# Enable the hooks used for initializing the ram-disk. 18options MEMORY_DISK_HOOKS 19options MEMORY_DISK_IS_ROOT # Force root on ram-disk 20options MINIROOTSIZE=4096 # 2 Megabytes 21 22# Compatibility options 23#options COMPAT_13 # NetBSD 1.3, 24options COMPAT_14 # NetBSD 1.4, 25options COMPAT_43 # and 4.3BSD 26 27# File systems 28file-system FFS # UFS 29file-system MFS # memory file system 30file-system NFS # Network File System client 31file-system CD9660 # ISO 9660 + Rock Ridge file system 32file-system MSDOSFS # MS-DOS file system 33 34# Filesystem options 35options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space 36options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls 37 38# Networking options 39options INET # IP + ICMP + TCP + UDP 40options NFS_BOOT_DHCP # Support DHCP NFS root 41 42options WSEMUL_VT100 # VT100 / VT220 emulation 43options FONT_SONY8x16 44 45# Kernel root file system and dump configuration. 46config netbsd root on ? type ? 47 48# 49# Device configuration 50# 51 52mainbus* at root 53 54cpu* at mainbus? 55bandit* at mainbus? 56grackle* at mainbus? 57 58pci* at bandit? bus ? 59pci* at grackle? bus ? 60pci* at ppb? bus ? 61 62pchb* at pci? dev ? function ? # PCI-Host bridges 63ppb* at pci? dev ? function ? # PCI-PCI bridges 64 65ep* at pci? dev ? function ? # 3Com 3c59x 66epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 67ex* at pci? dev ? function ? # 3Com 90x[B] 68fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 69ne* at pci? dev ? function ? # NE2000-compatible Ethernet 70rtk* at pci? dev ? function ? # Realtek 8129/8139 71sip* at pci? dev ? function ? # SiS 900/7016 Ethernet 72adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI 73ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 74iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 75pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI SCSI 76siop* at pci? dev ? function ? # NCR 53c8xx SCSI 77ofb* at pci? dev ? function ? # Generic Open Firmware Framebuffer 78cbb* at pci? dev ? function ? # PCI-CardBus bridge 79ohci* at pci? dev ? function ? # Open Host Controller 80pciide* at pci? dev ? function ? # PCI IDE Controller 81obio0 at pci? dev ? function ? 82tlp* at pci? dev ? function ? # DEC 21x4x-based Ethernet 83options TLP_MATCH_21040 84options TLP_MATCH_21041 85options TLP_MATCH_21140 86options TLP_MATCH_21142 87 88bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs 89exphy* at mii? phy ? # 3Com internal PHYs 90icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 91inphy* at mii? phy ? # Intel 82555 PHYs 92iophy* at mii? phy ? # Intel 82553 PHYs 93lxtphy* at mii? phy ? # Level One LXT-970 PHYs 94nsphy* at mii? phy ? # NS83840 PHYs 95nsphyter* at mii? phy ? # NS83843 PHYs 96qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 97sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 98tqphy* at mii? phy ? # TDK Semiconductor PHYs 99ukphy* at mii? phy ? # generic unknown PHYs 100 101cardslot* at cbb? 102cardbus* at cardslot? 103pcmcia* at cardslot? 104 105wdc* at pcmcia? function ? # PCMCIA IDE controllers 106ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 107mbe* at pcmcia? function ? # MB8696x based Ethernet 108ne* at pcmcia? function ? # NE2000-compatible Ethernet 109ex* at cardbus? dev ? function ? # 3Com 3C575TX 110tlp* at cardbus? dev ? function ? # DECchip 21143 111 112bm* at obio? # bmac ethernet 113mc* at obio? # MACE ethernet 114esp* at obio? flags 0x00ff # 53c9x SCSI 115mesh* at obio? flags 0xffff # MESH SCSI 116nvram* at obio? # nvram 117adb* at obio? # Apple Desktop Bus 118akbd* at adb? # ADB keyboard 119zsc* at obio? 120zstty* at zsc? channel ? 121mediabay* at obio? 122wdc* at mediabay? flags 0 123 124wsdisplay0 at ofb? console ? 125wskbd0 at akbd? console ? 126 127scsibus* at adv? 128scsibus* at ahc? 129scsibus* at esp? 130scsibus* at iha? 131scsibus* at mesh? 132scsibus* at pcscp? 133scsibus* at siop? 134 135sd* at scsibus? target ? lun ? # SCSI disks 136cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 137 138wdc* at obio? flags 0x1 139wd* at wdc? channel ? drive ? flags 0x0000 140wd* at pciide? channel ? drive ? flags 0x0000 141 142atapibus* at wdc? channel ? 143atapibus* at pciide? channel ? 144 145cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 146sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 147 148usb* at ohci? 149uhub* at usb? 150uhub* at uhub? port ? configuration ? interface ? 151ukbd* at uhub? port ? configuration ? interface ? 152wskbd* at ukbd? console ? 153 154pseudo-device md 1 # memory disk 155pseudo-device loop # network loopback 156pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) 157