[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/conf/GENERIC between version 1.974.2.5 and 1.975

version 1.974.2.5, 2011/05/31 03:04:03 version 1.975, 2010/03/27 03:04:51
Line 26  options  INCLUDE_CONFIG_FILE # embed con
Line 26  options  INCLUDE_CONFIG_FILE # embed con
   
 maxusers        64              # estimated number of users  maxusers        64              # estimated number of users
   
 # For GENERIC, we build the exec formats as module(7)s by default.  # For GENERIC, we build the exec formats as modules by default.
 no options      EXEC_AOUT       # exec a.out binaries  no options      EXEC_AOUT       # exec a.out binaries
 no options      EXEC_ELF32      # exec ELF binaries  no options      EXEC_ELF32      # exec ELF binaries
 no options      EXEC_SCRIPT     # exec #! scripts  no options      EXEC_SCRIPT     # exec #! scripts
 no options      COREDUMP  no options      COREDUMP
   
 # CPU-related options.  # CPU-related options.
 options         VM86            # virtual 8086 emulation  options         VM86            # virtual 8086 emulation
 options         USER_LDT        # user-settable LDT; used by WINE  options         USER_LDT        # user-settable LDT; used by WINE
 #options        PAE             # PAE mode (36 bits physical addressing)  
   
 # CPU features  # Enhanced SpeedStep Technology in the Pentium M
 acpicpu*        at cpu?         # ACPI CPU (including frequency scaling)  options         ENHANCED_SPEEDSTEP
 coretemp*       at cpu?         # Intel on-die thermal sensor  #options        EST_FREQ_USERWRITE      # any user can set frequency
 est0            at cpu0         # Intel Enhanced SpeedStep (non-ACPI)  
 #odcm0          at cpu0         # On-demand clock modulation  # AMD PowerNow! K7
 #padlock0       at cpu0         # VIA PadLock  options         POWERNOW_K7
 powernow0       at cpu0         # AMD PowerNow! and Cool'n'Quiet (non-ACPI)  
 viac7temp*      at cpu?         # VIA C7 temperature sensor  # AMD PowerNow! and Cool`n'Quiet technology
   options         POWERNOW_K8
   
   # VIA PadLock
   #options        VIA_PADLOCK
   
   # Intel(R) On Demand Clock Modulation (aka ODCM)
   #options        INTEL_ONDEMAND_CLOCKMOD
   
 options         MTRR            # memory-type range register syscall support  options         MTRR            # memory-type range register syscall support
 # doesn't work with MP just yet..  # doesn't work with MP just yet..
Line 91  options  SYSVMSG  # System V-like messag
Line 97  options  SYSVMSG  # System V-like messag
 options         SYSVSEM         # System V-like semaphores  options         SYSVSEM         # System V-like semaphores
 options         SYSVSHM         # System V-like memory sharing  options         SYSVSHM         # System V-like memory sharing
 #options        P1003_1B_SEMAPHORE      # p1003.1b semaphore support  #options        P1003_1B_SEMAPHORE      # p1003.1b semaphore support
 no options      AIO             # POSIX asynchronous I/O, built as a module(7)  no options      AIO             # POSIX asynchronous I/O, built as a module
 no options      MQUEUE          # POSIX messsage queues, built as a module(7)  no options      MQUEUE          # POSIX messsage queues, built as a module
   
 options         MODULAR         # new style module(7) framework  options         MODULAR         # new style module framework
   
 options         USERCONF        # userconf(4) support  options         USERCONF        # userconf(4) support
 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)  #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Line 123  options  DDB_HISTORY_SIZE=512 # enable h
Line 129  options  DDB_HISTORY_SIZE=512 # enable h
 #options        DDB_VERBOSE_HELP  #options        DDB_VERBOSE_HELP
 #options        KGDB            # remote debugger  #options        KGDB            # remote debugger
 #options        KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600  #options        KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
 #makeoptions    DEBUG="-g"      # compile full symbol table  #makeoptions    DEBUG="-g"      # compile full symbol table
 #options        SYSCALL_STATS   # per syscall counts  #options        SYSCALL_STATS   # per syscall counts
 #options        SYSCALL_TIMES   # per syscall times  #options        SYSCALL_TIMES   # per syscall times
 #options        SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)  #options        SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)
   
 # Compatibility options, built as module(7)s by default  # Compatibility options, built as modules by default
 options         COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI  options         COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
 options         COMPAT_09       # NetBSD 0.9  options         COMPAT_09       # NetBSD 0.9
 options         COMPAT_10       # NetBSD 1.0  options         COMPAT_10       # NetBSD 1.0
Line 151  options  COMPAT_43 # 4.3BSD, 386BSD, and
Line 157  options  COMPAT_43 # 4.3BSD, 386BSD, and
 #options        COMPAT_IBCS2    # binary compatibility with SCO and ISC  #options        COMPAT_IBCS2    # binary compatibility with SCO and ISC
 #options        COMPAT_LINUX    # binary compatibility with Linux  #options        COMPAT_LINUX    # binary compatibility with Linux
 #options        COMPAT_FREEBSD  # binary compatibility with FreeBSD  #options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
   #options        COMPAT_MACH     # binary compatibility with Mach binaries
   #options        COMPAT_DARWIN   # binary compatibility with Darwin binaries
   #options        EXEC_MACHO      # exec MACH-O binaries
 #options        COMPAT_NDIS     # NDIS network driver  #options        COMPAT_NDIS     # NDIS network driver
   #options        COMPAT_PECOFF   # kernel support to run Win32 apps
 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.  options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
   
 # Wedge support  # Wedge support
