GENERIC revision 1.2.8.1 1 1.2.8.1 rmind # $NetBSD: GENERIC,v 1.2.8.1 2007/03/12 05:48:41 rmind Exp $
2 1.1 uwe #
3 1.2.8.1 rmind # GENERIC machine description file
4 1.1 uwe #
5 1.2.8.1 rmind # This machine description file is used to generate the default NetBSD
6 1.2.8.1 rmind # kernel. The generic kernel does not include all options, subsystems
7 1.2.8.1 rmind # and device drivers, but should be useful for most applications.
8 1.2.8.1 rmind #
9 1.2.8.1 rmind # The machine description file can be customised for your specific
10 1.2.8.1 rmind # machine to reduce the kernel size and improve its performance.
11 1.2.8.1 rmind #
12 1.2.8.1 rmind # For further information on compiling NetBSD kernels, see the config(8)
13 1.2.8.1 rmind # man page.
14 1.2.8.1 rmind #
15 1.2.8.1 rmind # For further information on hardware support for this architecture, see
16 1.2.8.1 rmind # the intro(4) man page. For further information about kernel options
17 1.2.8.1 rmind # for this architecture, see the options(4) man page. For an explanation
18 1.2.8.1 rmind # of each device driver in this file see the section 4 man page for the
19 1.2.8.1 rmind # device.
20 1.2.8.1 rmind
21 1.2.8.1 rmind include "arch/landisk/conf/std.landisk"
22 1.2.8.1 rmind
23 1.2.8.1 rmind options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.2.8.1 rmind
25 1.2.8.1 rmind #ident "GENERIC-$Revision: 1.2.8.1 $"
26 1.2.8.1 rmind
27 1.2.8.1 rmind maxusers 16 # estimated number of users
28 1.2.8.1 rmind
29 1.2.8.1 rmind makeoptions COPTS="-O -m4-nofpu"
30 1.2.8.1 rmind options SYMTAB_SPACE=512000
31 1.2.8.1 rmind
32 1.2.8.1 rmind # CPU-related options.
33 1.2.8.1 rmind options PCLOCK=33333333 # 33.33MHz
34 1.2.8.1 rmind options DONT_INIT_BSC
35 1.2.8.1 rmind #options DONT_INIT_PCIBSC
36 1.2.8.1 rmind
37 1.2.8.1 rmind # Cache options.
38 1.2.8.1 rmind options SH4_CACHE_DISABLE_EMODE
39 1.2.8.1 rmind #options SH4_CACHE_DISABLE_ICACHE
40 1.2.8.1 rmind #options SH4_CACHE_DISABLE_DCACHE
41 1.2.8.1 rmind #options SH4_CACHE_WB_U0_P0_P3
42 1.2.8.1 rmind #options SH4_CACHE_WB_P1
43 1.2.8.1 rmind
44 1.2.8.1 rmind # kloader-related
45 1.2.8.1 rmind #options KLOADER
46 1.2.8.1 rmind #options KLOADER_KERNEL_PATH="\"/netbsd\""
47 1.2.8.1 rmind #options KLOADER_DEBUG
48 1.2.8.1 rmind
49 1.2.8.1 rmind # Standard system options
50 1.2.8.1 rmind
51 1.2.8.1 rmind options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
52 1.2.8.1 rmind #options HZ=64 # clock interrupt generates every 1/HZ sec
53 1.2.8.1 rmind options NTP # NTP phase/frequency locked loop
54 1.2.8.1 rmind
55 1.2.8.1 rmind options KTRACE # system call tracing via ktrace(1)
56 1.2.8.1 rmind #options SYSTRACE # system call vetting via systrace(1)
57 1.2.8.1 rmind
58 1.2.8.1 rmind options SYSVMSG # System V-like message queues
59 1.2.8.1 rmind options SYSVSEM # System V-like semaphores
60 1.2.8.1 rmind #options SEMMNI=10 # number of semaphore identifiers
61 1.2.8.1 rmind #options SEMMNS=60 # number of semaphores in system
62 1.2.8.1 rmind #options SEMUME=10 # max number of undo entries per process
63 1.2.8.1 rmind #options SEMMNU=30 # number of undo structures in system
64 1.2.8.1 rmind options SYSVSHM # System V-like memory sharing
65 1.2.8.1 rmind #options SHMMAXPGS=2048 # 2048 pages is the default
66 1.2.8.1 rmind options P1003_1B_SEMAPHORE # p1003.1b semaphore support
67 1.2.8.1 rmind
68 1.2.8.1 rmind options LKM # loadable kernel modules
69 1.2.8.1 rmind
70 1.2.8.1 rmind options USERCONF # userconf(4) support
71 1.2.8.1 rmind #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
72 1.2.8.1 rmind options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
73 1.2.8.1 rmind
74 1.2.8.1 rmind # Enable experimental buffer queue strategy for better responsiveness under
75 1.2.8.1 rmind # high disk I/O load. Likely stable but not yet the default.
76 1.2.8.1 rmind #options BUFQ_READPRIO
77 1.2.8.1 rmind #options BUFQ_PRIOCSCAN
78 1.2.8.1 rmind
79 1.2.8.1 rmind # Diagnostic/debugging support options
80 1.2.8.1 rmind #options DIAGNOSTIC # cheap kernel consistency checks
81 1.2.8.1 rmind #options DEBUG # expensive debugging checks/support
82 1.2.8.1 rmind #options KMEMSTATS # kernel memory statistics (vmstat -m)
83 1.2.8.1 rmind options DDB # in-kernel debugger
84 1.2.8.1 rmind #options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
85 1.2.8.1 rmind options DDB_HISTORY_SIZE=512 # Enable history editing in DDB
86 1.2.8.1 rmind #makeoptions DEBUG="-g -fno-omit-frame-pointer"
87 1.2.8.1 rmind
88 1.2.8.1 rmind # Compatibility options
89 1.2.8.1 rmind options COMPAT_16 # NetBSD 1.6,
90 1.2.8.1 rmind options COMPAT_20 # NetBSD 2.0,
91 1.2.8.1 rmind options COMPAT_30 # NetBSD 3.0,
92 1.2.8.1 rmind options COMPAT_43 # and 4.3BSD
93 1.2.8.1 rmind #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
94 1.2.8.1 rmind
95 1.2.8.1 rmind options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
96 1.2.8.1 rmind options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
97 1.2.8.1 rmind
98 1.2.8.1 rmind # Executable format options
99 1.2.8.1 rmind options EXEC_COFF # COFF executables
100 1.2.8.1 rmind
101 1.2.8.1 rmind # File systems
102 1.2.8.1 rmind file-system FFS # UFS
103 1.2.8.1 rmind file-system EXT2FS # second extended file system (linux)
104 1.2.8.1 rmind file-system LFS # log-structured file system
105 1.2.8.1 rmind file-system MFS # memory file system
106 1.2.8.1 rmind file-system NFS # Network File System client
107 1.2.8.1 rmind file-system NTFS # Windows/NT file system (experimental)
108 1.2.8.1 rmind file-system CD9660 # ISO 9660 + Rock Ridge file system
109 1.2.8.1 rmind file-system MSDOSFS # MS-DOS file system
110 1.2.8.1 rmind file-system FDESC # /dev/fd
111 1.2.8.1 rmind file-system KERNFS # /kern
112 1.2.8.1 rmind file-system NULLFS # loopback file system
113 1.2.8.1 rmind file-system OVERLAY # overlay file system
114 1.2.8.1 rmind file-system PORTAL # portal filesystem (still experimental)
115 1.2.8.1 rmind file-system PROCFS # /proc
116 1.2.8.1 rmind file-system UMAPFS # NULLFS + uid and gid remapping
117 1.2.8.1 rmind file-system UNION # union file system
118 1.2.8.1 rmind file-system CODA # Coda File System; also needs vcoda (below)
119 1.2.8.1 rmind file-system SMBFS # experimental - CIFS; also needs nsmb (below)
120 1.2.8.1 rmind file-system PTYFS # /dev/pts/N support
121 1.2.8.1 rmind #file-system TMPFS # Efficient memory file-system
122 1.2.8.1 rmind #file-system UDF # experimental - OSTA UDF CD/DVD file-system
123 1.2.8.1 rmind
124 1.2.8.1 rmind # File system options
125 1.2.8.1 rmind options QUOTA # UFS quotas
126 1.2.8.1 rmind #options FFS_EI # FFS Endian Independent support
127 1.2.8.1 rmind options SOFTDEP # FFS soft updates support.
128 1.2.8.1 rmind #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
129 1.2.8.1 rmind options NFSSERVER # Network File System server
130 1.2.8.1 rmind #options FFS_NO_SNAPSHOT # ffs snapshots
131 1.2.8.1 rmind #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
132 1.2.8.1 rmind # immutable) behave as system flags.
133 1.2.8.1 rmind
134 1.2.8.1 rmind # Networking options
135 1.2.8.1 rmind #options GATEWAY # packet forwarding
136 1.2.8.1 rmind options INET # IP + ICMP + TCP + UDP
137 1.2.8.1 rmind options INET6 # IPV6
138 1.2.8.1 rmind #options IPSEC # IP security
139 1.2.8.1 rmind #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
140 1.2.8.1 rmind #options IPSEC_DEBUG # debug for IP security
141 1.2.8.1 rmind #options MROUTING # IP multicast routing
142 1.2.8.1 rmind #options PIM # Protocol Independent Multicast
143 1.2.8.1 rmind #options ISO,TPIP # OSI
144 1.2.8.1 rmind #options EON # OSI tunneling over IP
145 1.2.8.1 rmind #options NETATALK # AppleTalk networking protocols
146 1.2.8.1 rmind #options PPP_BSDCOMP # BSD-Compress compression support for PPP
147 1.2.8.1 rmind #options PPP_DEFLATE # Deflate compression support for PPP
148 1.2.8.1 rmind #options PPP_FILTER # Active filter support for PPP (requires bpf)
149 1.2.8.1 rmind #options PFIL_HOOKS # pfil(9) packet filter hooks
150 1.2.8.1 rmind #options IPFILTER_LOG # ipmon(8) log support
151 1.2.8.1 rmind #options IPFILTER_DEFAULT_BLOCK # block all packets by default
152 1.2.8.1 rmind #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
153 1.2.8.1 rmind
154 1.2.8.1 rmind #options ALTQ # Manipulate network interfaces' output queues
155 1.2.8.1 rmind #options ALTQ_BLUE # Stochastic Fair Blue
156 1.2.8.1 rmind #options ALTQ_CBQ # Class-Based Queueing
157 1.2.8.1 rmind #options ALTQ_CDNR # Diffserv Traffic Conditioner
158 1.2.8.1 rmind #options ALTQ_FIFOQ # First-In First-Out Queue
159 1.2.8.1 rmind #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
160 1.2.8.1 rmind #options ALTQ_HFSC # Hierarchical Fair Service Curve
161 1.2.8.1 rmind #options ALTQ_LOCALQ # Local queueing discipline
162 1.2.8.1 rmind #options ALTQ_PRIQ # Priority Queueing
163 1.2.8.1 rmind #options ALTQ_RED # Random Early Detection
164 1.2.8.1 rmind #options ALTQ_RIO # RED with IN/OUT
165 1.2.8.1 rmind #options ALTQ_WFQ # Weighted Fair Queueing
166 1.1 uwe
167 1.2.8.1 rmind # These options enable verbose messages for several subsystems.
168 1.2.8.1 rmind # Warning, these may compile large string tables into the kernel!
169 1.2.8.1 rmind options MIIVERBOSE # verbose PHY autoconfig messages
170 1.2.8.1 rmind options PCIVERBOSE # verbose PCI device autoconfig messages
171 1.2.8.1 rmind #options PCI_CONFIG_DUMP # verbosely dump PCI config space
172 1.2.8.1 rmind options SCSIVERBOSE # human readable SCSI error messages
173 1.2.8.1 rmind options USBVERBOSE # verbose USB device autoconfig messages
174 1.1 uwe
175 1.2.8.1 rmind options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
176 1.2.8.1 rmind
177 1.2.8.1 rmind
178 1.2.8.1 rmind # Kernel root file system and dump configuration.
179 1.2.8.1 rmind #config netbsd root on ? type ?
180 1.2.8.1 rmind config netbsd root on wd0a type ffs
181 1.2.8.1 rmind #config netbsd root on ? type nfs
182 1.2.8.1 rmind
183 1.2.8.1 rmind
184 1.2.8.1 rmind #
185 1.2.8.1 rmind # Device configuration
186 1.2.8.1 rmind #
187 1.2.8.1 rmind
188 1.2.8.1 rmind mainbus0 at root
189 1.2.8.1 rmind
190 1.2.8.1 rmind cpu* at mainbus?
191 1.2.8.1 rmind
192 1.2.8.1 rmind # Basic Bus Support
193 1.2.8.1 rmind
194 1.2.8.1 rmind # PCI bus support
195 1.2.8.1 rmind options PCI_NETBSD_CONFIGURE
196 1.2.8.1 rmind shpcic* at mainbus? # SH7751 PCIC
197 1.2.8.1 rmind pci0 at shpcic? bus ?
198 1.2.8.1 rmind
199 1.2.8.1 rmind # SH bus
200 1.2.8.1 rmind shb* at mainbus?
201 1.2.8.1 rmind
202 1.2.8.1 rmind # ob-board I/O bus
203 1.2.8.1 rmind obio0 at mainbus?
204 1.2.8.1 rmind
205 1.2.8.1 rmind # Serial Devices
206 1.2.8.1 rmind
207 1.2.8.1 rmind options SCIFCONSOLE
208 1.2.8.1 rmind options SCIFCN_SPEED=9600
209 1.2.8.1 rmind scif0 at shb?
210 1.2.8.1 rmind
211 1.2.8.1 rmind rs5c313rtc0 at shb0 # time-of-day clock
212 1.2.8.1 rmind
213 1.2.8.1 rmind # SCSI Controllers and Devices
214 1.2.8.1 rmind
215 1.2.8.1 rmind # SCSI devices
216 1.2.8.1 rmind sd* at scsibus? target ? lun ? # SCSI disk drives
217 1.2.8.1 rmind st* at scsibus? target ? lun ? # SCSI tape drives
218 1.2.8.1 rmind cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
219 1.2.8.1 rmind ch* at scsibus? target ? lun ? # SCSI autochangers
220 1.2.8.1 rmind ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
221 1.2.8.1 rmind ss* at scsibus? target ? lun ? # SCSI scanners
222 1.2.8.1 rmind uk* at scsibus? target ? lun ? # SCSI unknown
223 1.2.8.1 rmind
224 1.2.8.1 rmind # IDE and related devices
225 1.2.8.1 rmind # PCI IDE controllers - see pciide(4) for supported hardware.
226 1.2.8.1 rmind # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
227 1.2.8.1 rmind # how to set up DMA modes for this chip. This may work, or may cause
228 1.2.8.1 rmind # a machine hang with some controllers.
229 1.2.8.1 rmind pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
230 1.1 uwe acardide* at pci? dev ? function ? # Acard IDE controllers
231 1.1 uwe
232 1.1 uwe wdc0 at obio? port 0x14000000 irq 10 # CF
233 1.2.8.1 rmind #wdc1 at obio? port 0x18000000 irq 9 # iConnect
234 1.2.8.1 rmind
235 1.2.8.1 rmind # ATA (IDE) bus support
236 1.2.8.1 rmind atabus* at ata?
237 1.2.8.1 rmind
238 1.2.8.1 rmind # IDE drives
239 1.2.8.1 rmind # Flags are used only with controllers that support DMA operations
240 1.2.8.1 rmind # and mode settings (e.g. some pciide controllers)
241 1.2.8.1 rmind # The lowest order four bits (rightmost digit) of the flags define the PIO
242 1.2.8.1 rmind # mode to use, the next set of four bits the DMA mode and the third set the
243 1.2.8.1 rmind # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
244 1.2.8.1 rmind # to use, and the last bit must be 1 for this setting to be used.
245 1.2.8.1 rmind # For DMA and UDMA, 0xf (1111) means 'disable'.
246 1.2.8.1 rmind # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
247 1.2.8.1 rmind # (0xc=1100, 0xa=1010, 0xf=1111)
248 1.2.8.1 rmind # 0x0000 means "use whatever the drive claims to support".
249 1.2.8.1 rmind wd* at atabus? drive ? flags 0x0000
250 1.2.8.1 rmind
251 1.2.8.1 rmind # ATAPI bus support
252 1.2.8.1 rmind atapibus* at atapi?
253 1.2.8.1 rmind
254 1.2.8.1 rmind # ATAPI devices
255 1.2.8.1 rmind # flags have the same meaning as for IDE drives.
256 1.2.8.1 rmind cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
257 1.2.8.1 rmind sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
258 1.2.8.1 rmind uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
259 1.2.8.1 rmind
260 1.2.8.1 rmind # Network Interfaces
261 1.2.8.1 rmind
262 1.2.8.1 rmind # PCI network interfaces
263 1.2.8.1 rmind #re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
264 1.2.8.1 rmind rtk* at pci? dev ? function ? # Realtek 8129/8139
265 1.2.8.1 rmind
266 1.2.8.1 rmind # MII/PHY support
267 1.2.8.1 rmind rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
268 1.2.8.1 rmind urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
269 1.2.8.1 rmind ukphy* at mii? phy ? # generic unknown PHYs
270 1.2.8.1 rmind
271 1.2.8.1 rmind
272 1.2.8.1 rmind # USB Controller and Devices
273 1.2.8.1 rmind
274 1.2.8.1 rmind # PCI USB controllers
275 1.2.8.1 rmind ehci* at pci? dev ? function ? # Enhanced Host Controller
276 1.2.8.1 rmind ohci* at pci? dev ? function ? # Open Host Controller
277 1.2.8.1 rmind
278 1.2.8.1 rmind # USB bus support
279 1.2.8.1 rmind usb* at ehci?
280 1.2.8.1 rmind usb* at ohci?
281 1.2.8.1 rmind
282 1.2.8.1 rmind # USB Hubs
283 1.2.8.1 rmind uhub* at usb?
284 1.2.8.1 rmind uhub* at uhub? port ? configuration ? interface ?
285 1.2.8.1 rmind
286 1.2.8.1 rmind # USB HID device
287 1.2.8.1 rmind uhidev* at uhub? port ? configuration ? interface ?
288 1.2.8.1 rmind
289 1.2.8.1 rmind # USB Mice
290 1.2.8.1 rmind ums* at uhidev? reportid ?
291 1.2.8.1 rmind wsmouse* at ums? mux 0
292 1.2.8.1 rmind
293 1.2.8.1 rmind # USB Keyboards
294 1.2.8.1 rmind ukbd* at uhidev? reportid ?
295 1.2.8.1 rmind wskbd* at ukbd? console ? mux 1
296 1.2.8.1 rmind
297 1.2.8.1 rmind # USB serial adpater
298 1.2.8.1 rmind ucycom* at uhidev? reportid ?
299 1.2.8.1 rmind
300 1.2.8.1 rmind # USB Generic HID devices
301 1.2.8.1 rmind uhid* at uhidev? reportid ?
302 1.2.8.1 rmind
303 1.2.8.1 rmind # USB Printer
304 1.2.8.1 rmind ulpt* at uhub? port ? configuration ? interface ?
305 1.2.8.1 rmind
306 1.2.8.1 rmind # USB Modem
307 1.2.8.1 rmind umodem* at uhub? port ? configuration ?
308 1.2.8.1 rmind ucom* at umodem?
309 1.2.8.1 rmind
310 1.2.8.1 rmind # USB Mass Storage
311 1.2.8.1 rmind umass* at uhub? port ? configuration ? interface ?
312 1.2.8.1 rmind scsibus* at umass?
313 1.2.8.1 rmind wd* at umass?
314 1.2.8.1 rmind
315 1.2.8.1 rmind # USB audio
316 1.2.8.1 rmind uaudio* at uhub? port ? configuration ?
317 1.2.8.1 rmind
318 1.2.8.1 rmind # USB MIDI
319 1.2.8.1 rmind umidi* at uhub? port ? configuration ?
320 1.2.8.1 rmind
321 1.2.8.1 rmind # USB IrDA
322 1.2.8.1 rmind # USB-IrDA bridge spec
323 1.2.8.1 rmind uirda* at uhub? port ? configuration ? interface ?
324 1.2.8.1 rmind irframe* at uirda?
325 1.2.8.1 rmind
326 1.2.8.1 rmind # SigmaTel STIr4200 USB/IrDA Bridge
327 1.2.8.1 rmind ustir* at uhub? port ?
328 1.2.8.1 rmind irframe* at ustir?
329 1.2.8.1 rmind
330 1.2.8.1 rmind # USB Ethernet adapters
331 1.2.8.1 rmind aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
332 1.2.8.1 rmind axe* at uhub? port ? # ASIX AX88172 based adapters
333 1.2.8.1 rmind cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
334 1.2.8.1 rmind cue* at uhub? port ? # CATC USB-EL1201A based adapters
335 1.2.8.1 rmind kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
336 1.2.8.1 rmind udav* at uhub? port ? # Davicom DM9601 based adapters
337 1.2.8.1 rmind ral* at uhub? port ? #
338 1.2.8.1 rmind url* at uhub? port ? # Realtek RTL8150L based adapters
339 1.2.8.1 rmind
340 1.2.8.1 rmind # USB 802.11b adapters
341 1.2.8.1 rmind atu* at uhub? port ? # Atmel AT76C50XX based adapters
342 1.2.8.1 rmind
343 1.2.8.1 rmind # Prolific PL2301/PL2302 host-to-host adapter
344 1.2.8.1 rmind upl* at uhub? port ?
345 1.2.8.1 rmind
346 1.2.8.1 rmind # Serial adapters
347 1.2.8.1 rmind ubsa* at uhub? port ? # Belkin serial adapter
348 1.2.8.1 rmind ucom* at ubsa? portno ?
349 1.2.8.1 rmind
350 1.2.8.1 rmind uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
351 1.2.8.1 rmind ucom* at uftdi? portno ?
352 1.2.8.1 rmind
353 1.2.8.1 rmind umct* at uhub? port ? # MCT USB-RS232 serial adapter
354 1.2.8.1 rmind ucom* at umct? portno ?
355 1.2.8.1 rmind
356 1.2.8.1 rmind uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
357 1.2.8.1 rmind ucom* at uplcom? portno ?
358 1.2.8.1 rmind
359 1.2.8.1 rmind uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
360 1.2.8.1 rmind ucom* at uvscom? portno ?
361 1.2.8.1 rmind
362 1.2.8.1 rmind # Diamond Multimedia Rio 500
363 1.2.8.1 rmind urio* at uhub? port ?
364 1.2.8.1 rmind
365 1.2.8.1 rmind # USB Handspring Visor
366 1.2.8.1 rmind uvisor* at uhub? port ?
367 1.2.8.1 rmind ucom* at uvisor?
368 1.2.8.1 rmind
369 1.2.8.1 rmind # Kyocera AIR-EDGE PHONE
370 1.2.8.1 rmind ukyopon* at uhub? port ?
371 1.2.8.1 rmind ucom* at ukyopon? portno ?
372 1.2.8.1 rmind
373 1.2.8.1 rmind # USB scanners
374 1.2.8.1 rmind uscanner* at uhub? port ?
375 1.2.8.1 rmind
376 1.2.8.1 rmind # USB scanners that use SCSI emulation, e.g., HP5300
377 1.2.8.1 rmind usscanner* at uhub? port ?
378 1.2.8.1 rmind
379 1.2.8.1 rmind # Y@P firmware loader
380 1.2.8.1 rmind uyap* at uhub? port ?
381 1.2.8.1 rmind
382 1.2.8.1 rmind # D-Link DSB-R100 USB radio
383 1.2.8.1 rmind udsbr* at uhub? port ?
384 1.2.8.1 rmind radio* at udsbr?
385 1.2.8.1 rmind
386 1.2.8.1 rmind # USB Generic driver
387 1.2.8.1 rmind ugen* at uhub? port ?
388 1.2.8.1 rmind
389 1.2.8.1 rmind
390 1.2.8.1 rmind # Audio Devices
391 1.2.8.1 rmind
392 1.2.8.1 rmind # Audio support
393 1.2.8.1 rmind audio* at audiobus?
394 1.2.8.1 rmind
395 1.2.8.1 rmind # MIDI support
396 1.2.8.1 rmind midi* at midibus?
397 1.2.8.1 rmind
398 1.2.8.1 rmind
399 1.2.8.1 rmind # Miscellaneous Devices
400 1.2.8.1 rmind
401 1.2.8.1 rmind # Power switch
402 1.2.8.1 rmind pwrsw0 at obio?
403 1.2.8.1 rmind
404 1.2.8.1 rmind # Reset button, USL-5P misc button
405 1.2.8.1 rmind btn0 at obio?
406 1.2.8.1 rmind
407 1.2.8.1 rmind # Pull in optional local configuration
408 1.2.8.1 rmind include "arch/landisk/conf/GENERIC.local"
409 1.2.8.1 rmind
410 1.2.8.1 rmind
411 1.2.8.1 rmind # Pseudo-Devices
412 1.2.8.1 rmind
413 1.2.8.1 rmind # disk/mass storage pseudo-devices
414 1.2.8.1 rmind pseudo-device ccd 4 # concatenated/striped disk devices
415 1.2.8.1 rmind #pseudo-device cgd 4 # cryptographic disk devices
416 1.2.8.1 rmind pseudo-device raid 8 # RAIDframe disk driver
417 1.2.8.1 rmind options RAID_AUTOCONFIG # auto-configuration of RAID components
418 1.2.8.1 rmind # Options to enable various other RAIDframe RAID types.
419 1.2.8.1 rmind #options RF_INCLUDE_EVENODD=1
420 1.2.8.1 rmind #options RF_INCLUDE_RAID5_RS=1
421 1.2.8.1 rmind #options RF_INCLUDE_PARITYLOGGING=1
422 1.2.8.1 rmind #options RF_INCLUDE_CHAINDECLUSTER=1
423 1.2.8.1 rmind #options RF_INCLUDE_INTERDECLUSTER=1
424 1.2.8.1 rmind #options RF_INCLUDE_PARITY_DECLUSTERING=1
425 1.2.8.1 rmind #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
426 1.2.8.1 rmind pseudo-device fss 4 # file system snapshot device
427 1.2.8.1 rmind
428 1.2.8.1 rmind pseudo-device md 1 # memory disk device (ramdisk)
429 1.2.8.1 rmind pseudo-device vnd # disk-like interface to files
430 1.2.8.1 rmind options VND_COMPRESSION # compressed vnd(4)
431 1.2.8.1 rmind
432 1.2.8.1 rmind # network pseudo-devices
433 1.2.8.1 rmind pseudo-device bpfilter # Berkeley packet filter
434 1.2.8.1 rmind pseudo-device ipfilter # IP filter (firewall) and NAT
435 1.2.8.1 rmind pseudo-device loop # network loopback
436 1.2.8.1 rmind pseudo-device ppp # Point-to-Point Protocol
437 1.2.8.1 rmind pseudo-device pppoe # PPP over Ethernet (RFC 2516)
438 1.2.8.1 rmind pseudo-device sl # Serial Line IP
439 1.2.8.1 rmind pseudo-device strip # Starmode Radio IP (Metricom)
440 1.2.8.1 rmind pseudo-device irframetty # IrDA frame line discipline
441 1.2.8.1 rmind pseudo-device tap # virtual Ethernet
442 1.2.8.1 rmind pseudo-device tun # network tunneling over tty
443 1.2.8.1 rmind pseudo-device gre # generic L3 over IP tunnel
444 1.2.8.1 rmind pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
445 1.2.8.1 rmind #pseudo-device faith # IPv[46] tcp relay translation i/f
446 1.2.8.1 rmind #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
447 1.2.8.1 rmind pseudo-device vlan # IEEE 802.1q encapsulation
448 1.2.8.1 rmind pseudo-device bridge # simple inter-network bridging
449 1.2.8.1 rmind #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
450 1.2.8.1 rmind #pseudo-device pf # PF packet filter
451 1.2.8.1 rmind #pseudo-device pflog # PF log if
452 1.2.8.1 rmind
453 1.2.8.1 rmind # miscellaneous pseudo-devices
454 1.2.8.1 rmind pseudo-device pty # pseudo-terminals
455 1.2.8.1 rmind pseudo-device sequencer 1 # MIDI sequencer
456 1.2.8.1 rmind pseudo-device rnd # /dev/random and in-kernel generator
457 1.2.8.1 rmind pseudo-device clockctl # user control of clock subsystem
458 1.2.8.1 rmind pseudo-device ksyms # /dev/ksyms
459 1.2.8.1 rmind
460 1.2.8.1 rmind # a pseudo device needed for Coda # also needs CODA (above)
461 1.2.8.1 rmind pseudo-device vcoda 4 # coda minicache <-> venus comm.
462 1.2.8.1 rmind
463 1.2.8.1 rmind # a pseudo device needed for SMBFS
464 1.2.8.1 rmind pseudo-device nsmb # experimental - SMB requester
465 1.2.8.1 rmind
466 1.2.8.1 rmind # wscons pseudo-devices
467 1.2.8.1 rmind pseudo-device wsmux # mouse & keyboard multiplexor
468 1.2.8.1 rmind #pseudo-device wsfont
469