CARDBUS revision 1.28.2.11 1 1.28.2.11 sommerfe # $NetBSD: CARDBUS,v 1.28.2.11 2002/04/27 20:24:43 sommerfeld Exp $
2 1.28.2.2 thorpej #
3 1.28.2.2 thorpej # CARDBUS: GENERIC + CardBus support. Additionally, some
4 1.28.2.2 thorpej # things typically not found on laptops have been commented out.
5 1.28.2.2 thorpej
6 1.28.2.8 sommerfe # from: GENERIC,v 1.432 2001/10/17 18:41:20 jdolecek Exp $
7 1.28.2.2 thorpej #
8 1.28.2.2 thorpej
9 1.28.2.2 thorpej include "arch/i386/conf/std.i386"
10 1.28.2.2 thorpej
11 1.28.2.11 sommerfe #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
12 1.28.2.11 sommerfe
13 1.28.2.11 sommerfe #ident "CARDBUS-$Revision: 1.28.2.11 $"
14 1.28.2.2 thorpej
15 1.28.2.2 thorpej maxusers 32 # estimated number of users
16 1.28.2.2 thorpej
17 1.28.2.2 thorpej # CPU support. At least one is REQUIRED.
18 1.28.2.2 thorpej options I386_CPU
19 1.28.2.2 thorpej options I486_CPU
20 1.28.2.2 thorpej options I586_CPU
21 1.28.2.2 thorpej options I686_CPU
22 1.28.2.2 thorpej
23 1.28.2.2 thorpej # CPU-related options.
24 1.28.2.2 thorpej options MATH_EMULATE # floating point emulation
25 1.28.2.2 thorpej options VM86 # virtual 8086 emulation
26 1.28.2.2 thorpej options USER_LDT # user-settable LDT; used by WINE
27 1.28.2.2 thorpej # eliminate delay no-ops in I/O; recommended on all but very old machines
28 1.28.2.2 thorpej #options DUMMY_NOPS
29 1.28.2.2 thorpej
30 1.28.2.8 sommerfe options MTRR # memory-type range register syscall support
31 1.28.2.8 sommerfe
32 1.28.2.2 thorpej # delay between "rebooting ..." message and hardware reset, in milliseconds
33 1.28.2.2 thorpej #options CPURESET_DELAY=2000
34 1.28.2.2 thorpej
35 1.28.2.2 thorpej # This option allows you to force a serial console at the specified
36 1.28.2.2 thorpej # I/O address. see console(4) for details.
37 1.28.2.8 sommerfe #options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=57600
38 1.28.2.2 thorpej # you don't want the option below ON iff you are using the
39 1.28.2.2 thorpej # serial console option of the new boot strap code.
40 1.28.2.2 thorpej #options CONS_OVERRIDE # Always use above! independent of boot info
41 1.28.2.2 thorpej
42 1.28.2.2 thorpej # The following options override the memory sizes passed in from the boot
43 1.28.2.2 thorpej # block. Use them *only* if the boot block is unable to determine the correct
44 1.28.2.2 thorpej # values. Note that the BIOS may *correctly* report less than 640k of base
45 1.28.2.2 thorpej # memory if the extended BIOS data area is located at the top of base memory
46 1.28.2.2 thorpej # (as is the case on most recent systems).
47 1.28.2.2 thorpej #options REALBASEMEM=639 # size of base memory (in KB)
48 1.28.2.2 thorpej #options REALEXTMEM=15360 # size of extended memory (in KB)
49 1.28.2.2 thorpej
50 1.28.2.9 sommerfe # following makes ARMADA M700's happy
51 1.28.2.9 sommerfe #options RBUS_MIN_START=0x20000000
52 1.28.2.9 sommerfe #options RBUS_IO_BASE=0x600
53 1.28.2.9 sommerfe #options RBUS_IO_SIZE=0x100
54 1.28.2.9 sommerfe
55 1.28.2.2 thorpej # Standard system options
56 1.28.2.2 thorpej
57 1.28.2.2 thorpej options UCONSOLE # users can use TIOCCONS (for xconsole)
58 1.28.2.2 thorpej options INSECURE # disable kernel security levels
59 1.28.2.2 thorpej
60 1.28.2.2 thorpej options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
61 1.28.2.2 thorpej options NTP # NTP phase/frequency locked loop
62 1.28.2.2 thorpej
63 1.28.2.2 thorpej options KTRACE # system call tracing via ktrace(1)
64 1.28.2.2 thorpej
65 1.28.2.2 thorpej options SYSVMSG # System V-like message queues
66 1.28.2.2 thorpej options SYSVSEM # System V-like semaphores
67 1.28.2.8 sommerfe #options SEMMNI=10 # number of semaphore identifiers
68 1.28.2.8 sommerfe #options SEMMNS=60 # number of semaphores in system
69 1.28.2.8 sommerfe #options SEMUME=10 # max number of undo entries per process
70 1.28.2.8 sommerfe #options SEMMNU=30 # number of undo structures in system
71 1.28.2.2 thorpej options SYSVSHM # System V-like memory sharing
72 1.28.2.2 thorpej #options SHMMAXPGS=1024 # 1024 pages is the default
73 1.28.2.2 thorpej
74 1.28.2.2 thorpej options LKM # loadable kernel modules
75 1.28.2.2 thorpej
76 1.28.2.11 sommerfe #options USERCONF # userconf(4) support
77 1.28.2.9 sommerfe #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
78 1.28.2.9 sommerfe
79 1.28.2.2 thorpej # Diagnostic/debugging support options
80 1.28.2.8 sommerfe #options DIAGNOSTIC # expensive kernel consistency checks
81 1.28.2.2 thorpej #options DEBUG # expensive debugging checks/support
82 1.28.2.2 thorpej #options KMEMSTATS # kernel memory statistics (vmstat -m)
83 1.28.2.2 thorpej options DDB # in-kernel debugger
84 1.28.2.2 thorpej options DDB_HISTORY_SIZE=512 # enable history editing in DDB
85 1.28.2.2 thorpej #options KGDB # remote debugger
86 1.28.2.8 sommerfe #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
87 1.28.2.2 thorpej #makeoptions DEBUG="-g" # compile full symbol table
88 1.28.2.2 thorpej
89 1.28.2.2 thorpej # Compatibility options
90 1.28.2.2 thorpej options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
91 1.28.2.2 thorpej options COMPAT_09 # NetBSD 0.9,
92 1.28.2.2 thorpej options COMPAT_10 # NetBSD 1.0,
93 1.28.2.2 thorpej options COMPAT_11 # NetBSD 1.1,
94 1.28.2.2 thorpej options COMPAT_12 # NetBSD 1.2,
95 1.28.2.2 thorpej options COMPAT_13 # NetBSD 1.3,
96 1.28.2.2 thorpej options COMPAT_14 # NetBSD 1.4,
97 1.28.2.3 sommerfe options COMPAT_15 # NetBSD 1.5,
98 1.28.2.2 thorpej options COMPAT_43 # and 4.3BSD
99 1.28.2.2 thorpej options COMPAT_386BSD_MBRPART # recognize old partition ID
100 1.28.2.5 sommerfe #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
101 1.28.2.2 thorpej
102 1.28.2.2 thorpej options COMPAT_SVR4 # binary compatibility with SVR4
103 1.28.2.2 thorpej options COMPAT_IBCS2 # binary compatibility with SCO and ISC
104 1.28.2.2 thorpej options COMPAT_LINUX # binary compatibility with Linux
105 1.28.2.2 thorpej options COMPAT_FREEBSD # binary compatibility with FreeBSD
106 1.28.2.8 sommerfe #options COMPAT_MACH # binary compatibility with Mach binaries
107 1.28.2.8 sommerfe #options EXEC_MACHO # exec MACH-O binaries
108 1.28.2.2 thorpej #options COMPAT_PECOFF # kernel support to run Win32 apps
109 1.28.2.2 thorpej
110 1.28.2.2 thorpej # File systems
111 1.28.2.2 thorpej file-system FFS # UFS
112 1.28.2.2 thorpej file-system EXT2FS # second extended file system (linux)
113 1.28.2.2 thorpej file-system LFS # log-structured file system
114 1.28.2.2 thorpej file-system MFS # memory file system
115 1.28.2.2 thorpej file-system NFS # Network File System client
116 1.28.2.2 thorpej file-system NTFS # Windows/NT file system (experimental)
117 1.28.2.2 thorpej file-system CD9660 # ISO 9660 + Rock Ridge file system
118 1.28.2.2 thorpej file-system MSDOSFS # MS-DOS file system
119 1.28.2.2 thorpej file-system FDESC # /dev/fd
120 1.28.2.2 thorpej file-system KERNFS # /kern
121 1.28.2.2 thorpej file-system NULLFS # loopback file system
122 1.28.2.2 thorpej file-system OVERLAY # overlay file system
123 1.28.2.2 thorpej file-system PORTAL # portal filesystem (still experimental)
124 1.28.2.2 thorpej file-system PROCFS # /proc
125 1.28.2.2 thorpej file-system UMAPFS # NULLFS + uid and gid remapping
126 1.28.2.2 thorpej file-system UNION # union file system
127 1.28.2.2 thorpej file-system CODA # Coda File System; also needs vcoda (below)
128 1.28.2.2 thorpej
129 1.28.2.2 thorpej # File system options
130 1.28.2.2 thorpej options QUOTA # UFS quotas
131 1.28.2.2 thorpej #options FFS_EI # FFS Endian Independent support
132 1.28.2.8 sommerfe options SOFTDEP # FFS soft updates support.
133 1.28.2.2 thorpej options NFSSERVER # Network File System server
134 1.28.2.2 thorpej #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
135 1.28.2.2 thorpej # immutable) behave as system flags.
136 1.28.2.2 thorpej
137 1.28.2.2 thorpej # Networking options
138 1.28.2.2 thorpej #options GATEWAY # packet forwarding
139 1.28.2.2 thorpej options INET # IP + ICMP + TCP + UDP
140 1.28.2.2 thorpej options INET6 # IPV6
141 1.28.2.2 thorpej #options IPSEC # IP security
142 1.28.2.2 thorpej #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
143 1.28.2.2 thorpej #options IPSEC_DEBUG # debug for IP security
144 1.28.2.2 thorpej #options MROUTING # IP multicast routing
145 1.28.2.2 thorpej options NS # XNS
146 1.28.2.2 thorpej #options NSIP # XNS tunneling over IP
147 1.28.2.2 thorpej options ISO,TPIP # OSI
148 1.28.2.2 thorpej #options EON # OSI tunneling over IP
149 1.28.2.2 thorpej options CCITT,LLC,HDLC # X.25
150 1.28.2.2 thorpej options NETATALK # AppleTalk networking protocols
151 1.28.2.2 thorpej options PPP_BSDCOMP # BSD-Compress compression support for PPP
152 1.28.2.2 thorpej options PPP_DEFLATE # Deflate compression support for PPP
153 1.28.2.2 thorpej options PPP_FILTER # Active filter support for PPP (requires bpf)
154 1.28.2.2 thorpej options PFIL_HOOKS # pfil(9) packet filter hooks
155 1.28.2.2 thorpej options IPFILTER_LOG # ipmon(8) log support
156 1.28.2.5 sommerfe #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
157 1.28.2.2 thorpej
158 1.28.2.2 thorpej # These options enable verbose messages for several subsystems.
159 1.28.2.2 thorpej # Warning, these may compile large string tables into the kernel!
160 1.28.2.8 sommerfe #options EISAVERBOSE # verbose EISA device autoconfig messages
161 1.28.2.2 thorpej options MIIVERBOSE # verbose PHY autoconfig messages
162 1.28.2.2 thorpej options PCIVERBOSE # verbose PCI device autoconfig messages
163 1.28.2.2 thorpej #options PCI_CONFIG_DUMP # verbosely dump PCI config space
164 1.28.2.2 thorpej #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
165 1.28.2.2 thorpej options SCSIVERBOSE # human readable SCSI error messages
166 1.28.2.2 thorpej options USBVERBOSE # verbose USB device autoconfig messages
167 1.28.2.2 thorpej #options PNPBIOSVERBOSE # verbose PnP BIOS messages
168 1.28.2.8 sommerfe #options PNPBIOSDEBUG # more fulsome PnP BIOS debugging messages
169 1.28.2.2 thorpej #options I2OVERBOSE # verbose I2O driver messages
170 1.28.2.8 sommerfe #options MCAVERBOSE # verbose MCA device autoconfig messages
171 1.28.2.2 thorpej
172 1.28.2.2 thorpej options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
173 1.28.2.2 thorpej
174 1.28.2.2 thorpej #
175 1.28.2.2 thorpej # wscons options
176 1.28.2.2 thorpej #
177 1.28.2.2 thorpej # builtin terminal emulations
178 1.28.2.2 thorpej #options WSEMUL_SUN # sun terminal emulation
179 1.28.2.2 thorpej options WSEMUL_VT100 # VT100 / VT220 emulation
180 1.28.2.2 thorpej # different kernel output - see dev/wscons/wsdisplayvar.h
181 1.28.2.2 thorpej options WS_KERNEL_FG=WSCOL_GREEN
182 1.28.2.2 thorpej #options WS_KERNEL_BG=WSCOL_BLACK
183 1.28.2.2 thorpej # compatibility to other console drivers
184 1.28.2.2 thorpej options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
185 1.28.2.2 thorpej options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
186 1.28.2.2 thorpej options WSDISPLAY_COMPAT_USL # VT handling
187 1.28.2.2 thorpej options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
188 1.28.2.2 thorpej # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
189 1.28.2.2 thorpej #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
190 1.28.2.2 thorpej # allocate a number of virtual screens at autoconfiguration time
191 1.28.2.2 thorpej #options WSDISPLAY_DEFAULTSCREENS=4
192 1.28.2.2 thorpej # use a large software cursor that doesn't blink
193 1.28.2.2 thorpej options PCDISPLAY_SOFTCURSOR
194 1.28.2.2 thorpej # modify the screen type of the console; defaults to "80x25"
195 1.28.2.2 thorpej #options VGA_CONSOLE_SCREENTYPE="\"80x24\""
196 1.28.2.2 thorpej
197 1.28.2.2 thorpej # Kernel root file system and dump configuration.
198 1.28.2.2 thorpej config netbsd root on ? type ?
199 1.28.2.2 thorpej #config netbsd root on sd0a type ffs
200 1.28.2.2 thorpej #config netbsd root on ? type nfs
201 1.28.2.2 thorpej
202 1.28.2.2 thorpej #
203 1.28.2.2 thorpej # Device configuration
204 1.28.2.2 thorpej #
205 1.28.2.2 thorpej
206 1.28.2.2 thorpej mainbus0 at root
207 1.28.2.2 thorpej
208 1.28.2.2 thorpej #apm0 at mainbus0 # Advanced power management
209 1.28.2.2 thorpej
210 1.28.2.2 thorpej # Tuning for power management, see apm(4) for more details.
211 1.28.2.2 thorpej #options APM_NO_IDLE # Don't call BIOS CPU idle function
212 1.28.2.2 thorpej #options APM_V10_ONLY # Use only the APM 1.0 calls
213 1.28.2.2 thorpej #options APM_NO_POWEROFF # Don't power off on halt(8)
214 1.28.2.2 thorpej #options APM_POWER_PRINT # Print stats on the console
215 1.28.2.2 thorpej #options APM_DISABLE_INTERRUPTS=0 # Don't disable interrupts
216 1.28.2.2 thorpej
217 1.28.2.2 thorpej
218 1.28.2.2 thorpej # Basic Bus Support
219 1.28.2.2 thorpej
220 1.28.2.2 thorpej # Plug-and-Play BIOS and attached devices
221 1.28.2.2 thorpej
222 1.28.2.2 thorpej #pnpbios* at mainbus?
223 1.28.2.2 thorpej
224 1.28.2.2 thorpej # mainboard audio chips
225 1.28.2.2 thorpej #ess* at pnpbios? index ? # ESS AudioDrive
226 1.28.2.2 thorpej #sb* at pnpbios? index ? # NeoMagic 256AV in sb mode
227 1.28.2.2 thorpej #wss* at pnpbios? index ? # NeoMagic 256AV in wss mode
228 1.28.2.2 thorpej #ym* at pnpbios? index ? # OPL3-SA3
229 1.28.2.2 thorpej
230 1.28.2.2 thorpej # com port
231 1.28.2.2 thorpej # If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
232 1.28.2.2 thorpej # Interfaces" to "com*", otherwise com2 will attach at pnpbios? and there
233 1.28.2.2 thorpej # will be no com0. A side effect is pcmcia (and other) com? previously
234 1.28.2.2 thorpej # starting at com3 may attach as com1 or com2.
235 1.28.2.2 thorpej #com* at pnpbios? index ? # serial ports
236 1.28.2.2 thorpej
237 1.28.2.2 thorpej # parallel port
238 1.28.2.2 thorpej # The above "com*" comments apply, cf. "lpt0" under "ISA parallel
239 1.28.2.2 thorpej # "printer interfaces".
240 1.28.2.2 thorpej #lpt* at pnpbios? index ? # parallel ports
241 1.28.2.2 thorpej
242 1.28.2.2 thorpej #pckbc* at pnpbios? index ? # PC keyboard/mouse controller
243 1.28.2.2 thorpej #fdc* at pnpbios? index ? # floppy controller
244 1.28.2.2 thorpej
245 1.28.2.2 thorpej # IDE controller on Toshiba Portege 3000 series (crippled PCI device)
246 1.28.2.2 thorpej #pciide* at pnpbios? index ?
247 1.28.2.2 thorpej
248 1.28.2.2 thorpej # PCI bus support
249 1.28.2.2 thorpej pci* at mainbus? bus ?
250 1.28.2.2 thorpej pci* at pchb? bus ?
251 1.28.2.2 thorpej pci* at ppb? bus ?
252 1.28.2.2 thorpej
253 1.28.2.2 thorpej # Configure PCI using BIOS information
254 1.28.2.2 thorpej options PCIBIOS # PCI BIOS support
255 1.28.2.2 thorpej #options PCIBIOSVERBOSE # PCI BIOS verbose info
256 1.28.2.2 thorpej options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses
257 1.28.2.2 thorpej options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
258 1.28.2.2 thorpej options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
259 1.28.2.2 thorpej #options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
260 1.28.2.2 thorpej options PCIBIOS_INTR_GUESS # see pcibios(4)
261 1.28.2.2 thorpej #options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
262 1.28.2.2 thorpej
263 1.28.2.2 thorpej # PCI bridges
264 1.28.2.2 thorpej pchb* at pci? dev ? function ? # PCI-Host bridges
265 1.28.2.8 sommerfe #pceb* at pci? dev ? function ? # PCI-EISA bridges
266 1.28.2.2 thorpej pcib* at pci? dev ? function ? # PCI-ISA bridges
267 1.28.2.8 sommerfe #pcmb* at pci? dev ? function ? # PCI-MCA bridges
268 1.28.2.2 thorpej ppb* at pci? dev ? function ? # PCI-PCI bridges
269 1.28.2.9 sommerfe ppb* at cardbus? dev ? function ? # Cardbus-PCI bridges (www.magma.com)
270 1.28.2.2 thorpej # XXX 'puc's aren't really bridges, but there's no better place for them here
271 1.28.2.2 thorpej puc* at pci? dev ? function ? # PCI "universal" comm. cards
272 1.28.2.2 thorpej
273 1.28.2.2 thorpej # EISA bus support
274 1.28.2.2 thorpej #eisa* at mainbus?
275 1.28.2.2 thorpej #eisa* at pceb?
276 1.28.2.2 thorpej
277 1.28.2.2 thorpej # ISA bus support
278 1.28.2.7 sommerfe isa0 at mainbus?
279 1.28.2.8 sommerfe #isa0 at pceb?
280 1.28.2.7 sommerfe isa0 at pcib?
281 1.28.2.2 thorpej
282 1.28.2.2 thorpej # PCMCIA bus support
283 1.28.2.2 thorpej #pcmcia* at pcic? controller ? socket ?
284 1.28.2.2 thorpej #pcmcia* at tcic? controller ? socket ?
285 1.28.2.2 thorpej
286 1.28.2.8 sommerfe # MCA bus support
287 1.28.2.8 sommerfe #mca0 at mainbus?
288 1.28.2.8 sommerfe
289 1.28.2.2 thorpej # ISA PCMCIA controllers
290 1.28.2.2 thorpej #pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
291 1.28.2.2 thorpej #pcic1 at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
292 1.28.2.2 thorpej #tcic0 at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
293 1.28.2.2 thorpej
294 1.28.2.2 thorpej # PCI PCMCIA controllers
295 1.28.2.2 thorpej #pcic0 at pci? dev? function ?
296 1.28.2.2 thorpej
297 1.28.2.2 thorpej # ISA Plug-and-Play bus support
298 1.28.2.2 thorpej #isapnp0 at isa?
299 1.28.2.2 thorpej
300 1.28.2.2 thorpej # ISA Plug-and-Play PCMCIA controllers
301 1.28.2.2 thorpej #pcic* at isapnp?
302 1.28.2.2 thorpej
303 1.28.2.2 thorpej # CardBus bridge support
304 1.28.2.2 thorpej cbb* at pci? dev ? function ?
305 1.28.2.8 sommerfe cardslot* at cbb?
306 1.28.2.2 thorpej
307 1.28.2.2 thorpej # CardBus bus support
308 1.28.2.2 thorpej cardbus* at cardslot?
309 1.28.2.2 thorpej pcmcia* at cardslot?
310 1.28.2.2 thorpej
311 1.28.2.2 thorpej # Coprocessor Support
312 1.28.2.2 thorpej
313 1.28.2.2 thorpej # Math Coprocessor support
314 1.28.2.2 thorpej npx0 at isa? port 0xf0 irq 13 # x86 math coprocessor
315 1.28.2.2 thorpej
316 1.28.2.2 thorpej
317 1.28.2.2 thorpej # Console Devices
318 1.28.2.2 thorpej
319 1.28.2.2 thorpej # ISA console
320 1.28.2.2 thorpej #pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
321 1.28.2.2 thorpej # Keyboard layout configuration for pccons
322 1.28.2.2 thorpej #options FRENCH_KBD
323 1.28.2.2 thorpej #options FINNISH_KBD
324 1.28.2.2 thorpej #options GERMAN_KBD
325 1.28.2.2 thorpej #options NORWEGIAN_KBD
326 1.28.2.2 thorpej # pccons-specific options:
327 1.28.2.2 thorpej #options XSERVER_DDB # PF12 gets you into DDB when X is running
328 1.28.2.2 thorpej #options XSERVER # X server support
329 1.28.2.2 thorpej
330 1.28.2.2 thorpej
331 1.28.2.2 thorpej # wscons
332 1.28.2.2 thorpej pckbc0 at isa? # pc keyboard controller
333 1.28.2.2 thorpej pckbd* at pckbc? # PC keyboard
334 1.28.2.2 thorpej pms* at pckbc? # PS/2 mouse for wsmouse
335 1.28.2.2 thorpej vga0 at isa?
336 1.28.2.2 thorpej vga* at pci? dev ? function ?
337 1.28.2.2 thorpej pcdisplay0 at isa? # CGA, MDA, EGA, HGA
338 1.28.2.2 thorpej wsdisplay* at vga? console ?
339 1.28.2.2 thorpej wsdisplay* at pcdisplay? console ?
340 1.28.2.2 thorpej wskbd* at pckbd? console ?
341 1.28.2.2 thorpej wsmouse* at pms? mux 0
342 1.28.2.2 thorpej
343 1.28.2.2 thorpej pcppi0 at isa?
344 1.28.2.2 thorpej sysbeep0 at pcppi?
345 1.28.2.2 thorpej
346 1.28.2.2 thorpej # Serial Devices
347 1.28.2.2 thorpej
348 1.28.2.2 thorpej # PCI serial interfaces
349 1.28.2.2 thorpej #com* at puc? port ? # 16x50s on "universal" comm boards
350 1.28.2.2 thorpej #cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial boards
351 1.28.2.2 thorpej #cz* at pci? dev ? function ? # Cyclades-Z multi-port serial boards
352 1.28.2.2 thorpej
353 1.28.2.2 thorpej # ISA Plug-and-Play serial interfaces
354 1.28.2.2 thorpej #com* at isapnp? # Modems and serial boards
355 1.28.2.2 thorpej
356 1.28.2.2 thorpej # PCMCIA serial interfaces
357 1.28.2.2 thorpej com* at pcmcia? function ? # Modems and serial cards
358 1.28.2.2 thorpej
359 1.28.2.2 thorpej pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
360 1.28.2.2 thorpej com* at pcmcom? slave ? # ...and the slave devices
361 1.28.2.2 thorpej
362 1.28.2.2 thorpej # CardBus serial interfaces
363 1.28.2.2 thorpej com* at cardbus? dev ? function ? # Modems and serial cards
364 1.28.2.2 thorpej
365 1.28.2.2 thorpej # ISA serial interfaces
366 1.28.2.2 thorpej #options COM_HAYESP # adds Hayes ESP serial board support
367 1.28.2.2 thorpej com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports
368 1.28.2.2 thorpej com1 at isa? port 0x2f8 irq 3
369 1.28.2.2 thorpej com2 at isa? port 0x3e8 irq 5
370 1.28.2.2 thorpej #com3 at isa? port 0x2e8 irq 9
371 1.28.2.2 thorpej #ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards
372 1.28.2.2 thorpej #com* at ast? slave ?
373 1.28.2.2 thorpej #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards
374 1.28.2.2 thorpej #boca0 at isa? port 0x100 irq 5 # BOCA 16-port serial cards (BB2016)
375 1.28.2.2 thorpej #boca1 at isa? port 0x140 irq 5 # this line is also needed for BB2016
376 1.28.2.2 thorpej #com* at boca? slave ?
377 1.28.2.2 thorpej #tcom0 at isa? port 0x100 irq 7 # TC-800 8-port serial cards
378 1.28.2.2 thorpej #com* at tcom? slave ?
379 1.28.2.2 thorpej #rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards
380 1.28.2.2 thorpej #com* at rtfps? slave ?
381 1.28.2.2 thorpej #cy0 at isa? iomem 0xd4000 irq 12 # Cyclades serial cards
382 1.28.2.2 thorpej #addcom0 at isa? port 0x108 irq 5 # Addonics FlexPort 8S
383 1.28.2.2 thorpej #com* at addcom? slave ?
384 1.28.2.2 thorpej #moxa0 at isa? port 0x100 irq 5 # MOXA C168H serial card (experimental)
385 1.28.2.2 thorpej #com* at moxa? slave ?
386 1.28.2.2 thorpej
387 1.28.2.8 sommerfe # MCA serial interfaces
388 1.28.2.8 sommerfe #com* at mca? slot ? # 16x50s on comm boards
389 1.28.2.2 thorpej
390 1.28.2.2 thorpej # Parallel Printer Interfaces
391 1.28.2.2 thorpej
392 1.28.2.2 thorpej # PCI parallel printer interfaces
393 1.28.2.2 thorpej #lpt* at puc? port ? # || ports on "universal" comm boards
394 1.28.2.2 thorpej
395 1.28.2.2 thorpej # ISA parallel printer interfaces
396 1.28.2.2 thorpej lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
397 1.28.2.2 thorpej lpt1 at isa? port 0x278
398 1.28.2.2 thorpej lpt2 at isa? port 0x3bc
399 1.28.2.2 thorpej
400 1.28.2.8 sommerfe # Hardware monitors
401 1.28.2.2 thorpej
402 1.28.2.2 thorpej # LM7[89] and compatible hardware monitors
403 1.28.2.2 thorpej #lm0 at isa? port 0x290 # other common ports: 0x280, 0x310
404 1.28.2.2 thorpej
405 1.28.2.2 thorpej # VIA VT82C686A hardware monitor
406 1.28.2.2 thorpej #viapm* at pci? dev ? function ?
407 1.28.2.2 thorpej #viaenv* at viapm?
408 1.28.2.2 thorpej
409 1.28.2.2 thorpej
410 1.28.2.2 thorpej # I2O devices
411 1.28.2.2 thorpej #iop* at pci? dev ? function ? # I/O processor
412 1.28.2.2 thorpej #iopsp* at iop? tid ? # SCSI/FC-AL ports
413 1.28.2.2 thorpej #ld* at iop? tid ? # block devices
414 1.28.2.2 thorpej
415 1.28.2.2 thorpej
416 1.28.2.2 thorpej # SCSI Controllers and Devices
417 1.28.2.2 thorpej
418 1.28.2.2 thorpej # PCI SCSI controllers
419 1.28.2.2 thorpej #adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
420 1.28.2.2 thorpej #adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
421 1.28.2.2 thorpej #ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
422 1.28.2.2 thorpej #bha* at pci? dev ? function ? # BusLogic 9xx SCSI
423 1.28.2.2 thorpej #dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
424 1.28.2.2 thorpej #isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel
425 1.28.2.2 thorpej #siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
426 1.28.2.2 thorpej #pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
427 1.28.2.2 thorpej
428 1.28.2.2 thorpej # EISA SCSI controllers
429 1.28.2.2 thorpej #ahb* at eisa? slot ? # Adaptec 174[02] SCSI
430 1.28.2.2 thorpej #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
431 1.28.2.2 thorpej #bha* at eisa? slot ? # BusLogic 7xx SCSI
432 1.28.2.2 thorpej #dpt* at eisa? slot ? # DPT EATA SCSI
433 1.28.2.2 thorpej #uha* at eisa? slot ? # UltraStor 24f SCSI
434 1.28.2.2 thorpej
435 1.28.2.2 thorpej # PCMCIA SCSI controllers
436 1.28.2.2 thorpej aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
437 1.28.2.2 thorpej esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI
438 1.28.2.2 thorpej
439 1.28.2.2 thorpej # ISA Plug-and-Play SCSI controllers
440 1.28.2.2 thorpej #aha* at isapnp? # Adaptec AHA-154[02
441 1.28.2.2 thorpej #aic* at isapnp? # Adaptec AHA-1520B
442 1.28.2.2 thorpej
443 1.28.2.2 thorpej # ISA SCSI controllers
444 1.28.2.2 thorpej #adv0 at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
445 1.28.2.2 thorpej #aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
446 1.28.2.2 thorpej #aha1 at isa? port 0x334 irq ? drq ?
447 1.28.2.2 thorpej #ahc0 at isa? port ? irq ? # Adaptec 284x SCSI
448 1.28.2.2 thorpej #aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI
449 1.28.2.2 thorpej #bha0 at isa? port 0x330 irq ? drq ? # BusLogic [457]4X SCSI
450 1.28.2.2 thorpej #bha1 at isa? port 0x334 irq ? drq ?
451 1.28.2.2 thorpej # The "nca" and "dpt" probes might give false hits or hang your machine.
452 1.28.2.2 thorpej #dpt0 at isa? port 0x170 irq ? drq ? # DPT SmartCache/SmartRAID
453 1.28.2.2 thorpej #nca0 at isa? port 0x360 irq 15 # Port-mapped NCR 53C80 controller
454 1.28.2.2 thorpej #nca1 at isa? iomem 0xd8000 irq 5 # Memory-mapped controller (T128, etc.)
455 1.28.2.2 thorpej #sea0 at isa? iomem 0xc8000 irq 5 # Seagate/Future Domain SCSI
456 1.28.2.2 thorpej #uha0 at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI
457 1.28.2.2 thorpej #uha1 at isa? port 0x340 irq ? drq ?
458 1.28.2.2 thorpej #wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 controllers
459 1.28.2.2 thorpej #wds1 at isa? port 0x358 irq 11 drq 5
460 1.28.2.2 thorpej
461 1.28.2.2 thorpej # CardBus SCSI cards
462 1.28.2.8 sommerfe adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
463 1.28.2.9 sommerfe ahc* at cardbus? dev ? function ? # Adaptec ADP-1480
464 1.28.2.8 sommerfe
465 1.28.2.8 sommerfe # MCA SCSI cards
466 1.28.2.8 sommerfe #aha* at mca? slot ? # Adaptec AHA-1640
467 1.28.2.2 thorpej
468 1.28.2.2 thorpej # SCSI bus support
469 1.28.2.2 thorpej #scsibus* at adv?
470 1.28.2.2 thorpej #scsibus* at adw?
471 1.28.2.2 thorpej #scsibus* at aha?
472 1.28.2.2 thorpej #scsibus* at ahb?
473 1.28.2.2 thorpej scsibus* at ahc?
474 1.28.2.2 thorpej scsibus* at aic?
475 1.28.2.2 thorpej #scsibus* at bha?
476 1.28.2.2 thorpej #scsibus* at dpt?
477 1.28.2.2 thorpej scsibus* at esp?
478 1.28.2.2 thorpej #scsibus* at iopsp?
479 1.28.2.2 thorpej #scsibus* at isp?
480 1.28.2.2 thorpej #scsibus* at nca?
481 1.28.2.2 thorpej #scsibus* at pcscp?
482 1.28.2.2 thorpej #scsibus* at sea?
483 1.28.2.2 thorpej #scsibus* at siop?
484 1.28.2.2 thorpej #scsibus* at uha?
485 1.28.2.2 thorpej #scsibus* at wds?
486 1.28.2.2 thorpej
487 1.28.2.2 thorpej # SCSI devices
488 1.28.2.2 thorpej sd* at scsibus? target ? lun ? # SCSI disk drives
489 1.28.2.2 thorpej st* at scsibus? target ? lun ? # SCSI tape drives
490 1.28.2.2 thorpej cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
491 1.28.2.2 thorpej ch* at scsibus? target ? lun ? # SCSI autochangers
492 1.28.2.2 thorpej ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
493 1.28.2.2 thorpej ss* at scsibus? target ? lun ? # SCSI scanners
494 1.28.2.2 thorpej uk* at scsibus? target ? lun ? # SCSI unknown
495 1.28.2.2 thorpej
496 1.28.2.2 thorpej
497 1.28.2.2 thorpej # RAID controllers and devices
498 1.28.2.2 thorpej #cac* at eisa? # Compaq EISA array controllers
499 1.28.2.2 thorpej #cac* at pci? dev ? function ? # Compaq PCI array controllers
500 1.28.2.3 sommerfe #mlx* at pci? dev ? function ? # Mylex DAC960 & DEC SWXCR family
501 1.28.2.2 thorpej #twe* at pci? dev ? function ? # 3ware Escalade RAID controllers
502 1.28.2.3 sommerfe
503 1.28.2.3 sommerfe #ld* at cac? unit ? # logical disk devices
504 1.28.2.3 sommerfe #ld* at twe? unit ?
505 1.28.2.3 sommerfe #ld* at mlx? unit ?
506 1.28.2.2 thorpej
507 1.28.2.2 thorpej
508 1.28.2.2 thorpej # IDE and related devices
509 1.28.2.2 thorpej # PCI IDE controllers - see pciide(4) for supported hardware.
510 1.28.2.2 thorpej # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
511 1.28.2.2 thorpej # how to set up DMA modes for this chip. This may work, or may cause
512 1.28.2.2 thorpej # a machine hang with some controllers.
513 1.28.2.2 thorpej pciide* at pci? dev ? function ? flags 0x0000
514 1.28.2.2 thorpej
515 1.28.2.2 thorpej # ISA Plug-and-Play IDE controllers
516 1.28.2.8 sommerfe #wdc* at isapnp?
517 1.28.2.2 thorpej
518 1.28.2.2 thorpej # PCMCIA IDE controllers
519 1.28.2.2 thorpej wdc* at pcmcia? function ?
520 1.28.2.2 thorpej
521 1.28.2.2 thorpej # ISA ST506, ESDI, and IDE controllers
522 1.28.2.2 thorpej # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
523 1.28.2.2 thorpej # fall back to 16bits I/O if 32bits I/O are not functional).
524 1.28.2.2 thorpej # Some controllers pass the initial 32bit test, but will fail later.
525 1.28.2.2 thorpej wdc0 at isa? port 0x1f0 irq 14 flags 0x00
526 1.28.2.2 thorpej wdc1 at isa? port 0x170 irq 15 flags 0x00
527 1.28.2.2 thorpej
528 1.28.2.2 thorpej # IDE drives
529 1.28.2.2 thorpej # Flags are used only with controllers that support DMA operations
530 1.28.2.2 thorpej # and mode settings (e.g. some pciide controllers)
531 1.28.2.2 thorpej # The lowest order four bits (rightmost digit) of the flags define the PIO
532 1.28.2.2 thorpej # mode to use, the next set of four bits the DMA mode and the third set the
533 1.28.2.2 thorpej # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
534 1.28.2.2 thorpej # to use, and the last bit must be 1 for this setting to be used.
535 1.28.2.2 thorpej # For DMA and UDMA, 0xf (1111) means 'disable'.
536 1.28.2.2 thorpej # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
537 1.28.2.2 thorpej # (0xc=1100, 0xa=1010, 0xf=1111)
538 1.28.2.2 thorpej # 0x0000 means "use whatever the drive claims to support".
539 1.28.2.2 thorpej wd* at wdc? channel ? drive ? flags 0x0000
540 1.28.2.2 thorpej wd* at pciide? channel ? drive ? flags 0x0000
541 1.28.2.2 thorpej
542 1.28.2.2 thorpej # ATAPI bus support
543 1.28.2.2 thorpej atapibus* at wdc? channel ?
544 1.28.2.2 thorpej atapibus* at pciide? channel ?
545 1.28.2.2 thorpej
546 1.28.2.2 thorpej # ATAPI devices
547 1.28.2.2 thorpej # flags have the same meaning as for IDE drives.
548 1.28.2.2 thorpej cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
549 1.28.2.2 thorpej sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
550 1.28.2.2 thorpej uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
551 1.28.2.2 thorpej
552 1.28.2.2 thorpej
553 1.28.2.2 thorpej # Miscellaneous mass storage devices
554 1.28.2.2 thorpej
555 1.28.2.2 thorpej # ISA floppy
556 1.28.2.2 thorpej fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
557 1.28.2.2 thorpej #fdc1 at isa? port 0x370 irq ? drq ?
558 1.28.2.2 thorpej fd* at fdc? drive ? # the drives themselves
559 1.28.2.2 thorpej # some machines need you to do this instead of fd*
560 1.28.2.2 thorpej #fd0 at fdc0 drive 0
561 1.28.2.2 thorpej
562 1.28.2.2 thorpej # ISA CD-ROM devices
563 1.28.2.2 thorpej #mcd0 at isa? port 0x300 irq 10 # Mitsumi CD-ROM drives
564 1.28.2.2 thorpej
565 1.28.2.2 thorpej # ISA tape devices
566 1.28.2.2 thorpej # note: the wt driver conflicts unpleasantly with SMC boards at the
567 1.28.2.2 thorpej # same I/O address. The probe reprograms their EEPROMs. Don't
568 1.28.2.2 thorpej # uncomment it unless you are actually using it.
569 1.28.2.2 thorpej #wt0 at isa? port 0x308 irq 5 drq 1 # Archive and Wangtek QIC tape drives
570 1.28.2.2 thorpej
571 1.28.2.8 sommerfe # MCA ESDI devices
572 1.28.2.8 sommerfe #edc* at mca? slot ? # IBM ESDI Disk Controllers
573 1.28.2.8 sommerfe #ed* at edc?
574 1.28.2.8 sommerfe
575 1.28.2.2 thorpej
576 1.28.2.2 thorpej # Network Interfaces
577 1.28.2.2 thorpej
578 1.28.2.2 thorpej # PCI network interfaces
579 1.28.2.2 thorpej #an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
580 1.28.2.2 thorpej #en* at pci? dev ? function ? # ENI/Adaptec ATM
581 1.28.2.2 thorpej #ep* at pci? dev ? function ? # 3Com 3c59x
582 1.28.2.6 sommerfe ex* at pci? dev ? function ? # 3Com 90x[BC]
583 1.28.2.2 thorpej #epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
584 1.28.2.2 thorpej #esh* at pci? dev ? function ? # Essential HIPPI card
585 1.28.2.2 thorpej #fpa* at pci? dev ? function ? # DEC DEFPA FDDI
586 1.28.2.2 thorpej fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
587 1.28.2.2 thorpej #le* at pci? dev ? function ? # PCnet-PCI Ethernet
588 1.28.2.2 thorpej #lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
589 1.28.2.2 thorpej #ne* at pci? dev ? function ? # NE2000-compatible Ethernet
590 1.28.2.2 thorpej #ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
591 1.28.2.2 thorpej #rtk* at pci? dev ? function ? # Realtek 8129/8139
592 1.28.2.2 thorpej #sip* at pci? dev ? function ? # SiS 900 Ethernet
593 1.28.2.2 thorpej #ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
594 1.28.2.2 thorpej #tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
595 1.28.2.11 sommerfe #tlp* at pci? dev ? function ? # DECchip 21x4x and clones
596 1.28.2.2 thorpej #vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
597 1.28.2.2 thorpej
598 1.28.2.2 thorpej # EISA network interfaces
599 1.28.2.2 thorpej #ep* at eisa? slot ? # 3Com 3c579 Ethernet
600 1.28.2.2 thorpej #fea* at eisa? slot ? # DEC DEFEA FDDI
601 1.28.2.2 thorpej #tlp* at eisa? slot ? # DEC DE-425 Ethernet
602 1.28.2.2 thorpej
603 1.28.2.2 thorpej # ISA Plug-and-Play network interfaces
604 1.28.2.2 thorpej #an* at isapnp? # Aironet 802.11
605 1.28.2.2 thorpej #ep* at isapnp? # 3Com 3c509 Ethernet
606 1.28.2.2 thorpej #ne* at isapnp? # NE2000-compatible Ethernet
607 1.28.2.2 thorpej #tr* at isapnp? # IBM/3COM TROPIC Token-Ring
608 1.28.2.2 thorpej
609 1.28.2.2 thorpej # PCMCIA network interfaces
610 1.28.2.2 thorpej an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
611 1.28.2.2 thorpej awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
612 1.28.2.2 thorpej cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
613 1.28.2.2 thorpej ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
614 1.28.2.2 thorpej mbe* at pcmcia? function ? # MB8696x based Ethernet
615 1.28.2.2 thorpej ne* at pcmcia? function ? # NE2000-compatible Ethernet
616 1.28.2.2 thorpej ray* at pcmcia? function ? # Raytheon Raylink (802.11)
617 1.28.2.2 thorpej sm* at pcmcia? function ? # Megahertz Ethernet
618 1.28.2.2 thorpej wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
619 1.28.2.2 thorpej xi* at pcmcia? function ? # Xircom CreditCard Ethernet
620 1.28.2.2 thorpej
621 1.28.2.2 thorpej mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
622 1.28.2.2 thorpej com* at mhzc?
623 1.28.2.2 thorpej sm* at mhzc?
624 1.28.2.2 thorpej
625 1.28.2.2 thorpej # ISA network interfaces
626 1.28.2.2 thorpej #ate0 at isa? port 0x2a0 irq ? # AT1700
627 1.28.2.2 thorpej #cs0 at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
628 1.28.2.2 thorpej #ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
629 1.28.2.2 thorpej #eg0 at isa? port 0x280 irq 9 # 3C505 ethernet cards
630 1.28.2.2 thorpej #el0 at isa? port 0x300 irq 9 # 3C501 ethernet cards
631 1.28.2.2 thorpej #ep* at isa? port ? irq ? # 3C509 ethernet cards
632 1.28.2.2 thorpej #ef0 at isa? port 0x360 iomem 0xd0000 irq 7 # 3C507
633 1.28.2.2 thorpej #ai0 at isa? port 0x360 iomem 0xd0000 irq 7 # StarLAN
634 1.28.2.2 thorpej #fmv0 at isa? port 0x2a0 irq ? # FMV-180 series
635 1.28.2.2 thorpej #ix0 at isa? port 0x300 irq 10 # EtherExpress/16
636 1.28.2.2 thorpej #iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
637 1.28.2.2 thorpej #lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
638 1.28.2.2 thorpej #depca0 at isa? port 0x300 iomem 0xc8000 iosiz 0x8000 irq 5 # DEPCA
639 1.28.2.2 thorpej #le* at depca?
640 1.28.2.2 thorpej #nele0 at isa? port 0x320 irq 9 drq 7 # NE2100
641 1.28.2.2 thorpej #le* at nele?
642 1.28.2.2 thorpej #ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1 # Riscom/N2 sync serial
643 1.28.2.2 thorpej #bicc0 at isa? port 0x320 irq 10 drq 7 # BICC IsoLan
644 1.28.2.2 thorpej #le* at bicc?
645 1.28.2.2 thorpej #ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
646 1.28.2.2 thorpej #ne1 at isa? port 0x300 irq 10
647 1.28.2.2 thorpej sm0 at isa? port 0x300 irq 10 # SMC91C9x Ethernet
648 1.28.2.8 sommerfe #tr0 at isa? port 0xa20 iomem 0xd8000 irq ? # IBM TROPIC based Token-Ring
649 1.28.2.8 sommerfe #tr1 at isa? port 0xa24 iomem 0xd0000 irq ? # IBM TROPIC based Token-Ring
650 1.28.2.2 thorpej #tr* at isa? port ? irq ? # 3COM TROPIC based Token-Ring
651 1.28.2.2 thorpej #we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
652 1.28.2.2 thorpej #we1 at isa? port 0x300 iomem 0xcc000 irq 10
653 1.28.2.2 thorpej
654 1.28.2.2 thorpej # CardBus network cards
655 1.28.2.2 thorpej ex* at cardbus? dev ? function ? # 3Com 3C575TX
656 1.28.2.2 thorpej fxp* at cardbus? dev ? function ? # Intel i8255x
657 1.28.2.2 thorpej rtk* at cardbus? dev ? function ? # Realtek 8129/8139
658 1.28.2.2 thorpej tlp* at cardbus? dev ? function ? # DECchip 21143
659 1.28.2.2 thorpej
660 1.28.2.8 sommerfe # MCA network cards
661 1.28.2.8 sommerfe #elmc* at mca? slot ? # 3Com EtherLink/MC (3c523)
662 1.28.2.8 sommerfe #ep* at mca? slot ? # 3Com EtherLink III (3c529)
663 1.28.2.8 sommerfe #we* at mca? slot ? # WD/SMC Ethernet
664 1.28.2.8 sommerfe #ate* at mca? slot ? # Allied Telesis AT1720
665 1.28.2.8 sommerfe #ne* at mca? slot ? # Novell NE/2 and clones
666 1.28.2.8 sommerfe #tr* at mca? slot ? # IBM Token Ring adapter
667 1.28.2.8 sommerfe #le* at mca? slot ? # SKNET Personal/MC2+
668 1.28.2.8 sommerfe
669 1.28.2.2 thorpej # MII/PHY support
670 1.28.2.2 thorpej dmphy* at mii? phy ? # Davicom DM9101 PHYs
671 1.28.2.2 thorpej exphy* at mii? phy ? # 3Com internal PHYs
672 1.28.2.10 sommerfe icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
673 1.28.2.2 thorpej inphy* at mii? phy ? # Intel 82555 PHYs
674 1.28.2.2 thorpej iophy* at mii? phy ? # Intel 82553 PHYs
675 1.28.2.2 thorpej lxtphy* at mii? phy ? # Level One LXT-970 PHYs
676 1.28.2.2 thorpej nsphy* at mii? phy ? # NS83840 PHYs
677 1.28.2.2 thorpej nsphyter* at mii? phy ? # NS83843 PHYs
678 1.28.2.2 thorpej qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
679 1.28.2.2 thorpej sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
680 1.28.2.2 thorpej tlphy* at mii? phy ? # ThunderLAN PHYs
681 1.28.2.2 thorpej tqphy* at mii? phy ? # TDK Semiconductor PHYs
682 1.28.2.2 thorpej ukphy* at mii? phy ? # generic unknown PHYs
683 1.28.2.2 thorpej
684 1.28.2.2 thorpej
685 1.28.2.2 thorpej # USB Controller and Devices
686 1.28.2.2 thorpej
687 1.28.2.2 thorpej # PCI USB controllers
688 1.28.2.2 thorpej ohci* at pci? dev ? function ? # Open Host Controller
689 1.28.2.2 thorpej uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
690 1.28.2.2 thorpej
691 1.28.2.2 thorpej # CardBus USB controllers
692 1.28.2.2 thorpej ohci* at cardbus? dev ? function ? # Open Host Controller
693 1.28.2.2 thorpej
694 1.28.2.2 thorpej # USB bus support
695 1.28.2.2 thorpej usb* at ohci?
696 1.28.2.2 thorpej usb* at uhci?
697 1.28.2.2 thorpej
698 1.28.2.2 thorpej # USB Hubs
699 1.28.2.2 thorpej uhub* at usb?
700 1.28.2.2 thorpej uhub* at uhub? port ? configuration ? interface ?
701 1.28.2.2 thorpej
702 1.28.2.8 sommerfe # USB HID device
703 1.28.2.8 sommerfe uhidev* at uhub? port ? configuration ? interface ?
704 1.28.2.8 sommerfe
705 1.28.2.2 thorpej # USB Mice
706 1.28.2.8 sommerfe ums* at uhidev? reportid ?
707 1.28.2.2 thorpej wsmouse* at ums? mux 0
708 1.28.2.2 thorpej
709 1.28.2.2 thorpej # USB Keyboards
710 1.28.2.8 sommerfe ukbd* at uhidev? reportid ?
711 1.28.2.2 thorpej wskbd* at ukbd? console ? mux 1
712 1.28.2.2 thorpej
713 1.28.2.2 thorpej # USB Generic HID devices
714 1.28.2.8 sommerfe uhid* at uhidev? reportid ?
715 1.28.2.2 thorpej
716 1.28.2.2 thorpej # USB Printer
717 1.28.2.2 thorpej ulpt* at uhub? port ? configuration ? interface ?
718 1.28.2.2 thorpej
719 1.28.2.2 thorpej # USB Modem
720 1.28.2.2 thorpej umodem* at uhub? port ? configuration ?
721 1.28.2.2 thorpej ucom* at umodem?
722 1.28.2.2 thorpej
723 1.28.2.2 thorpej # USB Mass Storage
724 1.28.2.2 thorpej umass* at uhub? port ? configuration ? interface ?
725 1.28.2.2 thorpej atapibus* at umass? channel ?
726 1.28.2.2 thorpej scsibus* at umass? channel ?
727 1.28.2.2 thorpej
728 1.28.2.2 thorpej # USB audio
729 1.28.2.2 thorpej uaudio* at uhub? port ? configuration ?
730 1.28.2.2 thorpej
731 1.28.2.3 sommerfe # USB MIDI
732 1.28.2.3 sommerfe umidi* at uhub? port ? configuration ?
733 1.28.2.3 sommerfe
734 1.28.2.2 thorpej # USB Ethernet adapters
735 1.28.2.2 thorpej aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
736 1.28.2.2 thorpej cue* at uhub? port ? # CATC USB-EL1201A based adapters
737 1.28.2.2 thorpej kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
738 1.28.2.2 thorpej
739 1.28.2.2 thorpej # Prolofic PL2301/PL2302 host-to-host adapter
740 1.28.2.2 thorpej upl* at uhub? port ?
741 1.28.2.2 thorpej
742 1.28.2.2 thorpej # Serial adapters
743 1.28.2.2 thorpej # FTDI FT8U100AX serial adapter
744 1.28.2.3 sommerfe uftdi* at uhub? port ?
745 1.28.2.3 sommerfe ucom* at uftdi? portno ?
746 1.28.2.3 sommerfe
747 1.28.2.3 sommerfe uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
748 1.28.2.8 sommerfe ucom* at uplcom? portno ?
749 1.28.2.3 sommerfe
750 1.28.2.3 sommerfe umct* at uhub? port ? # MCT USB-RS232 serial adapter
751 1.28.2.3 sommerfe ucom* at umct? portno ?
752 1.28.2.2 thorpej
753 1.28.2.2 thorpej # Diamond Multimedia Rio 500
754 1.28.2.2 thorpej urio* at uhub? port ?
755 1.28.2.2 thorpej
756 1.28.2.2 thorpej # USB Handspring Visor
757 1.28.2.2 thorpej uvisor* at uhub? port ?
758 1.28.2.2 thorpej ucom* at uvisor?
759 1.28.2.2 thorpej
760 1.28.2.2 thorpej # USB scanners
761 1.28.2.2 thorpej uscanner* at uhub? port ?
762 1.28.2.2 thorpej
763 1.28.2.3 sommerfe # USB scanners that use SCSI emulation, e.g., HP5300
764 1.28.2.3 sommerfe usscanner* at uhub? port ?
765 1.28.2.3 sommerfe scsibus* at usscanner? channel ?
766 1.28.2.3 sommerfe
767 1.28.2.2 thorpej # Y@P firmware loader
768 1.28.2.2 thorpej uyap* at uhub? port ?
769 1.28.2.2 thorpej
770 1.28.2.2 thorpej # USB Generic driver
771 1.28.2.2 thorpej ugen* at uhub? port ?
772 1.28.2.2 thorpej
773 1.28.2.2 thorpej
774 1.28.2.2 thorpej # Audio Devices
775 1.28.2.2 thorpej
776 1.28.2.2 thorpej # PCI audio devices
777 1.28.2.2 thorpej auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
778 1.28.2.2 thorpej auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
779 1.28.2.2 thorpej clcs* at pci? dev ? function ? # Cirrus Logic CS4280
780 1.28.2.3 sommerfe clct* at pci? dev ? function ? # Cirrus Logic CS4281
781 1.28.2.2 thorpej cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
782 1.28.2.2 thorpej eap* at pci? dev ? function ? # Ensoniq AudioPCI
783 1.28.2.8 sommerfe emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
784 1.28.2.9 sommerfe esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
785 1.28.2.2 thorpej esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
786 1.28.2.2 thorpej eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
787 1.28.2.2 thorpej fms* at pci? dev ? function ? # Forte Media FM801
788 1.28.2.2 thorpej neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
789 1.28.2.2 thorpej sv* at pci? dev ? function ? # S3 SonicVibes
790 1.28.2.8 sommerfe yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
791 1.28.2.2 thorpej
792 1.28.2.2 thorpej # ISA Plug-and-Play audio devices
793 1.28.2.2 thorpej #ess* at isapnp? # ESS Tech ES1887, ES1888, ES888 audio
794 1.28.2.2 thorpej #guspnp* at isapnp? # Gravis Ultra Sound PnP audio
795 1.28.2.2 thorpej #sb* at isapnp? # SoundBlaster-compatible audio
796 1.28.2.2 thorpej #wss* at isapnp? # Windows Sound System
797 1.28.2.2 thorpej #ym* at isapnp? # Yamaha OPL3-SA3 audio
798 1.28.2.2 thorpej
799 1.28.2.2 thorpej # ISA audio devices
800 1.28.2.2 thorpej # the "aria" probe might give false hits
801 1.28.2.2 thorpej #aria0 at isa? port 0x290 irq 10 # Aria
802 1.28.2.2 thorpej #ess0 at isa? port 0x220 irq 5 drq 1 drq2 5 # ESS 18XX
803 1.28.2.2 thorpej #gus0 at isa? port 0x220 irq 7 drq 1 drq2 6 # Gravis Ultra Sound
804 1.28.2.2 thorpej #pas0 at isa? port 0x220 irq 7 drq 1 # ProAudio Spectrum
805 1.28.2.8 sommerfe #pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
806 1.28.2.2 thorpej #sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
807 1.28.2.2 thorpej sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster
808 1.28.2.2 thorpej wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
809 1.28.2.2 thorpej
810 1.28.2.8 sommerfe # PCMCIA audio devices
811 1.28.2.8 sommerfe esl* at pcmcia? function ? # ESS 1688 AudioDrive
812 1.28.2.8 sommerfe
813 1.28.2.2 thorpej #cms0 at isa? port 0x220 # Creative Music System
814 1.28.2.2 thorpej
815 1.28.2.2 thorpej # OPL[23] FM synthesizers
816 1.28.2.2 thorpej #opl0 at isa? port 0x388 # use only if not attached to sound card
817 1.28.2.8 sommerfe opl* at cmpci? flags 1
818 1.28.2.8 sommerfe opl* at esl?
819 1.28.2.2 thorpej opl* at eso?
820 1.28.2.2 thorpej #opl* at ess?
821 1.28.2.2 thorpej opl* at fms?
822 1.28.2.2 thorpej opl* at sb?
823 1.28.2.2 thorpej opl* at sv?
824 1.28.2.2 thorpej opl* at wss?
825 1.28.2.8 sommerfe opl* at yds?
826 1.28.2.2 thorpej #opl* at ym?
827 1.28.2.2 thorpej
828 1.28.2.2 thorpej # Audio support
829 1.28.2.2 thorpej #audio* at aria?
830 1.28.2.2 thorpej audio* at auich?
831 1.28.2.2 thorpej audio* at auvia?
832 1.28.2.2 thorpej audio* at clcs?
833 1.28.2.3 sommerfe audio* at clct?
834 1.28.2.2 thorpej audio* at cmpci?
835 1.28.2.2 thorpej audio* at eap?
836 1.28.2.8 sommerfe audio* at emuxki?
837 1.28.2.9 sommerfe audio* at esa?
838 1.28.2.8 sommerfe audio* at esl?
839 1.28.2.2 thorpej audio* at esm?
840 1.28.2.2 thorpej audio* at eso?
841 1.28.2.2 thorpej #audio* at ess?
842 1.28.2.2 thorpej audio* at fms?
843 1.28.2.2 thorpej #audio* at gus?
844 1.28.2.2 thorpej #audio* at guspnp?
845 1.28.2.2 thorpej audio* at neo?
846 1.28.2.2 thorpej #audio* at pas?
847 1.28.2.2 thorpej audio* at sb?
848 1.28.2.2 thorpej #audio* at sp?
849 1.28.2.2 thorpej audio* at sv?
850 1.28.2.2 thorpej audio* at uaudio?
851 1.28.2.2 thorpej audio* at wss?
852 1.28.2.8 sommerfe audio* at yds?
853 1.28.2.2 thorpej #audio* at ym?
854 1.28.2.2 thorpej
855 1.28.2.2 thorpej # MPU 401 UARTs
856 1.28.2.8 sommerfe #mpu* at isa? port 0x330 irq 9 # MPU401 or compatible card
857 1.28.2.8 sommerfe mpu* at cmpci?
858 1.28.2.2 thorpej mpu* at eso?
859 1.28.2.2 thorpej mpu* at fms?
860 1.28.2.2 thorpej mpu* at sb?
861 1.28.2.8 sommerfe mpu* at yds?
862 1.28.2.2 thorpej #mpu* at ym?
863 1.28.2.2 thorpej
864 1.28.2.2 thorpej # MIDI support
865 1.28.2.3 sommerfe midi* at clcs? # Cirrus Logic CS4280 MIDI port
866 1.28.2.3 sommerfe #midi* at clct? # Cirrus Logic CS4281 MIDI port
867 1.28.2.2 thorpej #midi* at cms? # Creative Music System
868 1.28.2.2 thorpej midi* at eap? # 137[01] MIDI port
869 1.28.2.2 thorpej midi* at mpu? # MPU 401
870 1.28.2.2 thorpej midi* at opl? # OPL FM synth
871 1.28.2.2 thorpej midi* at pcppi? # MIDI interface to the PC speaker
872 1.28.2.2 thorpej midi* at sb? # SB1 MIDI port
873 1.28.2.8 sommerfe midi* at umidi? # USB MIDI
874 1.28.2.2 thorpej
875 1.28.2.2 thorpej # The spkr driver provides a simple tone interface to the built in speaker.
876 1.28.2.2 thorpej #spkr0 at pcppi? # PC speaker
877 1.28.2.2 thorpej
878 1.28.2.2 thorpej
879 1.28.2.2 thorpej # TV cards
880 1.28.2.2 thorpej
881 1.28.2.2 thorpej # Brooktree 848/849/878/879 based TV cards
882 1.28.2.2 thorpej #bktr* at pci? dev ? function ?
883 1.28.2.2 thorpej
884 1.28.2.2 thorpej
885 1.28.2.2 thorpej # Mice
886 1.28.2.2 thorpej
887 1.28.2.2 thorpej # ISA busmice
888 1.28.2.2 thorpej #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
889 1.28.2.2 thorpej #lms1 at isa? port 0x238 irq 5
890 1.28.2.2 thorpej #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
891 1.28.2.2 thorpej #mms1 at isa? port 0x238 irq 5
892 1.28.2.2 thorpej #wsmouse* at lms? mux 0
893 1.28.2.2 thorpej #wsmouse* at mms? mux 0
894 1.28.2.2 thorpej # backwards compatible versions
895 1.28.2.2 thorpej #olms0 at isa? port 0x23c irq 5 # Logitech bus mouse
896 1.28.2.2 thorpej #olms1 at isa? port 0x238 irq 5
897 1.28.2.2 thorpej #omms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
898 1.28.2.2 thorpej #omms1 at isa? port 0x238 irq 5
899 1.28.2.2 thorpej
900 1.28.2.2 thorpej
901 1.28.2.2 thorpej # Joysticks
902 1.28.2.2 thorpej
903 1.28.2.3 sommerfe #joy* at pnpbios? index ? # Game port
904 1.28.2.3 sommerfe
905 1.28.2.2 thorpej # ISA Plug-and-Play joysticks
906 1.28.2.2 thorpej #joy* at isapnp? # Game ports (usually on audio cards)
907 1.28.2.2 thorpej
908 1.28.2.2 thorpej # PCI joysticks
909 1.28.2.2 thorpej #joy* at pci? # Game ports (usually on audio cards)
910 1.28.2.2 thorpej
911 1.28.2.2 thorpej # ISA joysticks. Probe is a little strange; add only if you have one.
912 1.28.2.2 thorpej #joy0 at isa? port 0x201
913 1.28.2.2 thorpej
914 1.28.2.2 thorpej
915 1.28.2.2 thorpej # Miscellaneous Devices
916 1.28.2.2 thorpej
917 1.28.2.2 thorpej # Planetconnect Satellite receiver driver.
918 1.28.2.2 thorpej #satlink0 at isa? port 0x300 drq 1
919 1.28.2.2 thorpej
920 1.28.2.2 thorpej
921 1.28.2.2 thorpej # Pull in optional local configuration
922 1.28.2.2 thorpej include "arch/i386/conf/GENERIC.local"
923 1.28.2.2 thorpej
924 1.28.2.2 thorpej
925 1.28.2.2 thorpej # Pseudo-Devices
926 1.28.2.2 thorpej
927 1.28.2.2 thorpej # disk/mass storage pseudo-devices
928 1.28.2.2 thorpej pseudo-device ccd 4 # concatenated/striped disk devices
929 1.28.2.2 thorpej #pseudo-device raid 4 # RAIDframe disk driver
930 1.28.2.2 thorpej #options RAID_AUTOCONFIG # auto-configuration of RAID components
931 1.28.2.2 thorpej pseudo-device md 1 # memory disk device (ramdisk)
932 1.28.2.2 thorpej pseudo-device vnd 4 # disk-like interface to files
933 1.28.2.2 thorpej
934 1.28.2.2 thorpej # network pseudo-devices
935 1.28.2.2 thorpej pseudo-device bpfilter 8 # Berkeley packet filter
936 1.28.2.2 thorpej pseudo-device ipfilter # IP filter (firewall) and NAT
937 1.28.2.2 thorpej pseudo-device loop # network loopback
938 1.28.2.2 thorpej pseudo-device ppp 2 # Point-to-Point Protocol
939 1.28.2.2 thorpej pseudo-device sl 2 # Serial Line IP
940 1.28.2.2 thorpej pseudo-device strip 2 # Starmode Radio IP (Metricom)
941 1.28.2.2 thorpej pseudo-device tun 2 # network tunneling over tty
942 1.28.2.2 thorpej pseudo-device gre 2 # generic L3 over IP tunnel
943 1.28.2.2 thorpej pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
944 1.28.2.2 thorpej #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
945 1.28.2.2 thorpej #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
946 1.28.2.2 thorpej pseudo-device vlan # IEEE 802.1q encapsulation
947 1.28.2.8 sommerfe pseudo-device bridge # simple inter-network bridging
948 1.28.2.2 thorpej
949 1.28.2.2 thorpej # miscellaneous pseudo-devices
950 1.28.2.2 thorpej pseudo-device pty # pseudo-terminals
951 1.28.2.2 thorpej pseudo-device tb 1 # tablet line discipline
952 1.28.2.2 thorpej pseudo-device sequencer 1 # MIDI sequencer
953 1.28.2.2 thorpej # rnd works; RND_COM does not on port i386 yet.
954 1.28.2.2 thorpej pseudo-device rnd # /dev/random and in-kernel generator
955 1.28.2.2 thorpej #options RND_COM # use "com" randomness as well (BROKEN)
956 1.28.2.2 thorpej
957 1.28.2.2 thorpej # a pseudo device needed for Coda # also needs CODA (above)
958 1.28.2.2 thorpej pseudo-device vcoda 4 # coda minicache <-> venus comm.
959 1.28.2.2 thorpej
960 1.28.2.2 thorpej # mouse & keyboard multiplexor pseudo-devices
961 1.28.2.8 sommerfe pseudo-device wsmux
962