Line 161  options  DKWEDGE_METHOD_GPT # Supports G
Line 171  options  DKWEDGE_METHOD_GPT # Supports G
 #options        DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges  #options        DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
 #options        DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges  #options        DKWEDGE_METHOD_MBR      # Support MBR partitions as wedges
   
 file-system     FFS             # UFS  # File systems, built as modules by default
 file-system     NFS             # Network File System client  #file-system    FFS             # UFS
 # File systems, built as module(7)s by default  
 #file-system    EXT2FS          # second extended file system (linux)  #file-system    EXT2FS          # second extended file system (linux)
 #file-system    LFS             # log-structured file system  #file-system    LFS             # log-structured file system
 #file-system    MFS             # memory file system  #file-system    MFS             # memory file system
   #file-system    NFS             # Network File System client
 #file-system    NTFS            # Windows/NT file system (experimental)  #file-system    NTFS            # Windows/NT file system (experimental)
 #file-system    CD9660          # ISO 9660 + Rock Ridge file system  #file-system    CD9660          # ISO 9660 + Rock Ridge file system
 #file-system    MSDOSFS         # MS-DOS file system  #file-system    MSDOSFS         # MS-DOS file system
Line 175  file-system NFS  # Network File System c
Line 185  file-system NFS  # Network File System c
 #file-system    NULLFS          # loopback file system  #file-system    NULLFS          # loopback file system
 #file-system    OVERLAY         # overlay file system  #file-system    OVERLAY         # overlay file system
 #file-system    PROCFS          # /proc  #file-system    PROCFS          # /proc
 #file-system    PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)  
 #file-system    UMAPFS          # NULLFS + uid and gid remapping  #file-system    UMAPFS          # NULLFS + uid and gid remapping
 #file-system    UNION           # union file system  #file-system    UNION           # union file system
 #file-system    CODA            # Coda File System; also needs vcoda (below)  #file-system    CODA            # Coda File System; also needs vcoda (below)
Line 187  file-system NFS  # Network File System c
Line 196  file-system NFS  # Network File System c
 #file-system    NILFS           # experimental - NTT's NiLFS(2)  #file-system    NILFS           # experimental - NTT's NiLFS(2)
   
 # File system options  # File system options
 #options        QUOTA           # legacy UFS quotas  #options        QUOTA           # UFS quotas
 #options        QUOTA2          # new, in-filesystem UFS quotas  
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         WAPBL           # File system journaling support - Experimental  options         WAPBL           # File system journaling support - Experimental
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
Line 205  options  INET6  # IPv6
Line 213  options  INET6  # IPv6
 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)  #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)  #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
 #options        IPSEC_DEBUG     # debug for IP security  #options        IPSEC_DEBUG     # debug for IP security
 #options        MPLS            # MultiProtocol Label Switching (needs ifmpls)  
 #options        MROUTING        # IP multicast routing  #options        MROUTING        # IP multicast routing
 #options        PIM             # Protocol Independent Multicast  #options        PIM             # Protocol Independent Multicast
 #options        ISO,TPIP        # OSI  #options        ISO,TPIP        # OSI
Line 217  options  PPP_FILTER # Active filter supp
Line 224  options  PPP_FILTER # Active filter supp
 options         PFIL_HOOKS      # pfil(9) packet filter hooks  options         PFIL_HOOKS      # pfil(9) packet filter hooks
 options         IPFILTER_LOG    # ipmon(8) log support  options         IPFILTER_LOG    # ipmon(8) log support
 options         IPFILTER_LOOKUP # ippool(8) support  options         IPFILTER_LOOKUP # ippool(8) support
 options         IPFILTER_COMPAT # Compat for IP-Filter  
 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default  #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG  #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
   
Line 295  options  WSDISPLAY_SCROLLSUPPORT
Line 301  options  WSDISPLAY_SCROLLSUPPORT
 #options        VGA_RASTERCONSOLE  #options        VGA_RASTERCONSOLE
 # enable splash screen support; requires genfb or radeonfb  # enable splash screen support; requires genfb or radeonfb
 #options        SPLASHSCREEN  #options        SPLASHSCREEN
   #options        SPLASHSCREEN_PROGRESS
   
 # Keylock support  # Keylock support
 #options        KEYLOCK  #options        KEYLOCK
Line 334  ipmi0  at mainbus?
Line 341  ipmi0  at mainbus?
 #options        MPBIOS_SCANPCI  # find PCI roots using MPBIOS  #options        MPBIOS_SCANPCI  # find PCI roots using MPBIOS
 options         ACPI_SCANPCI    # find PCI roots using ACPI  options         ACPI_SCANPCI    # find PCI roots using ACPI
   
 acpi0           at mainbus0  acpi0           at mainbus0
   
 #options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices  #options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices
 options         VGA_POST                # in-kernel support for VGA POST  options         VGA_POST                # in-kernel support for VGA POST
