GENERIC revision 1.78
11.11Schristos# $NetBSD: GENERIC,v 1.78 2004/06/26 07:32:08 abs Exp $ 21.1Stsutsui# 31.1Stsutsui# GENERIC machine description file 41.1Stsutsui# 51.1Stsutsui# This machine description file is used to generate the default NetBSD 61.1Stsutsui# kernel. The generic kernel does not include all options, subsystems 71.1Stsutsui# and device drivers, but should be useful for most applications. 81.1Stsutsui# 91.1Stsutsui# The machine description file can be customised for your specific 101.1Stsutsui# machine to reduce the kernel size and improve its performance. 111.1Stsutsui# 121.2Stsutsui# For further information on compiling NetBSD kernels, see the config(8) 131.2Stsutsui# man page. 141.1Stsutsui# 151.1Stsutsui# For further information on hardware support for this architecture, see 161.1Stsutsui# the intro(4) man page. For further information about kernel options 171.1Stsutsui# for this architecture, see the options(4) man page. For an explanation 181.1Stsutsui# of each device driver in this file see the section 4 man page for the 191.1Stsutsui# device. 201.1Stsutsui 211.1Stsutsuiinclude "arch/prep/conf/std.prep" 221.1Stsutsui 231.1Stsutsuioptions INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.1Stsutsui 251.1Stsutsuimakeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size. 261.1Stsutsui 271.1Stsutsui#ident "GENERIC-$Revision: 1.78 $" 281.1Stsutsui 291.1Stsutsuimaxusers 32 301.1Stsutsui 311.1Stsutsui# Platform support 321.1Stsutsuioptions PLATFORM_IBM_6040 # IBM ThinkPad 820 331.1Stsutsuioptions PLATFORM_IBM_6050 # IBM Personal Power Series 830 341.1Stsutsuioptions PLATFORM_IBM_7248 # IBM RS/6000 7248-100/120/133 351.1Stsutsuioptions PLATFORM_IBM_7043_140 # IBM RS/6000 43P 7043-140 361.1Stsutsuioptions PLATFORM_MOTOROLA_ULMB60XA # Motorola ULMB60xA (?) 371.1Stsutsui 381.1Stsutsuioptions OPENPIC # OpenPIC support (7043-140) 391.1Stsutsui 401.1Stsutsui# Standard system options 411.1Stsutsui 421.1Stsutsuioptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 431.1Stsutsuioptions NTP # NTP phase/frequency locked loop 441.1Stsutsui 451.1Stsutsuioptions KTRACE # system call tracing via ktrace(1) 461.1Stsutsuioptions SYSTRACE # system call vetting via systrace(1) 471.1Stsutsui 481.1Stsutsuioptions SYSVMSG # System V-like message queues 491.1Stsutsuioptions SYSVSEM # System V-like semaphores 501.1Stsutsui#options SEMMNI=10 # number of semaphore identifiers 511.1Stsutsui#options SEMMNS=60 # number of semaphores in system 521.1Stsutsui#options SEMUME=10 # max number of undo entries per process 531.1Stsutsui#options SEMMNU=30 # number of undo structures in system 541.1Stsutsuioptions SYSVSHM # System V-like memory sharing 551.1Stsutsui#options SHMMAXPGS=1024 # 1024 pages is the default 561.1Stsutsui 571.8Sapboptions LKM # loadable kernel modules 581.1Stsutsui 591.1Stsutsuioptions USERCONF # userconf(4) support 601.1Stsutsui#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 611.1Stsutsui 621.1Stsutsui# Enable experimental buffer queue strategy for better responsiveness under 631.1Stsutsui# high disk I/O load. Use it with caution - it's not proven to be stable yet. 641.1Stsutsui#options NEW_BUFQ_STRATEGY 651.1Stsutsui 661.1Stsutsui# Diagnostic/debugging support options 671.1Stsutsui#options DIAGNOSTIC # cheap kernel consistency checks 681.1Stsutsui#options DEBUG # expensive debugging checks/support 691.1Stsutsui#options KMEMSTATS # kernel memory statistics (vmstat -m) 701.1Stsutsuioptions DDB # in-kernel debugger 711.1Stsutsui#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 721.1Stsutsui#makeoptions DEBUG="-g" 731.1Stsutsui 741.1Stsutsui# Compatibility options 751.1Stsutsuioptions COMPAT_13 # NetBSD 1.3, 761.1Stsutsuioptions COMPAT_14 # NetBSD 1.4, 771.1Stsutsuioptions COMPAT_15 # NetBSD 1.5, 781.1Stsutsuioptions COMPAT_16 # NetBSD 1.6, 791.1Stsutsuioptions COMPAT_43 # and 4.3BSD 801.1Stsutsui#options COMPAT_LINUX # Linux binary compatibility 811.1Stsutsui#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 821.1Stsutsui 831.1Stsutsui# File systems 841.1Stsutsuifile-system FFS # UFS 851.4Sdhollandfile-system EXT2FS # second extended file system (linux) 861.1Stsutsui#file-system LFS # log-structured file system 871.1Stsutsuifile-system MFS # memory file system 881.1Stsutsuifile-system NFS # Network File System client 891.1Stsutsui#file-system NTFS # Windows/NT file system (experimental) 901.1Stsutsuifile-system CD9660 # ISO 9660 + Rock Ridge file system 911.1Stsutsuifile-system MSDOSFS # MS-DOS file system 921.1Stsutsui#file-system FDESC # /dev/fd 931.1Stsutsuifile-system KERNFS # /kern 941.1Stsutsuifile-system NULLFS # loopback file system 951.1Stsutsui#file-system OVERLAY # overlay file system 961.1Stsutsui#file-system PORTAL # portal filesystem (still experimental) 971.1Stsutsuifile-system PROCFS # /proc 981.1Stsutsui#file-system UMAPFS # NULLFS + uid and gid remapping 991.1Stsutsuifile-system UNION # union file system 1001.1Stsutsui#file-system CODA # Coda File System; also needs vcoda (below) 1011.1Stsutsui 1021.1Stsutsui# File system options 1031.1Stsutsuioptions QUOTA # UFS quotas 1041.1Stsutsui#options FFS_EI # FFS Endian Independant support 1051.1Stsutsuioptions SOFTDEP # FFS soft updates support. 1061.1Stsutsuioptions NFSSERVER # Network File System server 1071.1Stsutsui#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 1081.1Stsutsui # immutable) behave as system flags. 1091.1Stsutsui 1101.1Stsutsui# Networking options 1111.1Stsutsui#options GATEWAY # packet forwarding 1121.1Stsutsuioptions INET # IP + ICMP + TCP + UDP 1131.1Stsutsuioptions INET6 # IPv6 1141.1Stsutsui#options IPSEC # IP security 1151.1Stsutsui#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 1161.1Stsutsui#options IPSEC_DEBUG # debug for IP security 1171.1Stsutsui#options MROUTING # IP multicast routing 1181.1Stsutsui#options NETATALK # AppleTalk networking protocols 1191.1Stsutsuioptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1201.1Stsutsuioptions PPP_DEFLATE # Deflate compression support for PPP 1211.1Stsutsuioptions PPP_FILTER # Active filter support for PPP (requires bpf) 1221.1Stsutsuioptions PFIL_HOOKS # pfil(9) packet filter hooks 1231.1Stsutsuioptions IPFILTER_LOG # ipmon(8) log support 1241.7Sabs#options IPFILTER_DEFAULT_BLOCK # block all packets by default 1251.7Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 1261.6Stsutsui 1271.1Stsutsui#options ALTQ # Manipulate network interfaces' output queues 1281.1Stsutsui#options ALTQ_BLUE # Stochastic Fair Blue 1291.1Stsutsui#options ALTQ_CBQ # Class-Based Queueing 1301.1Stsutsui#options ALTQ_CDNR # Diffserv Traffic Conditioner 1311.1Stsutsui#options ALTQ_FIFOQ # First-In First-Out Queue 1321.1Stsutsui#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 1331.1Stsutsui#options ALTQ_HFSC # Hierarchical Fair Service Curve 1341.1Stsutsui#options ALTQ_LOCALQ # Local queueing discipline 1351.1Stsutsui#options ALTQ_PRIQ # Priority Queueing 1361.1Stsutsui#options ALTQ_RED # Random Early Detection 1371.1Stsutsui#options ALTQ_RIO # RED with IN/OUT 1381.1Stsutsui#options ALTQ_WFQ # Weighted Fair Queueing 1391.1Stsutsui 1401.1Stsutsui# These options enable verbose messages for several subsystems. 1411.1Stsutsui# Warning, these may compile large string tables into the kernel! 1421.2Stsutsui#options MIIVERBOSE # verbose PHY autoconfig messages 1431.1Stsutsuioptions PCIVERBOSE # verbose PCI device autoconfig messages 1441.1Stsutsui#options PCI_CONFIG_DUMP # verbosely dump PCI config space 1451.1Stsutsui#options PCMCIAVERBOSE # verbose PCMCIA configuration messages 1461.1Stsutsuioptions SCSIVERBOSE # human readable SCSI error messages 1471.1Stsutsui#options USBVERBOSE # verbose USB device autoconfig messages 1481.1Stsutsui#options RESIDUAL_DATA_DUMP # verbosely dump residual data 1491.1Stsutsui 1501.1Stsutsui#options NFS_BOOT_BOOTP 1511.1Stsutsuioptions NFS_BOOT_BOOTPARAM 1521.1Stsutsuioptions NFS_BOOT_DHCP 1531.1Stsutsui 1541.1Stsutsui# 1551.1Stsutsui# wscons options 1561.1Stsutsui# 1571.1Stsutsui# builtin terminal emulations 1581.1Stsutsuioptions WSEMUL_VT100 # VT100 / VT220 emulation 1591.1Stsutsui# different kernel output - see dev/wscons/wsdisplayvar.h 1601.1Stsutsuioptions WS_KERNEL_FG=WSCOL_GREEN 1611.1Stsutsui#options WS_KERNEL_BG=WSCOL_BLACK 1621.1Stsutsui# see dev/pckbc/wskbdmap_mfii.c for implemented layouts 1631.1Stsutsui#options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 1641.1Stsutsui# allocate a number of virtual screens at autoconfiguration time 1651.1Stsutsui#options WSDISPLAY_DEFAULTSCREENS=4 1661.1Stsutsui# use a large software cursor that doesn't blink 1671.1Stsutsuioptions PCDISPLAY_SOFTCURSOR 1681.1Stsutsui 1691.11Schristos# Kernel root file system and dump configuration. 1701.11Schristosconfig netbsd root on ? type ? 1711.1Stsutsui#config netbsd root on tlp0 type nfs 1721.11Schristos#config netbsd root on pcn0 type nfs 1731.11Schristos 1741.1Stsutsui 1751.1Stsutsui# 1761.1Stsutsui# Device configuration 1771.1Stsutsui# 1781.1Stsutsui 1791.1Stsutsuimainbus0 at root 1801.1Stsutsuicpu0 at mainbus0 1811.1Stsutsui 1821.1Stsutsui 1831.1Stsutsui# Basic Bus Support 1841.1Stsutsui 1851.1Stsutsui# PCI bus support 1861.1Stsutsuipci0 at mainbus0 bus ? 1871.1Stsutsuipci* at pchb? bus ? 1881.1Stsutsuipci* at ppb? bus ? 1891.1Stsutsui 1901.1Stsutsuioptions PCI_NETBSD_CONFIGURE 1911.1Stsutsui 1921.1Stsutsui# PCI bridges 1931.1Stsutsuipchb* at pci? dev ? function ? # PCI-Host bridges 1941.1Stsutsuippb* at pci? dev ? function ? # PCI-PCI bridges 1951.1Stsutsuipcib* at pci? dev ? function ? # PCI-ISA bridges 1961.1Stsutsui 1971.1Stsutsui# ISA bus support 1981.1Stsutsuiisa* at pcib? # ISA on PCI-ISA bridge 1991.1Stsutsui 2001.1Stsutsui# PCMCIA bus support 2011.1Stsutsuipcmcia* at pcic? controller ? socket ? 2021.1Stsutsui 2031.1Stsutsui# ISA PCMCIA controllers 2041.1Stsutsuipcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 2051.1Stsutsui 2061.1Stsutsui#options PCIC_ISA_INTR_ALLOC_MASK=0x4a00 # free irq 9,11,14 2071.1Stsutsui#options PCIC_ISA_ALLOC_IOBASE=0x0400 2081.1Stsutsui#options PCIC_ISA_ALLOC_IOSIZE=0x0100 209 210# ISA Plug-and-Play bus support 211#isapnp0 at isa? 212 213# on-board I/O for IBM Personal Power Series 830 IDE controller 214obio0 at mainbus0 215 216 217# Console Devices 218 219# wscons 220pckbc0 at isa? # pc keyboard controller 221pckbd* at pckbc? # PC keyboard 222pms* at pckbc? # PS/2 mouse for wsmouse 223vga* at pci? 224wsdisplay* at vga? console ? 225wskbd* at pckbd? console ? 226wsmouse* at pms? mux 0 227 228pcppi0 at isa? # PC prog. periph. interface 229isabeep0 at pcppi? # "keyboard" beep 230 231mcclock0 at isa? port 0x70 # mc146818 and compatible 232mkclock0 at isa? port 0x74 # mk48t18 and compatible 233 234 235# Cryptographic Devices 236 237# PCI cryptographic devices 238#hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 239#ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 240 241 242# Serial Devices 243 244# ISA serial interfaces 245com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 246com1 at isa? port 0x2f8 irq 3 247 248# PCMCIA serial interfaces 249com* at pcmcia? function ? # Modems and serial cards 250 251#pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards 252#com* at pcmcom? slave ? # ...and the slave devices 253 254 255# Parallel Printer Interfaces 256 257# ISA parallel printer interfaces 258lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports 259 260 261# SCSI Controllers and Devices 262 263# PCI SCSI controllers 264#adw* at pci? dev ? function ? # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI 265ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 266#iha* at pci? dev ? function ? # Initio INIC-940/950 SCSI 267#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 268siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 269esiop* at pci? dev ? function ? # Symbios 53c875 SCSI and newer 270 271# PCMCIA SCSI controllers 272aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 273 274# SCSI bus support 275#scsibus* at adw? 276scsibus* at ahc? 277scsibus* at aic? 278#scsibus* at iha? 279#scsibus* at pcscp? 280scsibus* at siop? 281scsibus* at esiop? 282 283# SCSI devices 284sd* at scsibus? target ? lun ? # SCSI disk drives 285st* at scsibus? target ? lun ? # SCSI tape drives 286cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 287#ch* at scsibus? target ? lun ? # SCSI autochangers 288#ss* at scsibus? target ? lun ? # SCSI scanners 289uk* at scsibus? target ? lun ? # SCSI unknown 290 291 292# IDE and related devices 293 294# IBM Personal Power Series 830 IDE controller 295wdc0 at obio? port 0x1f0 irq 13 296wdc1 at obio? port 0x170 irq 13 297 298# ISA Plug-and-Play IDE controllers 299#wdc* at isapnp? 300 301# PCMCIA IDE controllers 302wdc* at pcmcia? function ? 303 304# ATA (IDE) bus support 305atabus* at ata? 306 307# IDE drives 308# Flags are used only with controllers that support DMA operations 309# and mode settings (e.g. some pciide controllers) 310# The lowest order four bits (rightmost digit) of the flags define the PIO 311# mode to use, the next set of four bits the DMA mode and the third set the 312# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 313# to use, and the last bit must be 1 for this setting to be used. 314# For DMA and UDMA, 0xf (1111) means 'disable'. 315# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 316# (0xc=1100, 0xa=1010, 0xf=1111) 317# 0x0000 means "use whatever the drive claims to support". 318wd* at atabus? drive ? flags 0x0000 319 320# ATAPI bus support 321atapibus* at atapi? 322 323# ATAPI devices 324# flags have the same meaning as for IDE drives. 325cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 326sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 327uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 328 329# Miscellaneous mass storage devices 330 331# ISA Floppy 332#fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard ISA floppy controller 333#fd0 at fdc0 drive ? 334 335# Network Interfaces 336 337# PCI network interfaces 338ep* at pci? dev ? function ? # 3Com 3c59x 339ex* at pci? dev ? function ? # 3Com 3c90x[BC] 340fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B 341ne* at pci? dev ? function ? # NE2000-compatible Ethernet 342pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 343rtk* at pci? dev ? function ? # Realtek 8129/8139 344sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet 345tlp* at pci? dev ? function ? # DECchip 21x4x and clones 346vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 347 348# ISA network interfaces 349#ep* at isa? port ? irq ? # 3Com 3c509 Ethernet 350#ne0 at isa? port 0x280 irq 9 # NE2000-compatible Ethernet 351#ne1 at isa? port 0x300 irq 10 352#we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 353#we1 at isa? port 0x300 iomem 0xe4000 irq 11 354 355# ISA Plug-and-Play network intefaces 356#ep* at isapnp? # 3Com 3c509 Ethernet 357#ne* at isapnp? # NE2000-compatible Ethernet 358 359# PCMCIA network interfaces 360ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 361ne* at pcmcia? function ? # NE2000-compatible Ethernet 362 363# MII/PHY support 364dmphy* at mii? phy ? # Davicom DM9101 PHYs 365exphy* at mii? phy ? # 3Com internal PHYs 366icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 367inphy* at mii? phy ? # Intel 82555 PHYs 368iophy* at mii? phy ? # Intel 82553 PHYs 369lxtphy* at mii? phy ? # Level One LXT-970 PHYs 370nsphy* at mii? phy ? # NS83840 PHYs 371nsphyter* at mii? phy ? # NS83843 PHYs 372qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 373sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 374tlphy* at mii? phy ? # ThunderLAN PHYs 375tqphy* at mii? phy ? # TDK Semiconductor PHYs 376ukphy* at mii? phy ? # generic unknown PHYs 377 378 379# USB Controller and Devices 380 381# PCI USB controllers 382#uhci* at pci? dev ? function ? # Universal Host Controller (Intel) 383#ohci* at pci? dev ? function ? # Open Host Controller 384 385# USB bus support 386#usb* at uhci? 387#usb* at ohci? 388 389# USB Hubs 390#uhub* at usb? 391#uhub* at uhub? port ? configuration ? interface ? 392 393# USB HID device 394#uhidev* at uhub? port ? configuration ? interface ? 395 396# USB Mice 397#ums* at uhidev? reportid ? 398#wsmouse* at ums? mux 0 399 400# USB Keyboards 401#ukbd* at uhidev? reportid ? 402#wskbd* at ukbd? console ? mux 1 403 404# USB Generic HID devices 405#uhid* at uhidev? reportid ? 406 407# USB Printer 408#ulpt* at uhub? port ? configuration ? interface ? 409 410# USB Modem 411#umodem* at uhub? port ? configuration ? 412#ucom* at umodem? 413 414# USB Mass Storage 415#umass* at uhub? port ? configuration ? interface ? 416#scsibus* at umass? channel ? 417#atapibus* at umass? 418 419# USB audio 420#uaudio* at uhub? port ? configuration ? 421 422# USB Ethernet adapters 423#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 424#cue* at uhub? port ? # CATC USB-EL1201A based adapters 425#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 426#uax* at uhub? port ? # ASIX AX88172 based adapters 427#url* at uhub? port ? # Realtek RTL8150L based adapters 428#udav* at uhub? port ? # Davicom DM9601 based adapters 429 430# Prolofic PL2301/PL2302 host-to-host adapter 431#upl* at uhub? port ? 432 433# Serial adapters 434#uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 435#ucom* at uftdi? portno ? 436 437#umct* at uhub? port ? # MCT USB-RS232 serial adapter 438#ucom* at umct? portno ? 439 440#uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 441#ucom* at uplcom? portno ? 442 443#uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 444#ucom* at uvscom? portno ? 445 446# Diamond Multimedia Rio 500 447#urio* at uhub? port ? 448 449# USB Handspring Visor 450#uvisor* at uhub? port ? 451#ucom* at uvisor? 452 453# Y@P firmware loader 454#uyap* at uhub? port ? 455 456# USB Generic driver 457#ugen* at uhub? port ? 458 459# USB scanners 460#uscanner* at uhub? port ? 461 462 463# Audio device 464 465# ISA Plug-and-Play audio devices 466#wss* at isapnp? # CS4232 467 468# Audio support 469#audio* at uaudio? 470#audio* at wss? 471 472# MIDI support 473#midi* at pcppi? # MIDI interface to the PC speaker 474 475# The spkr driver provides a simple tone interface to the built in speaker. 476#spkr0 at pcppi? # PC speaker 477 478 479# Joysticks 480 481# ISA Plug-and-Play joysticks 482#joy* at isapnp? # Game ports (usually on audio cards) 483 484# ISA joysticks. Probe is a little strange; add only if you have one. 485#joy0 at isa? port 0x201 486 487 488# Pseudo-Devices 489 490# Not yet ready -- prep lacks generic soft interrupts 491#pseudo-device crypto # opencrypto framework 492 493# disk/mass storage pseudo-devices 494pseudo-device ccd 4 # concatenated/striped disk devices 495#pseudo-device cgd 4 # cryptographic disk devices 496#pseudo-device raid 8 # RAIDframe disk driver 497#options RAID_AUTOCONFIG # auto-configuration of RAID components 498# Options to enable various other RAIDframe RAID types. 499# options RF_INCLUDE_EVENODD=1 500# options RF_INCLUDE_RAID5_RS=1 501# options RF_INCLUDE_PARITYLOGGING=1 502# options RF_INCLUDE_CHAINDECLUSTER=1 503# options RF_INCLUDE_INTERDECLUSTER=1 504# options RF_INCLUDE_PARITY_DECLUSTERING=1 505# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 506pseudo-device md 1 # memory disk device (ramdisk) 507pseudo-device vnd 4 # disk-like interface to files 508 509# network pseudo-devices 510pseudo-device loop # network loopback 511pseudo-device bpfilter 8 # Berkeley packet filter 512pseudo-device ipfilter # IP filter (firewall) and NAT 513pseudo-device ppp 2 # Point-to-Point Protocol 514pseudo-device pppoe # PPP over Ethernet (RFC 2516) 515pseudo-device sl 2 # Serial Line IP 516pseudo-device strip 2 # Starmode Radio IP (Metricom) 517pseudo-device tun 2 # network tunneling over tty 518pseudo-device gre 2 # generic L3 over IP tunnel 519pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 520#pseudo-device faith 2 # IPv[46] tcp relay translation i/f 521#pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation 522pseudo-device vlan # IEEE 802.1q encapsulation 523pseudo-device bridge # simple inter-network bridging 524#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 525 526# miscellaneous pseudo-devices 527pseudo-device pty # pseudo-terminals 528pseudo-device tb 1 # tablet line discipline 529#pseudo-device sequencer 1 # MIDI sequencer 530pseudo-device rnd # /dev/random and in-kernel generator 531#options RND_COM # use "com" randomness as well 532pseudo-device clockctl # user control of clock subsystem 533pseudo-device ksyms # /dev/ksyms 534#pseudo-device pf # PF packet filter 535#pseudo-device pflog # PF log if 536 537# a pseudo device needed for Coda # also needs CODA (above) 538#pseudo-device vcoda 4 # coda minicache <-> venus comm. 539 540# wscons pseudo-devices 541pseudo-device wsmux # mouse & keyboard multiplexor 542pseudo-device wsfont 543