INSTALL revision 1.2
1# $NetBSD: INSTALL,v 1.2 1995/10/28 04:06:25 tls Exp $ 2# 3# INSTOTHER -- like GENERICOTHER. This supports only non-Adaptec SCSI 4# adapters. This kernel is GENERICOTHER with lines 5# deleted, not commented out, so it is easy to maintain. 6# 7# Install kernels no longer support X. 8# 9 10machine i386 # architecture, used by config; REQUIRED 11 12options I386_CPU # CPU classes; at least one is REQUIRED 13options I486_CPU 14options I586_CPU 15options MATH_EMULATE # floating point emulation 16 17#options DUMMY_NOPS # speed hack; recommended 18options MACHINE_NONCONTIG 19 20maxusers 32 # estimated number of users 21options TIMEZONE=0 # time zone to adjust RTC time by 22options DST=0 # daylight savings time used by RTC 23 24options SWAPPAGER # paging; REQUIRED 25options VNODEPAGER # mmap() of files 26options DEVPAGER # mmap() of devices 27 28#makeoptions DEBUG="-g" # compile full symbol table 29options DIAGNOSTIC # internally consistency checks 30options KTRACE # system call tracing, a la ktrace(1) 31 32options COMPAT_10 # NetBSD 1.0, 33 34options LKM # loadable kernel modules 35 36options FFS # UFS 37 38options NFSCLIENT # Network File System client 39 40options CD9660 # ISO 9660 + Rock Ridge file system 41options MSDOSFS # MS-DOS file system 42options FDESC # /dev/fd 43options FIFO # FIFOs; RECOMMENDED 44options KERNFS # /kern 45 46options INET # IP + ICMP + TCP + UDP 47 48config netbsd swap generic 49options GENERIC 50 51isa0 at root 52pci0 at root 53 54npx0 at isa? port 0xf0 irq 13 # math coprocessor 55 56pc0 at isa? port 0x60 irq 1 # generic PC console device 57#vt0 at isa? port 0x60 irq 1 58 59com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 60com1 at isa? port 0x2f8 irq 3 61com2 at isa? port 0x3e8 irq 5 62#com3 at isa? port 0x2e8 irq 9 63#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 64#com* at ast? slave ? flags 1 65#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 66#com* at boca? slave ? 67#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 68#com* at rtfps? slave ? 69 70#cy0 at isa? ... 71 72lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 73lpt1 at isa? port 0x278 74lpt2 at isa? port 0x3bc 75 76bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers 77bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers 78bt2 at isa? port ? irq ? 79scsibus* at bt? 80ncr* at pci? bus ? dev ? # NCR 538XX SCSI controllers 81scsibus* at ncr? 82sea0 at isa? iomem 0xc8000 irq 5 83scsibus* at sea? 84uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers 85uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers 86uha2 at isa? port ? irq ? # UltraStor 24f SCSI controllers 87scsibus* at uha? 88 89sd* at scsibus? target ? lun ? # SCSI disk drives 90st* at scsibus? target ? lun ? # SCSI tape drives 91cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 92ch* at scsibus? target ? lun ? # SCSI autochangers 93 94fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 95#fdc1 at isa? port 0x370 irq ? drq ? 96fd* at fdc? drive ? 97 98wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 99#wdc1 at isa? port 0x170 irq ? 100wd* at wdc? drive ? 101 102wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives 103 104ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 105ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards 106ed2 at isa? port 0x300 iomem 0xcc000 irq 10 107#eg0 at isa? ... # 3C505 ethernet cards 108el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 109ep0 at isa? port ? irq ? # 3C509 ethernet cards 110ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN, 3C507, and Etherexpress 111#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA 112le* at pci? bus ? dev ? 113de* at pci? bus ? dev ? 114 115pseudo-device loop 1 # network loopback 116pseudo-device sl 2 # CSLIP 117 118pseudo-device pty 64 # pseudo-terminals 119