Line 345  acpiacad* at acpi?  # ACPI AC Adapter
Line 352  acpiacad* at acpi?  # ACPI AC Adapter
 acpibat*        at acpi?                # ACPI Battery  acpibat*        at acpi?                # ACPI Battery
 acpibut*        at acpi?                # ACPI Button  acpibut*        at acpi?                # ACPI Button
 acpidalb*       at acpi?                # ACPI Direct Application Launch Button  acpidalb*       at acpi?                # ACPI Direct Application Launch Button
 acpiec*         at acpi?                # ACPI Embedded Controller (late)  # The ACPI Embedded Controller is generally configured via the special ECDT.
 acpiecdt*       at acpi?                # ACPI Embedded Controller (early)  # This is required as parts of the DSDT can reference the EC before the normal
 acpifan*        at acpi?                # ACPI Fan  # attach phase.
   acpiec*         at acpi?                # ACPI Embedded Controller (late binding)
   acpiecdt*       at acpi?                # ACPI Embedded Controller (early binding)
 acpilid*        at acpi?                # ACPI Lid Switch  acpilid*        at acpi?                # ACPI Lid Switch
 #acpipmtr*      at acpi?                # ACPI Power Meter (experimental)  
 #acpismbus*     at acpi?                # ACPI SMBus CMI (experimental)  #acpismbus*     at acpi?                # ACPI SMBus CMI (experimental)
 acpitz*         at acpi?                # ACPI Thermal Zone  acpitz*         at acpi?                # ACPI Thermal Zone
 acpivga*        at acpi?                # ACPI Display Adapter  
 acpiout*        at acpivga?             # ACPI Display Output Device  
 acpiwdrt*       at acpi?                # ACPI Watchdog Resource Table  
 acpiwmi*        at acpi?                # ACPI WMI Mapper  acpiwmi*        at acpi?                # ACPI WMI Mapper
   
 # Mainboard devices  # Mainboard devices
Line 363  asus*  at acpi?  # ASUS hotkeys
Line 368  asus*  at acpi?  # ASUS hotkeys
 attimer*        at acpi?                # AT Timer  attimer*        at acpi?                # AT Timer
 #com*           at acpi?                # Serial communications interface  #com*           at acpi?                # Serial communications interface
 #fdc*           at acpi?                # Floppy disk controller  #fdc*           at acpi?                # Floppy disk controller
 fujbp*          at acpi?                # Fujitsu Brightness & Pointer  
 fujhk*          at acpi?                # Fujitsu Hotkeys  
 hpqlb*          at acpi?                # HP Quick Launch Buttons  hpqlb*          at acpi?                # HP Quick Launch Buttons
 hpet*           at acpi?                # High Precision Event Timer  hpet*           at acpi?                # High Precision Event Timer
 joy*            at acpi?                # Joystick/Game port  joy*            at acpi?                # Joystick/Game port
Line 372  joy*  at acpi?  # Joystick/Game port
Line 375  joy*  at acpi?  # Joystick/Game port
 mpu*            at acpi?                # Roland MPU-401 MIDI UART  mpu*            at acpi?                # Roland MPU-401 MIDI UART
 npx*            at acpi?                # Math coprocessor  npx*            at acpi?                # Math coprocessor
 pckbc*          at acpi?                # PC keyboard controller  pckbc*          at acpi?                # PC keyboard controller
 pcppi*          at acpi?                # AT-style speaker sound  pcppi*          at acpi?                # AT-style speaker sound
 sony*           at acpi?                # Sony Miscellaneous Controller  
 thinkpad*       at acpi?                # IBM/Lenovo Thinkpad hotkeys  thinkpad*       at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*             at acpi?                # Abit uGuru Hardware monitor  ug*             at acpi?                # Abit uGuru Hardware monitor
 vald*           at acpi?                # Toshiba Libretto hotkeys  
 wb*             at acpi?                # Winbond W83L518D SD/MMC reader  wb*             at acpi?                # Winbond W83L518D SD/MMC reader
 sdmmc*          at wb?                  # SD/MMC bus  sdmmc*          at wb?                  # SD/MMC bus
 wmidell*        at acpiwmibus?          # Dell WMI mappings  
 wmieeepc*       at acpiwmibus?          # Asus Eee PC WMI mappings  
 #wmihp*         at acpiwmibus?          # HP WMI mappings  
 wmimsi*         at acpiwmibus?          # MSI WMI mappings  
 wss*            at acpi?                # NeoMagic 256AV in wss mode  wss*            at acpi?                # NeoMagic 256AV in wss mode
 ym*             at acpi?                # Yamaha OPL3-SA[23] audio  ym*             at acpi?                # Yamaha OPL3-SA[23] audio
   
Line 390  ym*  at acpi?  # Yamaha OPL3-SA[23] audi
Line 387  ym*  at acpi?  # Yamaha OPL3-SA[23] audi
 spic*           at acpi?                # Sony Programmable I/O Controller  spic*           at acpi?                # Sony Programmable I/O Controller
 wsmouse*        at spic?  wsmouse*        at spic?
   
   # Sony LCD brightness etc.
   sony*           at acpi?                # Sony Miscellaneous Controller
   
   # Toshiba Libretto devices
   vald*           at acpi?
   
 # Plug-and-Play BIOS and attached devices  # Plug-and-Play BIOS and attached devices
   
 #pnpbios*       at mainbus?  #pnpbios*       at mainbus?
