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