GENERIC revision 1.1 1 # $NetBSD: GENERIC,v 1.1 2003/10/19 03:33:49 matt Exp $
2 #
3 #
4
5 include "arch/ibmnws/conf/std.ibmnws"
6
7 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8
9 #makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
10
11 # Console settings
12 options CONSOLE="\"com\""
13 options CONSOLE_SPEED=9600
14 options CONSOLE_ADDR=0x3f8
15
16 # Enable the hooks used for initializing the ram-disk.
17 options MEMORY_DISK_HOOKS
18 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
19 options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
20
21 maxusers 8
22
23 # Compatibility options
24 #options COMPAT_13 # NetBSD 1.3,
25 #options COMPAT_14 # NetBSD 1.4,
26 #options COMPAT_43 # and 4.3BSD
27
28 # File systems
29 file-system FFS # UFS
30 #file-system EXT2FS # second extended file system (linux)
31 file-system MFS # memory file system
32 file-system NFS # Network File System client
33 #file-system CD9660 # ISO 9660 + Rock Ridge file system
34 #file-system MSDOSFS # MS-DOS file system
35
36 # File system options
37 options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
38 #options FFS_EI # FFS Endian Independant support
39 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
40 # immutable) behave as system flags.
41
42 #options USERCONF # userconf(4) support
43 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
44
45 # Networking options
46 options INET # IP + ICMP + TCP + UDP
47 # options NFS_BOOT_BOOTPARAM
48 # options NFS_BOOT_DHCP
49
50 #
51 # wscons options
52 #
53 # builtin terminal emulations
54 #options WSEMUL_VT100 # VT100 / VT220 emulation
55 # different kernel output - see dev/wscons/wsdisplayvar.h
56 #options WS_KERNEL_FG=WSCOL_GREEN
57 #options WS_KERNEL_BG=WSCOL_BLACK
58 # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
59 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
60 # allocate a number of virtual screens at autoconfiguration time
61 #options WSDISPLAY_DEFAULTSCREENS=4
62 # use a large software cursor that doesn't blink
63 #options PCDISPLAY_SOFTCURSOR
64
65 # Kernel root file system and dump configuration.
66 config netbsd root on ? type ?
67
68
69 #
70 # Device configuration
71 #
72
73 mainbus0 at root
74 cpu0 at mainbus0
75
76
77 # Basic Bus Support
78
79 # PCI bus support
80 pci0 at mainbus0 bus ?
81 pci* at pchb? bus ?
82
83 options PCI_NETBSD_CONFIGURE
84 #options PCIVERBOSE
85
86 # PCI bridges
87 pchb* at pci? dev ? function ? # PCI-Host bridges
88 pcib* at pci? dev ? function ? # PCI-ISA bridges
89
90 # ISA bus support
91 isa* at pcib? # ISA on PCI-ISA bridge
92
93 # PCMCIA bus support
94 # pcmcia* at pcic? controller ? socket ?
95
96 # ISA PCMCIA controllers
97 # pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
98
99 #options PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14
100 #options PCIC_ISA_ALLOC_IOBASE=0x0400
101 #options PCIC_ISA_ALLOC_IOSIZE=0x0100
102
103 # ISA Plug-and-Play bus support
104 # isapnp0 at isa?
105
106 # on-board I/O for IBM Personal Power Series 830 IDE controller
107 # obio0 at mainbus0
108
109
110 # Console Devices
111
112 # wscons
113 # pckbc0 at isa? # pc keyboard controller
114 # pckbd* at pckbc? # PC keyboard
115 # pms* at pckbc? # PS/2 mouse for wsmouse
116 # vga* at pci?
117 # wsdisplay* at vga? console ?
118 # wskbd* at pckbd? console ?
119 # wsmouse* at pms? mux 0
120
121 # pcppi0 at isa? # PC prog. periph. interface
122 # isabeep0 at pcppi? # "keyboard" beep
123
124 # mcclock0 at isa? port 0x70 # mc146818 and compatible
125
126
127 # Serial Devices
128
129 # ISA serial interfaces
130 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
131 com1 at isa? port 0x2f8 irq 3
132
133 # Parallel Printer Interfaces
134
135 # ISA parallel printer interfaces
136 # lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
137
138
139 # SCSI Controllers and Devices
140
141 # PCI SCSI controllers
142 # adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
143 # ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
144 # iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
145 # pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
146 # siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
147
148 # PCMCIA SCSI controllers
149 # aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
150
151 # SCSI bus support
152 # scsibus* at adw?
153 # scsibus* at ahc?
154 # scsibus* at aic?
155 # scsibus* at iha?
156 # scsibus* at pcscp?
157 # scsibus* at siop?
158
159 # SCSI devices
160 # sd* at scsibus? target ? lun ? # SCSI disk drives
161 # st* at scsibus? target ? lun ? # SCSI tape drives
162 # cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
163
164
165 # IDE and related devices
166
167 # IBM Personal Power Series 830 IDE controller
168 # wdc0 at obio? port 0x1f0 irq 13
169 # wdc1 at obio? port 0x170 irq 13
170
171 # ISA Plug-and-Play IDE controllers
172 # wdc* at isapnp?
173
174 # PCMCIA IDE controllers
175 # wdc* at pcmcia? function ?
176
177 # IDE drives
178 # Flags are used only with controllers that support DMA operations
179 # and mode settings (e.g. some pciide controllers)
180 # The lowest order four bits (rightmost digit) of the flags define the PIO
181 # mode to use, the next set of four bits the DMA mode and the third set the
182 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
183 # to use, and the last bit must be 1 for this setting to be used.
184 # For DMA and UDMA, 0xf (1111) means 'disable'.
185 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
186 # (0xc=1100, 0xa=1010, 0xf=1111)
187 # 0x0000 means "use whatever the drive claims to support".
188 # wd* at wdc? channel ? drive ? flags 0x0000
189
190 # ATAPI bus support
191 # atapibus* at wdc? channel ?
192
193 # ATAPI devices
194 # flags have the same meaning as for IDE drives.
195 # cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
196 # sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
197
198 # Miscellaneous mass storage devices
199
200 # ISA floppy
201 # fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
202 # fd* at fdc? drive ?
203
204 # Network Interfaces
205
206 # PCI network interfaces
207 pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
208 options PCN_NO_PROM # PROM not used for ethernet addr
209
210 # PCMCIA network interfaces
211 # ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
212 # ne* at pcmcia? function ? # NE2000-compatible Ethernet
213
214 # MII/PHY support
215 #acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
216 #amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
217 #bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
218 #brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
219 #dmphy* at mii? phy ? # Davicom DM9101 PHYs
220 #exphy* at mii? phy ? # 3Com internal PHYs
221 #gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
222 #glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
223 #gphyter* at mii? phy ? # NS83861 Gig-E PHY
224 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
225 #inphy* at mii? phy ? # Intel 82555 PHYs
226 #iophy* at mii? phy ? # Intel 82553 PHYs
227 #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
228 #makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
229 #nsphy* at mii? phy ? # NS83840 PHYs
230 #nsphyter* at mii? phy ? # NS83843 PHYs
231 #pnaphy* at mii? phy ? # generic HomePNA PHYs
232 #qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
233 #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
234 #tlphy* at mii? phy ? # ThunderLAN PHYs
235 #tqphy* at mii? phy ? # TDK Semiconductor PHYs
236 #ukphy* at mii? phy ? # generic unknown PHYs
237 #urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
238
239 # Pseudo-Devices
240
241 # disk/mass storage pseudo-devices
242 pseudo-device md 1 # memory disk device (ramdisk)
243
244 # network pseudo-devices
245 pseudo-device bpfilter 8 # network tap
246 pseudo-device loop # network loopback
247
248 # miscellaneous pseudo-devices
249 pseudo-device pty # pseudo-terminals
250 pseudo-device rnd # /dev/random and in-kernel generator
251 #options RND_COM # use "com" randomness as well
252 pseudo-device ksyms
253 pseudo-device clockctl
254