Line 445  pci* at elansc? bus ?
Line 448  pci* at elansc? bus ?
   
 # System Controllers  # System Controllers
 elansc* at mainbus? bus ?               # AMD Elan SC520 System Controller  elansc* at mainbus? bus ?               # AMD Elan SC520 System Controller
 gpio*   at elansc?  gpio*   at elansc?
   
 # Temperatures  # Temperatures
 amdtemp* at pci? dev ? function ?       # AMD CPU Temperature sensors  amdtemp* at pci? dev ? function ?       # AMD CPU Temperature sensors
   
 # PCI bridges  # PCI bridges
 #amdpcib* at pci? dev ? function ?      # AMD 8111 PCI-ISA w/ HPET  #amdpcib* at pci? dev ? function ?      # AMD 8111 PCI-ISA w/ HPET
 #hpet*  at amdpcib?  #hpet*  at amdpcib?
 ichlpcib* at pci? dev ? function ?      # Intel ICH PCI-LPC w/ timecounter,  ichlpcib* at pci? dev ? function ?      # Intel ICH PCI-ISA w/ timecounter,
                                         # watchdog, SpeedStep and HPET                                          # watchdog, SpeedStep and HPET
 fwhrng* at ichlpcib?            # Intel 82802 FWH Random Number Generator  #hpet*  at ichlpcib?
 #hpet*  at ichlpcib?  
 gcscpcib* at pci? dev ? function ?      # AMD CS5535/CS5536 PCI-ISA w/  gcscpcib* at pci? dev ? function ?      # AMD CS5535/CS5536 PCI-ISA w/
 gpio*   at gcscpcib?                    # timecounter, watchdog and GPIO  gpio*   at gcscpcib?                    # timecounter, watchdog and GPIO
 #piixpcib* at pci? dev ? function ?     # Intel PIIX4 PCI-ISA w/ SpeedStep  #piixpcib* at pci? dev ? function ?     # Intel PIIX4 PCI-ISA w/ SpeedStep
 #gscpcib* at pci? dev ? function ?      # NS Geode PCI-ISA w/ GPIO support  #gscpcib* at pci? dev ? function ?      # NS Geode PCI-ISA w/ GPIO support
 viapcib* at pci? dev ? function ?       # VIA VT8235 PCI-ISA w/ SMBus support  viapcib* at pci? dev ? function ?       # VIA VT8235 PCI-ISA w/ SMBus support
 iic*    at viapcib?  iic*    at viapcib?
 rdcpcib* at pci? dev ? function ?       # RDC Vortex86/PMX-1000 PCI-ISA w/  
                                         # watchdog  
 pchb*   at pci? dev ? function ?        # PCI-Host bridges  pchb*   at pci? dev ? function ?        # PCI-Host bridges
 pceb*   at pci? dev ? function ?        # PCI-EISA bridges  pceb*   at pci? dev ? function ?        # PCI-EISA bridges
 pcib*   at pci? dev ? function ?        # PCI-ISA bridges  pcib*   at pci? dev ? function ?        # PCI-ISA bridges
Line 473  ppb* at pci? dev ? function ? # PCI-PCI 
Line 473  ppb* at pci? dev ? function ? # PCI-PCI 
 # XXX 'puc's aren't really bridges, but there's no better place for them here  # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*    at pci? dev ? function ?        # PCI "universal" comm. cards  puc*    at pci? dev ? function ?        # PCI "universal" comm. cards
   
 agp*    at pchb?  agp*    at pchb?
   
   
 # EISA bus support  # EISA bus support
Line 481  eisa0 at mainbus?
Line 481  eisa0 at mainbus?
 eisa0   at pceb?  eisa0   at pceb?
   
 # ISA bus support  # ISA bus support
 #isa0   at amdpcib?  #isa0   at amdpcib?
 isa0    at gcscpcib?  isa0    at gcscpcib?
 isa0    at ichlpcib?  isa0    at ichlpcib?
 #isa0   at piixpcib?  #isa0   at piixpcib?
 #isa0   at gscpcib?  #isa0   at gscpcib?
 isa0    at viapcib?  isa0    at viapcib?
 isa0    at rdcpcib?  
 isa0    at mainbus?  isa0    at mainbus?
 isa0    at pceb?  isa0    at pceb?
 isa0    at pcib?  isa0    at pcib?
Line 541  vga0  at isa?
Line 540  vga0  at isa?
 vga*            at pci? dev ? function ?  vga*            at pci? dev ? function ?
 pcdisplay0      at isa?                 # CGA, MDA, EGA, HGA  pcdisplay0      at isa?                 # CGA, MDA, EGA, HGA
 genfb*          at pci? dev ? function ?  genfb*          at pci? dev ? function ?
 options         VCONS_DRAW_INTR  
 #machfb*        at pci? dev ? function ? # ATI Mach64 framebuffer driver  #machfb*        at pci? dev ? function ? # ATI Mach64 framebuffer driver
 wsdisplay*      at vga? console ?  wsdisplay*      at vga? console ?
 wsdisplay*      at pcdisplay? console ?  wsdisplay*      at pcdisplay? console ?
Line 551  wskbd*  at pckbd? console ?
Line 549  wskbd*  at pckbd? console ?
 wsmouse*        at pms? mux 0  wsmouse*        at pms? mux 0
   
 # VIA Unichrome framebuffer console  # VIA Unichrome framebuffer console
 #unichromefb*   at pci? dev ? function ?  #unichromefb*   at pci? dev ? function ?
 #wsdisplay*     at unichromefb?  #wsdisplay*     at unichromefb?
   
 attimer0        at isa?  attimer0        at isa?
 pcppi0          at isa?  pcppi0          at isa?
 sysbeep0        at pcppi?  sysbeep0        at pcppi?
   
 # DRI driver  
 i915drm*        at drm?         # Intel i915, i945 DRM driver  
 mach64drm*      at drm?         # mach64 (3D Rage Pro, Rage) DRM driver  
 mgadrm*         at drm?         # Matrox G[24]00, G[45]50 DRM driver  
 r128drm*        at drm?         # ATI Rage 128 DRM driver  
 radeondrm*      at drm?         # ATI Radeon DRM driver  
 savagedrm*      at drm?         # S3 Savage DRM driver  
 sisdrm*         at drm?         # SiS DRM driver  
 tdfxdrm*        at drm?         # 3dfx (voodoo) DRM driver  
 viadrm*         at drm?         # VIA DRM driver  
   
 # Serial Devices  # Serial Devices
   
 # PCI serial interfaces  # PCI serial interfaces
