GENERIC revision 1.195 1 1.195 itohy # $NetBSD: GENERIC,v 1.195 2001/11/04 07:39:41 itohy Exp $
2 1.1 cgd #
3 1.1 cgd # Generic Alpha kernel. Enough to get booted, etc., but not much more.
4 1.145 cjs #
5 1.145 cjs # If you add stuff to this, please add it to the ALPHA configuration, too.
6 1.1 cgd
7 1.24 cgd include "arch/alpha/conf/std.alpha"
8 1.141 hubertf
9 1.195 itohy #ident "GENERIC-$Revision: 1.195 $"
10 1.1 cgd
11 1.77 thorpej maxusers 32
12 1.36 cgd
13 1.1 cgd # CPU Support
14 1.161 thorpej options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
15 1.58 mellon options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
16 1.176 thorpej options DEC_2100_A500 # Sable: AlphaServer 2100
17 1.176 thorpej options DEC_2100A_A500 # Lynx: AlphaServer 2100A
18 1.58 mellon options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
19 1.58 mellon options DEC_3000_300 # Pelican etc: 3000/300*
20 1.58 mellon options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
21 1.58 mellon options DEC_EB164 # EB164: AlphaPC 164
22 1.58 mellon options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
23 1.58 mellon options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
24 1.58 mellon options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
25 1.153 thorpej options DEC_KN300 # KN300: AlphaServer 4100 and 1200
26 1.89 thorpej options DEC_550 # Miata: Digital Personal Workstation
27 1.93 ross options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
28 1.90 ross options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
29 1.92 thorpej options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
30 1.94 thorpej options DEC_EB66 # EB66: 21066 Evaluation Board
31 1.122 ross options DEC_6600 # EV6: 264DP OEM Board
32 1.156 thorpej options API_UP1000 # EV6: Alpha Processor, Inc. UP1000
33 1.1 cgd
34 1.1 cgd # Standard system options
35 1.58 mellon options KTRACE # System call tracing support
36 1.180 lukem options NTP # kernel PLL for NTP
37 1.1 cgd
38 1.38 cgd # Diagnostic/debugging support options
39 1.58 mellon options DIAGNOSTIC # Cheap kernel consistency checks
40 1.108 thorpej options DDB # kernel debugger
41 1.111 ross #makeoptions DEBUG="-g"
42 1.185 ross #makeoptions DEBUGLIST="pattern1 pattern2 ..."
43 1.38 cgd
44 1.193 thorpej #options KGDB # Remote kernel GDB support
45 1.193 thorpej #options "KGDB_DEVNAME=\"com\"" # device to use for KGDB
46 1.193 thorpej #options KGDB_DEVADDR=0x2f8 # at this address
47 1.193 thorpej #options KGDB_DEVRATE=57600 # at this comm. rate
48 1.193 thorpej
49 1.37 thorpej # File systems
50 1.65 cgd file-system FFS # Fast file system
51 1.65 cgd file-system MFS # Memory-based file system
52 1.65 cgd file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
53 1.65 cgd file-system MSDOSFS # MS-DOS-compatible file system
54 1.140 cjs file-system NTFS # Windows/NT file system (experimental)
55 1.65 cgd file-system NFS # Sun NFS-compatible file system client
56 1.170 tsutsui #file-system KERNFS # Kernel variable file system (/kern)
57 1.170 tsutsui #file-system PROCFS # Process file system (/proc)
58 1.37 thorpej
59 1.1 cgd # File system options
60 1.58 mellon options NFSSERVER # Sun NFS-compatible file system server
61 1.78 bouyer #options FFS_EI # FFS Endian Independant support
62 1.158 fvdl options SOFTDEP # FFS soft updates support.
63 1.137 itojun
64 1.1 cgd # Networking options
65 1.58 mellon options INET # Internet protocol suite
66 1.137 itojun options INET6 # IPV6
67 1.137 itojun #options IPSEC # IP security
68 1.137 itojun #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
69 1.137 itojun #options IPSEC_DEBUG # debug for IP security
70 1.190 mrg #options NETATALK # AppleTalk protocol suite
71 1.1 cgd
72 1.1 cgd # 4.3BSD compatibility. Should be optional, but necessary for now.
73 1.58 mellon options COMPAT_43
74 1.1 cgd
75 1.9 cgd # Binary compatibility with previous versions of NetBSD.
76 1.58 mellon #options COMPAT_09
77 1.58 mellon options COMPAT_10
78 1.58 mellon options COMPAT_11
79 1.58 mellon options COMPAT_12
80 1.72 mjacob options COMPAT_13
81 1.123 augustss options COMPAT_14
82 1.118 cgd
83 1.118 cgd # OSF/1 binary compatibility
84 1.118 cgd options COMPAT_OSF1
85 1.174 mycroft
86 1.174 mycroft # Linux binary compatibility
87 1.174 mycroft options COMPAT_LINUX
88 1.70 mjacob
89 1.70 mjacob # System V-like message queues
90 1.70 mjacob options SYSVMSG
91 1.188 darcy #options SEMMNI=10 # number of semaphore identifiers
92 1.188 darcy #options SEMMNS=60 # number of semaphores in system
93 1.188 darcy #options SEMUME=10 # max number of undo entries per process
94 1.188 darcy #options SEMMNU=30 # number of undo structures in system
95 1.70 mjacob
96 1.70 mjacob # System V-like semaphores
97 1.70 mjacob options SYSVSEM
98 1.9 cgd
99 1.34 cgd # System V-like shared memory
100 1.58 mellon options SYSVSHM
101 1.58 mellon #options SHMMAXPGS=1024 # 1024 pages is the default
102 1.1 cgd
103 1.7 cgd # Loadable Kernel Modules
104 1.58 mellon options LKM
105 1.5 cgd
106 1.5 cgd # Disable kernel security.
107 1.116 ross #options INSECURE
108 1.2 cgd
109 1.7 cgd # Misc. options
110 1.58 mellon options EISAVERBOSE # recognize "unknown" EISA devices
111 1.58 mellon options PCIVERBOSE # recognize "unknown" PCI devices
112 1.151 augustss options MIIVERBOSE # verbose PHY autoconfig messages
113 1.146 cgd #options PCI_CONFIG_DUMP # verbosely dump PCI config space
114 1.71 mjacob options SCSIVERBOSE # Verbose SCSI errors
115 1.58 mellon options TCVERBOSE # recognize "unknown" TC devices
116 1.58 mellon options UCONSOLE # users can use TIOCCONS (for xconsole)
117 1.177 mycroft #options PCMCIAVERBOSE
118 1.73 drochner
119 1.73 drochner # The Alpha console firmware network boots using the BOOTP
120 1.76 cgd # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
121 1.76 cgd # in case we have NFS root.
122 1.76 cgd options NFS_BOOT_DHCP # superset of BOOTP
123 1.7 cgd
124 1.117 ross # WS console uses SUN or VT100 terminal emulation
125 1.117 ross options WSEMUL_VT100
126 1.101 drochner
127 1.101 drochner # realtime clock compatible to OSF/1
128 1.101 drochner #options CLOCK_COMPAT_OSF1
129 1.81 drochner
130 1.37 thorpej config netbsd root on ? type ?
131 1.57 mrg #config netbsd root on sd0 type ffs
132 1.37 thorpej #config netbsd root on ? type nfs
133 1.7 cgd
134 1.7 cgd mainbus0 at root
135 1.7 cgd cpu* at mainbus0
136 1.1 cgd
137 1.41 cgd # TurboLaser bus support and devices
138 1.41 cgd tlsb* at mainbus0
139 1.41 cgd gbus* at tlsb? node ? offset ?
140 1.41 cgd tlsbmem* at tlsb? node ? offset ?
141 1.41 cgd kft* at tlsb? node ? offset ?
142 1.41 cgd
143 1.41 cgd # Gbus Devices
144 1.85 thorpej mcclock* at gbus? offset ?
145 1.41 cgd
146 1.80 mjacob # MCBUS bus support
147 1.80 mjacob mcbus* at mainbus0
148 1.80 mjacob mcmem* at mcbus? mid ?
149 1.80 mjacob
150 1.80 mjacob #i2c at mcbus?
151 1.80 mjacob
152 1.122 ross #EV6 Tsunami Core Logic
153 1.122 ross
154 1.122 ross tsc* at mainbus0
155 1.122 ross
156 1.161 thorpej # DECpc AXP150 (Jensen) internal bus support
157 1.161 thorpej jensenio* at mainbus0
158 1.161 thorpej
159 1.161 thorpej com* at jensenio? port ?
160 1.161 thorpej lpt* at jensenio? port ?
161 1.161 thorpej mcclock* at jensenio? port ?
162 1.161 thorpej pckbc* at jensenio? port ?
163 1.161 thorpej
164 1.170 tsutsui # TURBOchannel host bus adapter support
165 1.10 cgd tcasic* at mainbus0
166 1.10 cgd
167 1.170 tsutsui # TURBOchannel bus support
168 1.10 cgd tc* at tcasic?
169 1.8 cgd
170 1.170 tsutsui # TURBOchannel devices
171 1.29 cgd ioasic* at tc? slot ? offset ?
172 1.29 cgd mcclock* at ioasic? offset ?
173 1.12 cgd le* at ioasic? offset ?
174 1.10 cgd scc0 at ioasic? offset ?
175 1.10 cgd scc1 at ioasic? offset ?
176 1.170 tsutsui bba0 at ioasic? offset ?
177 1.170 tsutsui audio* at bba?
178 1.87 thorpej tcds* at tc? slot ? offset ?
179 1.87 thorpej asc* at tcds? chip ?
180 1.194 simonb asc* at tc? slot ? offset ?
181 1.46 cgd #cfb* at tc? slot ? offset ?
182 1.46 cgd #sfb* at tc? slot ? offset ?
183 1.12 cgd le* at tc? slot ? offset ?
184 1.15 cgd fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
185 1.1 cgd
186 1.8 cgd # PCI host bus adapter support
187 1.7 cgd apecs* at mainbus?
188 1.9 cgd cia* at mainbus?
189 1.156 thorpej irongate* at mainbus?
190 1.9 cgd lca* at mainbus?
191 1.41 cgd dwlpx* at kft?
192 1.80 mjacob mcpcia* at mcbus? mid ?
193 1.122 ross tsp* at tsc?
194 1.176 thorpej ttwoga* at mainbus?
195 1.161 thorpej
196 1.161 thorpej # Sable PCI and STDIO bus and devices
197 1.176 thorpej ttwopci* at ttwoga? hose ?
198 1.176 thorpej sableio* at ttwopci? bus ?
199 1.176 thorpej com* at sableio? port ?
200 1.176 thorpej lpt* at sableio? port ?
201 1.176 thorpej pckbc* at sableio? port ?
202 1.176 thorpej fdc* at sableio? port ?
203 1.7 cgd
204 1.8 cgd # PCI bus support
205 1.7 cgd pci* at apecs?
206 1.9 cgd pci* at cia?
207 1.156 thorpej pci* at irongate?
208 1.9 cgd pci* at lca?
209 1.9 cgd pci* at ppb?
210 1.41 cgd pci* at dwlpx?
211 1.80 mjacob pci* at mcpcia?
212 1.122 ross pci* at tsp?
213 1.176 thorpej pci* at ttwopci?
214 1.193 thorpej
215 1.193 thorpej # AGP support
216 1.193 thorpej agp* at irongate?
217 1.7 cgd
218 1.8 cgd # PCI devices
219 1.126 thorpej adv* at pci? dev ? function ? # AdvanSys SCSI
220 1.126 thorpej adw* at pci? dev ? function ? # AdvanSys Wide SCSI
221 1.135 dante #options ADW_WDTR_DISABLE # disable WDTR
222 1.135 dante #options ADW_SDTR_DISABLE # disable SDTR
223 1.135 dante #options ADW_TAGQ_DISABLE # disable Tag Queuing
224 1.43 cgd ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
225 1.43 cgd bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
226 1.150 ad cac* at pci? dev ? function ? # Compaq array controller (untested)
227 1.195 itohy cmpci* at pci? dev ? function ? # C-Media CMI8338/8738 Audio
228 1.49 cgd cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
229 1.155 matt cz* at pci? dev ? function ? # Cyclades-Z (untested)
230 1.43 cgd de* at pci? dev ? function ? # 21x4x-based Ethernet
231 1.129 ad dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
232 1.120 christos eap* at pci? dev ? function ? # Ensoniq AudioPCI
233 1.20 cgd en* at pci? dev ? function ? # ENI PCI ATM (untested)
234 1.103 fvdl ep* at pci? dev ? function ? # 3COM 3c59x
235 1.120 christos epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
236 1.130 kleink eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
237 1.191 hubertf ex* at pci? dev ? function ? # 3COM 3c90x[BC] Ethernet
238 1.43 cgd fpa* at pci? dev ? function ? # DEC DEFPA FDDI
239 1.75 enami fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
240 1.187 thorpej gsip* at pci? dev ? function ? # NS DP83820 Gigabit Ethernet
241 1.186 lukem iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI
242 1.43 cgd isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
243 1.20 cgd le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
244 1.187 thorpej sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
245 1.161 thorpej siop* at pci? dev ? function ? # Symbios 53c8xx SCSI
246 1.181 ad mlx* at pci? dev ? function ? # Mylex DAC960 / DEC SWXCR (untested)
247 1.120 christos ne* at pci? dev ? function ? # NE2000-compatible Ethernet
248 1.120 christos ohci* at pci? dev ? function ? # USB Open Host Controller
249 1.43 cgd pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
250 1.120 christos pciide* at pci? dev ? function ? # PCI IDE controllers
251 1.108 thorpej pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
252 1.43 cgd ppb* at pci? dev ? function ? # PCI-PCI Bridges
253 1.149 haya rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
254 1.43 cgd sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
255 1.131 thorpej sip* at pci? dev ? function ? # SiS 900 Ethernet
256 1.120 christos sv* at pci? dev ? function ? # S3 SonicVibes
257 1.43 cgd tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
258 1.131 thorpej ti* at pci? dev ? function ? # Alteon Tigon Gig-E
259 1.99 thorpej tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
260 1.131 thorpej tlp* at pci? dev ? function ? # DECchip 21x4x and clones
261 1.131 thorpej #options TLP_MATCH_21040
262 1.131 thorpej #options TLP_MATCH_21041
263 1.131 thorpej #options TLP_MATCH_21140
264 1.131 thorpej #options TLP_MATCH_21142
265 1.120 christos uhci* at pci? dev ? function ? # USB Univ. Host Controller
266 1.49 cgd vga* at pci? dev ? function ? # PCI VGA Graphics
267 1.120 christos vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
268 1.183 minoura yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
269 1.120 christos
270 1.195 itohy audio* at cmpci?
271 1.114 ross audio* at eap?
272 1.130 kleink audio* at eso?
273 1.114 ross audio* at sv?
274 1.183 minoura audio* at yds?
275 1.120 christos
276 1.195 itohy opl* at cmpci? flags 1
277 1.130 kleink opl* at eso?
278 1.107 augustss #opl* at sv?
279 1.183 minoura opl* at yds?
280 1.130 kleink
281 1.195 itohy mpu* at cmpci?
282 1.130 kleink mpu* at eso?
283 1.183 minoura mpu* at yds?
284 1.99 thorpej
285 1.99 thorpej # MII/PHY support
286 1.121 christos exphy* at mii? phy ? # 3Com internal PHYs
287 1.121 christos icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
288 1.121 christos inphy* at mii? phy ? # Intel 82555 PHYs
289 1.121 christos lxtphy* at mii? phy ? # Level One LXT-970 PHYs
290 1.187 thorpej gphyter* at mii? phy ? # NS83861 Gig-E PHY
291 1.121 christos nsphy* at mii? phy ? # NS83840 PHYs
292 1.121 christos qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
293 1.121 christos sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
294 1.121 christos tlphy* at mii? phy ? # ThunderLAN PHYs
295 1.121 christos ukphy* at mii? phy ? # generic unknown PHYs
296 1.7 cgd
297 1.9 cgd # ISA/EISA bus support
298 1.161 thorpej isa* at jensenio?
299 1.161 thorpej eisa* at jensenio?
300 1.9 cgd isa* at pceb?
301 1.9 cgd eisa* at pceb?
302 1.9 cgd isa* at sio?
303 1.177 mycroft #isapnp* at isa?
304 1.8 cgd
305 1.8 cgd # ISA devices
306 1.29 cgd mcclock* at isa? port 0x70
307 1.140 cjs pckbc* at isa? # PC keyboard controller
308 1.81 drochner pckbd* at pckbc? # PC keyboard (kbd port)
309 1.109 drochner pms* at pckbc? # PS/2-style mouse (aux port)
310 1.83 thorpej pcppi* at isa? # PC prog. periph. interface
311 1.83 thorpej spkr0 at pcppi? # IBM BASIC emulation
312 1.98 drochner isabeep0 at pcppi? # "keyboard" beep
313 1.177 mycroft midi* at pcppi?
314 1.29 cgd com* at isa? port 0x3f8 irq 4 # standard serial ports
315 1.29 cgd com* at isa? port 0x2f8 irq 3
316 1.97 thorpej cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
317 1.170 tsutsui ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
318 1.52 cjs ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
319 1.177 mycroft #ep* at isapnp?
320 1.177 mycroft #ix0 at isa? port 0x300 irq 10 # EtherExpress/16
321 1.177 mycroft #iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA
322 1.112 thorpej fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
323 1.86 matt lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
324 1.86 matt lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
325 1.86 matt depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
326 1.86 matt depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
327 1.86 matt le* at depca?
328 1.29 cgd lpt* at isa? port 0x3bc irq 7 # standard parallel port
329 1.29 cgd vga* at isa? # ISA (EISA: XXX) VGA
330 1.74 thorpej wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
331 1.74 thorpej wdc1 at isa? port 0x170 irq 15
332 1.177 mycroft #wdc* at isapnp?
333 1.140 cjs we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
334 1.140 cjs we1 at isa? port 0x300 iomem 0xcc000 irq 10
335 1.108 thorpej #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
336 1.177 mycroft #wss* at isapnp?
337 1.108 thorpej #audio* at wss?
338 1.84 augustss #midi* at wss?
339 1.114 ross sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
340 1.114 ross #sb* at isapnp?
341 1.114 ross audio* at sb?
342 1.119 dante #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
343 1.56 thorpej aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
344 1.56 thorpej aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
345 1.56 thorpej bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
346 1.56 thorpej bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
347 1.56 thorpej uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
348 1.56 thorpej uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
349 1.152 matt pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
350 1.152 matt pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
351 1.152 matt pcmcia* at pcic? controller ? socket ?
352 1.15 cgd
353 1.15 cgd # EISA devices
354 1.56 thorpej ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
355 1.44 cgd ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
356 1.44 cgd bha* at eisa? slot ? # BusLogic 7xx SCSI
357 1.53 cjs ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
358 1.50 cgd fea* at eisa? slot ? # DEC DEFEA FDDI
359 1.184 ad mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested)
360 1.131 thorpej tlp* at eisa? slot ? # DEC DE-425 Ethernet
361 1.163 thorpej depca* at eisa? slot ? # DEC DE-422 Ethernet
362 1.163 thorpej le* at depca?
363 1.56 thorpej uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
364 1.7 cgd
365 1.152 matt # PCMCIA device
366 1.152 matt aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
367 1.152 matt com* at pcmcia? function ? # Modems and serial cards
368 1.152 matt wdc* at pcmcia? function ? # PCMCIA IDE controllers
369 1.152 matt ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
370 1.152 matt mbe* at pcmcia? function ? # MB8696x based Ethernet
371 1.152 matt ne* at pcmcia? function ? # NE2000-compatible Eth.
372 1.152 matt sm* at pcmcia? function ? # Megahertz Ethernet
373 1.152 matt ray* at pcmcia? function ? # Raytheon Raylink (802.11)
374 1.152 matt wi* at pcmcia? function ? # Lucent WaveLAN/IEEE
375 1.152 matt
376 1.8 cgd # SCSI bus support
377 1.126 thorpej scsibus* at adv?
378 1.126 thorpej scsibus* at adw?
379 1.56 thorpej scsibus* at aha?
380 1.56 thorpej scsibus* at ahb?
381 1.43 cgd scsibus* at ahc?
382 1.170 tsutsui scsibus* at aic?
383 1.40 thorpej scsibus* at asc?
384 1.43 cgd scsibus* at bha?
385 1.129 ad scsibus* at dpt?
386 1.186 lukem scsibus* at iha?
387 1.42 cgd scsibus* at isp?
388 1.161 thorpej scsibus* at siop?
389 1.108 thorpej scsibus* at pcscp?
390 1.56 thorpej scsibus* at uha?
391 1.1 cgd
392 1.8 cgd # SCSI devices
393 1.31 cgd cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
394 1.31 cgd sd* at scsibus? target ? lun ? # SCSI disk drives
395 1.31 cgd st* at scsibus? target ? lun ? # SCSI tape drives
396 1.51 cgd
397 1.51 cgd # ST506/ESDI/IDE devices
398 1.102 matt wd* at pciide? channel ?
399 1.74 thorpej wd* at wdc? drive ?
400 1.74 thorpej
401 1.74 thorpej # ATAPI bus support
402 1.102 matt atapibus* at pciide? channel ?
403 1.74 thorpej atapibus* at wdc?
404 1.74 thorpej
405 1.74 thorpej # ATAPI devices
406 1.74 thorpej sd* at atapibus? drive ? # ATAPI disk devices
407 1.74 thorpej cd* at atapibus? drive ? # ATAPI CD-ROM devices
408 1.112 thorpej
409 1.112 thorpej # Floppy drives
410 1.112 thorpej fd* at fdc? drive ?
411 1.150 ad
412 1.150 ad # Hardware RAID devices
413 1.173 ad ld* at cac? unit ?
414 1.182 itojun ld* at mlx? unit ?
415 1.108 thorpej
416 1.108 thorpej # USB bus support
417 1.108 thorpej usb* at uhci?
418 1.108 thorpej usb* at ohci?
419 1.108 thorpej
420 1.127 augustss # USB Hubs
421 1.108 thorpej uhub* at usb?
422 1.127 augustss uhub* at uhub? port ? configuration ? interface ?
423 1.108 thorpej
424 1.127 augustss # USB Mice
425 1.127 augustss ums* at uhub? port ? configuration ? interface ?
426 1.133 mycroft wsmouse* at ums?
427 1.108 thorpej
428 1.108 thorpej # USB Keyboards
429 1.127 augustss ukbd* at uhub? port ? configuration ? interface ?
430 1.133 mycroft wskbd* at ukbd? console ?
431 1.108 thorpej
432 1.108 thorpej # USB Generic HID devices
433 1.127 augustss uhid* at uhub? port ? configuration ? interface ?
434 1.108 thorpej
435 1.127 augustss # USB Printer
436 1.127 augustss ulpt* at uhub? port ? configuration ? interface ?
437 1.127 augustss
438 1.127 augustss # USB Modem
439 1.127 augustss umodem* at uhub? port ? configuration ?
440 1.142 augustss ucom* at umodem?
441 1.128 thorpej
442 1.128 thorpej # USB Mass Storage
443 1.128 thorpej umass* at uhub? port ? configuration ? interface ?
444 1.147 augustss atapibus* at umass? channel ?
445 1.128 thorpej scsibus* at umass? channel ?
446 1.138 augustss
447 1.138 augustss # USB Ethernet adapters
448 1.138 augustss aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
449 1.138 augustss cue* at uhub? port ? # CATC USB-EL1201A based adapters
450 1.138 augustss kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
451 1.178 nathanw
452 1.178 nathanw # Serial adapters
453 1.178 nathanw # FTDI FT8U100AX serial adapter
454 1.178 nathanw uftdi* at uhub? port ?
455 1.178 nathanw ucom* at uftdi? portno ?
456 1.169 augustss
457 1.169 augustss # USB scanners
458 1.169 augustss uscanner* at uhub? port ?
459 1.179 augustss
460 1.179 augustss # Y@P firmware loader
461 1.179 augustss uyap* at uhub? port ?
462 1.127 augustss
463 1.127 augustss # USB Generic driver
464 1.127 augustss ugen* at uhub? port ?
465 1.11 cgd
466 1.11 cgd # Workstation Console attachments
467 1.83 thorpej #wsdisplay* at cfb?
468 1.81 drochner wsdisplay* at vga?
469 1.83 thorpej #wsdisplay* at sfb?
470 1.81 drochner wsdisplay* at tga?
471 1.133 mycroft wskbd* at pckbd?
472 1.133 mycroft wsmouse* at pms?
473 1.1 cgd
474 1.19 cgd pseudo-device bpfilter 16
475 1.34 cgd pseudo-device ccd 4
476 1.104 oster #pseudo-device raid 4 # RAIDframe disk driver
477 1.144 simonb #options RAID_AUTOCONFIG # auto-configuration of RAID components
478 1.67 cjs pseudo-device ipfilter 1
479 1.34 cgd pseudo-device loop 1
480 1.34 cgd pseudo-device md 1
481 1.34 cgd pseudo-device ppp 4
482 1.166 jdolecek pseudo-device pty # pseudo-terminals
483 1.19 cgd pseudo-device sl 4
484 1.19 cgd pseudo-device vnd 4
485 1.106 hwr #pseudo-device gre 2 # generic L3 over IP tunnel
486 1.137 itojun pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
487 1.137 itojun #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
488 1.148 itojun #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
489 1.175 bouyer pseudo-device vlan # IEEE 802.1q encapsulation
490 1.192 atatat pseudo-device bridge # simple inter-network bridging
491 1.139 mycroft pseudo-device sequencer 1 # MIDI sequencer
492 1.167 itojun pseudo-device rnd # /dev/random and in-kernel generator
493 1.69 explorer #options RND_COM # use "com" randomness too
494