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