GENERIC32_IP3x revision 1.41 1 1.41 thorpej # $NetBSD: GENERIC32_IP3x,v 1.41 2005/11/25 16:41:31 thorpej Exp $
2 1.1 sekiya #
3 1.3 pooka # GENERIC32_IP3x machine description file
4 1.1 sekiya #
5 1.1 sekiya # This machine description file is used to generate the default NetBSD
6 1.1 sekiya # kernel. The generic kernel does not include all options, subsystems
7 1.1 sekiya # and device drivers, but should be useful for most applications.
8 1.1 sekiya #
9 1.1 sekiya # The machine description file can be customised for your specific
10 1.1 sekiya # machine to reduce the kernel size and improve its performance.
11 1.1 sekiya #
12 1.1 sekiya # For further information on compiling NetBSD kernels, see the config(8)
13 1.1 sekiya # man page.
14 1.1 sekiya #
15 1.1 sekiya # For further information on hardware support for this architecture, see
16 1.1 sekiya # the intro(4) man page. For further information about kernel options
17 1.1 sekiya # for this architecture, see the options(4) man page. For an explanation
18 1.1 sekiya # of each device driver in this file see the section 4 man page for the
19 1.1 sekiya # device.
20 1.1 sekiya #
21 1.1 sekiya #
22 1.3 pooka # Currently this config file supports O2 (IP32).
23 1.3 pooka #
24 1.1 sekiya
25 1.4 pooka include "arch/sgimips/conf/std.sgimips"
26 1.4 pooka
27 1.4 pooka makeoptions TEXTADDR="0x80069000" # entry point
28 1.1 sekiya
29 1.1 sekiya options INCLUDE_CONFIG_FILE # embed config file in kernel binary
30 1.1 sekiya
31 1.41 thorpej #ident "GENERIC32_IP3x-$Revision: 1.41 $"
32 1.1 sekiya
33 1.1 sekiya maxusers 32
34 1.1 sekiya
35 1.1 sekiya # CPU related options
36 1.1 sekiya options MIPS3 # MIPS3 support
37 1.1 sekiya options ENABLE_MIPS4_CACHE_R10K # enable R10000 cache ops
38 1.2 sekiya #options BLINK # blinkenlitzen
39 1.1 sekiya
40 1.1 sekiya # Standard system options
41 1.1 sekiya #options INSECURE # disable kernel security levels
42 1.1 sekiya
43 1.1 sekiya #options NTP # NTP phase/frequence locked loop
44 1.1 sekiya options KTRACE # system call tracing via ktrace(1)
45 1.1 sekiya options SYSTRACE # system call vetting via systrace(1)
46 1.1 sekiya
47 1.1 sekiya options SYSVMSG # System V message queues
48 1.1 sekiya options SYSVSEM # System V semaphores
49 1.1 sekiya #options SEMMNI=10 # number of semaphore identifiers
50 1.1 sekiya #options SEMMNS=60 # number of semaphores in system
51 1.1 sekiya #options SEMUME=10 # max number of undo entries per process
52 1.1 sekiya #options SEMMNU=30 # number of undo structures in system
53 1.1 sekiya options SYSVSHM # System V shared memory
54 1.1 sekiya #options SHMMAXPGS=1024 # 1024 pages is the default
55 1.10 bouyer options P1003_1B_SEMAPHORE # p1003.1b semaphore support
56 1.1 sekiya
57 1.1 sekiya #options LKM # loadable kernel modules (XXX: working?)
58 1.1 sekiya
59 1.1 sekiya options USERCONF # userconf(4) support
60 1.1 sekiya #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
61 1.13 atatat options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
62 1.1 sekiya
63 1.1 sekiya # Enable experimental buffer queue strategy for better responsiveness under
64 1.1 sekiya # high disk I/O load. Use it with caution - it's not proven to be stable yet.
65 1.25 tsutsui #options BUFQ_READPRIO
66 1.25 tsutsui #options BUFQ_PRIOCSCAN
67 1.1 sekiya
68 1.1 sekiya # Diagnostic/debugging support options
69 1.1 sekiya #options DIAGNOSTIC # expensive kernel consistency checks
70 1.1 sekiya #options DEBUG # expensive debugging checks/support
71 1.1 sekiya #options KMEMSTATS # kernel memory statistics (vmstat -m)
72 1.1 sekiya options DDB # in-kernel debugger
73 1.1 sekiya options DDB_HISTORY_SIZE=512 # enable history editing in DDB
74 1.1 sekiya #options KGDB # remote debugger
75 1.1 sekiya #options KGDB_DEV=0x2301 # KGDB port - this is Serial(1)
76 1.1 sekiya #options KGDB_DEVRATE=19200 # KGDB Baud Rate
77 1.1 sekiya #makeoptions DEBUG="-g" # compile full symbol table
78 1.1 sekiya
79 1.1 sekiya # Compatibility options
80 1.15 sekiya options COMPAT_15 # NetBSD 1.5
81 1.15 sekiya options COMPAT_16 # NetBSD 1.6
82 1.15 sekiya options COMPAT_20 # NetBSD 2.0
83 1.33 christos options COMPAT_30 # NetBSD 3.0 compatibility.
84 1.1 sekiya #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
85 1.1 sekiya
86 1.1 sekiya options COMPAT_IRIX # binary compatibility with IRIX
87 1.1 sekiya #options COMPAT_LINUX # binary compatibility with Linux
88 1.1 sekiya #options COMPAT_ULTRIX # binary compatibility with Ultrix
89 1.17 christos options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
90 1.1 sekiya
91 1.1 sekiya # File systems
92 1.1 sekiya file-system FFS # UFS
93 1.1 sekiya file-system EXT2FS # second extended file system (linux)
94 1.1 sekiya file-system LFS # log-structured file system
95 1.1 sekiya file-system MFS # memory file system
96 1.1 sekiya file-system NFS # Network File System client
97 1.1 sekiya file-system NTFS # Windows/NT file system (experimental)
98 1.1 sekiya file-system CD9660 # ISO 9660 + Rock Ridge file system
99 1.1 sekiya file-system MSDOSFS # MS-DOS file system
100 1.1 sekiya file-system FDESC # /dev/fd
101 1.1 sekiya file-system KERNFS # /kern
102 1.1 sekiya file-system NULLFS # loopback file system
103 1.1 sekiya file-system OVERLAY # overlay file system
104 1.1 sekiya file-system PORTAL # portal filesystem (still experimental)
105 1.1 sekiya file-system PROCFS # /proc
106 1.1 sekiya file-system UMAPFS # NULLFS + uid and gid remapping
107 1.1 sekiya file-system UNION # union file system
108 1.1 sekiya file-system CODA # Coda File System; also needs vcoda (below)
109 1.34 christos file-system PTYFS # /dev/pts/N support
110 1.36 tsutsui #file-system TMPFS # experimental - Efficient memory file-system
111 1.1 sekiya
112 1.1 sekiya # File system options
113 1.1 sekiya options QUOTA # UFS quotas
114 1.1 sekiya #options FFS_EI # FFS Endian Independent support
115 1.1 sekiya options SOFTDEP # FFS soft updates support.
116 1.20 rumble #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
117 1.1 sekiya options NFSSERVER # Network File System server
118 1.23 dsl #options FFS_NO_SNAPSHOT # ffs snapshots
119 1.1 sekiya #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
120 1.1 sekiya # immutable) behave as system flags.
121 1.1 sekiya
122 1.1 sekiya # Networking options
123 1.1 sekiya #options GATEWAY # packet forwarding
124 1.1 sekiya options INET # IP + ICMP + TCP + UDP
125 1.1 sekiya options INET6 # IPV6
126 1.1 sekiya #options IPSEC # IP security
127 1.1 sekiya #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
128 1.27 tron #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
129 1.1 sekiya #options IPSEC_DEBUG # debug for IP security
130 1.1 sekiya #options MROUTING # IP multicast routing
131 1.14 manu #options PIM # Protocol Independent Multicast
132 1.1 sekiya options NS # XNS
133 1.1 sekiya #options NSIP # XNS tunneling over IP
134 1.1 sekiya options ISO,TPIP # OSI
135 1.1 sekiya #options EON # OSI tunneling over IP
136 1.1 sekiya options CCITT,LLC,HDLC # X.25
137 1.1 sekiya options NETATALK # AppleTalk networking protocols
138 1.1 sekiya options PPP_BSDCOMP # BSD-Compress compression support for PPP
139 1.1 sekiya options PPP_DEFLATE # Deflate compression support for PPP
140 1.1 sekiya options PPP_FILTER # Active filter support for PPP (requires bpf)
141 1.1 sekiya options PFIL_HOOKS # pfil(9) packet filter hooks
142 1.1 sekiya options IPFILTER_LOG # ipmon(8) log support
143 1.1 sekiya #options IPFILTER_DEFAULT_BLOCK # block all packets by default
144 1.1 sekiya #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
145 1.1 sekiya
146 1.9 abs #options ALTQ # Manipulate network interfaces' output queues
147 1.9 abs #options ALTQ_BLUE # Stochastic Fair Blue
148 1.9 abs #options ALTQ_CBQ # Class-Based Queueing
149 1.9 abs #options ALTQ_CDNR # Diffserv Traffic Conditioner
150 1.9 abs #options ALTQ_FIFOQ # First-In First-Out Queue
151 1.9 abs #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
152 1.9 abs #options ALTQ_HFSC # Hierarchical Fair Service Curve
153 1.9 abs #options ALTQ_LOCALQ # Local queueing discipline
154 1.9 abs #options ALTQ_PRIQ # Priority Queueing
155 1.9 abs #options ALTQ_RED # Random Early Detection
156 1.9 abs #options ALTQ_RIO # RED with IN/OUT
157 1.9 abs #options ALTQ_WFQ # Weighted Fair Queueing
158 1.9 abs
159 1.1 sekiya # These options enable verbose messages for several subsystems.
160 1.1 sekiya # Warning, these may compile large string tables into the kernel!
161 1.1 sekiya options MIIVERBOSE # verbose PHY autoconfig messages
162 1.1 sekiya options PCIVERBOSE # verbose PCI device autoconfig messages
163 1.1 sekiya #options PCI_CONFIG_DUMP # verbosely dump PCI config space
164 1.1 sekiya options SCSIVERBOSE # human readable SCSI error messages
165 1.1 sekiya
166 1.1 sekiya options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
167 1.1 sekiya
168 1.1 sekiya #options MEMORY_DISK_HOOKS
169 1.1 sekiya #options MEMORY_DISK_IS_ROOT
170 1.1 sekiya #options MEMORY_DISK_SERVER=0
171 1.1 sekiya #options MINIROOTSIZE=8192
172 1.1 sekiya
173 1.1 sekiya #options SCSI_DELAY=5
174 1.1 sekiya
175 1.1 sekiya # Kernel root file system and dump configuration.
176 1.1 sekiya config netbsd root on ? type ?
177 1.1 sekiya
178 1.1 sekiya # Main bus and CPU
179 1.1 sekiya mainbus0 at root
180 1.1 sekiya cpu0 at mainbus?
181 1.1 sekiya
182 1.1 sekiya # O2 busses
183 1.1 sekiya crime0 at mainbus0 addr 0x14000000
184 1.1 sekiya mace0 at mainbus0 addr 0x1f000000
185 1.1 sekiya macepci0 at mace0 offset 0x080000 intr 7
186 1.1 sekiya pci0 at macepci0 bus 0
187 1.1 sekiya
188 1.1 sekiya # MACE devices
189 1.11 tsutsui mec0 at mace0 offset 0x280000 intr 3
190 1.1 sekiya pckbc0 at mace0 offset 0x320000 intr 5
191 1.12 tsutsui lpt0 at mace0 offset 0x380000 intr 4 intrmask 0x000f0000
192 1.1 sekiya com0 at mace0 offset 0x390000 intr 4 intrmask 0x03f00000
193 1.1 sekiya com1 at mace0 offset 0x398000 intr 4 intrmask 0xfc000000
194 1.1 sekiya mcclock0 at mace0 offset 0x3a0000
195 1.1 sekiya
196 1.3 pooka # PCI cryptographic devices
197 1.3 pooka hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
198 1.3 pooka ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
199 1.3 pooka
200 1.1 sekiya # PCI network devices
201 1.1 sekiya #an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
202 1.1 sekiya #bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
203 1.1 sekiya #en* at pci? dev ? function ? # ENI/Adaptec ATM
204 1.1 sekiya ep* at pci? dev ? function ? # 3Com 3c59x
205 1.1 sekiya epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
206 1.1 sekiya esh* at pci? dev ? function ? # Essential HIPPI card
207 1.1 sekiya ex* at pci? dev ? function ? # 3Com 90x[BC]
208 1.1 sekiya fpa* at pci? dev ? function ? # DEC DEFPA FDDI
209 1.1 sekiya fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
210 1.1 sekiya #gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
211 1.1 sekiya #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
212 1.1 sekiya le* at pci? dev ? function ? # PCnet-PCI Ethernet
213 1.1 sekiya lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
214 1.1 sekiya mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
215 1.1 sekiya ne* at pci? dev ? function ? # NE2000-compatible Ethernet
216 1.1 sekiya ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
217 1.1 sekiya pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
218 1.1 sekiya rtk* at pci? dev ? function ? # Realtek 8129/8139
219 1.1 sekiya sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
220 1.1 sekiya sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
221 1.1 sekiya #skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
222 1.1 sekiya #sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
223 1.1 sekiya ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
224 1.1 sekiya #stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
225 1.1 sekiya ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
226 1.1 sekiya tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
227 1.1 sekiya tlp* at pci? dev ? function ? # DECchip 21x4x and clones
228 1.1 sekiya vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
229 1.1 sekiya wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
230 1.1 sekiya wm* at pci? dev ? function ? # Intel 82543/82544 gigabit
231 1.1 sekiya
232 1.1 sekiya # MII/PHY support
233 1.1 sekiya acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
234 1.1 sekiya amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
235 1.1 sekiya bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
236 1.1 sekiya brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
237 1.1 sekiya dmphy* at mii? phy ? # Davicom DM9101 PHYs
238 1.1 sekiya exphy* at mii? phy ? # 3Com internal PHYs
239 1.1 sekiya gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
240 1.1 sekiya glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
241 1.1 sekiya gphyter* at mii? phy ? # NS83861 Gig-E PHY
242 1.1 sekiya icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
243 1.1 sekiya inphy* at mii? phy ? # Intel 82555 PHYs
244 1.1 sekiya iophy* at mii? phy ? # Intel 82553 PHYs
245 1.1 sekiya lxtphy* at mii? phy ? # Level One LXT-970 PHYs
246 1.1 sekiya makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
247 1.1 sekiya nsphy* at mii? phy ? # NS83840 PHYs
248 1.1 sekiya nsphyter* at mii? phy ? # NS83843 PHYs
249 1.1 sekiya pnaphy* at mii? phy ? # generic HomePNA PHYs
250 1.1 sekiya qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
251 1.1 sekiya sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
252 1.1 sekiya tlphy* at mii? phy ? # ThunderLAN PHYs
253 1.1 sekiya tqphy* at mii? phy ? # TDK Semiconductor PHYs
254 1.1 sekiya ukphy* at mii? phy ? # generic unknown PHYs
255 1.1 sekiya urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
256 1.1 sekiya
257 1.1 sekiya # O2 SCSI
258 1.1 sekiya ahc* at pci? dev ? function ?
259 1.35 tsutsui esiop* at pci? dev ? function ?
260 1.38 tsutsui njs* at pci? dev ? function ?
261 1.37 tsutsui pcscp* at pci? dev ? function ?
262 1.1 sekiya scsibus* at scsi?
263 1.1 sekiya
264 1.1 sekiya sd* at scsibus? target ? lun ? # SCSI disks
265 1.1 sekiya st* at scsibus? target ? lun ? # SCSI tapes
266 1.1 sekiya cd* at scsibus? target ? lun ? # SCSI CD-ROMs
267 1.1 sekiya ch* at scsibus? target ? lun ? # SCSI changer devices
268 1.1 sekiya ss* at scsibus? target ? lun ? # SCSI scanners
269 1.1 sekiya ses* at scsibus? target ? lun ? # SCSI SES/SAF-TE devices
270 1.1 sekiya uk* at scsibus? target ? lun ? # unknown SCSI
271 1.1 sekiya
272 1.1 sekiya pckbd* at pckbc?
273 1.1 sekiya pms* at pckbc?
274 1.1 sekiya wskbd* at pckbd? console ?
275 1.1 sekiya wsmouse* at pms? mux 0
276 1.1 sekiya #wsdisplay* at foofb? console ?
277 1.1 sekiya
278 1.1 sekiya # USB Controller and Devices
279 1.1 sekiya
280 1.1 sekiya # PCI USB controllers
281 1.1 sekiya ehci* at pci? dev ? function ? # Enhanced Host Controller
282 1.1 sekiya ohci* at pci? dev ? function ? # Open Host Controller
283 1.1 sekiya uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
284 1.1 sekiya
285 1.1 sekiya # USB bus support
286 1.1 sekiya usb* at ehci?
287 1.1 sekiya usb* at ohci?
288 1.1 sekiya usb* at uhci?
289 1.1 sekiya
290 1.1 sekiya # USB Hubs
291 1.1 sekiya uhub* at usb?
292 1.1 sekiya uhub* at uhub? port ? configuration ? interface ?
293 1.1 sekiya
294 1.1 sekiya # USB HID device
295 1.1 sekiya uhidev* at uhub? port ? configuration ? interface ?
296 1.1 sekiya
297 1.1 sekiya # USB Mice
298 1.1 sekiya ums* at uhidev? reportid ?
299 1.1 sekiya wsmouse* at ums? mux 0
300 1.1 sekiya
301 1.1 sekiya # USB Keyboards
302 1.1 sekiya ukbd* at uhidev? reportid ?
303 1.1 sekiya wskbd* at ukbd? console ? mux 1
304 1.1 sekiya
305 1.32 skrll # USB serial adpater
306 1.32 skrll ucycom* at uhidev? reportid ?
307 1.32 skrll
308 1.1 sekiya # USB Generic HID devices
309 1.1 sekiya uhid* at uhidev? reportid ?
310 1.1 sekiya
311 1.1 sekiya # USB Printer
312 1.1 sekiya ulpt* at uhub? port ? configuration ? interface ?
313 1.1 sekiya
314 1.1 sekiya # USB Modem
315 1.1 sekiya umodem* at uhub? port ? configuration ?
316 1.1 sekiya ucom* at umodem?
317 1.1 sekiya
318 1.1 sekiya # USB Mass Storage
319 1.1 sekiya umass* at uhub? port ? configuration ? interface ?
320 1.1 sekiya #wd* at umass?
321 1.1 sekiya
322 1.1 sekiya # USB audio
323 1.1 sekiya uaudio* at uhub? port ? configuration ?
324 1.1 sekiya
325 1.1 sekiya # USB MIDI
326 1.1 sekiya umidi* at uhub? port ? configuration ?
327 1.1 sekiya
328 1.1 sekiya # USB IrDA
329 1.1 sekiya # USB-IrDA bridge spec
330 1.1 sekiya uirda* at uhub? port ? configuration ? interface ?
331 1.1 sekiya irframe* at uirda?
332 1.1 sekiya
333 1.1 sekiya # SigmaTel STIr4200 USB/IrDA Bridge
334 1.1 sekiya ustir* at uhub? port ?
335 1.1 sekiya irframe* at ustir?
336 1.1 sekiya
337 1.1 sekiya # USB Ethernet adapters
338 1.1 sekiya aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
339 1.16 augustss axe* at uhub? port ? # ASIX AX88172 based adapters
340 1.1 sekiya cue* at uhub? port ? # CATC USB-EL1201A based adapters
341 1.1 sekiya kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
342 1.1 sekiya url* at uhub? port ? # Realtek RTL8150L based adapters
343 1.1 sekiya udav* at uhub? port ? # Davicom DM9601 based adapters
344 1.1 sekiya
345 1.1 sekiya # Prolific PL2301/PL2302 host-to-host adapter
346 1.1 sekiya upl* at uhub? port ?
347 1.1 sekiya
348 1.1 sekiya # Serial adapters
349 1.1 sekiya ubsa* at uhub? port ? # Belkin serial adapter
350 1.1 sekiya ucom* at ubsa? portno ?
351 1.1 sekiya
352 1.1 sekiya uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
353 1.1 sekiya ucom* at uftdi? portno ?
354 1.1 sekiya
355 1.1 sekiya umct* at uhub? port ? # MCT USB-RS232 serial adapter
356 1.1 sekiya ucom* at umct? portno ?
357 1.1 sekiya
358 1.1 sekiya uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
359 1.1 sekiya ucom* at uplcom? portno ?
360 1.1 sekiya
361 1.1 sekiya uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
362 1.1 sekiya ucom* at uvscom? portno ?
363 1.1 sekiya
364 1.1 sekiya # Diamond Multimedia Rio 500
365 1.1 sekiya urio* at uhub? port ?
366 1.1 sekiya
367 1.1 sekiya # USB Handspring Visor
368 1.1 sekiya uvisor* at uhub? port ?
369 1.1 sekiya ucom* at uvisor?
370 1.1 sekiya
371 1.24 itohy # Kyocera AIR-EDGE PHONE
372 1.24 itohy ukyopon* at uhub? port ?
373 1.24 itohy ucom* at ukyopon? portno ?
374 1.24 itohy
375 1.1 sekiya # USB scanners
376 1.1 sekiya uscanner* at uhub? port ?
377 1.1 sekiya
378 1.1 sekiya # USB scanners that use SCSI emulation, e.g., HP5300
379 1.1 sekiya usscanner* at uhub? port ?
380 1.1 sekiya
381 1.1 sekiya # Y@P firmware loader
382 1.1 sekiya uyap* at uhub? port ?
383 1.1 sekiya
384 1.1 sekiya # D-Link DSB-R100 USB radio
385 1.1 sekiya udsbr* at uhub? port ?
386 1.1 sekiya radio* at udsbr?
387 1.1 sekiya
388 1.1 sekiya # USB Generic driver
389 1.1 sekiya ugen* at uhub? port ?
390 1.1 sekiya
391 1.28 kiyohara # PCI IEEE1394 controllers
392 1.28 kiyohara #fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
393 1.28 kiyohara
394 1.28 kiyohara #ieee1394if* at fwohci?
395 1.28 kiyohara #fwip* at ieee1394if? # IP over IEEE1394
396 1.28 kiyohara #sbp* at ieee1394if? euihi ? euilo ?
397 1.28 kiyohara
398 1.1 sekiya # Audio support
399 1.1 sekiya audio* at audiobus?
400 1.1 sekiya
401 1.1 sekiya # MIDI support
402 1.1 sekiya midi* at midibus?
403 1.1 sekiya
404 1.1 sekiya # Pseudo-Devices
405 1.1 sekiya
406 1.40 thorpej pseudo-device crypto # /dev/crypto device
407 1.41 thorpej pseudo-device swcrypto # software crypto implementation
408 1.3 pooka
409 1.1 sekiya # disk/mass storage pseudo-devices
410 1.1 sekiya pseudo-device ccd 4 # concatenated/striped disk devices
411 1.1 sekiya #pseudo-device cgd 4 # cryptographic disk devices
412 1.1 sekiya #pseudo-device raid 4 # RAIDframe disk driver
413 1.1 sekiya #options RAID_AUTOCONFIG # auto-configuration of RAID components
414 1.21 hannken pseudo-device fss 4 # file system snapshot device
415 1.1 sekiya pseudo-device md 1 # memory disk device (ramdisk)
416 1.1 sekiya pseudo-device vnd 4 # disk-like interface to files
417 1.29 hubertf #options VND_COMPRESSION # compressed vnd(4)
418 1.1 sekiya
419 1.1 sekiya # network pseudo-devices
420 1.1 sekiya pseudo-device bpfilter 8 # Berkeley packet filter
421 1.1 sekiya pseudo-device ipfilter # IP filter (firewall) and NAT
422 1.1 sekiya pseudo-device loop # network loopback
423 1.1 sekiya pseudo-device ppp 2 # Point-to-Point Protocol
424 1.1 sekiya pseudo-device sl 2 # Serial Line IP
425 1.1 sekiya pseudo-device strip 2 # Starmode Radio IP (Metricom)
426 1.1 sekiya pseudo-device tun 2 # network tunneling over tty
427 1.19 cube pseudo-device tap # virtual Ethernet
428 1.1 sekiya pseudo-device gre 2 # generic L3 over IP tunnel
429 1.1 sekiya pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
430 1.1 sekiya #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
431 1.1 sekiya #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
432 1.1 sekiya pseudo-device vlan # IEEE 802.1q encapsulation
433 1.1 sekiya pseudo-device bridge # simple inter-network bridging
434 1.1 sekiya #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
435 1.18 rumble #pseudo-device pf # PF packet filter
436 1.18 rumble #pseudo-device pflog # PF log if
437 1.1 sekiya
438 1.1 sekiya # miscellaneous pseudo-devices
439 1.1 sekiya pseudo-device pty # pseudo-terminals
440 1.1 sekiya pseudo-device tb 1 # tablet line discipline
441 1.1 sekiya pseudo-device sequencer 1 # MIDI sequencer
442 1.1 sekiya pseudo-device rnd # /dev/random and in-kernel generator
443 1.1 sekiya pseudo-device clockctl # user control of clock subsystem
444 1.1 sekiya pseudo-device ksyms # /dev/ksyms
445 1.1 sekiya #pseudo-device wsfont
446 1.1 sekiya
447 1.1 sekiya # a pseudo device needed for Coda # also needs CODA (above)
448 1.1 sekiya pseudo-device vcoda 4 # coda minicache <-> venus comm.
449 1.1 sekiya
450 1.1 sekiya # pseudo devices used for IRIX binary compatibility
451 1.1 sekiya pseudo-device irix_kmem # IRIX /dev/kmem
452 1.1 sekiya pseudo-device irix_usema # IRIX /dev/usema
453