Sun Jun 16 08:13:28 2013 UTC ()
Enable MFS, CD9660, NULLFS, and UDF (for misc build work).


(tsutsui)
diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/HPT5325

cvs diff -r1.15 -r1.16 src/sys/arch/evbarm/conf/HPT5325 (switch to unified diff)

--- src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:08:51 1.15
+++ src/sys/arch/evbarm/conf/HPT5325 2013/06/16 08:13:28 1.16
@@ -1,526 +1,526 @@ @@ -1,526 +1,526 @@
1# $NetBSD: HPT5325,v 1.15 2013/06/16 08:08:51 tsutsui Exp $ 1# $NetBSD: HPT5325,v 1.16 2013/06/16 08:13:28 tsutsui Exp $
2# 2#
3# This configuration supports for HP T5325 Thin Client 3# This configuration supports for HP T5325 Thin Client
4# 4#
5 5
6include "arch/evbarm/conf/std.marvell" 6include "arch/evbarm/conf/std.marvell"
7 7
8options INCLUDE_CONFIG_FILE # embed config file in kernel binary 8options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 9
10# estimated number of users 10# estimated number of users
11 11
12maxusers 32 12maxusers 32
13 13
14# Board Type 14# Board Type
15makeoptions BOARDTYPE="hpt5325" 15makeoptions BOARDTYPE="hpt5325"
16options EVBARM_BOARDTYPE=hpt5325 16options EVBARM_BOARDTYPE=hpt5325
17 17
18# CPU options 18# CPU options
19options CPU_SHEEVA 19options CPU_SHEEVA
20#options MV_L2_CACHE_ENABLE 20#options MV_L2_CACHE_ENABLE
21#options MV_L2_CACHE_WRITE_THROUGH 21#options MV_L2_CACHE_WRITE_THROUGH
22options MV_CACHE_RANGE_OPS 22options MV_CACHE_RANGE_OPS
23makeoptions CPUFLAGS="-march=armv5te" 23makeoptions CPUFLAGS="-march=armv5te"
24 24
25# Marvell SoC options 25# Marvell SoC options
26options KIRKWOOD 26options KIRKWOOD
27 27
28# Standard system options 28# Standard system options
29 29
30options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 30options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
31#options NTP # NTP phase/frequency locked loop 31#options NTP # NTP phase/frequency locked loop
32 32
33# File systems 33# File systems
34 34
35file-system FFS # UFS 35file-system FFS # UFS
36file-system EXT2FS # second extended file system (linux) 36file-system EXT2FS # second extended file system (linux)
37#file-system LFS # log-structured file system 37#file-system LFS # log-structured file system
38#file-system MFS # memory file system 38file-system MFS # memory file system
39file-system NFS # Network File System client 39file-system NFS # Network File System client
40#file-system NTFS # Windows/NT file system (experimental) 40#file-system NTFS # Windows/NT file system (experimental)
41#file-system CD9660 # ISO 9660 + Rock Ridge file system 41file-system CD9660 # ISO 9660 + Rock Ridge file system
42file-system MSDOSFS # MS-DOS file system 42file-system MSDOSFS # MS-DOS file system
43file-system FDESC # /dev/fd 43file-system FDESC # /dev/fd
44file-system KERNFS # /kern 44file-system KERNFS # /kern
45#file-system NULLFS # loopback file system 45file-system NULLFS # loopback file system
46#file-system OVERLAY # overlay file system 46#file-system OVERLAY # overlay file system
47file-system PROCFS # /proc 47file-system PROCFS # /proc
48#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 48#file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
49#file-system UMAPFS # NULLFS + uid and gid remapping 49#file-system UMAPFS # NULLFS + uid and gid remapping
50#file-system UNION # union file system 50#file-system UNION # union file system
51#file-system CODA # Coda File System; also needs vcoda (below) 51#file-system CODA # Coda File System; also needs vcoda (below)
52#file-system SMBFS # experimental - CIFS; also needs nsmb (below) 52#file-system SMBFS # experimental - CIFS; also needs nsmb (below)
53file-system PTYFS # /dev/ptm support 53file-system PTYFS # /dev/ptm support
54file-system TMPFS # Efficient memory file-system 54file-system TMPFS # Efficient memory file-system
55#file-system UDF # experimental - OSTA UDF CD/DVD file-system 55file-system UDF # experimental - OSTA UDF CD/DVD file-system
56#file-system HFS # experimental - Apple HFS+ (read-only) 56#file-system HFS # experimental - Apple HFS+ (read-only)
57 57
58# File system options 58# File system options
59#options QUOTA # legacy UFS quotas 59#options QUOTA # legacy UFS quotas
60#options QUOTA2 # new, in-filesystem UFS quotas 60#options QUOTA2 # new, in-filesystem UFS quotas
61#options FFS_EI # FFS Endian Independent support 61#options FFS_EI # FFS Endian Independent support
62options WAPBL # File system journaling support 62options WAPBL # File system journaling support
63# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 63# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
64# It is not recommended for general use. 64# It is not recommended for general use.
65#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 65#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
66options NFSSERVER # Network File System server 66options NFSSERVER # Network File System server
67options FFS_NO_SNAPSHOT # No FFS snapshot support 67options FFS_NO_SNAPSHOT # No FFS snapshot support
68#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 68#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
69 # immutable) behave as system flags. 69 # immutable) behave as system flags.
70 70
71# Networking options 71# Networking options
72 72
73#options GATEWAY # packet forwarding 73#options GATEWAY # packet forwarding
74options INET # IP + ICMP + TCP + UDP 74options INET # IP + ICMP + TCP + UDP
75options INET6 # IPv6 75options INET6 # IPv6
76#options IPSEC # IP security 76#options IPSEC # IP security
77#options IPSEC_DEBUG # debug for IP security 77#options IPSEC_DEBUG # debug for IP security
78#options MROUTING # IP multicast routing 78#options MROUTING # IP multicast routing
79#options PIM # Protocol Independent Multicast 79#options PIM # Protocol Independent Multicast
80#options NETATALK # AppleTalk networking protocols 80#options NETATALK # AppleTalk networking protocols
81#options PPP_BSDCOMP # BSD-Compress compression support for PPP 81#options PPP_BSDCOMP # BSD-Compress compression support for PPP
82#options PPP_DEFLATE # Deflate compression support for PPP 82#options PPP_DEFLATE # Deflate compression support for PPP
83#options PPP_FILTER # Active filter support for PPP (requires bpf) 83#options PPP_FILTER # Active filter support for PPP (requires bpf)
84#options PFIL_HOOKS # pfil(9) packet filter hooks 84#options PFIL_HOOKS # pfil(9) packet filter hooks
85#options IPFILTER_LOG # ipmon(8) log support 85#options IPFILTER_LOG # ipmon(8) log support
86#options IPFILTER_LOOKUP # ippool(8) support 86#options IPFILTER_LOOKUP # ippool(8) support
87#options IPFILTER_COMPAT # Compat for IP-Filter 87#options IPFILTER_COMPAT # Compat for IP-Filter
88#options IPFILTER_DEFAULT_BLOCK # block all packets by default 88#options IPFILTER_DEFAULT_BLOCK # block all packets by default
89#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 89#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
90 90
91#options NFS_BOOT_BOOTP 91#options NFS_BOOT_BOOTP
92options NFS_BOOT_DHCP 92options NFS_BOOT_DHCP
93#options NFS_BOOT_BOOTPARAM 93#options NFS_BOOT_BOOTPARAM
94 94
95# Compatibility options 95# Compatibility options
96 96
97#options COMPAT_09 # NetBSD 0.9 compatibility. 97#options COMPAT_09 # NetBSD 0.9 compatibility.
98#options COMPAT_10 # NetBSD 1.0 compatibility. 98#options COMPAT_10 # NetBSD 1.0 compatibility.
99#options COMPAT_11 # NetBSD 1.1 compatibility. 99#options COMPAT_11 # NetBSD 1.1 compatibility.
100#options COMPAT_12 # NetBSD 1.2 compatibility. 100#options COMPAT_12 # NetBSD 1.2 compatibility.
101#options COMPAT_13 # NetBSD 1.3 compatibility. 101#options COMPAT_13 # NetBSD 1.3 compatibility.
102#options COMPAT_14 # NetBSD 1.4 compatibility. 102#options COMPAT_14 # NetBSD 1.4 compatibility.
103#options COMPAT_15 # NetBSD 1.5 compatibility. 103#options COMPAT_15 # NetBSD 1.5 compatibility.
104#options COMPAT_16 # NetBSD 1.6 compatibility. 104#options COMPAT_16 # NetBSD 1.6 compatibility.
105#options COMPAT_20 # NetBSD 2.0 compatibility. 105#options COMPAT_20 # NetBSD 2.0 compatibility.
106#options COMPAT_30 # NetBSD 3.0 compatibility. 106#options COMPAT_30 # NetBSD 3.0 compatibility.
107#options COMPAT_40 # NetBSD 4.0 compatibility. 107#options COMPAT_40 # NetBSD 4.0 compatibility.
108options COMPAT_50 # NetBSD 5.0 compatibility. 108options COMPAT_50 # NetBSD 5.0 compatibility.
109options COMPAT_60 # NetBSD 6.0 compatibility. 109options COMPAT_60 # NetBSD 6.0 compatibility.
110#options COMPAT_43 # 4.3BSD compatibility. 110#options COMPAT_43 # 4.3BSD compatibility.
111#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 111#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
112 112
113options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 113options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
114options COMPAT_LINUX # binary compatibility with Linux 114options COMPAT_LINUX # binary compatibility with Linux
115options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 115options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
116 116
117# Shared memory options 117# Shared memory options
118 118
119options SYSVMSG # System V-like message queues 119options SYSVMSG # System V-like message queues
120options SYSVSEM # System V-like semaphores 120options SYSVSEM # System V-like semaphores
121options SYSVSHM # System V-like memory sharing 121options SYSVSHM # System V-like memory sharing
122 122
123# Device options 123# Device options
124 124
125#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 125#options MEMORY_DISK_HOOKS # boottime setup of ramdisk
126#options MEMORY_DISK_IS_ROOT # use memory disk as root 126#options MEMORY_DISK_IS_ROOT # use memory disk as root
127#options MEMORY_DISK_DYNAMIC 127#options MEMORY_DISK_DYNAMIC
128#options MEMORY_DISK_ROOT_SIZE=22528 # Size in blocks 128#options MEMORY_DISK_ROOT_SIZE=22528 # Size in blocks
129#options MEMORY_RBFLAGS=RB_AUTOBOOT 129#options MEMORY_RBFLAGS=RB_AUTOBOOT
130 130
131# Miscellaneous kernel options 131# Miscellaneous kernel options
132 132
133#options KTRACE # system call tracing, a la ktrace(1) 133#options KTRACE # system call tracing, a la ktrace(1)
134options IRQSTATS # manage IRQ statistics 134options IRQSTATS # manage IRQ statistics
135#options LKM # loadable kernel modules 135#options LKM # loadable kernel modules
136#options KMEMSTATS # kernel memory statistics 136#options KMEMSTATS # kernel memory statistics
137options MIIVERBOSE # Verbose MII autoconfuration messages 137options MIIVERBOSE # Verbose MII autoconfuration messages
138#options PCIVERBOSE # Verbose PCI descriptions 138#options PCIVERBOSE # Verbose PCI descriptions
139options USBVERBOSE # verbose USB device autoconfig messages 139options USBVERBOSE # verbose USB device autoconfig messages
140#options DDB_KEYCODE=0x40 140#options DDB_KEYCODE=0x40
141#options USERCONF # userconf(4) support 141#options USERCONF # userconf(4) support
142#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 142#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
143#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 143#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
144 144
145# Alternate buffer queue strategies for better responsiveness under high 145# Alternate buffer queue strategies for better responsiveness under high
146# disk I/O load. 146# disk I/O load.
147#options BUFQ_READPRIO 147#options BUFQ_READPRIO
148options BUFQ_PRIOCSCAN 148options BUFQ_PRIOCSCAN
149 149
150# Development and Debugging options 150# Development and Debugging options
151 151
152#options PERFCTRS # performance counters 152#options PERFCTRS # performance counters
153options DIAGNOSTIC # internally consistency checks 153options DIAGNOSTIC # internally consistency checks
154#options DEBUG 154#options DEBUG
155#options PMAP_DEBUG # Enable pmap_debug_level code 155#options PMAP_DEBUG # Enable pmap_debug_level code
156#options VERBOSE_INIT_ARM # verbose bootstraping messages 156#options VERBOSE_INIT_ARM # verbose bootstraping messages
157options DDB # in-kernel debugger 157options DDB # in-kernel debugger
158#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 158#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
159#options KGDB 159#options KGDB
160#options DEBUG_KGDB 160#options DEBUG_KGDB
161makeoptions DEBUG="-g" # compile full symbol table 161makeoptions DEBUG="-g" # compile full symbol table
162#makeoptions COPTS="-O2" 162#makeoptions COPTS="-O2"
163options SYMTAB_SPACE=800000 163options SYMTAB_SPACE=800000
164#options AUDIO_DEBUG=2 164#options AUDIO_DEBUG=2
165 165
166config netbsd root on ? type ? 166config netbsd root on ? type ?
167 167
168# The main bus device 168# The main bus device
169mainbus0 at root 169mainbus0 at root
170 170
171# The boot cpu 171# The boot cpu
172cpu0 at mainbus? 172cpu0 at mainbus?
173 173
174# Marvell MV88F6xxx Kirkwood System-on-chip 174# Marvell MV88F6xxx Kirkwood System-on-chip
175mvsoc0 at mainbus? 175mvsoc0 at mainbus?
176 176
177# On-chip PCI Express Interface 177# On-chip PCI Express Interface
178mvpex* at mvsoc? offset ? irq ? 178mvpex* at mvsoc? offset ? irq ?
179 179
180# PCI bus support 180# PCI bus support
181options PCI_NETBSD_CONFIGURE 181options PCI_NETBSD_CONFIGURE
182#options PCI_CONFIG_DUMP # verbosely dump PCI config space 182#options PCI_CONFIG_DUMP # verbosely dump PCI config space
183 183
184pci* at mvpex? 184pci* at mvpex?
185 185
186pchb* at pci? dev ? function ? # PCI-Host bridges 186pchb* at pci? dev ? function ? # PCI-Host bridges
187 187
188#xgifb at pci? function ? # XGI Volari Z11 GPU (not yet) 188#xgifb at pci? function ? # XGI Volari Z11 GPU (not yet)
189#wsdisplay0 at wsemuldisplaydev? console 1 189#wsdisplay0 at wsemuldisplaydev? console 1
190 190
191# On-chip Serial-ATA II Host Controller (SATAHC) 191# On-chip Serial-ATA II Host Controller (SATAHC)
192mvsata* at mvsoc? offset ? irq ? 192mvsata* at mvsoc? offset ? irq ?
193 193
194# On-chip Gigabit Ethernet Controller Interface 194# On-chip Gigabit Ethernet Controller Interface
195mvgbec* at mvsoc? offset ? 195mvgbec* at mvsoc? offset ?
196mvgbe* at mvgbec? port ? irq ? 196mvgbe* at mvgbec? port ? irq ?
197makphy* at mii? phy ? 197makphy* at mii? phy ?
198ukphy* at mii? phy ? 198ukphy* at mii? phy ?
199 199
200# On-chip USB 2.0 Interface 200# On-chip USB 2.0 Interface
201ehci* at mvsoc? offset ? irq ? 201ehci* at mvsoc? offset ? irq ?
202 202
203# On-chip Cryptographic Engines and Security Accelerator 203# On-chip Cryptographic Engines and Security Accelerator
204#mvcesa* at mvsoc? offset ? irq ? 204#mvcesa* at mvsoc? offset ? irq ?
205 205
206# On-chip Two-Wire Serial Interface (TWSI) 206# On-chip Two-Wire Serial Interface (TWSI)
207gttwsi* at mvsoc? offset ? irq ? 207gttwsi* at mvsoc? offset ? irq ?
208iic* at gttwsi? 208iic* at gttwsi?
209 209
210# On-chip UART Interface 210# On-chip UART Interface
211com* at mvsoc? offset ? irq ? 211com* at mvsoc? offset ? irq ?
212 212
213# On-chip IDMA Controller 213# On-chip IDMA Controller
214#gtidmac* at mvsoc? offset ? irq ? 214#gtidmac* at mvsoc? offset ? irq ?
215 215
216# On-chip General Purpose I/O Port Interface 216# On-chip General Purpose I/O Port Interface
217#mvsocgpp* at mvsoc? offset ? irq ? 217#mvsocgpp* at mvsoc? offset ? irq ?
218#gpio* at mvsocgpp? 218#gpio* at mvsocgpp?
219 219
220# On-chip Timers 220# On-chip Timers
221mvsoctmr* at mvsoc? offset ? irq ? 221mvsoctmr* at mvsoc? offset ? irq ?
222 222
223# On-chip SD/MMC Interface 223# On-chip SD/MMC Interface
224#mvsdio* at mvsoc? offset ? irq ? 224#mvsdio* at mvsoc? offset ? irq ?
225#sdmmc* at mvsdio? 225#sdmmc* at mvsdio?
226 226
227#ld* at sdmmc? 227#ld* at sdmmc?
228 228
229# ATA (IDE) bus support 229# ATA (IDE) bus support
230atabus* at ata? 230atabus* at ata?
231#options ATADEBUG 231#options ATADEBUG
232 232
233# IDE drives 233# IDE drives
234wd* at atabus? drive ? flags 0x0000 234wd* at atabus? drive ? flags 0x0000
235 235
236# ATAPI bus support 236# ATAPI bus support
237atapibus* at atapi? 237atapibus* at atapi?
238 238
239# ATAPI devices 239# ATAPI devices
240# flags have the same meaning as for IDE drives. 240# flags have the same meaning as for IDE drives.
241cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 241cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
242sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 242sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
243 243
244# USB bus support 244# USB bus support
245usb* at ehci? 245usb* at ehci?
246 246
247# USB Hubs 247# USB Hubs
248uhub* at usb? 248uhub* at usb?
249uhub* at uhub? port ? 249uhub* at uhub? port ?
250 250
251# USB HID device 251# USB HID device
252uhidev* at uhub? port ? configuration ? interface ? 252uhidev* at uhub? port ? configuration ? interface ?
253 253
254# USB Mice 254# USB Mice
255ums* at uhidev? reportid ? 255ums* at uhidev? reportid ?
256wsmouse* at ums? mux 0 256wsmouse* at ums? mux 0
257 257
258# USB eGalax touch-panel 258# USB eGalax touch-panel
259uep* at uhub? port ? 259uep* at uhub? port ?
260wsmouse* at uep? mux 0 260wsmouse* at uep? mux 0
261 261
262# USB Keyboards 262# USB Keyboards
263ukbd* at uhidev? reportid ? 263ukbd* at uhidev? reportid ?
264wskbd* at ukbd? console ? mux 1 264wskbd* at ukbd? console ? mux 1
265 265
266# USB TEMPer and TEMPerHUM 266# USB TEMPer and TEMPerHUM
267uthum* at uhidev? reportid ? 267uthum* at uhidev? reportid ?
268 268
269# USB serial adapter 269# USB serial adapter
270ucycom* at uhidev? reportid ? 270ucycom* at uhidev? reportid ?
271 271
272# USB Generic HID devices 272# USB Generic HID devices
273uhid* at uhidev? reportid ? 273uhid* at uhidev? reportid ?
274 274
275# USB LCDs and USB-VGA adaptors 275# USB LCDs and USB-VGA adaptors
276udl* at uhub? port ? # DisplayLink DL-1x0/1x5 276udl* at uhub? port ? # DisplayLink DL-1x0/1x5
277wsdisplay* at udl? 277wsdisplay* at udl?
278 278
279options WSEMUL_VT100 # VT100 / VT220 emulation 279options WSEMUL_VT100 # VT100 / VT220 emulation
280options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 280options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
281 281
282# USB Printer 282# USB Printer
283ulpt* at uhub? port ? configuration ? interface ? 283ulpt* at uhub? port ? configuration ? interface ?
284 284
285# USB Modem 285# USB Modem
286umodem* at uhub? port ? configuration ? 286umodem* at uhub? port ? configuration ?
287ucom* at umodem? 287ucom* at umodem?
288 288
289# Option N.V. Wireless WAN modems 289# Option N.V. Wireless WAN modems
290uhso* at uhub? port ? configuration ? 290uhso* at uhub? port ? configuration ?
291 291
292# USB Mass Storage 292# USB Mass Storage
293umass* at uhub? port ? configuration ? interface ? 293umass* at uhub? port ? configuration ? interface ?
294wd* at umass? 294wd* at umass?
295scsibus* at scsi? 295scsibus* at scsi?
296sd* at scsibus? target ? lun ? # SCSI disk drives 296sd* at scsibus? target ? lun ? # SCSI disk drives
297cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 297cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
298 298
299# USB audio 299# USB audio
300uaudio* at uhub? port ? configuration ? 300uaudio* at uhub? port ? configuration ?
301 301
302# USB MIDI 302# USB MIDI
303umidi* at uhub? port ? configuration ? 303umidi* at uhub? port ? configuration ?
304 304
305# USB IrDA 305# USB IrDA
306# USB-IrDA bridge spec 306# USB-IrDA bridge spec
307uirda* at uhub? port ? configuration ? interface ? 307uirda* at uhub? port ? configuration ? interface ?
308irframe* at uirda? 308irframe* at uirda?
309 309
310stuirda* at uhub? port ? configuration ? interface ? 310stuirda* at uhub? port ? configuration ? interface ?
311irframe* at stuirda? 311irframe* at stuirda?
312 312
313# SigmaTel STIr4200 USB/IrDA Bridge 313# SigmaTel STIr4200 USB/IrDA Bridge
314ustir* at uhub? port ? 314ustir* at uhub? port ?
315irframe* at ustir? 315irframe* at ustir?
316 316
317# USB Ethernet adapters 317# USB Ethernet adapters
318aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 318aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
319axe* at uhub? port ? # ASIX AX88172 based adapters 319axe* at uhub? port ? # ASIX AX88172 based adapters
320cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 320cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
321cue* at uhub? port ? # CATC USB-EL1201A based adapters 321cue* at uhub? port ? # CATC USB-EL1201A based adapters
322kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 322kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
323udav* at uhub? port ? # Davicom DM9601 based adapters 323udav* at uhub? port ? # Davicom DM9601 based adapters
324url* at uhub? port ? # Realtek RTL8150L based adapters 324url* at uhub? port ? # Realtek RTL8150L based adapters
325 325
326# USB 802.11 adapters 326# USB 802.11 adapters
327atu* at uhub? port ? # Atmel AT76C50XX based adapters 327atu* at uhub? port ? # Atmel AT76C50XX based adapters
328ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 328ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g
329rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 329rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g
330zyd* at uhub? port ? # Zydas ZD1211 330zyd* at uhub? port ? # Zydas ZD1211
331 331
332# Prolific PL2301/PL2302 host-to-host adapter 332# Prolific PL2301/PL2302 host-to-host adapter
333upl* at uhub? port ? 333upl* at uhub? port ?
334 334
335# Serial adapters 335# Serial adapters
336ubsa* at uhub? port ? # Belkin serial adapter 336ubsa* at uhub? port ? # Belkin serial adapter
337ucom* at ubsa? portno ? 337ucom* at ubsa? portno ?
338 338
339uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 339uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter
340ucom* at uchcom? portno ? 340ucom* at uchcom? portno ?
341 341
342uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 342uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
343ucom* at uftdi? portno ? 343ucom* at uftdi? portno ?
344 344
345uipaq* at uhub? port ? # iPAQ PDAs 345uipaq* at uhub? port ? # iPAQ PDAs
346ucom* at uipaq? portno ? 346ucom* at uipaq? portno ?
347 347
348umct* at uhub? port ? # MCT USB-RS232 serial adapter 348umct* at uhub? port ? # MCT USB-RS232 serial adapter
349ucom* at umct? portno ? 349ucom* at umct? portno ?
350 350
351uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 351uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
352ucom* at uplcom? portno ? 352ucom* at uplcom? portno ?
353 353
354uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 354uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter
355ucom* at uslsa? portno ? 355ucom* at uslsa? portno ?
356 356
357uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 357uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
358ucom* at uvscom? portno ? 358ucom* at uvscom? portno ?
359 359
360# RIM BlackBerry 360# RIM BlackBerry
361#uberry* at uhub? port ? 361#uberry* at uhub? port ?
362 362
363# Diamond Multimedia Rio 500 363# Diamond Multimedia Rio 500
364#urio* at uhub? port ? 364#urio* at uhub? port ?
365 365
366# USB Handspring Visor 366# USB Handspring Visor
367uvisor* at uhub? port ? 367uvisor* at uhub? port ?
368ucom* at uvisor? 368ucom* at uvisor?
369 369
370# Kyocera AIR-EDGE PHONE 370# Kyocera AIR-EDGE PHONE
371#ukyopon* at uhub? port ? 371#ukyopon* at uhub? port ?
372#ucom* at ukyopon? portno ? 372#ucom* at ukyopon? portno ?
373 373
374# USB scanners 374# USB scanners
375uscanner* at uhub? port ? 375uscanner* at uhub? port ?
376 376
377# USB scanners that use SCSI emulation, e.g., HP5300 377# USB scanners that use SCSI emulation, e.g., HP5300
378usscanner* at uhub? port ? 378usscanner* at uhub? port ?
379 379
380# Topfield TF5000PVR range of DVB recorders 380# Topfield TF5000PVR range of DVB recorders
381#utoppy* at uhub? port ? 381#utoppy* at uhub? port ?
382 382
383# Y@P firmware loader 383# Y@P firmware loader
384#uyap* at uhub? port ? 384#uyap* at uhub? port ?
385 385
386# D-Link DSB-R100 USB radio 386# D-Link DSB-R100 USB radio
387#udsbr* at uhub? port ? 387#udsbr* at uhub? port ?
388#radio* at udsbr? 388#radio* at udsbr?
389 389
390# USB Generic driver 390# USB Generic driver
391ugen* at uhub? port ? 391ugen* at uhub? port ?
392 392
393# USB 3G datacards 393# USB 3G datacards
394#u3ginit* at uhub? port ? 394#u3ginit* at uhub? port ?
395#u3g* at uhub? port ? 395#u3g* at uhub? port ?
396#ucom* at u3g? 396#ucom* at u3g?
397 397
398# USB generic serial port (e.g., data over cellular) 398# USB generic serial port (e.g., data over cellular)
399ugensa* at uhub? port ? 399ugensa* at uhub? port ?
400ucom* at ugensa? 400ucom* at ugensa?
401 401
402# Bluetooth Controller and Device support 402# Bluetooth Controller and Device support
403 403
404# Bluetooth SDIO Controller 404# Bluetooth SDIO Controller
405#sbt* at sdmmc? 405#sbt* at sdmmc?
406 406
407# Bluetooth USB Controllers 407# Bluetooth USB Controllers
408ubt* at uhub? port ? 408ubt* at uhub? port ?
409aubtfwl* at uhub? port ? 409aubtfwl* at uhub? port ?
410 410
411# Bluetooth Device Hub 411# Bluetooth Device Hub
412bthub* at ubt? 412bthub* at ubt?
413 413
414# Bluetooth HID support 414# Bluetooth HID support
415bthidev* at bthub? 415bthidev* at bthub?
416 416
417# Bluetooth Mouse 417# Bluetooth Mouse
418btms* at bthidev? reportid ? 418btms* at bthidev? reportid ?
419wsmouse* at btms? mux 0 419wsmouse* at btms? mux 0
420 420
421# Bluetooth Keyboard 421# Bluetooth Keyboard
422btkbd* at bthidev? reportid ? 422btkbd* at bthidev? reportid ?
423wskbd* at btkbd? console ? mux 1 423wskbd* at btkbd? console ? mux 1
424 424
425# Bluetooth Apple Magic Mouse 425# Bluetooth Apple Magic Mouse
426btmagic* at bthub? 426btmagic* at bthub?
427wsmouse* at btmagic? mux 0 427wsmouse* at btmagic? mux 0
428 428
429# Bluetooth Audio support 429# Bluetooth Audio support
430btsco* at bthub? 430btsco* at bthub?
431 431
432 432
433# On-chip RTC 433# On-chip RTC
434mvsocrtc* at mvsoc? offset ? irq ? 434mvsocrtc* at mvsoc? offset ? irq ?
435 435
436# Audio support 436# Audio support
437audio* at audiobus? 437audio* at audiobus?
438 438
439# Pseudo-Devices 439# Pseudo-Devices
440 440
441pseudo-device crypto # /dev/crypto device 441pseudo-device crypto # /dev/crypto device
442pseudo-device swcrypto # software crypto implementation 442pseudo-device swcrypto # software crypto implementation
443 443
444# disk/mass storage pseudo-devices 444# disk/mass storage pseudo-devices
445#pseudo-device bio # RAID control device driver 445#pseudo-device bio # RAID control device driver
446#pseudo-device ccd # concatenated/striped disk devices 446#pseudo-device ccd # concatenated/striped disk devices
447#pseudo-device cgd # cryptographic disk devices 447#pseudo-device cgd # cryptographic disk devices
448#pseudo-device raid # RAIDframe disk driver 448#pseudo-device raid # RAIDframe disk driver
449#options RAID_AUTOCONFIG # auto-configuration of RAID components 449#options RAID_AUTOCONFIG # auto-configuration of RAID components
450# Options to enable various other RAIDframe RAID types. 450# Options to enable various other RAIDframe RAID types.
451#options RF_INCLUDE_EVENODD=1 451#options RF_INCLUDE_EVENODD=1
452#options RF_INCLUDE_RAID5_RS=1 452#options RF_INCLUDE_RAID5_RS=1
453#options RF_INCLUDE_PARITYLOGGING=1 453#options RF_INCLUDE_PARITYLOGGING=1
454#options RF_INCLUDE_CHAINDECLUSTER=1 454#options RF_INCLUDE_CHAINDECLUSTER=1
455#options RF_INCLUDE_INTERDECLUSTER=1 455#options RF_INCLUDE_INTERDECLUSTER=1
456#options RF_INCLUDE_PARITY_DECLUSTERING=1 456#options RF_INCLUDE_PARITY_DECLUSTERING=1
457#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 457#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
458#pseudo-device fss # file system snapshot device 458#pseudo-device fss # file system snapshot device
459#pseudo-device putter # for puffs and pud 459#pseudo-device putter # for puffs and pud
460 460
461pseudo-device md # memory disk device (ramdisk) 461pseudo-device md # memory disk device (ramdisk)
462pseudo-device vnd # disk-like interface to files 462pseudo-device vnd # disk-like interface to files
463options VND_COMPRESSION # compressed vnd(4) 463options VND_COMPRESSION # compressed vnd(4)
464 464
465# network pseudo-devices 465# network pseudo-devices
466pseudo-device bpfilter # Berkeley packet filter 466pseudo-device bpfilter # Berkeley packet filter
467#pseudo-device carp # Common Address Redundancy Protocol 467#pseudo-device carp # Common Address Redundancy Protocol
468#pseudo-device ipfilter # IP filter (firewall) and NAT 468#pseudo-device ipfilter # IP filter (firewall) and NAT
469pseudo-device loop # network loopback 469pseudo-device loop # network loopback
470#pseudo-device ppp # Point-to-Point Protocol 470#pseudo-device ppp # Point-to-Point Protocol
471#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 471#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
472#pseudo-device sl # Serial Line IP 472#pseudo-device sl # Serial Line IP
473#pseudo-device strip # Starmode Radio IP (Metricom) 473#pseudo-device strip # Starmode Radio IP (Metricom)
474#pseudo-device irframetty # IrDA frame line discipline 474#pseudo-device irframetty # IrDA frame line discipline
475pseudo-device tap # virtual Ethernet 475pseudo-device tap # virtual Ethernet
476#pseudo-device tun # network tunneling over tty 476#pseudo-device tun # network tunneling over tty
477#pseudo-device gre # generic L3 over IP tunnel 477#pseudo-device gre # generic L3 over IP tunnel
478#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 478#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
479#pseudo-device faith # IPv[46] TCP relay translation i/f 479#pseudo-device faith # IPv[46] TCP relay translation i/f
480pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 480pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
481#pseudo-device vlan # IEEE 802.1q encapsulation 481#pseudo-device vlan # IEEE 802.1q encapsulation
482#pseudo-device bridge # simple inter-network bridging 482#pseudo-device bridge # simple inter-network bridging
483#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 483#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
484#pseudo-device agr # IEEE 802.3ad link aggregation 484#pseudo-device agr # IEEE 802.3ad link aggregation
485#pseudo-device pf # PF packet filter 485#pseudo-device pf # PF packet filter
486#pseudo-device pflog # PF log if 486#pseudo-device pflog # PF log if
487 487
488# miscellaneous pseudo-devices 488# miscellaneous pseudo-devices
489pseudo-device pty # pseudo-terminals 489pseudo-device pty # pseudo-terminals
490#pseudo-device sequencer # MIDI sequencer 490#pseudo-device sequencer # MIDI sequencer
491#options RND_COM 491#options RND_COM
492pseudo-device clockctl # user control of clock subsystem 492pseudo-device clockctl # user control of clock subsystem
493pseudo-device ksyms # /dev/ksyms 493pseudo-device ksyms # /dev/ksyms
494 494
495# a pseudo device needed for Coda # also needs CODA (above) 495# a pseudo device needed for Coda # also needs CODA (above)
496#pseudo-device vcoda # coda minicache <-> venus comm. 496#pseudo-device vcoda # coda minicache <-> venus comm.
497 497
498# a pseudo device needed for SMBFS 498# a pseudo device needed for SMBFS
499#pseudo-device nsmb # experimental - SMB requester 499#pseudo-device nsmb # experimental - SMB requester
500 500
501# wscons pseudo-devices 501# wscons pseudo-devices
502pseudo-device wsmux # mouse & keyboard multiplexor 502pseudo-device wsmux # mouse & keyboard multiplexor
503pseudo-device wsfont 503pseudo-device wsfont
504 504
505# data mover pseudo-devices 505# data mover pseudo-devices
506#pseudo-device swdmover # software dmover(9) back-end 506#pseudo-device swdmover # software dmover(9) back-end
507#pseudo-device dmoverio # /dev/dmover dmover(9) interface 507#pseudo-device dmoverio # /dev/dmover dmover(9) interface
508 508
509#options FILEASSOC # fileassoc(9) - required for Veriexec 509#options FILEASSOC # fileassoc(9) - required for Veriexec
510 510
511# Veriexec 511# Veriexec
512#pseudo-device veriexec 512#pseudo-device veriexec
513# 513#
514# Uncomment the fingerprint methods below that are desired. Note that 514# Uncomment the fingerprint methods below that are desired. Note that
515# removing fingerprint methods will have almost no impact on the kernel 515# removing fingerprint methods will have almost no impact on the kernel
516# code size. 516# code size.
517# 517#
518#options VERIFIED_EXEC_FP_RMD160 518#options VERIFIED_EXEC_FP_RMD160
519#options VERIFIED_EXEC_FP_SHA256 519#options VERIFIED_EXEC_FP_SHA256
520#options VERIFIED_EXEC_FP_SHA384 520#options VERIFIED_EXEC_FP_SHA384
521#options VERIFIED_EXEC_FP_SHA512 521#options VERIFIED_EXEC_FP_SHA512
522#options VERIFIED_EXEC_FP_SHA1 522#options VERIFIED_EXEC_FP_SHA1
523#options VERIFIED_EXEC_FP_MD5 523#options VERIFIED_EXEC_FP_MD5
524 524
525#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 525#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
526#options PAX_ASLR=0 # PaX Address Space Layout Randomization 526#options PAX_ASLR=0 # PaX Address Space Layout Randomization