Line 629  lpt2 at isa? port 0x3bc
Line 616  lpt2 at isa? port 0x3bc
   
 # AMD 768 and 8111 power/ACPI controllers  # AMD 768 and 8111 power/ACPI controllers
 amdpm*  at pci? dev ? function ?        # RNG and SMBus 1.0 interface  amdpm*  at pci? dev ? function ?        # RNG and SMBus 1.0 interface
 iic*    at amdpm?  #iic*   at amdpm?                       # sensors below are on this bus
   
   # Intel Core's on-die Thermal sensor
   options         INTEL_CORETEMP
   
 # Acer Labs M7101 SMBus controller  # VIA C7 Temperature sensor
 alipm*  at pci? dev ? function ?  options         VIA_C7TEMP
 iic*    at alipm?  
   
 # Intel ICH SMBus controller  # Intel ICH SMBus controller
 ichsmb* at pci? dev ? function ?  ichsmb* at pci? dev ? function ?
Line 654  iic* at piixpm?   # SMBus on PIIX4
Line 643  iic* at piixpm?   # SMBus on PIIX4
 #dbcool* at iic? addr 0x2E              # Tyan S2882-D  #dbcool* at iic? addr 0x2E              # Tyan S2882-D
   
 # IBM Thinkpad Active Protection System  # IBM Thinkpad Active Protection System
 #aps0   at isa? port 0x1600  #aps0   at isa? port 0x1600
   
 # Fintek Super I/O with hardware monitor  # Fintek Super I/O with hardware monitor
 #finsio0        at isa? port 0x4e  #finsio0        at isa? port 0x4e
Line 666  iic* at piixpm?   # SMBus on PIIX4
Line 655  iic* at piixpm?   # SMBus on PIIX4
 #wbsio* at isa? port 0x2e  #wbsio* at isa? port 0x2e
 #wbsio* at isa? port 0x4e  #wbsio* at isa? port 0x4e
   
 # IBM Hawk Integrated Systems Management Processor  
 #ibmhawk0       at iic? addr 0x37  
   
 # LM7[89] and compatible hardware monitors  # LM7[89] and compatible hardware monitors
 # Use flags to select temp sensor type (see lm(4) man page for details)  # Use flags to select temp sensor type (see lm(4) man page for details)
 #lm0    at isa? port 0x290 flags 0x0    # other common: 0x280, 0x310  #lm0    at isa? port 0x290 flags 0x0    # other common: 0x280, 0x310
Line 686  iic* at piixpm?   # SMBus on PIIX4
Line 672  iic* at piixpm?   # SMBus on PIIX4
 #gpio*          at nsclpcsio?  #gpio*          at nsclpcsio?
   
 # Abit uGuru Hardware system monitor  # Abit uGuru Hardware system monitor
 #ug0    at isa? port 0xe0  #ug0    at isa? port 0xe0
   
 # VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer  # VIA VT82C686A/VT8231 Hardware Monitor and Power Management Timer
 #viaenv*        at pci? dev ? function ?  #viaenv*        at pci? dev ? function ?
Line 696  iic* at piixpm?   # SMBus on PIIX4
Line 682  iic* at piixpm?   # SMBus on PIIX4
 #spdmem* at iic? addr 0x51  #spdmem* at iic? addr 0x51
 #spdmem* at iic? addr 0x52  #spdmem* at iic? addr 0x52
 #spdmem* at iic? addr 0x53  #spdmem* at iic? addr 0x53
 #spdmem* at iic? addr 0x54  
 #spdmem* at iic? addr 0x55  
 #spdmem* at iic? addr 0x56  
 #spdmem* at iic? addr 0x57  
   
 # I2O devices  # I2O devices
 iop*    at pci? dev ? function ?        # I/O processor  iop*    at pci? dev ? function ?        # I/O processor
Line 753  uha* at eisa? slot ?   # UltraStor 24f S
Line 735  uha* at eisa? slot ?   # UltraStor 24f S
 # PCMCIA SCSI controllers  # PCMCIA SCSI controllers
 aic*    at pcmcia? function ?           # Adaptec APA-1460 SCSI  aic*    at pcmcia? function ?           # Adaptec APA-1460 SCSI
 esp*    at pcmcia? function ?           # Qlogic ESP406/FAS408 SCSI  esp*    at pcmcia? function ?           # Qlogic ESP406/FAS408 SCSI
 spc*    at pcmcia? function ?           # Fujitsu MB87030/MB89352 SCSI  spc*    at pcmcia? function ?           # Fujitsu MB87030/MB89352 SCSI
   
 # ISA Plug-and-Play SCSI controllers  # ISA Plug-and-Play SCSI controllers
 aha*    at isapnp?                      # Adaptec AHA-154[02  aha*    at isapnp?                      # Adaptec AHA-154[02
 aic*    at isapnp?                      # Adaptec AHA-1520B  aic*    at isapnp?                      # Adaptec AHA-1520B
   
 # ISA SCSI controllers  # ISA SCSI controllers
