INSTALL revision 1.9
1# $NetBSD: INSTALL,v 1.9 1996/03/12 01:32:52 perry 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# Some BIOSes don't get the size of extended memory right. If you 18# have a broken BIOS, uncomment the following and set the value 19# properly for your system. 20#options EXTMEM_SIZE=... # size of extended memory 21 22#options DUMMY_NOPS # speed hack; recommended 23options MACHINE_NONCONTIG 24 25maxusers 32 # estimated number of users 26options TIMEZONE=0 # time zone to adjust RTC time by 27options DST=0 # daylight savings time used by RTC 28 29options SWAPPAGER # paging; REQUIRED 30options VNODEPAGER # mmap() of files 31options DEVPAGER # mmap() of devices 32 33#makeoptions DEBUG="-g" # compile full symbol table 34 35options COMPAT_10 # NetBSD 1.0, 36 37options LKM # loadable kernel modules 38 39options FFS # UFS 40 41options NFSCLIENT # Network File System client 42 43options CD9660 # ISO 9660 + Rock Ridge file system 44options MSDOSFS # MS-DOS file system 45options FDESC # /dev/fd 46options FIFO # FIFOs; RECOMMENDED 47options KERNFS # /kern 48 49options INET # IP + ICMP + TCP + UDP 50 51config netbsd swap generic 52options GENERIC 53 54mainbus0 at root 55 56isa0 at mainbus0 57eisa0 at mainbus0 58pci0 at mainbus0 59 60ppb* at pci? dev ? function ? # PCI-PCI bridges 61pci* at ppb? bus ? 62 63npx0 at isa? port 0xf0 irq 13 # math coprocessor 64 65pc0 at isa? port 0x60 irq 1 # generic PC console device 66#vt0 at isa? port 0x60 irq 1 67 68com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 69com1 at isa? port 0x2f8 irq 3 70com2 at isa? port 0x3e8 irq 5 71#com3 at isa? port 0x2e8 irq 9 72#ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards 73#com* at ast? slave ? 74#boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards 75#com* at boca? slave ? 76#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards 77#com* at rtfps? slave ? 78 79#cy0 at isa? ... 80 81lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 82lpt1 at isa? port 0x278 83lpt2 at isa? port 0x3bc 84 85bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers 86bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers 87bt2 at isa? port ? irq ? 88scsibus* at bt? 89ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers 90scsibus* at ncr? 91sea0 at isa? iomem 0xc8000 irq 5 92scsibus* at sea? 93uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI controllers 94uha1 at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI controllers 95uha2 at isa? port ? irq ? # UltraStor 24f SCSI controllers 96scsibus* at uha? 97 98sd* at scsibus? target ? lun ? # SCSI disk drives 99st* at scsibus? target ? lun ? # SCSI tape drives 100cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 101ch* at scsibus? target ? lun ? # SCSI autochangers 102 103fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 104#fdc1 at isa? port 0x370 irq ? drq ? 105fd* at fdc? drive ? 106 107wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 108#wdc1 at isa? port 0x170 irq ? 109wd* at wdc? drive ? 110 111wt0 at isa? port 0x300 irq 5 drq 1 # Archive and Wangtek QIC tape drives 112 113ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, and NE[12]000 114ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards 115ed2 at isa? port 0x300 iomem 0xcc000 irq 10 116#eg0 at isa? ... # 3C505 ethernet cards 117el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards 118ep0 at isa? port ? irq ? # 3C509 ethernet cards 119ie0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN, 3C507, and Etherexpress 120#le0 at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, and DEPCA 121le* at pci? dev ? function ? # PCnet-PCI based ethernet cards 122de* at pci? dev ? function ? # DC21X4X-based ethernet cards 123ep* at pci? dev ? function ? # 3C590 ethernet cards 124 125pseudo-device loop 1 # network loopback 126pseudo-device sl 2 # CSLIP 127 128pseudo-device pty 64 # pseudo-terminals 129