INSTALL revision 1.7.2.9 1 1.7.2.9 nathanw # $NetBSD: INSTALL,v 1.7.2.9 2002/11/11 21:57:32 nathanw Exp $
2 1.7.2.2 nathanw #
3 1.7.2.2 nathanw # CATSINST -- CHALTECH CATS Install kernel
4 1.7.2.2 nathanw #
5 1.7.2.2 nathanw
6 1.7.2.2 nathanw include "arch/cats/conf/std.cats"
7 1.7.2.2 nathanw
8 1.7.2.6 nathanw #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.7.2.6 nathanw
10 1.7.2.2 nathanw # estimated number of users
11 1.7.2.2 nathanw
12 1.7.2.2 nathanw maxusers 8
13 1.7.2.2 nathanw
14 1.7.2.2 nathanw # Standard system options
15 1.7.2.2 nathanw
16 1.7.2.2 nathanw #options UCONSOLE # users can use TIOCCONS (for xconsole)
17 1.7.2.2 nathanw options INSECURE # disable kernel securelevel
18 1.7.2.2 nathanw
19 1.7.2.2 nathanw options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
20 1.7.2.2 nathanw #options NTP # NTP phase/frequency locked loop
21 1.7.2.2 nathanw
22 1.7.2.2 nathanw # CPU options
23 1.7.2.2 nathanw
24 1.7.2.2 nathanw # For StrongARM systems
25 1.7.2.2 nathanw options CPU_SA110 # Support the SA110 core
26 1.7.2.2 nathanw makeoptions COPTS="-Os -march=armv4 -mtune=strongarm" # optimise for space
27 1.7.2.2 nathanw
28 1.7.2.2 nathanw # FPA options
29 1.7.2.2 nathanw
30 1.7.2.2 nathanw #options ARMFPE # ARM Ltd FPE
31 1.7.2.2 nathanw
32 1.7.2.2 nathanw # File systems
33 1.7.2.2 nathanw
34 1.7.2.2 nathanw file-system FFS # UFS
35 1.7.2.2 nathanw #file-system LFS # log-structured file system
36 1.7.2.2 nathanw file-system MFS # memory file system
37 1.7.2.2 nathanw file-system NFS # Network file system
38 1.7.2.2 nathanw #file-system ADOSFS # AmigaDOS-compatible file system
39 1.7.2.2 nathanw #file-system EXT2FS # second extended file system (linux)
40 1.7.2.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system
41 1.7.2.2 nathanw file-system MSDOSFS # MS-DOS file system
42 1.7.2.2 nathanw #file-system FDESC # /dev/fd
43 1.7.2.2 nathanw file-system KERNFS # /kern
44 1.7.2.2 nathanw #file-system NULLFS # loopback file system
45 1.7.2.2 nathanw #file-system OVERLAY # overlay filesystem
46 1.7.2.2 nathanw #file-system PORTAL # portal filesystem (still experimental)
47 1.7.2.2 nathanw #file-system PROCFS # /proc
48 1.7.2.2 nathanw #file-system UMAPFS # NULLFS + uid and gid remapping
49 1.7.2.2 nathanw #file-system UNION # union file system
50 1.7.2.2 nathanw #file-system CODA # Coda File System; also needs vcode (below)
51 1.7.2.2 nathanw
52 1.7.2.2 nathanw # File system options
53 1.7.2.2 nathanw #options QUOTA # UFS quotas
54 1.7.2.2 nathanw #options FFS_EI # FFS Endian Independant support
55 1.7.2.2 nathanw #options NFSSERVER
56 1.7.2.2 nathanw #options SOFTDEP # FFS soft updates support
57 1.7.2.7 nathanw options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
58 1.7.2.2 nathanw
59 1.7.2.2 nathanw # Networking options
60 1.7.2.2 nathanw
61 1.7.2.2 nathanw #options GATEWAY # packet forwarding
62 1.7.2.2 nathanw options INET # IP + ICMP + TCP + UDP
63 1.7.2.6 nathanw #options INET6 # IPV6
64 1.7.2.2 nathanw #options IPSEC # IP security
65 1.7.2.2 nathanw #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
66 1.7.2.2 nathanw #options IPSEC_DEBUG # debug for IP security
67 1.7.2.2 nathanw #options MROUTING # IP multicast routing
68 1.7.2.2 nathanw #options NS # XNS
69 1.7.2.2 nathanw #options NSIP # XNS tunneling over IP
70 1.7.2.2 nathanw #options ISO,TPIP # OSI
71 1.7.2.2 nathanw #options EON # OSI tunneling over IP
72 1.7.2.2 nathanw #options CCITT,LLC,HDLC # X.25
73 1.7.2.2 nathanw #options NETATALK # AppleTalk networking
74 1.7.2.2 nathanw #options PFIL_HOOKS # pfil(9) packet filter hooks
75 1.7.2.2 nathanw #options PPP_BSDCOMP # BSD-Compress compression support for PPP
76 1.7.2.2 nathanw #options PPP_DEFLATE # Deflate compression support for PPP
77 1.7.2.2 nathanw #options PPP_FILTER # Active filter support for PPP (requires bpf)
78 1.7.2.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
79 1.7.2.2 nathanw
80 1.7.2.2 nathanw options NFS_BOOT_BOOTP
81 1.7.2.2 nathanw options NFS_BOOT_DHCP
82 1.7.2.2 nathanw #options NFS_BOOT_BOOTPARAM
83 1.7.2.2 nathanw
84 1.7.2.2 nathanw # Compatibility options
85 1.7.2.2 nathanw
86 1.7.2.2 nathanw #options COMPAT_43 # 4.3BSD compatibility.
87 1.7.2.2 nathanw options COMPAT_14 # NetBSD 1.4 compatibility.
88 1.7.2.2 nathanw options COMPAT_13 # NetBSD 1.3 compatibility.
89 1.7.2.2 nathanw #options COMPAT_12 # NetBSD 1.2 compatibility.
90 1.7.2.2 nathanw #options COMPAT_11 # NetBSD 1.1 compatibility.
91 1.7.2.2 nathanw #options COMPAT_10 # NetBSD 1.0 compatibility.
92 1.7.2.2 nathanw #options COMPAT_09 # NetBSD 0.9 compatibility.
93 1.7.2.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
94 1.7.2.2 nathanw
95 1.7.2.2 nathanw # Shared memory options
96 1.7.2.2 nathanw
97 1.7.2.2 nathanw #options SYSVMSG # System V-like message queues
98 1.7.2.2 nathanw #options SYSVSEM # System V-like semaphores
99 1.7.2.2 nathanw #options SYSVSHM # System V-like memory sharing
100 1.7.2.2 nathanw #options SHMMAXPGS=1024 # 1024 pages is the default
101 1.7.2.2 nathanw
102 1.7.2.2 nathanw # Device options
103 1.7.2.2 nathanw
104 1.7.2.2 nathanw options MEMORY_DISK_HOOKS # boottime setup of ramdisk
105 1.7.2.5 nathanw options MEMORY_DISK_ROOT_SIZE=3800 # Size in blocks
106 1.7.2.2 nathanw options MEMORY_DISK_IS_ROOT # use memory disk as root
107 1.7.2.2 nathanw options MEMORY_DISK_SERVER=0 # no userspace memory disk support
108 1.7.2.2 nathanw
109 1.7.2.2 nathanw # Miscellaneous kernel options
110 1.7.2.2 nathanw #options KTRACE # system call tracing, a la ktrace(1)
111 1.7.2.2 nathanw #options IRQSTATS # manage IRQ statistics
112 1.7.2.2 nathanw #options LKM # loadable kernel modules
113 1.7.2.2 nathanw #options KMEMSTATS # kernel memory statistics
114 1.7.2.2 nathanw #options SCSIVERBOSE # Verbose SCSI errors
115 1.7.2.2 nathanw #options PCIVERBOSE # Verbose PCI descriptions
116 1.7.2.2 nathanw #options MIIVERBOSE # verbose PHY autoconfig messages
117 1.7.2.2 nathanw #options PCI_CONFIG_DUMP # verbosely dump PCI config space
118 1.7.2.2 nathanw #options USBVERBOSE # verbose USB device autoconfig messages
119 1.7.2.2 nathanw #options DDB_KEYCODE=0x40
120 1.7.2.2 nathanw options PMAP_STATIC_L1S=128
121 1.7.2.8 nathanw options USERCONF # userconf(4) support
122 1.7.2.7 nathanw options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
123 1.7.2.7 nathanw options MALLOC_NOINLINE # Not inlining MALLOC saves memory
124 1.7.2.2 nathanw
125 1.7.2.2 nathanw # wscons options
126 1.7.2.2 nathanw #options WSEMUL_SUN # sun terminal emulation
127 1.7.2.2 nathanw options WSEMUL_VT100 # VT100 / VT220 emulation
128 1.7.2.2 nathanw # different kernel output - see dev/wscons/wsdisplayvar.h
129 1.7.2.2 nathanw options WS_KERNEL_FG=WSCOL_GREEN
130 1.7.2.2 nathanw options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
131 1.7.2.2 nathanw options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
132 1.7.2.2 nathanw options WSDISPLAY_COMPAT_USL # VT handling
133 1.7.2.2 nathanw options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
134 1.7.2.2 nathanw # see dev/wscons/wskbdmap_mfii.h for implemented layouts
135 1.7.2.2 nathanw #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
136 1.7.2.2 nathanw
137 1.7.2.2 nathanw # Development and Debugging options
138 1.7.2.2 nathanw
139 1.7.2.2 nathanw #options ARM700BUGTRACK # track the ARM700 swi bug
140 1.7.2.2 nathanw #options PORTMASTER # Enable PortMaster only options
141 1.7.2.2 nathanw #options DIAGNOSTIC # internally consistency checks
142 1.7.2.2 nathanw #options PMAP_DEBUG # Enable pmap_debug_level code
143 1.7.2.2 nathanw #options IPKDB # remote kernel debugging
144 1.7.2.2 nathanw options DDB # in-kernel debugger
145 1.7.2.2 nathanw options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
146 1.7.2.2 nathanw #makeoptions DEBUG="-g" # compile full symbol table
147 1.7.2.2 nathanw
148 1.7.2.2 nathanw config netbsd root on ? type ?
149 1.7.2.2 nathanw
150 1.7.2.2 nathanw # The main bus device
151 1.7.2.2 nathanw mainbus0 at root
152 1.7.2.2 nathanw
153 1.7.2.2 nathanw # The boot cpu
154 1.7.2.2 nathanw cpu0 at mainbus?
155 1.7.2.2 nathanw
156 1.7.2.2 nathanw # Core logic
157 1.7.2.2 nathanw footbridge0 at mainbus?
158 1.7.2.2 nathanw
159 1.7.2.2 nathanw # footbridge uart
160 1.7.2.2 nathanw fcom0 at footbridge?
161 1.7.2.2 nathanw
162 1.7.2.2 nathanw # system clock via footbridge
163 1.7.2.2 nathanw #clock* at footbridge?
164 1.7.2.2 nathanw
165 1.7.2.2 nathanw # time-of-day device via footbridge or RTC
166 1.7.2.2 nathanw todclock0 at todservice?
167 1.7.2.2 nathanw
168 1.7.2.2 nathanw # PCI bus support
169 1.7.2.2 nathanw # PCI bus via footbridge
170 1.7.2.2 nathanw pci0 at footbridge? # PCI bus
171 1.7.2.2 nathanw
172 1.7.2.2 nathanw pci* at ppb? bus ?
173 1.7.2.2 nathanw
174 1.7.2.2 nathanw # PCI bridges
175 1.7.2.2 nathanw ppb* at pci? dev ? function ? # PCI-PCI bridges
176 1.7.2.2 nathanw # XXX 'puc's aren't really bridges, but there's no better place for them here
177 1.7.2.2 nathanw #puc* at pci? dev ? function ? # PCI "universal" comm. cards
178 1.7.2.2 nathanw
179 1.7.2.2 nathanw # PCI serial interfaces
180 1.7.2.2 nathanw #com* at puc? port ? # 16x50s on "universal" comm boards
181 1.7.2.2 nathanw #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
182 1.7.2.2 nathanw
183 1.7.2.2 nathanw # PCI parallel printer interfaces
184 1.7.2.2 nathanw #lpt* at puc? port ? # || ports on "universal" comm boards
185 1.7.2.2 nathanw
186 1.7.2.2 nathanw # PCI SCSI Controllers and Buses
187 1.7.2.2 nathanw adv* at pci? dev ? function ? # AdvanSys 1200[A,B], ULTRA SCSI
188 1.7.2.2 nathanw scsibus* at adv?
189 1.7.2.2 nathanw #adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI
190 1.7.2.2 nathanw #scsibus* at adw?
191 1.7.2.2 nathanw ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI controllers
192 1.7.2.2 nathanw scsibus* at ahc?
193 1.7.2.2 nathanw #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
194 1.7.2.2 nathanw #scsibus* at bha?
195 1.7.2.2 nathanw iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
196 1.7.2.2 nathanw scsibus* at iha?
197 1.7.2.2 nathanw isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI controllers
198 1.7.2.2 nathanw scsibus* at isp?
199 1.7.2.2 nathanw pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
200 1.7.2.2 nathanw scsibus* at pcscp?
201 1.7.2.2 nathanw siop* at pci? dev ? function ? # NCR 53c8xx SCSI
202 1.7.2.2 nathanw scsibus* at siop?
203 1.7.2.2 nathanw
204 1.7.2.2 nathanw # SCSI devices
205 1.7.2.2 nathanw sd* at scsibus? target ? lun ? # SCSI disk drives
206 1.7.2.2 nathanw st* at scsibus? target ? lun ? # SCSI tape drives
207 1.7.2.2 nathanw cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
208 1.7.2.2 nathanw #ch* at scsibus? target ? lun ? # SCSI auto-changers
209 1.7.2.2 nathanw #uk* at scsibus? target ? lun ? # SCSI unknown device
210 1.7.2.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanner
211 1.7.2.2 nathanw
212 1.7.2.2 nathanw # PCI IDE Controllers and Devices
213 1.7.2.2 nathanw # PCI IDE controllers - see pciide(4) for supported hardware.
214 1.7.2.2 nathanw # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
215 1.7.2.2 nathanw # how to set up DMA modes for this chip. This may work, or may cause
216 1.7.2.2 nathanw # a machine hang with some controllers.
217 1.7.2.2 nathanw pciide* at pci? dev ? function ? flags 0x0000
218 1.7.2.2 nathanw
219 1.7.2.2 nathanw # IDE drives
220 1.7.2.2 nathanw # Flags are used only with controllers that support DMA operations
221 1.7.2.2 nathanw # and mode settings (e.g. some pciide controllers)
222 1.7.2.2 nathanw # The lowest order four bits (rightmost digit) of the flags define the PIO
223 1.7.2.2 nathanw # mode to use, the next set of four bits the DMA mode and the third set the
224 1.7.2.2 nathanw # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
225 1.7.2.2 nathanw # to use, and the last bit must be 1 for this setting to be used.
226 1.7.2.2 nathanw # For DMA and UDMA, 0xf (1111) means 'disable'.
227 1.7.2.2 nathanw # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
228 1.7.2.2 nathanw # (0xc=1100, 0xa=1010, 0xf=1111)
229 1.7.2.2 nathanw # 0x0000 means "use whatever the drive claims to support".
230 1.7.2.2 nathanw wd* at pciide? channel ? drive ? flags 0x0000 # the drives themselves
231 1.7.2.2 nathanw
232 1.7.2.2 nathanw # ATAPI bus support
233 1.7.2.2 nathanw atapibus* at pciide? channel ?
234 1.7.2.2 nathanw
235 1.7.2.2 nathanw # ATAPI devices
236 1.7.2.2 nathanw cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
237 1.7.2.2 nathanw sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
238 1.7.2.2 nathanw #uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
239 1.7.2.2 nathanw
240 1.7.2.2 nathanw # PCI network interfaces
241 1.7.2.2 nathanw #en* at pci? dev ? function ? # ENI/Adaptec ATM
242 1.7.2.3 nathanw ep* at pci? dev ? function ? # 3C590 ethernet cards
243 1.7.2.2 nathanw ex* at pci? dev ? function ? # 3Com 90x[B]
244 1.7.2.2 nathanw epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
245 1.7.2.2 nathanw #esh* at pci? dev ? function ? # Essential HIPPI card
246 1.7.2.2 nathanw #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
247 1.7.2.2 nathanw fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
248 1.7.2.2 nathanw #le* at pci? dev ? function ? # PCnet-PCI Ethernet
249 1.7.2.2 nathanw ne* at pci? dev ? function ? # NE2000 compat ethernet
250 1.7.2.2 nathanw #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
251 1.7.2.2 nathanw sip* at pci? dev ? function ? # SiS 900 Ethernet
252 1.7.2.2 nathanw #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
253 1.7.2.6 nathanw de* at pci? dev ? function ? # DECchip 21x4x and clones
254 1.7.2.6 nathanw #tlp* at pci? dev ? function ? # DECchip 21x4x and clones
255 1.7.2.2 nathanw vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
256 1.7.2.2 nathanw #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
257 1.7.2.2 nathanw rtk* at pci? dev ? function ? # Realtek 8129/8139
258 1.7.2.2 nathanw
259 1.7.2.2 nathanw # MII/PHY support
260 1.7.2.2 nathanw exphy* at mii? phy ? # 3Com internal PHYs
261 1.7.2.3 nathanw #icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
262 1.7.2.2 nathanw inphy* at mii? phy ? # Intel 82555 PHYs
263 1.7.2.2 nathanw #iophy* at mii? phy ? # Intel 82553 PHYs
264 1.7.2.2 nathanw #lxtphy* at mii? phy ? # Level One LXT-970 PHYs
265 1.7.2.2 nathanw nsphy* at mii? phy ? # NS83840 PHYs
266 1.7.2.2 nathanw #nsphyter* at mii? phy ? # NS83843 PHYs
267 1.7.2.2 nathanw qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
268 1.7.2.2 nathanw #sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
269 1.7.2.2 nathanw #tlphy* at mii? phy ? # ThunderLAN PHYs
270 1.7.2.2 nathanw #tqphy* at mii? phy ? # TDK Semiconductor PHYs
271 1.7.2.2 nathanw ukphy* at mii? phy ? # generic unknown PHYs
272 1.7.2.2 nathanw
273 1.7.2.2 nathanw # USB Controller and Devices
274 1.7.2.2 nathanw
275 1.7.2.2 nathanw # PCI USB controllers
276 1.7.2.2 nathanw #uhci* at pci? # Universal Host Controller (Intel)
277 1.7.2.6 nathanw #ohci* at pci? # Open Host Controller
278 1.7.2.2 nathanw
279 1.7.2.2 nathanw # USB bus support
280 1.7.2.2 nathanw #usb* at uhci?
281 1.7.2.6 nathanw #usb* at ohci?
282 1.7.2.2 nathanw
283 1.7.2.2 nathanw # USB Hubs
284 1.7.2.6 nathanw #uhub* at usb?
285 1.7.2.6 nathanw #uhub* at uhub? port ? configuration ? interface ?
286 1.7.2.2 nathanw
287 1.7.2.2 nathanw # USB HID device
288 1.7.2.6 nathanw #uhidev* at uhub? port ? configuration ? interface ?
289 1.7.2.2 nathanw
290 1.7.2.2 nathanw # USB Mice
291 1.7.2.6 nathanw #ums* at uhidev? reportid ?
292 1.7.2.6 nathanw #wsmouse* at ums?
293 1.7.2.2 nathanw
294 1.7.2.2 nathanw # USB Keyboards
295 1.7.2.6 nathanw #ukbd* at uhidev? reportid ?
296 1.7.2.6 nathanw #wskbd* at ukbd? console ?
297 1.7.2.2 nathanw
298 1.7.2.2 nathanw # USB Generic HID devices
299 1.7.2.2 nathanw #uhid* at uhidev? reportid ?
300 1.7.2.2 nathanw
301 1.7.2.2 nathanw # USB Printer
302 1.7.2.2 nathanw #ulpt* at uhub? port ? configuration ? interface ?
303 1.7.2.2 nathanw
304 1.7.2.2 nathanw # USB Modem
305 1.7.2.2 nathanw #umodem* at uhub? port ? configuration ?
306 1.7.2.2 nathanw #ucom* at umodem?
307 1.7.2.2 nathanw
308 1.7.2.2 nathanw # USB Mass Storage
309 1.7.2.6 nathanw #umass* at uhub? port ? configuration ? interface ?
310 1.7.2.6 nathanw #atapibus* at umass? channel ?
311 1.7.2.6 nathanw #scsibus* at umass? channel ?
312 1.7.2.2 nathanw
313 1.7.2.2 nathanw # USB audio
314 1.7.2.2 nathanw #uaudio* at uhub? port ? configuration ?
315 1.7.2.2 nathanw #audio* at uaudio?
316 1.7.2.2 nathanw
317 1.7.2.2 nathanw # USB Ethernet adapters
318 1.7.2.6 nathanw #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
319 1.7.2.6 nathanw #cue* at uhub? port ? # CATC USB-EL1201A based adapters
320 1.7.2.6 nathanw #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
321 1.7.2.2 nathanw
322 1.7.2.2 nathanw # USB Generic driver
323 1.7.2.2 nathanw #ugen* at uhub? port ?
324 1.7.2.2 nathanw
325 1.7.2.2 nathanw # Audio Devices
326 1.7.2.2 nathanw
327 1.7.2.2 nathanw # PCI audio devices
328 1.7.2.2 nathanw #eap* at pci? dev ? function ? # Ensoniq AudioPCI
329 1.7.2.2 nathanw #sv* at pci? dev ? function ? # S3 SonicVibes
330 1.7.2.2 nathanw
331 1.7.2.2 nathanw # Audio support
332 1.7.2.2 nathanw #audio* at eap?
333 1.7.2.2 nathanw #audio* at sv?
334 1.7.2.2 nathanw
335 1.7.2.2 nathanw vga* at pci?
336 1.7.2.2 nathanw wsdisplay* at vga? console ?
337 1.7.2.2 nathanw
338 1.7.2.2 nathanw # ISA bus bridging
339 1.7.2.2 nathanw
340 1.7.2.2 nathanw pcib* at pci? dev ? function ? # PCI-ISA bridge
341 1.7.2.2 nathanw isa* at pcib? # ISA bus
342 1.7.2.2 nathanw
343 1.7.2.2 nathanw # ISA Plug-and-Play bus support
344 1.7.2.2 nathanw isapnp0 at isa?
345 1.7.2.2 nathanw
346 1.7.2.2 nathanw # wscons
347 1.7.2.2 nathanw pckbc0 at isa? # pc keyboard controller
348 1.7.2.2 nathanw pckbd* at pckbc? # PC keyboard
349 1.7.2.2 nathanw pms* at pckbc? # PS/2 mouse for wsmouse
350 1.7.2.2 nathanw wskbd* at pckbd? console ?
351 1.7.2.2 nathanw wsmouse* at pms?
352 1.7.2.2 nathanw
353 1.7.2.2 nathanw pcppi0 at isa?
354 1.7.2.2 nathanw sysbeep0 at pcppi?
355 1.7.2.2 nathanw
356 1.7.2.2 nathanw # ISA Plug-and-Play serial interfaces
357 1.7.2.2 nathanw com* at isapnp? # Modems and serial boards
358 1.7.2.2 nathanw
359 1.7.2.2 nathanw # ISA Plug-and-Play network interfaces
360 1.7.2.2 nathanw ep* at isapnp? # 3Com 3c509 Ethernet
361 1.7.2.9 nathanw fmv* at isapnp? # Fujitsu FMV-183
362 1.7.2.9 nathanw ne* at isapnp? # NE2000 compat
363 1.7.2.2 nathanw
364 1.7.2.2 nathanw # ISA serial interfaces
365 1.7.2.2 nathanw com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
366 1.7.2.2 nathanw com1 at isa? port 0x2f8 irq 3
367 1.7.2.2 nathanw #com2 at isa? port 0x3e8 irq 9
368 1.7.2.2 nathanw #com3 at isa? port 0x2e8 irq 10
369 1.7.2.2 nathanw
370 1.7.2.2 nathanw # ISA parallel printer interfaces
371 1.7.2.2 nathanw lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
372 1.7.2.2 nathanw lpt1 at isa? port 0x278 irq 5
373 1.7.2.2 nathanw #lpt2 at isa? port 0x3bc
374 1.7.2.2 nathanw
375 1.7.2.2 nathanw # ISA floppy
376 1.7.2.2 nathanw #fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
377 1.7.2.2 nathanw #fdc1 at isa? port 0x370 irq ? drq ?
378 1.7.2.2 nathanw #fd* at fdc? drive ? # the drives themselves
379 1.7.2.2 nathanw
380 1.7.2.2 nathanw # ISA network interface
381 1.7.2.2 nathanw #ne0 at isa? port 0x280 irq 9
382 1.7.2.2 nathanw #ne1 at isa? port 0x300 irq 10
383 1.7.2.2 nathanw #ep* at isa? port ? irq ?
384 1.7.2.2 nathanw
385 1.7.2.2 nathanw # The spkr driver provides a simple tone interface to the built in speaker.
386 1.7.2.6 nathanw #spkr0 at pcppi? # PC speaker
387 1.7.2.2 nathanw
388 1.7.2.2 nathanw dsrtc0 at isa? port 0x72 # Dallas RTC
389 1.7.2.2 nathanw
390 1.7.2.2 nathanw # ISA Plug-and-Play audio devices
391 1.7.2.2 nathanw #ess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio
392 1.7.2.2 nathanw #sb* at isapnp? # SoundBlaster-compatible audio
393 1.7.2.2 nathanw #wss* at isapnp? # Windows Sound System
394 1.7.2.2 nathanw
395 1.7.2.2 nathanw # OPL[23] FM syntheziers
396 1.7.2.2 nathanw #opl* at ess?
397 1.7.2.2 nathanw #opl* at sb?
398 1.7.2.2 nathanw
399 1.7.2.2 nathanw # Audio support
400 1.7.2.2 nathanw #audio* at ess?
401 1.7.2.2 nathanw #audio* at sb?
402 1.7.2.2 nathanw #audio* at wss?
403 1.7.2.2 nathanw
404 1.7.2.2 nathanw # MPU 401 UARTs
405 1.7.2.2 nathanw #mpu* at sb?
406 1.7.2.2 nathanw
407 1.7.2.2 nathanw # MIDI support
408 1.7.2.2 nathanw #midi* at pcppi? # MIDI interface to the PC speaker
409 1.7.2.2 nathanw #midi* at sb? # SB MPU401 port
410 1.7.2.2 nathanw #midi* at opl? # OPL FM synth
411 1.7.2.2 nathanw #midi* at mpu? # MPU 401
412 1.7.2.2 nathanw
413 1.7.2.2 nathanw # Joysticks
414 1.7.2.2 nathanw
415 1.7.2.2 nathanw # ISA Plug-and-Play joysticks
416 1.7.2.2 nathanw #joy* at isapnp? # Game ports (usually on audio cards)
417 1.7.2.2 nathanw
418 1.7.2.2 nathanw # ISA joysticks. Probe is a little strange; add only if you have one.
419 1.7.2.2 nathanw #joy0 at isa? port 0x201
420 1.7.2.2 nathanw
421 1.7.2.2 nathanw # Pseudo-Devices
422 1.7.2.2 nathanw
423 1.7.2.2 nathanw # disk/mass storage pseudo-devices
424 1.7.2.2 nathanw pseudo-device ccd 2 # concatenated/striped disk devices
425 1.7.2.2 nathanw pseudo-device md 1 # memory disk device (ramdisk)
426 1.7.2.2 nathanw #pseudo-device vnd 4 # disk-like interface to files
427 1.7.2.2 nathanw
428 1.7.2.2 nathanw # network pseudo-devices
429 1.7.2.2 nathanw pseudo-device bpfilter 4 # Berkeley packet filter
430 1.7.2.2 nathanw #pseudo-device ipfilter # IP filter (firewall) and NAT
431 1.7.2.2 nathanw pseudo-device loop # network loopback
432 1.7.2.6 nathanw #pseudo-device ppp 2 # Point-to-Point Protocol
433 1.7.2.6 nathanw #pseudo-device sl 2 # Serial Line IP
434 1.7.2.2 nathanw #pseudo-device strip 2 # Starmode Radio IP (Metricom)
435 1.7.2.2 nathanw #pseudo-device tun 2 # network tunneling over tty
436 1.7.2.2 nathanw
437 1.7.2.2 nathanw # miscellaneous pseudo-devices
438 1.7.2.2 nathanw pseudo-device pty # pseudo-terminals
439 1.7.2.2 nathanw #pseudo-device tb 1 # tablet line discipline
440 1.7.2.2 nathanw #pseudo-device sequencer 1 # MIDI sequencer
441 1.7.2.2 nathanw #pseudo-device rnd # /dev/random and in-kernel generator
442 1.7.2.2 nathanw #options RND_COM # use "com" randomness as well (BROKEN)
443 1.7.2.2 nathanw #pseudo-device vcoda 4 # coda minicache <-> venus comm.
444 1.7.2.2 nathanw
445 1.7.2.2 nathanw # mouse & keyboard multiplexor pseudo-devices
446 1.7.2.2 nathanw pseudo-device wsmux
447 1.7.2.2 nathanw
448 1.7.2.2 nathanw # for IPv6
449 1.7.2.2 nathanw #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
450 1.7.2.2 nathanw #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
451