Line 828  icpsp* at icp? unit ?   # SCSI pass-thro
Line 810  icpsp* at icp? unit ?   # SCSI pass-thro
 # a machine hang with some controllers.  # a machine hang with some controllers.
 pciide*         at pci? dev ? function ? flags 0x0000   # GENERIC pciide driver  pciide*         at pci? dev ? function ? flags 0x0000   # GENERIC pciide driver
 acardide*       at pci? dev ? function ?        # Acard IDE controllers  acardide*       at pci? dev ? function ?        # Acard IDE controllers
 aceride*        at pci? dev ? function ?        # Acer Lab IDE controllers  aceride*        at pci? dev ? function ?        # Acer Lab IDE controllers
 ahcisata*       at pci? dev ? function ?        # AHCI SATA controllers  ahcisata*       at pci? dev ? function ?        # AHCI SATA controllers
 artsata*        at pci? dev ? function ?        # Intel i31244 SATA controller  artsata*        at pci? dev ? function ?        # Intel i31244 SATA controller
 cmdide*         at pci? dev ? function ?        # CMD tech IDE controllers  cmdide*         at pci? dev ? function ?        # CMD tech IDE controllers
 cypide*         at pci? dev ? function ?        # Cypress IDE controllers  cypide*         at pci? dev ? function ?        # Cypress IDE controllers
 gcscide*        at pci? dev ? function ?        # AMD CS5535 Companion IDE controllers  gcscide*        at pci? dev ? function ?        # AMD CS5535 Companion IDE controllers
 geodeide*       at pci? dev ? function ?        # AMD Geode IDE controllers  geodeide*       at pci? dev ? function ?        # AMD Geode IDE controllers
 hptide*         at pci? dev ? function ?        # Triones/HighPoint IDE controllers  hptide*         at pci? dev ? function ?        # Triones/HighPoint IDE controllers
 iteide*         at pci? dev ? function ?        # IT Express IDE controllers  iteide*         at pci? dev ? function ?        # IT Express IDE controllers
 ixpide*         at pci? dev ? function ?        # ATI IXP IDE controllers  ixpide*         at pci? dev ? function ?        # ATI IXP IDE controllers
 jmide*          at pci? dev ? function ?        # JMicron PCI-e PATA/SATA controllers  jmide*          at pci? dev ? function ?        # JMicron PCI-e PATA/SATA controllers
 ahcisata*       at jmide?  ahcisata*       at jmide?
 mvsata*         at pci? dev ? function ?        # Marvell Hercules-I/II  mvsata*         at pci? dev ? function ?        # Marvell Hercules-I/II
 optiide*        at pci? dev ? function ?        # Opti IDE controllers  optiide*        at pci? dev ? function ?        # Opti IDE controllers
 piixide*        at pci? dev ? function ?        # Intel IDE controllers  piixide*        at pci? dev ? function ?        # Intel IDE controllers
 pdcide*         at pci? dev ? function ?        # Promise IDE controllers  pdcide*         at pci? dev ? function ?        # Promise IDE controllers
 pdcsata*        at pci? dev ? function ?        # Promise SATA150 controllers  pdcsata*        at pci? dev ? function ?        # Promise SATA150 controllers
 rccide*         at pci? dev ? function ?        # ServerWorks IDE controllers  rccide*         at pci? dev ? function ?        # ServerWorks IDE controllers
 rdcide*         at pci? dev ? function ?        # RDC PMX-1000 IDE controllers  
 satalink*       at pci? dev ? function ?        # SiI SATALink controllers  satalink*       at pci? dev ? function ?        # SiI SATALink controllers
 schide*         at pci? dev ? function ?        # Intel SCH IDE controllers  
 siisata*        at pci? dev ? function ?        # SiI SteelVine controllers  siisata*        at pci? dev ? function ?        # SiI SteelVine controllers
 siside*         at pci? dev ? function ?        # SiS IDE controllers  siside*         at pci? dev ? function ?        # SiS IDE controllers
 slide*          at pci? dev ? function ?        # Symphony Labs IDE controllers  slide*          at pci? dev ? function ?        # Symphony Labs IDE controllers
 svwsata*        at pci? dev ? function ?        # ServerWorks SATA controllers  svwsata*        at pci? dev ? function ?        # ServerWorks SATA controllers
 stpcide*        at pci? dev ? function ?        # STMicro STPC IDE controllers  stpcide*        at pci? dev ? function ?        # STMicro STPC IDE controllers
 toshide*        at pci? dev ? function ?        # TOSHIBA PICCOLO controllers  toshide*        at pci? dev ? function ?        # TOSHIBA PICCOLO controllers
 viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers  viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
Line 934  ed* at edc?
Line 914  ed* at edc?
 # PCI network interfaces  # PCI network interfaces
 age*    at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet  age*    at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
 an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)  an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
 alc*    at pci? dev ? function ?        # Attansic/Atheros L1C/L2C Ethernet  
 ale*    at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet  ale*    at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet
 ath*    at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11  ath*    at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11
 atw*    at pci? dev ? function ?        # ADMtek ADM8211 (802.11)  atw*    at pci? dev ? function ?        # ADMtek ADM8211 (802.11)
 bce*    at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet  bce*    at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
 bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet  bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
 bnx*    at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet  bnx*    at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
 bwi*    at pci? dev ? function ?        # Broadcom BCM43xx wireless  
 dge*    at pci? dev ? function ?        # Intel 82597 10GbE LR  dge*    at pci? dev ? function ?        # Intel 82597 10GbE LR
 en*     at pci? dev ? function ?        # ENI/Adaptec ATM  en*     at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*     at pci? dev ? function ?        # 3Com 3c59x  ep*     at pci? dev ? function ?        # 3Com 3c59x
 epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet  epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
 esh*    at pci? dev ? function ?        # Essential HIPPI card  esh*    at pci? dev ? function ?        # Essential HIPPI card
 et*     at pci? dev ? function ?        # Agere/LSI ET1310/ET1301 Gigabit  
 ex*     at pci? dev ? function ?        # 3Com 3c90x[BC]  ex*     at pci? dev ? function ?        # 3Com 3c90x[BC]
 fpa*    at pci? dev ? function ?        # DEC DEFPA FDDI  fpa*    at pci? dev ? function ?        # DEC DEFPA FDDI
 fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B  fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
Line 963  lmc* at pci? dev ? function ? # Lan Medi
Line 940  lmc* at pci? dev ? function ? # Lan Medi
 mskc*   at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet  mskc*   at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
 msk*    at mskc?                        # Marvell Yukon 2 Gigabit Ethernet  msk*    at mskc?                        # Marvell Yukon 2 Gigabit Ethernet
 mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet  mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
 #ndis*  at pci? dev ? function ?        # Experimental - NDIS Network Driver  #ndis*  at pci? dev ? function ?        # Experimental - NDIS Network Driver
 ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet  ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet
 nfe*    at pci? dev ? function ?        # NVIDIA nForce Ethernet  nfe*    at pci? dev ? function ?        # NVIDIA nForce Ethernet
 ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial  ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
