1 1.1.6.2 yamt # $NetBSD: TWINTAIL,v 1.1.6.2 2005/03/19 08:32:55 yamt Exp $ 2 1.1.6.2 yamt # 3 1.1.6.2 yamt # TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel 4 1.1.6.2 yamt # 5 1.1.6.2 yamt 6 1.1.6.2 yamt include "arch/evbarm/conf/std.g42xxeb" 7 1.1.6.2 yamt 8 1.1.6.2 yamt # estimated number of users 9 1.1.6.2 yamt 10 1.1.6.2 yamt maxusers 32 11 1.1.6.2 yamt 12 1.1.6.2 yamt options VERBOSE_ARM32 13 1.1.6.2 yamt #options INTR_DEBUG 14 1.1.6.2 yamt #options BOOTHOWTO=RB_SINGLE 15 1.1.6.2 yamt options PCMCIADEBUG 16 1.1.6.2 yamt options PCMCIACISDEBUG 17 1.1.6.2 yamt 18 1.1.6.2 yamt # Standard system options 19 1.1.6.2 yamt 20 1.1.6.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 21 1.1.6.2 yamt #options NTP # NTP phase/frequency locked loop 22 1.1.6.2 yamt 23 1.1.6.2 yamt # CPU options 24 1.1.6.2 yamt 25 1.1.6.2 yamt options CPU_XSCALE_PXA2X0 # Support the XScale core 26 1.1.6.2 yamt #options XSCALE_CACHE_WRITE_THROUGH 27 1.1.6.2 yamt options XSCALE_CACHE_READ_WRITE_ALLOCATE 28 1.1.6.2 yamt makeoptions COPTS="-O2 -mcpu=xscale" 29 1.1.6.2 yamt 30 1.1.6.2 yamt # Architecture options 31 1.1.6.2 yamt 32 1.1.6.2 yamt # File systems 33 1.1.6.2 yamt 34 1.1.6.2 yamt file-system FFS # UFS 35 1.1.6.2 yamt #file-system LFS # log-structured file system 36 1.1.6.2 yamt file-system MFS # memory file system 37 1.1.6.2 yamt file-system NFS # Network file system 38 1.1.6.2 yamt #file-system ADOSFS # AmigaDOS-compatible file system 39 1.1.6.2 yamt #file-system EXT2FS # second extended file system (linux) 40 1.1.6.2 yamt file-system CD9660 # ISO 9660 + Rock Ridge file system 41 1.1.6.2 yamt file-system MSDOSFS # MS-DOS file system 42 1.1.6.2 yamt file-system FDESC # /dev/fd 43 1.1.6.2 yamt file-system KERNFS # /kern 44 1.1.6.2 yamt file-system NULLFS # loopback file system 45 1.1.6.2 yamt file-system PORTAL # portal filesystem (still experimental) 46 1.1.6.2 yamt file-system PROCFS # /proc 47 1.1.6.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping 48 1.1.6.2 yamt file-system UNION # union file system 49 1.1.6.2 yamt 50 1.1.6.2 yamt # File system options 51 1.1.6.2 yamt #options QUOTA # UFS quotas 52 1.1.6.2 yamt #options FFS_EI # FFS Endian Independant support 53 1.1.6.2 yamt #options NFSSERVER 54 1.1.6.2 yamt options SOFTDEP 55 1.1.6.2 yamt #options FFS_NO_SNAPSHOT # ffs snapshots 56 1.1.6.2 yamt 57 1.1.6.2 yamt # Networking options 58 1.1.6.2 yamt 59 1.1.6.2 yamt #options GATEWAY # packet forwarding 60 1.1.6.2 yamt options INET # IP + ICMP + TCP + UDP 61 1.1.6.2 yamt options INET6 # IPV6 62 1.1.6.2 yamt #options IPSEC # IP security 63 1.1.6.2 yamt #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC) 64 1.1.6.2 yamt #options IPSEC_DEBUG # debug for IP security 65 1.1.6.2 yamt #options MROUTING # IP multicast routing 66 1.1.6.2 yamt #options NS # XNS 67 1.1.6.2 yamt #options NSIP # XNS tunneling over IP 68 1.1.6.2 yamt #options ISO,TPIP # OSI 69 1.1.6.2 yamt #options EON # OSI tunneling over IP 70 1.1.6.2 yamt #options CCITT,LLC,HDLC # X.25 71 1.1.6.2 yamt #options NETATALK # AppleTalk networking 72 1.1.6.2 yamt #options PFIL_HOOKS # pfil(9) packet filter hooks 73 1.1.6.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP 74 1.1.6.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP 75 1.1.6.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf) 76 1.1.6.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 77 1.1.6.2 yamt 78 1.1.6.2 yamt options NFS_BOOT_BOOTP 79 1.1.6.2 yamt options NFS_BOOT_DHCP 80 1.1.6.2 yamt #options NFS_BOOT_BOOTPARAM 81 1.1.6.2 yamt 82 1.1.6.2 yamt # Compatibility options 83 1.1.6.2 yamt 84 1.1.6.2 yamt #options COMPAT_43 # 4.3BSD compatibility. 85 1.1.6.2 yamt options COMPAT_20 # NetBSD 2.0 compatibility. 86 1.1.6.2 yamt options COMPAT_16 # NetBSD 1.6 compatibility. 87 1.1.6.2 yamt #options COMPAT_15 # NetBSD 1.5 compatibility. 88 1.1.6.2 yamt #options COMPAT_14 # NetBSD 1.4 compatibility. 89 1.1.6.2 yamt #options COMPAT_13 # NetBSD 1.3 compatibility. 90 1.1.6.2 yamt #options COMPAT_12 # NetBSD 1.2 compatibility. 91 1.1.6.2 yamt #options COMPAT_11 # NetBSD 1.1 compatibility. 92 1.1.6.2 yamt #options COMPAT_10 # NetBSD 1.0 compatibility. 93 1.1.6.2 yamt #options COMPAT_09 # NetBSD 0.9 compatibility. 94 1.1.6.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 95 1.1.6.2 yamt 96 1.1.6.2 yamt # Shared memory options 97 1.1.6.2 yamt 98 1.1.6.2 yamt #options SYSVMSG # System V-like message queues 99 1.1.6.2 yamt #options SYSVSEM # System V-like semaphores 100 1.1.6.2 yamt #options SEMMNI=10 # number of semaphore identifiers 101 1.1.6.2 yamt #options SEMMNS=60 # number of semaphores in system 102 1.1.6.2 yamt #options SEMUME=10 # max number of undo entries per process 103 1.1.6.2 yamt #options SEMMNU=30 # number of undo structures in system 104 1.1.6.2 yamt #options SYSVSHM # System V-like memory sharing 105 1.1.6.2 yamt #options SHMMAXPGS=1024 # 1024 pages is the default 106 1.1.6.2 yamt 107 1.1.6.2 yamt # Device options 108 1.1.6.2 yamt 109 1.1.6.2 yamt #options MEMORY_DISK_HOOKS # boottime setup of ramdisk 110 1.1.6.2 yamt #options MEMORY_DISK_SIZE=3072 # Size in blocks 111 1.1.6.2 yamt #options MEMORY_DISK_DYNAMIC 112 1.1.6.2 yamt #options MINIROOTSIZE=1000 # Size in blocks 113 1.1.6.2 yamt #options MEMORY_DISK_IS_ROOT # use memory disk as root 114 1.1.6.2 yamt 115 1.1.6.2 yamt # Miscellaneous kernel options 116 1.1.6.2 yamt options KTRACE # system call tracing, a la ktrace(1) 117 1.1.6.2 yamt #options LKM # loadable kernel modules 118 1.1.6.2 yamt #options KMEMSTATS # kernel memory statistics 119 1.1.6.2 yamt options PCMCIAVERBOSE # verbose PCMCIA configuration messages 120 1.1.6.2 yamt options USBVERBOSE # verbose USB device autoconfig messages 121 1.1.6.2 yamt options SCSIVERBOSE # Verbose SCSI errors 122 1.1.6.2 yamt #options MIIVERBOSE # Verbose MII autoconfuration messages 123 1.1.6.2 yamt #options DDB_KEYCODE=0x40 124 1.1.6.2 yamt #options USERCONF # userconf(4) support 125 1.1.6.2 yamt 126 1.1.6.2 yamt # Development and Debugging options 127 1.1.6.2 yamt 128 1.1.6.2 yamt options DIAGNOSTIC # internally consistency checks 129 1.1.6.2 yamt #options DEBUG 130 1.1.6.2 yamt #options PMAP_DEBUG # Enable pmap_debug_level code 131 1.1.6.2 yamt #options VERBOSE_INIT_ARM # verbose bootstraping messages 132 1.1.6.2 yamt #options DDB # in-kernel debugger 133 1.1.6.2 yamt #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 134 1.1.6.2 yamt #options KGDB 135 1.1.6.2 yamt #options IPKDB 136 1.1.6.2 yamt #options IPKDB_NE 137 1.1.6.2 yamt #options IPKDBKEY="\"Debug_it_over_network\"" 138 1.1.6.2 yamt #options DEBUG_KGDB 139 1.1.6.2 yamt makeoptions DEBUG="-g" # compile full symbol table 140 1.1.6.2 yamt options SYMTAB_SPACE=200000 141 1.1.6.2 yamt #options AUDIO_DEBUG=2 142 1.1.6.2 yamt 143 1.1.6.2 yamt config netbsd root on ? type ? 144 1.1.6.2 yamt config netbsd-ne0 root on ne0 type nfs 145 1.1.6.2 yamt 146 1.1.6.2 yamt # The main bus device 147 1.1.6.2 yamt mainbus0 at root 148 1.1.6.2 yamt 149 1.1.6.2 yamt # The boot cpu 150 1.1.6.2 yamt cpu0 at mainbus? 151 1.1.6.2 yamt 152 1.1.6.2 yamt # integrated peripherals 153 1.1.6.2 yamt pxaip0 at mainbus? 154 1.1.6.2 yamt 155 1.1.6.2 yamt pxaintc0 at pxaip? # interrupt controller 156 1.1.6.2 yamt pxagpio0 at pxaip? # GPIO 157 1.1.6.2 yamt 158 1.1.6.2 yamt # cotulla integrated 16550 UARTs 159 1.1.6.2 yamt options COM_PXA2X0 160 1.1.6.2 yamt com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 161 1.1.6.2 yamt com1 at pxaip? addr 0x40200000 intr 21 # BlueTootth UART 162 1.1.6.2 yamt #com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA) 163 1.1.6.2 yamt options FFUARTCONSOLE 164 1.1.6.2 yamt options BTUARTCONSOLE 165 1.1.6.2 yamt options KGDB_DEVNAME="\"ffuart\"" # ffuart or btuart 166 1.1.6.2 yamt options KGDB_DEVRATE=115200 167 1.1.6.2 yamt 168 1.1.6.2 yamt #aupxa0 at pxaip? # AC97 interface 169 1.1.6.2 yamt 170 1.1.6.2 yamt # Audio support 171 1.1.6.2 yamt #audio* at audiobus? 172 1.1.6.2 yamt 173 1.1.6.2 yamt 174 1.1.6.2 yamt # FlashROM disk driver 175 1.1.6.2 yamt # frd* at pxaip? 176 1.1.6.2 yamt 177 1.1.6.2 yamt # On-board device support 178 1.1.6.2 yamt obio0 at pxaip? intr 8 179 1.1.6.2 yamt ne0 at obio? addr 0x0e000200 intr 5 # on-board Asix AX88796 180 1.1.6.2 yamt 181 1.1.6.2 yamt # LCD 182 1.1.6.2 yamt #device-major lcd char 37 183 1.1.6.2 yamt lcd0 at obio? 184 1.1.6.2 yamt wsdisplay* at lcd? console ? 185 1.1.6.2 yamt options FONT_SONY8x16 186 1.1.6.2 yamt #options FONT_VT220L8x8 187 1.1.6.2 yamt options WSEMUL_VT100 # VT100 / VT220 emulation 188 1.1.6.2 yamt options G4250_LCD_TOSHIBA_LTM035 189 1.1.6.2 yamt #options G4250_LCD_NEC_NL3224BC35 190 1.1.6.2 yamt 191 1.1.6.2 yamt kmkbd* at obio? 192 1.1.6.2 yamt wskbd* at kmkbd? # console ? 193 1.1.6.2 yamt 194 1.1.6.2 yamt # GB-225 option board 195 1.1.6.2 yamt opio0 at obio? intr 2 196 1.1.6.2 yamt 197 1.1.6.2 yamt # USB host 198 1.1.6.2 yamt # slhci0 at opio0 199 1.1.6.2 yamt # options SLHCI_DEBUG 200 1.1.6.2 yamt 201 1.1.6.2 yamt # USB bus support 202 1.1.6.2 yamt #usb* at slhci? 203 1.1.6.2 yamt 204 1.1.6.2 yamt # USB Hubs 205 1.1.6.2 yamt # uhub* at usb? 206 1.1.6.2 yamt # uhub* at uhub? port ? configuration ? interface ? 207 1.1.6.2 yamt 208 1.1.6.2 yamt # USB HID device 209 1.1.6.2 yamt # uhidev* at uhub? port ? configuration ? interface ? 210 1.1.6.2 yamt 211 1.1.6.2 yamt # USB Mice 212 1.1.6.2 yamt # ums* at uhidev? reportid ? 213 1.1.6.2 yamt # wsmouse* at ums? mux 0 214 1.1.6.2 yamt 215 1.1.6.2 yamt # USB Keyboards 216 1.1.6.2 yamt #ukbd* at uhidev? reportid ? 217 1.1.6.2 yamt #wskbd* at ukbd? console ? mux 1 218 1.1.6.2 yamt 219 1.1.6.2 yamt # USB Generic HID devices 220 1.1.6.2 yamt # uhid* at uhidev? reportid ? 221 1.1.6.2 yamt 222 1.1.6.2 yamt # USB Printer 223 1.1.6.2 yamt #ulpt* at uhub? port ? configuration ? interface ? 224 1.1.6.2 yamt 225 1.1.6.2 yamt # USB Modem 226 1.1.6.2 yamt #umodem* at uhub? port ? configuration ? 227 1.1.6.2 yamt #ucom* at umodem? 228 1.1.6.2 yamt 229 1.1.6.2 yamt # USB Mass Storage 230 1.1.6.2 yamt #umass* at uhub? port ? configuration ? interface ? 231 1.1.6.2 yamt #wd* at umass? 232 1.1.6.2 yamt 233 1.1.6.2 yamt # USB audio 234 1.1.6.2 yamt #uaudio* at uhub? port ? configuration ? 235 1.1.6.2 yamt 236 1.1.6.2 yamt # USB MIDI 237 1.1.6.2 yamt #umidi* at uhub? port ? configuration ? 238 1.1.6.2 yamt 239 1.1.6.2 yamt # USB IrDA 240 1.1.6.2 yamt # USB-IrDA bridge spec 241 1.1.6.2 yamt #uirda* at uhub? port ? configuration ? interface ? 242 1.1.6.2 yamt #irframe* at uirda? 243 1.1.6.2 yamt 244 1.1.6.2 yamt # SigmaTel STIr4200 USB/IrDA Bridge 245 1.1.6.2 yamt #ustir* at uhub? port ? 246 1.1.6.2 yamt #irframe* at ustir? 247 1.1.6.2 yamt 248 1.1.6.2 yamt # USB Ethernet adapters 249 1.1.6.2 yamt #aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 250 1.1.6.2 yamt #cue* at uhub? port ? # CATC USB-EL1201A based adapters 251 1.1.6.2 yamt #kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 252 1.1.6.2 yamt #uax* at uhub? port ? # ASIX AX88172 based adapters 253 1.1.6.2 yamt #url* at uhub? port ? # Realtek RTL8150L based adapters 254 1.1.6.2 yamt 255 1.1.6.2 yamt # Prolific PL2301/PL2302 host-to-host adapter 256 1.1.6.2 yamt #upl* at uhub? port ? 257 1.1.6.2 yamt 258 1.1.6.2 yamt # Serial adapters 259 1.1.6.2 yamt #ubsa* at uhub? port ? # Belkin serial adapter 260 1.1.6.2 yamt #ucom* at ubsa? portno ? 261 1.1.6.2 yamt 262 1.1.6.2 yamt #uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 263 1.1.6.2 yamt #ucom* at uftdi? portno ? 264 1.1.6.2 yamt 265 1.1.6.2 yamt #umct* at uhub? port ? # MCT USB-RS232 serial adapter 266 1.1.6.2 yamt #ucom* at umct? portno ? 267 1.1.6.2 yamt 268 1.1.6.2 yamt #uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 269 1.1.6.2 yamt #ucom* at uplcom? portno ? 270 1.1.6.2 yamt 271 1.1.6.2 yamt #uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 272 1.1.6.2 yamt #ucom* at uvscom? portno ? 273 1.1.6.2 yamt 274 1.1.6.2 yamt # Diamond Multimedia Rio 500 275 1.1.6.2 yamt #urio* at uhub? port ? 276 1.1.6.2 yamt 277 1.1.6.2 yamt # USB Handspring Visor 278 1.1.6.2 yamt #uvisor* at uhub? port ? 279 1.1.6.2 yamt #ucom* at uvisor? 280 1.1.6.2 yamt 281 1.1.6.2 yamt # USB scanners 282 1.1.6.2 yamt #uscanner* at uhub? port ? 283 1.1.6.2 yamt 284 1.1.6.2 yamt # USB scanners that use SCSI emulation, e.g., HP5300 285 1.1.6.2 yamt #usscanner* at uhub? port ? 286 1.1.6.2 yamt 287 1.1.6.2 yamt # Y@P firmware loader 288 1.1.6.2 yamt #uyap* at uhub? port ? 289 1.1.6.2 yamt 290 1.1.6.2 yamt # D-Link DSB-R100 USB radio 291 1.1.6.2 yamt #udsbr* at uhub? port ? 292 1.1.6.2 yamt #radio* at udsbr? 293 1.1.6.2 yamt 294 1.1.6.2 yamt # USB Generic driver 295 1.1.6.2 yamt # ugen* at uhub? port ? 296 1.1.6.2 yamt 297 1.1.6.2 yamt # PCMCIA/CF card 298 1.1.6.2 yamt opcic0 at opio? 299 1.1.6.2 yamt pcmcia* at opcic? 300 1.1.6.2 yamt 301 1.1.6.2 yamt # PCMCIA serial interfaces 302 1.1.6.2 yamt com* at pcmcia? function ? # Modems and serial cards 303 1.1.6.2 yamt 304 1.1.6.2 yamt pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 305 1.1.6.2 yamt com* at pcmcom? slave ? # ...and the slave devices 306 1.1.6.2 yamt 307 1.1.6.2 yamt # PCMCIA SCSI controllers 308 1.1.6.2 yamt aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 309 1.1.6.2 yamt esp* at pcmcia? function ? # Qlogic ESP406/FAS408 SCSI 310 1.1.6.2 yamt 311 1.1.6.2 yamt # SCSI bus support 312 1.1.6.2 yamt scsibus* at scsi? 313 1.1.6.2 yamt 314 1.1.6.2 yamt # SCSI devices 315 1.1.6.2 yamt sd* at scsibus? target ? lun ? # SCSI disk drives 316 1.1.6.2 yamt st* at scsibus? target ? lun ? # SCSI tape drives 317 1.1.6.2 yamt cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 318 1.1.6.2 yamt ch* at scsibus? target ? lun ? # SCSI autochangers 319 1.1.6.2 yamt ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices 320 1.1.6.2 yamt ss* at scsibus? target ? lun ? # SCSI scanners 321 1.1.6.2 yamt uk* at scsibus? target ? lun ? # SCSI unknown 322 1.1.6.2 yamt 323 1.1.6.2 yamt # PCMCIA IDE controllers 324 1.1.6.2 yamt wdc* at pcmcia? function ? 325 1.1.6.2 yamt atabus* at wdc? channel ? 326 1.1.6.2 yamt wd* at atabus? drive ? flags 0x0000 327 1.1.6.2 yamt 328 1.1.6.2 yamt # PCMCIA audio devices 329 1.1.6.2 yamt #esl* at pcmcia? function ? # ESS 1688 AudioDrive 330 1.1.6.2 yamt 331 1.1.6.2 yamt # PCMCIA network interfaces 332 1.1.6.2 yamt an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11) 333 1.1.6.2 yamt awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS) 334 1.1.6.2 yamt cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer 335 1.1.6.2 yamt ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 336 1.1.6.2 yamt mbe* at pcmcia? function ? # MB8696x based Ethernet 337 1.1.6.2 yamt ne* at pcmcia? function ? # NE2000-compatible Ethernet 338 1.1.6.2 yamt ray* at pcmcia? function ? # Raytheon Raylink (802.11) 339 1.1.6.2 yamt sm* at pcmcia? function ? # Megahertz Ethernet 340 1.1.6.2 yamt # tr at pcmcia has problems with Cardbus bridges 341 1.1.6.2 yamt tr* at pcmcia? function ? # TROPIC based Token-Ring 342 1.1.6.2 yamt wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11) 343 1.1.6.2 yamt xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 344 1.1.6.2 yamt com* at xirc? 345 1.1.6.2 yamt xi* at xirc? 346 1.1.6.2 yamt 347 1.1.6.2 yamt mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards 348 1.1.6.2 yamt com* at mhzc? 349 1.1.6.2 yamt sm* at mhzc? 350 1.1.6.2 yamt 351 1.1.6.2 yamt # Pseudo-Devices 352 1.1.6.2 yamt 353 1.1.6.2 yamt # disk/mass storage pseudo-devices 354 1.1.6.2 yamt #pseudo-device md 1 # memory disk device (ramdisk) 355 1.1.6.2 yamt #pseudo-device vnd 4 # disk-like interface to files 356 1.1.6.2 yamt #pseudo-device fss 4 # file system snapshot device 357 1.1.6.2 yamt 358 1.1.6.2 yamt # network pseudo-devices 359 1.1.6.2 yamt pseudo-device bpfilter 4 # Berkeley packet filter 360 1.1.6.2 yamt pseudo-device ipfilter # IP filter (firewall) and NAT 361 1.1.6.2 yamt pseudo-device loop # network loopback 362 1.1.6.2 yamt #pseudo-device kttcp # network loopback 363 1.1.6.2 yamt #pseudo-device ppp 2 # Point-to-Point Protocol 364 1.1.6.2 yamt #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 365 1.1.6.2 yamt #pseudo-device sl 2 # Serial Line IP 366 1.1.6.2 yamt #pseudo-device strip 2 # Starmode Radio IP (Metricom) 367 1.1.6.2 yamt #pseudo-device irframetty # IrDA frame line discipline 368 1.1.6.2 yamt #pseudo-device tap # virtual Ethernet 369 1.1.6.2 yamt #pseudo-device tun 2 # network tunneling over tty 370 1.1.6.2 yamt #pseudo-device gre 2 # generic L3 over IP tunnel 371 1.1.6.2 yamt #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 372 1.1.6.2 yamt #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 373 1.1.6.2 yamt #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 374 1.1.6.2 yamt #pseudo-device vlan # IEEE 802.1q encapsulation 375 1.1.6.2 yamt #pseudo-device bridge # simple inter-network bridging 376 1.1.6.2 yamt #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 377 1.1.6.2 yamt #pseudo-device pf # PF packet filter 378 1.1.6.2 yamt #pseudo-device pflog # PF log if 379 1.1.6.2 yamt 380 1.1.6.2 yamt # miscellaneous pseudo-devices 381 1.1.6.2 yamt pseudo-device pty # pseudo-terminals 382 1.1.6.2 yamt pseudo-device rnd # /dev/random and in-kernel generator 383 1.1.6.2 yamt pseudo-device clockctl # user control of clock subsystem 384 1.1.6.2 yamt 385 1.1.6.2 yamt # wscons pseudo-devices 386 1.1.6.2 yamt #pseudo-device wsmux # mouse & keyboard multiplexor 387 1.1.6.2 yamt #pseudo-device wsfont 388 1.1.6.2 yamt pseudo-device ksyms # /dev/ksyms 389