HDL_G revision 1.1.8.2 1 1.1.8.2 yamt # $NetBSD: HDL_G,v 1.1.8.2 2006/05/24 10:56:40 yamt Exp $
2 1.1.8.2 yamt #
3 1.1.8.2 yamt # HDL_G -- I-O DATA HDL-G Kernel
4 1.1.8.2 yamt #
5 1.1.8.2 yamt
6 1.1.8.2 yamt include "arch/evbarm/conf/std.hdl_g"
7 1.1.8.2 yamt
8 1.1.8.2 yamt #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.1.8.2 yamt
10 1.1.8.2 yamt maxusers 32 # estimated number of users
11 1.1.8.2 yamt
12 1.1.8.2 yamt # CPU options
13 1.1.8.2 yamt
14 1.1.8.2 yamt # For XScale systems
15 1.1.8.2 yamt options CPU_XSCALE_80321 # Support the XScale core
16 1.1.8.2 yamt makeoptions CPUFLAGS="-mcpu=xscale"
17 1.1.8.2 yamt
18 1.1.8.2 yamt # Architecture options
19 1.1.8.2 yamt options XSCALE_CACHE_READ_WRITE_ALLOCATE
20 1.1.8.2 yamt
21 1.1.8.2 yamt # Standard system options
22 1.1.8.2 yamt
23 1.1.8.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 1.1.8.2 yamt #options HZ=512 # clock interrupt generates every 1/HZ sec
25 1.1.8.2 yamt #options NTP # NTP phase/frequency locked loop
26 1.1.8.2 yamt
27 1.1.8.2 yamt # File systems
28 1.1.8.2 yamt
29 1.1.8.2 yamt file-system FFS # UFS
30 1.1.8.2 yamt file-system EXT2FS # second extended file system (linux)
31 1.1.8.2 yamt #file-system LFS # log-structured file system
32 1.1.8.2 yamt file-system MFS # memory file system
33 1.1.8.2 yamt file-system NFS # Network file system
34 1.1.8.2 yamt file-system CD9660 # ISO 9660 + Rock Ridge file system
35 1.1.8.2 yamt #file-system CODA # Coda File System; also needs vcoda (below)
36 1.1.8.2 yamt file-system FDESC # /dev/fd
37 1.1.8.2 yamt file-system KERNFS # /kern
38 1.1.8.2 yamt file-system MSDOSFS # MS-DOS file system
39 1.1.8.2 yamt file-system NTFS # Windows/NT file system (experimental)
40 1.1.8.2 yamt file-system NULLFS # loopback file system
41 1.1.8.2 yamt #file-system OVERLAY # overlay file system
42 1.1.8.2 yamt #file-system PORTAL # portal filesystem (still experimental)
43 1.1.8.2 yamt file-system PROCFS # /proc
44 1.1.8.2 yamt file-system PTYFS # /dev/pts/N support
45 1.1.8.2 yamt file-system SMBFS # experimental - CIFS; also needs nsmb (below)
46 1.1.8.2 yamt file-system TMPFS # experimental - Efficient memory file-system
47 1.1.8.2 yamt #file-system UDF # experimental - OSTA UDF CD/DVD file-system
48 1.1.8.2 yamt file-system UMAPFS # NULLFS + uid and gid remapping
49 1.1.8.2 yamt file-system UNION # union file system
50 1.1.8.2 yamt
51 1.1.8.2 yamt # File system options
52 1.1.8.2 yamt #options QUOTA # UFS quotas
53 1.1.8.2 yamt #options FFS_EI # FFS Endian Independant support
54 1.1.8.2 yamt options NFSSERVER
55 1.1.8.2 yamt #options SOFTDEP
56 1.1.8.2 yamt #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
57 1.1.8.2 yamt #options FFS_NO_SNAPSHOT # No FFS snapshot support
58 1.1.8.2 yamt #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
59 1.1.8.2 yamt # immutable) behave as system flags.
60 1.1.8.2 yamt
61 1.1.8.2 yamt # Networking options
62 1.1.8.2 yamt
63 1.1.8.2 yamt #options GATEWAY # packet forwarding
64 1.1.8.2 yamt options INET # IP + ICMP + TCP + UDP
65 1.1.8.2 yamt options INET6 # IPV6
66 1.1.8.2 yamt #options IPSEC # IP security
67 1.1.8.2 yamt #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
68 1.1.8.2 yamt #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
69 1.1.8.2 yamt #options IPSEC_DEBUG # debug for IP security
70 1.1.8.2 yamt #options MROUTING # IP multicast routing
71 1.1.8.2 yamt #options PIM # Protocol Independent Multicast
72 1.1.8.2 yamt #options NS # XNS
73 1.1.8.2 yamt #options NSIP # XNS tunneling over IP
74 1.1.8.2 yamt #options ISO,TPIP # OSI
75 1.1.8.2 yamt #options EON # OSI tunneling over IP
76 1.1.8.2 yamt #options CCITT,LLC,HDLC # X.25
77 1.1.8.2 yamt #options NETATALK # AppleTalk networking
78 1.1.8.2 yamt #options PFIL_HOOKS # pfil(9) packet filter hooks
79 1.1.8.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP
80 1.1.8.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP
81 1.1.8.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf)
82 1.1.8.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
83 1.1.8.2 yamt #options TCP_SIGNATURE
84 1.1.8.2 yamt
85 1.1.8.2 yamt #options NFS_BOOT_BOOTP
86 1.1.8.2 yamt options NFS_BOOT_DHCP
87 1.1.8.2 yamt options NFS_BOOT_BOOTPARAM
88 1.1.8.2 yamt
89 1.1.8.2 yamt # Compatibility options
90 1.1.8.2 yamt
91 1.1.8.2 yamt options COMPAT_09 # NetBSD 0.9 compatibility.
92 1.1.8.2 yamt options COMPAT_10 # NetBSD 1.0 compatibility.
93 1.1.8.2 yamt options COMPAT_11 # NetBSD 1.1 compatibility.
94 1.1.8.2 yamt options COMPAT_12 # NetBSD 1.2 compatibility.
95 1.1.8.2 yamt options COMPAT_13 # NetBSD 1.3 compatibility.
96 1.1.8.2 yamt options COMPAT_14 # NetBSD 1.4 compatibility.
97 1.1.8.2 yamt options COMPAT_15 # NetBSD 1.5 compatibility.
98 1.1.8.2 yamt options COMPAT_16 # NetBSD 1.6 compatibility.
99 1.1.8.2 yamt options COMPAT_20 # NetBSD 2.0 compatibility.
100 1.1.8.2 yamt options COMPAT_30 # NetBSD 3.0 compatibility.
101 1.1.8.2 yamt options COMPAT_43 # 4.3BSD compatibility.
102 1.1.8.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
103 1.1.8.2 yamt
104 1.1.8.2 yamt options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
105 1.1.8.2 yamt options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
106 1.1.8.2 yamt
107 1.1.8.2 yamt # Shared memory options
108 1.1.8.2 yamt
109 1.1.8.2 yamt options SYSVMSG # System V-like message queues
110 1.1.8.2 yamt options SYSVSEM # System V-like semaphores
111 1.1.8.2 yamt #options SEMMNI=10 # number of semaphore identifiers
112 1.1.8.2 yamt #options SEMMNS=60 # number of semaphores in system
113 1.1.8.2 yamt #options SEMUME=10 # max number of undo entries per process
114 1.1.8.2 yamt #options SEMMNU=30 # number of undo structures in system
115 1.1.8.2 yamt options SYSVSHM # System V-like memory sharing
116 1.1.8.2 yamt #options SHMMAXPGS=1024 # 1024 pages is the default
117 1.1.8.2 yamt options P1003_1B_SEMAPHORE # p1003.1b semaphore support
118 1.1.8.2 yamt
119 1.1.8.2 yamt # Device options
120 1.1.8.2 yamt
121 1.1.8.2 yamt # Miscellaneous kernel options
122 1.1.8.2 yamt options KTRACE # system call tracing via ktrace(1)
123 1.1.8.2 yamt options SYSTRACE # system call vetting via systrace(1)
124 1.1.8.2 yamt options IRQSTATS # manage IRQ statistics
125 1.1.8.2 yamt #options LKM # loadable kernel modules
126 1.1.8.2 yamt #options KMEMSTATS # kernel memory statistics
127 1.1.8.2 yamt #options SCSIVERBOSE # Verbose SCSI errors
128 1.1.8.2 yamt options PCIVERBOSE # Verbose PCI descriptions
129 1.1.8.2 yamt options MIIVERBOSE # Verbose MII autoconfuration messages
130 1.1.8.2 yamt options USBVERBOSE # verbose USB device autoconfig messages
131 1.1.8.2 yamt #options PCI_CONFIG_DUMP # verbosely dump PCI config space
132 1.1.8.2 yamt options USERCONF # userconf(4) support
133 1.1.8.2 yamt #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
134 1.1.8.2 yamt #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
135 1.1.8.2 yamt
136 1.1.8.2 yamt # Development and Debugging options
137 1.1.8.2 yamt
138 1.1.8.2 yamt #options PERFCTRS # performance counters
139 1.1.8.2 yamt #options DIAGNOSTIC # internally consistency checks
140 1.1.8.2 yamt #options DEBUG
141 1.1.8.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code
142 1.1.8.2 yamt #options IPKDB # remote kernel debugging
143 1.1.8.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages
144 1.1.8.2 yamt options DDB # in-kernel debugger
145 1.1.8.2 yamt #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
146 1.1.8.2 yamt #makeoptions DEBUG="-g" # compile full symbol table
147 1.1.8.2 yamt options SYMTAB_SPACE=512000
148 1.1.8.2 yamt
149 1.1.8.2 yamt #config netbsd root on ? type ?
150 1.1.8.2 yamt config netbsd root on wd0a type ?
151 1.1.8.2 yamt #config netbsd root on wd0e type ?
152 1.1.8.2 yamt
153 1.1.8.2 yamt # The main bus device
154 1.1.8.2 yamt mainbus0 at root
155 1.1.8.2 yamt
156 1.1.8.2 yamt # The boot CPU
157 1.1.8.2 yamt cpu0 at mainbus?
158 1.1.8.2 yamt
159 1.1.8.2 yamt # On-board device support
160 1.1.8.2 yamt obio* at mainbus?
161 1.1.8.2 yamt com0 at obio? addr 0xfe800000 xint 3 # on-board TI 165C50 UART
162 1.1.8.2 yamt btn0 at obio? addr 0xfe8d0002 xint 3 # buttons
163 1.1.8.2 yamt
164 1.1.8.2 yamt # i80321 I/O Processor peripheral support
165 1.1.8.2 yamt iopxs* at mainbus?
166 1.1.8.2 yamt
167 1.1.8.2 yamt iopiic* at iopxs? # I2C Controller Unit(s)
168 1.1.8.2 yamt iic0 at iopiic?
169 1.1.8.2 yamt iic1 at iopiic?
170 1.1.8.2 yamt pci0 at iopxs? bus ? # PCI/PCI-X support
171 1.1.8.2 yamt
172 1.1.8.2 yamt # PCI-PCI bridges
173 1.1.8.2 yamt ppb* at pci? dev ? function ?
174 1.1.8.2 yamt pci* at ppb? bus ?
175 1.1.8.2 yamt
176 1.1.8.2 yamt # RICOH RS5C372A Real-Time Clock
177 1.1.8.2 yamt rs5c372rtc* at iic0 addr 0x32
178 1.1.8.2 yamt
179 1.1.8.2 yamt #
180 1.1.8.2 yamt # Storage devices
181 1.1.8.2 yamt #
182 1.1.8.2 yamt
183 1.1.8.2 yamt # SCSI Controllers and Devices
184 1.1.8.2 yamt
185 1.1.8.2 yamt # SCSI bus support
186 1.1.8.2 yamt scsibus* at scsi?
187 1.1.8.2 yamt
188 1.1.8.2 yamt # SCSI devices
189 1.1.8.2 yamt sd* at scsibus? target ? lun ? # SCSI disk drives
190 1.1.8.2 yamt st* at scsibus? target ? lun ? # SCSI tape drives
191 1.1.8.2 yamt cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
192 1.1.8.2 yamt ch* at scsibus? target ? lun ? # SCSI autochangers
193 1.1.8.2 yamt ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
194 1.1.8.2 yamt ss* at scsibus? target ? lun ? # SCSI scanners
195 1.1.8.2 yamt uk* at scsibus? target ? lun ? # SCSI unknown
196 1.1.8.2 yamt
197 1.1.8.2 yamt # PCI IDE/S-ATA controllers and devices
198 1.1.8.2 yamt pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
199 1.1.8.2 yamt acardide* at pci? dev ? function ? # Acard IDE controllers
200 1.1.8.2 yamt
201 1.1.8.2 yamt # ATA (IDE) bus support
202 1.1.8.2 yamt atabus* at ata? channel ?
203 1.1.8.2 yamt
204 1.1.8.2 yamt # IDE drives
205 1.1.8.2 yamt # Flags are used only with controllers that support DMA operations
206 1.1.8.2 yamt # and mode settings (e.g. some pciide controllers)
207 1.1.8.2 yamt # The lowest order four bits (rightmost digit) of the flags define the PIO
208 1.1.8.2 yamt # mode to use, the next set of four bits the DMA mode and the third set the
209 1.1.8.2 yamt # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
210 1.1.8.2 yamt # to use, and the last bit must be 1 for this setting to be used.
211 1.1.8.2 yamt # For DMA and UDMA, 0xf (1111) means 'disable'.
212 1.1.8.2 yamt # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
213 1.1.8.2 yamt # (0xc=1100, 0xa=1010, 0xf=1111)
214 1.1.8.2 yamt # 0x0000 means "use whatever the drive claims to support".
215 1.1.8.2 yamt wd* at atabus? drive ? flags 0x0000
216 1.1.8.2 yamt
217 1.1.8.2 yamt # ATAPI bus support
218 1.1.8.2 yamt atapibus* at atapi?
219 1.1.8.2 yamt
220 1.1.8.2 yamt # ATAPI devices
221 1.1.8.2 yamt # flags have the same meaning as for IDE drives.
222 1.1.8.2 yamt cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
223 1.1.8.2 yamt sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
224 1.1.8.2 yamt st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
225 1.1.8.2 yamt uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
226 1.1.8.2 yamt
227 1.1.8.2 yamt #
228 1.1.8.2 yamt # Networking devices
229 1.1.8.2 yamt #
230 1.1.8.2 yamt
231 1.1.8.2 yamt # PCI network devices
232 1.1.8.2 yamt wm* at pci? dev ? function ? # Intel i82541PI Gig-E
233 1.1.8.2 yamt
234 1.1.8.2 yamt # MII/PHY support
235 1.1.8.2 yamt acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
236 1.1.8.2 yamt amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
237 1.1.8.2 yamt bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
238 1.1.8.2 yamt brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
239 1.1.8.2 yamt ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
240 1.1.8.2 yamt dmphy* at mii? phy ? # Davicom DM9101 PHYs
241 1.1.8.2 yamt exphy* at mii? phy ? # 3Com internal PHYs
242 1.1.8.2 yamt gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
243 1.1.8.2 yamt glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
244 1.1.8.2 yamt gphyter* at mii? phy ? # NS83861 Gig-E PHY
245 1.1.8.2 yamt icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
246 1.1.8.2 yamt igphy* at mii? phy ? # Intel IGP01E1000
247 1.1.8.2 yamt inphy* at mii? phy ? # Intel 82555 PHYs
248 1.1.8.2 yamt iophy* at mii? phy ? # Intel 82553 PHYs
249 1.1.8.2 yamt lxtphy* at mii? phy ? # Level One LXT-970 PHYs
250 1.1.8.2 yamt makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
251 1.1.8.2 yamt nsphy* at mii? phy ? # NS83840 PHYs
252 1.1.8.2 yamt nsphyter* at mii? phy ? # NS83843 PHYs
253 1.1.8.2 yamt pnaphy* at mii? phy ? # generic HomePNA PHYs
254 1.1.8.2 yamt qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
255 1.1.8.2 yamt rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs
256 1.1.8.2 yamt sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
257 1.1.8.2 yamt tlphy* at mii? phy ? # ThunderLAN PHYs
258 1.1.8.2 yamt tqphy* at mii? phy ? # TDK Semiconductor PHYs
259 1.1.8.2 yamt ukphy* at mii? phy ? # generic unknown PHYs
260 1.1.8.2 yamt urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
261 1.1.8.2 yamt
262 1.1.8.2 yamt
263 1.1.8.2 yamt # USB Controller and Devices
264 1.1.8.2 yamt
265 1.1.8.2 yamt # PCI USB controllers
266 1.1.8.2 yamt ehci* at pci? dev ? function ? # Enhanced Host Controller
267 1.1.8.2 yamt ohci* at pci? dev ? function ? # Open Host Controller
268 1.1.8.2 yamt
269 1.1.8.2 yamt # USB bus support
270 1.1.8.2 yamt usb* at ehci?
271 1.1.8.2 yamt usb* at ohci?
272 1.1.8.2 yamt
273 1.1.8.2 yamt # USB Hubs
274 1.1.8.2 yamt uhub* at usb?
275 1.1.8.2 yamt uhub* at uhub? port ? configuration ? interface ?
276 1.1.8.2 yamt
277 1.1.8.2 yamt # USB HID device
278 1.1.8.2 yamt uhidev* at uhub? port ? configuration ? interface ?
279 1.1.8.2 yamt
280 1.1.8.2 yamt # USB Mice
281 1.1.8.2 yamt ums* at uhidev? reportid ?
282 1.1.8.2 yamt wsmouse* at ums? mux 0
283 1.1.8.2 yamt
284 1.1.8.2 yamt # USB Keyboards
285 1.1.8.2 yamt ukbd* at uhidev? reportid ?
286 1.1.8.2 yamt wskbd* at ukbd? console ? mux 1
287 1.1.8.2 yamt
288 1.1.8.2 yamt # USB serial adpater
289 1.1.8.2 yamt ucycom* at uhidev? reportid ?
290 1.1.8.2 yamt
291 1.1.8.2 yamt # USB Generic HID devices
292 1.1.8.2 yamt uhid* at uhidev? reportid ?
293 1.1.8.2 yamt
294 1.1.8.2 yamt # USB Printer
295 1.1.8.2 yamt ulpt* at uhub? port ? configuration ? interface ?
296 1.1.8.2 yamt
297 1.1.8.2 yamt # USB Modem
298 1.1.8.2 yamt umodem* at uhub? port ? configuration ?
299 1.1.8.2 yamt ucom* at umodem?
300 1.1.8.2 yamt
301 1.1.8.2 yamt # USB Mass Storage
302 1.1.8.2 yamt umass* at uhub? port ? configuration ? interface ?
303 1.1.8.2 yamt scsibus* at umass?
304 1.1.8.2 yamt wd* at umass?
305 1.1.8.2 yamt
306 1.1.8.2 yamt # USB audio
307 1.1.8.2 yamt uaudio* at uhub? port ? configuration ?
308 1.1.8.2 yamt
309 1.1.8.2 yamt # USB MIDI
310 1.1.8.2 yamt umidi* at uhub? port ? configuration ?
311 1.1.8.2 yamt
312 1.1.8.2 yamt # USB IrDA
313 1.1.8.2 yamt # USB-IrDA bridge spec
314 1.1.8.2 yamt uirda* at uhub? port ? configuration ? interface ?
315 1.1.8.2 yamt irframe* at uirda?
316 1.1.8.2 yamt
317 1.1.8.2 yamt # SigmaTel STIr4200 USB/IrDA Bridge
318 1.1.8.2 yamt ustir* at uhub? port ?
319 1.1.8.2 yamt irframe* at ustir?
320 1.1.8.2 yamt
321 1.1.8.2 yamt # USB Ethernet adapters
322 1.1.8.2 yamt aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
323 1.1.8.2 yamt axe* at uhub? port ? # ASIX AX88172 based adapters
324 1.1.8.2 yamt cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
325 1.1.8.2 yamt cue* at uhub? port ? # CATC USB-EL1201A based adapters
326 1.1.8.2 yamt kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
327 1.1.8.2 yamt udav* at uhub? port ? # Davicom DM9601 based adapters
328 1.1.8.2 yamt url* at uhub? port ? # Realtek RTL8150L based adapters
329 1.1.8.2 yamt
330 1.1.8.2 yamt # USB 802.11b adapters
331 1.1.8.2 yamt atu* at uhub? port ? # Atmel AT76C50XX based adapters
332 1.1.8.2 yamt ral* at uhub? port ? # Ralink Technology RT25x0 802.11a/b/g
333 1.1.8.2 yamt
334 1.1.8.2 yamt # Prolific PL2301/PL2302 host-to-host adapter
335 1.1.8.2 yamt upl* at uhub? port ?
336 1.1.8.2 yamt
337 1.1.8.2 yamt # Serial adapters
338 1.1.8.2 yamt ubsa* at uhub? port ? # Belkin serial adapter
339 1.1.8.2 yamt ucom* at ubsa? portno ?
340 1.1.8.2 yamt
341 1.1.8.2 yamt uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
342 1.1.8.2 yamt ucom* at uftdi? portno ?
343 1.1.8.2 yamt
344 1.1.8.2 yamt umct* at uhub? port ? # MCT USB-RS232 serial adapter
345 1.1.8.2 yamt ucom* at umct? portno ?
346 1.1.8.2 yamt
347 1.1.8.2 yamt uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
348 1.1.8.2 yamt ucom* at uplcom? portno ?
349 1.1.8.2 yamt
350 1.1.8.2 yamt uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
351 1.1.8.2 yamt ucom* at uvscom? portno ?
352 1.1.8.2 yamt
353 1.1.8.2 yamt # Diamond Multimedia Rio 500
354 1.1.8.2 yamt urio* at uhub? port ?
355 1.1.8.2 yamt
356 1.1.8.2 yamt # USB Handspring Visor
357 1.1.8.2 yamt uvisor* at uhub? port ?
358 1.1.8.2 yamt ucom* at uvisor?
359 1.1.8.2 yamt
360 1.1.8.2 yamt # Kyocera AIR-EDGE PHONE
361 1.1.8.2 yamt ukyopon* at uhub? port ?
362 1.1.8.2 yamt ucom* at ukyopon? portno ?
363 1.1.8.2 yamt
364 1.1.8.2 yamt # USB scanners
365 1.1.8.2 yamt uscanner* at uhub? port ?
366 1.1.8.2 yamt
367 1.1.8.2 yamt # USB scanners that use SCSI emulation, e.g., HP5300
368 1.1.8.2 yamt usscanner* at uhub? port ?
369 1.1.8.2 yamt
370 1.1.8.2 yamt # Y@P firmware loader
371 1.1.8.2 yamt uyap* at uhub? port ?
372 1.1.8.2 yamt
373 1.1.8.2 yamt # D-Link DSB-R100 USB radio
374 1.1.8.2 yamt udsbr* at uhub? port ?
375 1.1.8.2 yamt radio* at udsbr?
376 1.1.8.2 yamt
377 1.1.8.2 yamt # USB Generic driver
378 1.1.8.2 yamt ugen* at uhub? port ?
379 1.1.8.2 yamt
380 1.1.8.2 yamt
381 1.1.8.2 yamt # Audio Devices
382 1.1.8.2 yamt
383 1.1.8.2 yamt # Audio support
384 1.1.8.2 yamt audio* at audiobus?
385 1.1.8.2 yamt
386 1.1.8.2 yamt # MIDI support
387 1.1.8.2 yamt midi* at midibus?
388 1.1.8.2 yamt
389 1.1.8.2 yamt
390 1.1.8.2 yamt # Pseudo-Devices
391 1.1.8.2 yamt
392 1.1.8.2 yamt # disk/mass storage pseudo-devices
393 1.1.8.2 yamt #pseudo-device ccd 4 # concatenated/striped disk devices
394 1.1.8.2 yamt #pseudo-device cgd 4 # cryptographic disk devices
395 1.1.8.2 yamt #pseudo-device raid 8 # RAIDframe disk driver
396 1.1.8.2 yamt #options RAID_AUTOCONFIG # auto-configuration of RAID components
397 1.1.8.2 yamt # Options to enable various other RAIDframe RAID types.
398 1.1.8.2 yamt #options RF_INCLUDE_EVENODD=1
399 1.1.8.2 yamt #options RF_INCLUDE_RAID5_RS=1
400 1.1.8.2 yamt #options RF_INCLUDE_PARITYLOGGING=1
401 1.1.8.2 yamt #options RF_INCLUDE_CHAINDECLUSTER=1
402 1.1.8.2 yamt #options RF_INCLUDE_INTERDECLUSTER=1
403 1.1.8.2 yamt #options RF_INCLUDE_PARITY_DECLUSTERING=1
404 1.1.8.2 yamt #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
405 1.1.8.2 yamt #pseudo-device fss 4 # file system snapshot device
406 1.1.8.2 yamt
407 1.1.8.2 yamt #pseudo-device md 1 # memory disk device (ramdisk)
408 1.1.8.2 yamt pseudo-device vnd 4 # disk-like interface to files
409 1.1.8.2 yamt options VND_COMPRESSION # compressed vnd(4)
410 1.1.8.2 yamt
411 1.1.8.2 yamt # network pseudo-devices
412 1.1.8.2 yamt pseudo-device bpfilter # Berkeley packet filter
413 1.1.8.2 yamt pseudo-device ipfilter # IP filter (firewall) and NAT
414 1.1.8.2 yamt pseudo-device loop # network loopback
415 1.1.8.2 yamt pseudo-device ppp # Point-to-Point Protocol
416 1.1.8.2 yamt pseudo-device pppoe # PPP over Ethernet (RFC 2516)
417 1.1.8.2 yamt #pseudo-device sl # Serial Line IP
418 1.1.8.2 yamt #pseudo-device strip # Starmode Radio IP (Metricom)
419 1.1.8.2 yamt #pseudo-device irframetty # IrDA frame line discipline
420 1.1.8.2 yamt pseudo-device tap # virtual Ethernet
421 1.1.8.2 yamt pseudo-device tun # network tunneling over tty
422 1.1.8.2 yamt pseudo-device gre # generic L3 over IP tunnel
423 1.1.8.2 yamt pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
424 1.1.8.2 yamt pseudo-device faith # IPv[46] tcp relay translation i/f
425 1.1.8.2 yamt pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
426 1.1.8.2 yamt pseudo-device vlan # IEEE 802.1q encapsulation
427 1.1.8.2 yamt pseudo-device bridge # simple inter-network bridging
428 1.1.8.2 yamt options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
429 1.1.8.2 yamt pseudo-device pf # PF packet filter
430 1.1.8.2 yamt pseudo-device pflog # PF log if
431 1.1.8.2 yamt #pseudo-device kttcp
432 1.1.8.2 yamt
433 1.1.8.2 yamt # miscellaneous pseudo-devices
434 1.1.8.2 yamt pseudo-device pty # pseudo-terminals
435 1.1.8.2 yamt pseudo-device sequencer # MIDI sequencer
436 1.1.8.2 yamt pseudo-device rnd # /dev/random and in-kernel generator
437 1.1.8.2 yamt pseudo-device clockctl # user control of clock subsystem
438 1.1.8.2 yamt pseudo-device ksyms # /dev/ksyms
439 1.1.8.2 yamt
440 1.1.8.2 yamt # a pseudo device needed for Coda # also needs CODA (above)
441 1.1.8.2 yamt #pseudo-device vcoda 4 # coda minicache <-> venus comm.
442 1.1.8.2 yamt
443 1.1.8.2 yamt # a pseudo device needed for SMBFS
444 1.1.8.2 yamt pseudo-device nsmb # experimental - SMB requester
445 1.1.8.2 yamt
446 1.1.8.2 yamt # a pseudo device needed for verified exec
447 1.1.8.2 yamt #pseudo-device veriexec 1
448 1.1.8.2 yamt
449 1.1.8.2 yamt # data mover pseudo-devices
450 1.1.8.2 yamt pseudo-device swdmover # softare dmover(9) back-end
451 1.1.8.2 yamt pseudo-device dmoverio # /dev/dmover dmover(9) interface
452