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