Line 982  ti* at pci? dev ? function ? # Alteon AC
Line 959  ti* at pci? dev ? function ? # Alteon AC
 tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet  tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
 tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones  tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
 txp*    at pci? dev ? function ?        # 3com 3cr990  txp*    at pci? dev ? function ?        # 3com 3cr990
 vte*    at pci? dev ? function ?        # RDC R6040 10/100 Ethernet  
 vge*    at pci? dev ? function ?        # VIATech VT612X Gigabit Ethernet  vge*    at pci? dev ? function ?        # VIATech VT612X Gigabit Ethernet
 vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet  vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
 wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)  wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
Line 1081  bmtphy* at mii? phy ?   # Broadcom BCM52
Line 1057  bmtphy* at mii? phy ?   # Broadcom BCM52
 brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs  brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
 ciphy*  at mii? phy ?                   # Cicada CS8201 Gig-E PHYs  ciphy*  at mii? phy ?                   # Cicada CS8201 Gig-E PHYs
 dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs  dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
 etphy*  at mii? phy ?                   # Agere/LSI ET1011 TruePHY Gig-E PHYs  
 exphy*  at mii? phy ?                   # 3Com internal PHYs  exphy*  at mii? phy ?                   # 3Com internal PHYs
 gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs  gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
 glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs  glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
 gphyter* at mii? phy ?                  # NS83861 Gig-E PHY  gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
 icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x  icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
 igphy*  at mii? phy ?                   # Intel IGP01E1000  igphy*  at mii? phy ?                   # Intel IGP01E1000
 ihphy*  at mii? phy ?                   # Intel 82577 PHYs  
 ikphy*  at mii? phy ?                   # Intel 82563 PHYs  ikphy*  at mii? phy ?                   # Intel 82563 PHYs
 inphy*  at mii? phy ?                   # Intel 82555 PHYs  inphy*  at mii? phy ?                   # Intel 82555 PHYs
 iophy*  at mii? phy ?                   # Intel 82553 PHYs  iophy*  at mii? phy ?                   # Intel 82553 PHYs
Line 1098  nsphy* at mii? phy ?   # NS83840 PHYs
Line 1072  nsphy* at mii? phy ?   # NS83840 PHYs
 nsphyter* at mii? phy ?                 # NS83843 PHYs  nsphyter* at mii? phy ?                 # NS83843 PHYs
 pnaphy* at mii? phy ?                   # generic HomePNA PHYs  pnaphy* at mii? phy ?                   # generic HomePNA PHYs
 qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs  qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
 rdcphy* at mii? phy ?                   # RDC R6040 10/100 PHY  
 rgephy* at mii? phy ?                   # Realtek 8169S/8110S internal PHYs  rgephy* at mii? phy ?                   # Realtek 8169S/8110S internal PHYs
 rlphy*  at mii? phy ?                   # Realtek 8139/8201L PHYs  rlphy*  at mii? phy ?                   # Realtek 8139/8201L PHYs
 sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs  sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
Line 1182  wd* at umass?
Line 1155  wd* at umass?
   
 # USB audio  # USB audio
 uaudio* at uhub? port ? configuration ?  uaudio* at uhub? port ? configuration ?
 uaudio* at usbifif?  
   
 # USB MIDI  # USB MIDI
 umidi*  at uhub? port ? configuration ?  umidi* at uhub? port ? configuration ?
   
 # USB IrDA  # USB IrDA
 # USB-IrDA bridge spec  # USB-IrDA bridge spec
 uirda*  at uhub? port ? configuration ? interface ?  uirda* at uhub? port ? configuration ? interface ?
 irframe* at uirda?  irframe* at uirda?
   
 stuirda* at uhub? port ? configuration ? interface ?  stuirda* at uhub? port ? configuration ? interface ?
 irframe* at stuirda?  irframe* at stuirda?
   
 # SigmaTel STIr4200 USB/IrDA Bridge  # SigmaTel STIr4200 USB/IrDA Bridge
 ustir*  at uhub? port ?  ustir* at uhub? port ?
 irframe* at ustir?  irframe* at ustir?
   
 # USB Ethernet adapters  # USB Ethernet adapters
Line 1210  url* at uhub? port ?  # Realtek RTL8150L
Line 1182  url* at uhub? port ?  # Realtek RTL8150L
   
 # USB 802.11 adapters  # USB 802.11 adapters
 atu*    at uhub? port ?         # Atmel AT76C50XX based adapters  atu*    at uhub? port ?         # Atmel AT76C50XX based adapters
 otus*   at uhub? port ?         # Atheros AR9001U  
 ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g  ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 rum*    at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g  rum*    at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 upgt*   at uhub? port ?         # Intersil PrismGT  
 zyd*    at uhub? port ?         # Zydas ZD1211  zyd*    at uhub? port ?         # Zydas ZD1211
   
 # Prolific PL2301/PL2302 host-to-host adapter  # Prolific PL2301/PL2302 host-to-host adapter
Line 1324  auich* at pci? dev ? function ? # Intel 
Line 1294  auich* at pci? dev ? function ? # Intel 
 auixp*  at pci? dev ? function ?        # ATI IXP AC'97 Audio  auixp*  at pci? dev ? function ?        # ATI IXP AC'97 Audio
 autri*  at pci? dev ? function ?        # Trident 4DWAVE based AC'97 Audio  autri*  at pci? dev ? function ?        # Trident 4DWAVE based AC'97 Audio
 auvia*  at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio  auvia*  at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
 #azalia* at pci? dev ? function ?       # High Definition Audio  azalia* at pci? dev ? function ?        # High Definition Audio
 clcs*   at pci? dev ? function ?        # Cirrus Logic CS4280  clcs*   at pci? dev ? function ?        # Cirrus Logic CS4280
 clct*   at pci? dev ? function ?        # Cirrus Logic CS4281  clct*   at pci? dev ? function ?        # Cirrus Logic CS4281
 cmpci*  at pci? dev ? function ?        # C-Media CMI8338/8738  cmpci*  at pci? dev ? function ?        # C-Media CMI8338/8738
Line 1418  midi* at pcppi?  # MIDI interface to the
Line 1388  midi* at pcppi?  # MIDI interface to the
   
 # Video capture devices  # Video capture devices
   
 pseye*  at uhub?                # Sony PLAYSTATION(R) Eye webcam  pseye* at uhub?                 # Sony PLAYSTATION(R) Eye webcam
 uvideo* at uhub?                # USB Video Class capture devices  uvideo* at uhub?                # USB Video Class capture devices
 auvitek* at uhub?               # Auvitek AU0828 video capture devices  video* at videobus?
 video*  at videobus?  
   
   
 # TV cards  # TV cards
Line 1462  wsmouse* at btms? mux 0
Line 1431  wsmouse* at btms? mux 0
 btkbd* at bthidev? reportid ?  btkbd* at bthidev? reportid ?
 wskbd* at btkbd? console ? mux 1  wskbd* at btkbd? console ? mux 1
   
 # Bluetooth Apple Magic Mouse  
 btmagic* at bthub?  
 wsmouse* at btmagic? mux 0  
   
 # Bluetooth Audio support  # Bluetooth Audio support
 btsco* at bthub?  btsco* at bthub?
   
Line 1540  options  RAID_AUTOCONFIG  # auto-configu
Line 1505  options  RAID_AUTOCONFIG  # auto-configu
 #options        RF_INCLUDE_INTERDECLUSTER=1  #options        RF_INCLUDE_INTERDECLUSTER=1
 #options        RF_INCLUDE_PARITY_DECLUSTERING=1  #options        RF_INCLUDE_PARITY_DECLUSTERING=1
 #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1  #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device   fss                     # file system snapshot device  pseudo-device   fss             4       # file system snapshot device
   
 pseudo-device   md                      # memory disk device (ramdisk)  pseudo-device   md              1       # memory disk device (ramdisk)
 options         MEMORY_DISK_HOOKS       # enable root ramdisk  options         MEMORY_DISK_HOOKS       # enable root ramdisk
 options         MEMORY_DISK_DYNAMIC     # loaded via kernel module(7)  options         MEMORY_DISK_DYNAMIC     # loaded via kernel module
   
 pseudo-device   vnd                     # disk-like interface to files  pseudo-device   vnd                     # disk-like interface to files
 options         VND_COMPRESSION         # compressed vnd(4)  options         VND_COMPRESSION         # compressed vnd(4)
   
 # NPF  
 #pseudo-device  npf  
   
 # network pseudo-devices  # network pseudo-devices
 pseudo-device   bpfilter                # Berkeley packet filter  pseudo-device   bpfilter                # Berkeley packet filter
 #pseudo-device  carp                    # Common Address Redundancy Protocol  #pseudo-device  carp                    # Common Address Redundancy Protocol
 pseudo-device   ipfilter                # IP filter (firewall) and NAT  pseudo-device   ipfilter                # IP filter (firewall) and NAT
 pseudo-device   loop                    # network loopback  pseudo-device   loop                    # network loopback
 #pseudo-device  ifmpls                  # MPLS pseudo-interface  
 pseudo-device   ppp                     # Point-to-Point Protocol  pseudo-device   ppp                     # Point-to-Point Protocol
 pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)  pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
 #options        PPPOE_SERVER            # Enable PPPoE server via link0  #options        PPPOE_SERVER            # Enable PPPoE server via link0
 pseudo-device   sl                      # Serial Line IP  pseudo-device   sl                      # Serial Line IP
 pseudo-device   strip                   # Starmode Radio IP (Metricom)  pseudo-device   strip                   # Starmode Radio IP (Metricom)
 pseudo-device   irframetty              # IrDA frame line discipline  pseudo-device   irframetty              # IrDA frame line discipline
Line 1581  pseudo-device agr   # IEEE 802.3ad link 
Line 1542  pseudo-device agr   # IEEE 802.3ad link 
 #pseudo-device  srt                     # source-address-based routing  #pseudo-device  srt                     # source-address-based routing
   
 #  #
 # accept filters, built as module(7)s by default  # accept filters, built as modules by default
 #pseudo-device  accf_data               # "dataready" accept filter  #pseudo-device  accf_data               # "dataready" accept filter
 #pseudo-device  accf_http               # "httpready" accept filter  #pseudo-device  accf_http               # "httpready" accept filter
   
Line 1611  pseudo-device wsfont
Line 1572  pseudo-device wsfont
 # cmos(4) pseudo-device  # cmos(4) pseudo-device
 pseudo-device   cmos  pseudo-device   cmos
   
   # pseudo audio device driver
   pseudo-device   pad
   
 # userland interface to drivers, including autoconf and properties retrieval  # userland interface to drivers, including autoconf and properties retrieval
 pseudo-device   drvctl  pseudo-device   drvctl
   

Legend:
Removed from v.1.974.2.5  
changed lines
  Added in v.1.975

CVSweb <webmaster@jp.NetBSD.org>