[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.890 and 1.890.2.5

version 1.890, 2008/04/22 22:37:14 version 1.890.2.5, 2010/03/11 15:02:27
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
   
 makeoptions     CPUFLAGS="-march=i486 -mtune=pentiumpro" # Assume at least 486,  # For GENERIC, we build the exec formats as modules by default.
                                                         # tune for more modern  no options      EXEC_AOUT       # exec a.out binaries
   no options      EXEC_ELF32      # exec ELF binaries
   no options      EXEC_SCRIPT     # exec #! scripts
   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
 # insert delay no-ops in interrupts; recommended on very old machines  
 #options        PIC_DELAY  
   
 # Enhanced SpeedStep Technology in the Pentium M  # Enhanced SpeedStep Technology in the Pentium M
 options         ENHANCED_SPEEDSTEP  options         ENHANCED_SPEEDSTEP
Line 88  options  INSECURE # disable kernel secur
Line 89  options  INSECURE # disable kernel secur
   
 options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT  options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options         NTP             # NTP phase/frequency locked loop  options         NTP             # NTP phase/frequency locked loop
 #options        NO_TSC_TIME     # Don't use TSC microtime, even if available.  
                                 # Improves time behavior under VMware.  
   
 options         KTRACE          # system call tracing via ktrace(1)  options         KTRACE          # system call tracing via ktrace(1)
   
   # Note: SysV IPC parameters could be changed dynamically, see sysctl(8).
 options         SYSVMSG         # System V-like message queues  options         SYSVMSG         # System V-like message queues
 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
   no options      MQUEUE          # POSIX messsage queues, built as a module
   
 options         LKM             # loadable kernel modules  options         MODULAR         # new style module framework
 options         MULTIPROCESSOR  # SMP  
 options         APM_NO_IDLE     # needed for SMP  
 options         MPBIOS          # configure CPUs and APICs using MPBIOS  
   
 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 114  options  SYSCTL_INCLUDE_DESCR # Include 
Line 113  options  SYSCTL_INCLUDE_DESCR # Include 
 #options        BEEP_ONHALT_PITCH=1500  # Default frequency (in Hz)  #options        BEEP_ONHALT_PITCH=1500  # Default frequency (in Hz)
 #options        BEEP_ONHALT_PERIOD=250  # Default duration (in msecs)  #options        BEEP_ONHALT_PERIOD=250  # Default duration (in msecs)
   
 # Enable experimental buffer queue strategy for better responsiveness under  # Alternate buffer queue strategies for better responsiveness under high
 # high disk I/O load. Likely stable but not yet the default.  # disk I/O load.
 #options        BUFQ_READPRIO  #options        BUFQ_READPRIO
 #options        BUFQ_PRIOCSCAN  options         BUFQ_PRIOCSCAN
   
 # Diagnostic/debugging support options  # Diagnostic/debugging support options
 #options        DIAGNOSTIC      # expensive kernel consistency checks  #options        DIAGNOSTIC      # expensive kernel consistency checks
 #options        DEBUG           # expensive debugging checks/support  #options        DEBUG           # expensive debugging checks/support
   #options        LOCKDEBUG       # expensive locking checks/support
 #options        KMEMSTATS       # kernel memory statistics (vmstat -m)  #options        KMEMSTATS       # kernel memory statistics (vmstat -m)
 options         DDB             # in-kernel debugger  options         DDB             # in-kernel debugger
 #options        DDB_ONPANIC=1   # see also sysctl(8): `ddb.onpanic'  #options        DDB_ONPANIC=1   # see also sysctl(8): `ddb.onpanic'
Line 134  options  DDB_HISTORY_SIZE=512 # enable h
Line 134  options  DDB_HISTORY_SIZE=512 # enable h
 #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  # 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 147  options  COMPAT_16 # NetBSD 1.6
Line 147  options  COMPAT_16 # NetBSD 1.6
 options         COMPAT_20       # NetBSD 2.0  options         COMPAT_20       # NetBSD 2.0
 options         COMPAT_30       # NetBSD 3.0  options         COMPAT_30       # NetBSD 3.0
 options         COMPAT_40       # NetBSD 4.0  options         COMPAT_40       # NetBSD 4.0
   options         COMPAT_50       # NetBSD 5.0
 options         COMPAT_43       # 4.3BSD, 386BSD, and BSDI  options         COMPAT_43       # 4.3BSD, 386BSD, and BSDI
 #options        COMPAT_386BSD_MBRPART # recognize old partition ID  #options        COMPAT_386BSD_MBRPART # recognize old partition ID
 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.  #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
   
 options         COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility  #options        COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
 options         COMPAT_SVR4     # binary compatibility with SVR4  #options        COMPAT_SVR4     # binary compatibility with SVR4
 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_MACH     # binary compatibility with Mach binaries
 #options        COMPAT_DARWIN   # binary compatibility with Darwin binaries  #options        COMPAT_DARWIN   # binary compatibility with Darwin binaries
 #options        EXEC_MACHO      # exec MACH-O binaries  #options        EXEC_MACHO      # exec MACH-O binaries
Line 170  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 systems  # File systems, built as modules by default
 file-system     FFS             # UFS  #file-system    FFS             # UFS
 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    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
 file-system     FDESC           # /dev/fd  #file-system    FDESC           # /dev/fd
 file-system     KERNFS          # /kern  #file-system    KERNFS          # /kern
 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     PORTAL          # portal filesystem (still experimental)  #file-system    PROCFS          # /proc
 file-system     PROCFS          # /proc  #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)  #file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
 file-system     SMBFS           # experimental - CIFS; also needs nsmb (below)  #file-system    PTYFS           # /dev/ptm support
 file-system     PTYFS           # /dev/ptm support  #file-system    TMPFS           # Efficient memory file-system
 file-system     TMPFS           # Efficient memory file-system  #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system  #file-system    HFS             # experimental - Apple HFS+ (read-only)
 #file-system    HFS             # experimental - Apple HFS+ (read-only)  #file-system    NILFS           # experimental - NTT's NiLFS(2)
   
 # File system options  # File system options
 options         QUOTA           # UFS quotas  #options        QUOTA           # UFS quotas
 #options        FFS_EI          # FFS Endian Independent support  #options        FFS_EI          # FFS Endian Independent support
 options         SOFTDEP         # FFS soft updates support.  options         WAPBL           # File system journaling support - Experimental
 # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.  
 # It is not recommended for general use.  
 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental  #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
 options         NFSSERVER       # Network File System server  #options        NFSSERVER       # Network File System server
 #options        FFS_NO_SNAPSHOT # No FFS snapshot support  #options        FFS_NO_SNAPSHOT # No FFS snapshot support
 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and  #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                 # immutable) behave as system flags.                                  # immutable) behave as system flags.
Line 209  options  NFSSERVER # Network File System
Line 208  options  NFSSERVER # Network File System
 # Networking options  # Networking options
 #options        GATEWAY         # packet forwarding  #options        GATEWAY         # packet forwarding
 options         INET            # IP + ICMP + TCP + UDP  options         INET            # IP + ICMP + TCP + UDP
 options         INET6           # IPV6  options         INET6           # IPv6
 #options        IPSEC           # IP security  #options        IPSEC           # IP security
 #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)
Line 219  options  INET6  # IPV6
Line 218  options  INET6  # IPV6
 #options        ISO,TPIP        # OSI  #options        ISO,TPIP        # OSI
 #options        EON             # OSI tunneling over IP  #options        EON             # OSI tunneling over IP
 options         NETATALK        # AppleTalk networking protocols  options         NETATALK        # AppleTalk networking protocols
 options         PPP_BSDCOMP     # BSD-Compress compression support for PPP  #options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
 options         PPP_DEFLATE     # Deflate compression support for PPP  #options        PPP_DEFLATE     # Deflate compression support for PPP
 options         PPP_FILTER      # Active filter support for PPP (requires bpf)  options         PPP_FILTER      # Active filter support for PPP (requires bpf)
 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
Line 243  options  IPFILTER_LOOKUP # ippool(8) sup
Line 242  options  IPFILTER_LOOKUP # ippool(8) sup
   
 # These options enable verbose messages for several subsystems.  # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!  # Warning, these may compile large string tables into the kernel!
 options         ACPIVERBOSE     # verbose ACPI device autoconfig messages  #options        ACPIVERBOSE     # verbose ACPI device autoconfig messages
 options         EISAVERBOSE     # verbose EISA device autoconfig messages  #options        EISAVERBOSE     # verbose EISA device autoconfig messages
 options         MIIVERBOSE      # verbose PHY autoconfig messages  #options        MIIVERBOSE      # verbose PHY autoconfig messages
 options         PCIVERBOSE      # verbose PCI device autoconfig messages  #options        PCIVERBOSE      # verbose PCI device autoconfig messages
 #options        PCI_CONFIG_DUMP # verbosely dump PCI config space  #options        PCI_CONFIG_DUMP # verbosely dump PCI config space
 #options        PCMCIAVERBOSE   # verbose PCMCIA configuration messages  #options        PCMCIAVERBOSE   # verbose PCMCIA configuration messages
 options         SCSIVERBOSE     # human readable SCSI error messages  options         SCSIVERBOSE     # human readable SCSI error messages
 options         USBVERBOSE      # verbose USB device autoconfig messages  #options        USBVERBOSE      # verbose USB device autoconfig messages
 #options        PNPBIOSVERBOSE  # verbose PnP BIOS messages  #options        PNPBIOSVERBOSE  # verbose PnP BIOS messages
 #options        PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages  #options        PNPBIOSDEBUG    # more fulsome PnP BIOS debugging messages
 options         MCAVERBOSE      # verbose MCA device autoconfig messages  #options        MCAVERBOSE      # verbose MCA device autoconfig messages
   
 options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM  options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
   
Line 300  options  PCDISPLAY_SOFTCURSOR
Line 299  options  PCDISPLAY_SOFTCURSOR
 options         WSDISPLAY_SCROLLSUPPORT  options         WSDISPLAY_SCROLLSUPPORT
 # enable VGA raster mode capable of displaying multilingual text on console  # enable VGA raster mode capable of displaying multilingual text on console
 #options        VGA_RASTERCONSOLE  #options        VGA_RASTERCONSOLE
 # enable splash screen support; requires hw driver support  # enable splash screen support; requires genfb or radeonfb
 #options        SPLASHSCREEN  #options        SPLASHSCREEN
 #options        SPLASHSCREEN_PROGRESS  #options        SPLASHSCREEN_PROGRESS
   
   # Keylock support
   #options        KEYLOCK
   #options        secmodel_keylock        # Requires options KEYLOCK
   
 # Kernel root file system and dump configuration.  # Kernel root file system and dump configuration.
 config          netbsd  root on ? type ?  config          netbsd  root on ? type ?
 #config         netbsd  root on sd0a type ffs  #config         netbsd  root on sd0a type ffs
Line 313  config  netbsd root on ? type ?
Line 316  config  netbsd root on ? type ?
 # Device configuration  # Device configuration
 #  #
   
 mainbus0 at root  
   
 cpu* at mainbus?  
 ioapic* at mainbus?  
   
 # Doesn't do anything yet.  # Doesn't do anything yet.
 #p64h2apic* at pci? dev? function?      # P64H2 IOxAPIC  #p64h2apic*     at pci? dev? function?  # P64H2 IOxAPIC
   
 #apm0   at mainbus0                     # Advanced power management  #apm0           at mainbus0             # Advanced power management
   
 # Tuning for power management, see apm(4) for more details.  # Tuning for power management, see apm(4) for more details.
 #options        APM_NO_IDLE             # Don't call BIOS CPU idle function  #options        APM_NO_IDLE             # Don't call BIOS CPU idle function
Line 334  ioapic* at mainbus?
Line 332  ioapic* at mainbus?
 # Basic Bus Support  # Basic Bus Support
   
 #IPMI support  #IPMI support
 #ipmi0          at mainbus?  ipmi0           at mainbus?
   
 # Advanced Configuration and Power Interface  # Advanced Configuration and Power Interface
   
 # This option can be used to retrieve CPU and APIC information.  # This option can be used to retrieve CPU and APIC information.
 # that I/O APICs can be used if ACPI is enabled below.  # that I/O APICs can be used if ACPI is enabled below.
 # To use the I/O APIC(s), enable the ioapic line above.  
 #options        MPBIOS          # configure CPUs and APICs using MPBIOS  
 #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        ACPICA_PEDANTIC         # force strict conformance to the Spec.  options         VGA_POST                # in-kernel support for VGA POST
   
 # ACPI devices  # ACPI devices
 apm*            at acpi?                # ACPI apm emulation  apm*            at acpi?                # ACPI apm emulation
 acpiacad*       at acpi?                # ACPI AC Adapter  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
 # The ACPI Embedded Controller is generally configured via the special ECDT.  # The ACPI Embedded Controller is generally configured via the special ECDT.
 # This is required as parts of the DSDT can reference the EC before the normal  # This is required as parts of the DSDT can reference the EC before the normal
 # attach phase.  # attach phase.
 acpiec*         at acpi?                # ACPI Embedded Controller (late binding)  acpiec*         at acpi?                # ACPI Embedded Controller (late binding)
 acpiecdt*       at acpi?                # ACPI Embedded Controller (early binding)  acpiecdt*       at acpi?                # ACPI Embedded Controller (early binding)
 acpilid*        at acpi?                # ACPI Lid Switch  acpilid*        at acpi?                # ACPI Lid Switch
   #acpismbus*     at acpi?                # ACPI SMBus CMI (experimental)
 acpitz*         at acpi?                # ACPI Thermal Zone  acpitz*         at acpi?                # ACPI Thermal Zone
   acpiwmi*        at acpi?                # ACPI WMI Mapper
   
 # Mainboard devices  # Mainboard devices
 aiboost*        at acpi?                # ASUS AI Booster Hardware Monitor  aibs*           at acpi?                # ASUSTeK AI Booster hardware monitor
 asus*           at acpi?                # ASUS hotkeys  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
 hpet*           at acpi?                # High Precision Event Timer  hpqlb*          at acpi?                # HP Quick Launch Buttons
   hpet*           at acpi?                # High Precision Event Timer
 joy*            at acpi?                # Joystick/Game port  joy*            at acpi?                # Joystick/Game port
 #lpt*           at acpi?                # Parallel port  #lpt*           at acpi?                # Parallel 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
 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
 wss*            at acpi?                # NeoMagic 256AV in wss mode  wb*             at acpi?                # Winbond W83L518D SD/MMC reader
 ym*             at acpi?                # Yamaha OPL3-SA[23] audio  sdmmc*          at wb?                  # SD/MMC bus
   wss*            at acpi?                # NeoMagic 256AV in wss mode
   ym*             at acpi?                # Yamaha OPL3-SA[23] audio
   
 # Sony Vaio jog dial  # Sony Vaio jog dial
 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 LCD brightness etc.
 sony*           at acpi?                # Sony Miscellaneous Controller  sony*           at acpi?                # Sony Miscellaneous Controller
   
 # Toshiba Libretto devices  # Toshiba Libretto devices
 vald* at acpi?  vald*           at acpi?
   
 # Plug-and-Play BIOS and attached devices  # Plug-and-Play BIOS and attached devices
   
Line 424  vald* at acpi?
Line 426  vald* at acpi?
 pci*    at mainbus? bus ?  pci*    at mainbus? bus ?
 pci*    at pchb? bus ?  pci*    at pchb? bus ?
 pci*    at ppb? bus ?  pci*    at ppb? bus ?
   pci*    at elansc? bus ?
   
 # Configure PCI using BIOS information  # Configure PCI using BIOS information
 #options        PCIBIOS                 # PCI BIOS support  #options        PCIBIOS                 # PCI BIOS support
Line 453  amdtemp* at pci? dev ? function ? # AMD 
Line 456  amdtemp* at pci? dev ? function ? # AMD 
 # 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-ISA w/ timecounter,  ichlpcib* at pci? dev ? function ?      # Intel ICH PCI-ISA w/ timecounter,
                                         # watchdog, SpeedStep and HPET                                          # watchdog, SpeedStep and HPET
 #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?
 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 480  eisa0 at pceb?
Line 483  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 mainbus?  isa0    at mainbus?
 isa0    at pceb?  isa0    at pceb?
 isa0    at pcib?  isa0    at pcib?
Line 527  npx0 at isa? port 0xf0 irq 13 # x86 math
Line 530  npx0 at isa? port 0xf0 irq 13 # x86 math
 # Console Devices  # Console Devices
   
 # wscons  # wscons
 pckbc0          at isa?                 # pc keyboard controller  pckbc0          at isa?                 # PC keyboard controller
 pckbd*          at pckbc?               # PC keyboard  pckbd*          at pckbc?               # PC keyboard
 pms*            at pckbc?               # PS/2 mouse for wsmouse  pms*            at pckbc?               # PS/2 mouse for wsmouse
 #options        PMS_DISABLE_POWERHOOK   # Disable PS/2 reset on resume  #options        PMS_DISABLE_POWERHOOK   # Disable PS/2 reset on resume
 options         PMS_SYNAPTICS_TOUCHPAD  # Enable support for Synaptics Touchpads  options         PMS_SYNAPTICS_TOUCHPAD  # Enable support for Synaptics Touchpads
   options         PMS_ELANTECH_TOUCHPAD   # Enable support for Elantech Touchpads
 vga0            at isa?  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 ?
 #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 ?
 #wsdisplay*     at machfb? console ?  wsdisplay*      at wsemuldisplaydev?
   #wsdisplay*     at machfb? console ?
 wskbd*          at pckbd? console ?  wskbd*          at pckbd? console ?
 wsmouse*        at pms? mux 0  wsmouse*        at pms? mux 0
   
 # VESA framebuffer console  
 #options        KVM86                   # required for vesabios  
 #vesabios*      at vesabiosbus?  
 #vesafb*        at vesabios?  
 #options        VESAFB_WIDTH=640  
 #options        VESAFB_HEIGHT=480  
 #options        VESAFB_DEPTH=8  
 #options        VESAFB_PM               # power management support  
 #wsdisplay*     at vesafb? console ?  
   
 # VIA Unichrome framebuffer console  # VIA Unichrome framebuffer console
 #unichromefb*   at pci? dev ? function ?  #unichromefb*   at pci? dev ? function ?
 #wsdisplay*     at unichromefb?  #wsdisplay*     at unichromefb?
Line 625  amdpm* at pci? dev ? function ? # RNG an
Line 621  amdpm* at pci? dev ? function ? # RNG an
 # Intel Core's on-die Thermal sensor  # Intel Core's on-die Thermal sensor
 options         INTEL_CORETEMP  options         INTEL_CORETEMP
   
   # VIA C7 Temperature sensor
   options         VIA_C7TEMP
   
 # Intel ICH SMBus controller  # Intel ICH SMBus controller
 ichsmb* at pci? dev ? function ?  ichsmb* at pci? dev ? function ?
 iic*    at ichsmb?  iic*    at ichsmb?
   
 # NVIDIA nForce2/3/4 SMBus controller  # NVIDIA nForce2/3/4 SMBus controller
 nfsmbc* at pci? dev ? function ?  nfsmbc* at pci? dev ? function ?
 nfsmb*  at nfsmbc?  nfsmb*  at nfsmbc?
 iic*    at nfsmb?  iic*    at nfsmb?
   
Line 638  iic* at nfsmb?
Line 637  iic* at nfsmb?
 piixpm* at pci? dev ? function ?        # PIIX4 compatible PM controller  piixpm* at pci? dev ? function ?        # PIIX4 compatible PM controller
 iic*    at piixpm?                      # SMBus on PIIX4  iic*    at piixpm?                      # SMBus on PIIX4
   
 #adt7463c* at iic? addr 0x2C            # Unknown other motherboard(s)  # dbCool Thermal monitor and fan controller
 #adt7463c* at iic? addr 0x2D            # Tyan S2881  #dbcool* at iic? addr 0x2C              # Unknown other motherboard(s)
 #adt7463c* at iic? addr 0x2E            # Tyan S2882-D  #dbcool* at iic? addr 0x2D              # Tyan S2881
   #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
Line 651  iic* at piixpm?   # SMBus on PIIX4
Line 651  iic* at piixpm?   # SMBus on PIIX4
 # iTE IT87xxF Super I/O with watchdog and sensors support  # iTE IT87xxF Super I/O with watchdog and sensors support
 #itesio0        at isa? port 0x2e  #itesio0        at isa? port 0x2e
   
   # Winbond LPC Super I/O
   #wbsio* at isa? port 0x2e
   #wbsio* at isa? port 0x4e
   
 # LM7[89] and compatible hardware monitors  # LM7[89] and compatible hardware monitors
 #lm0    at isa? port 0x290              # other common: 0x280, 0x310  # 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
   #lm*    at wbsio?
   
 # SMSC LPC47B397 hardware monitor functions  # SMSC LPC47B397 hardware monitor functions
 #smsc0  at isa? port 0x02e  #smsc0  at isa? port 0x02e
   
   # SMSC LPC47M192 hardware monitor
   #smscmon*       at iic? addr 0x2c
   #smscmon*       at iic? addr 0x2d       # (alternate address)
   
 # PC87366 hardware monitor  # PC87366 hardware monitor
 #nsclpcsio*     at isa?  #nsclpcsio*     at isa?
 #gpio*          at nsclpcsio?  #gpio*          at nsclpcsio?
Line 665  iic* at piixpm?   # SMBus on PIIX4
Line 675  iic* at piixpm?   # SMBus on PIIX4
 #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 ?
   
 # Serial Presence Detect capable memory modules  # Serial Presence Detect capable memory modules
 #spdmem* at iic? addr 0x50  #spdmem* at iic? addr 0x50
Line 681  dpti* at iop? tid 0   # DPT/Adaptec cont
Line 691  dpti* at iop? tid 0   # DPT/Adaptec cont
   
 # GPIO devices  # GPIO devices
 #gpio*  at gscpcib?  #gpio*  at gscpcib?
   #gpio*  at gpiosim?
   
 # 1-Wire support  # 1-Wire support
 #gpioow*        at gpio? offset 6 mask 0x1      # 1-wire bitbanging via gpio  #gpioow*        at gpio? offset ? mask ?        # 1-wire bitbanging via gpio
   #gpioow*        at gpio?
 #onewire*       at gpioow?  #onewire*       at gpioow?
   
 # 1-Wire devices  # 1-Wire devices
 #owtemp*        at onewire?                     # Temperature sensors  #owtemp*        at onewire?                     # Temperature sensors
   
   # Keylock support
   #gpiolock*      at gpio?
   
 # SCSI Controllers and Devices  # SCSI Controllers and Devices
   
 # PCI SCSI controllers  # PCI SCSI controllers
Line 805  geodeide*  at pci? dev ? function ? # AM
Line 820  geodeide*  at pci? dev ? function ? # AM
 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
 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
 satalink*       at pci? dev ? function ?        # SiI SATALink controllers  satalink*       at pci? dev ? function ?        # SiI SATALink 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
 viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers  viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
   
 # ISA Plug-and-Play IDE controllers  # ISA Plug-and-Play IDE controllers
Line 827  wdc* at pcmcia? function ?
Line 845  wdc* at pcmcia? function ?
   
 # CardBus IDE controllers  # CardBus IDE controllers
 njata*  at cardbus? function ? flags 0x01       # Workbit NinjaATA-32  njata*  at cardbus? function ? flags 0x01       # Workbit NinjaATA-32
   siisata* at cardbus? function ?                 # SiI SteelVine controllers
   
 # ISA ST506, ESDI, and IDE controllers  # ISA ST506, ESDI, and IDE controllers
 # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will  # Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
Line 837  wdc1 at isa? port 0x170 irq 15 flags 0x0
Line 856  wdc1 at isa? port 0x170 irq 15 flags 0x0
   
 # ATA (IDE) bus support  # ATA (IDE) bus support
 atabus* at ata?  atabus* at ata?
 options ATADEBUG  options         ATADEBUG
   
 # IDE drives  # IDE drives
 # Flags are used only with controllers that support DMA operations  # Flags are used only with controllers that support DMA operations
Line 893  ed* at edc?
Line 912  ed* at edc?
 # Network Interfaces  # Network Interfaces
   
 # PCI network interfaces  # PCI network interfaces
   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)
   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
 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
 ex*     at pci? dev ? function ?        # 3Com 90x[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
 gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet  gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
 hme*    at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ  hme*    at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
 ipw*    at pci? dev ? function ?        # Intel PRO/Wireless 2100  ipw*    at pci? dev ? function ?        # Intel PRO/Wireless 2100
 iwi*    at pci? dev ? function ?        # Intel PRO/Wireless 2200BG  iwi*    at pci? dev ? function ?        # Intel PRO/Wireless 2200BG
   iwn*    at pci? dev ? function ?        # Intel PRO/Wireless 4965AGN
   jme*    at pci? dev ? function ?        # JMicron JMC2[56]0 Ethernet
 le*     at pci? dev ? function ?        # PCnet-PCI Ethernet  le*     at pci? dev ? function ?        # PCnet-PCI Ethernet
 lii*    at pci? dev ? function ?        # Atheros L2 Fast-Ethernet  lii*    at pci? dev ? function ?        # Atheros L2 Fast-Ethernet
 lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3  lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
Line 954  ep* at isapnp?   # 3Com 3c509 Ethernet
Line 977  ep* at isapnp?   # 3Com 3c509 Ethernet
 fmv*    at isapnp?                      # Fujitsu FMV-183  fmv*    at isapnp?                      # Fujitsu FMV-183
 le*     at isapnp?                      # AMD PCnet-ISA Ethernet  le*     at isapnp?                      # AMD PCnet-ISA Ethernet
 ne*     at isapnp?                      # NE2000-compatible Ethernet  ne*     at isapnp?                      # NE2000-compatible Ethernet
 tr*     at isapnp?                      # IBM/3COM TROPIC Token-Ring  tr*     at isapnp?                      # IBM/3Com TROPIC Token-Ring
   
 # PCMCIA network interfaces  # PCMCIA network interfaces
 an*     at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)  an*     at pcmcia? function ?           # Aironet PC4500/PC4800 (802.11)
Line 968  ray* at pcmcia? function ?  # Raytheon R
Line 991  ray* at pcmcia? function ?  # Raytheon R
 sm*     at pcmcia? function ?           # Megahertz Ethernet  sm*     at pcmcia? function ?           # Megahertz Ethernet
 # tr at pcmcia has problems with Cardbus bridges  # tr at pcmcia has problems with Cardbus bridges
 #tr*    at pcmcia? function ?           # TROPIC based Token-Ring  #tr*    at pcmcia? function ?           # TROPIC based Token-Ring
 wi*     at pcmcia? function ?           # Lucent/Intersil WaveLan IEEE (802.11)  wi*     at pcmcia? function ?           # Lucent/Intersil WaveLAN/IEEE (802.11)
 xirc*   at pcmcia? function ?           # Xircom CreditCard Ethernet  xirc*   at pcmcia? function ?           # Xircom CreditCard Ethernet
 com*    at xirc?  com*    at xirc?
 xi*     at xirc?  xi*     at xirc?
Line 980  sm* at mhzc?
Line 1003  sm* at mhzc?
 ate0    at isa? port 0x2a0 irq ?                # AT1700  ate0    at isa? port 0x2a0 irq ?                # AT1700
 cs0     at isa? port 0x300 iomem ? irq ? drq ?  # CS8900 Ethernet  cs0     at isa? port 0x300 iomem ? irq ? drq ?  # CS8900 Ethernet
 ec0     at isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet  ec0     at isa? port 0x250 iomem 0xd8000 irq 9  # 3Com 3c503 Ethernet
 eg0     at isa? port 0x280 irq 9                # 3C505 ethernet cards  eg0     at isa? port 0x280 irq 9                # 3c505 Ethernet cards
 el0     at isa? port 0x300 irq 9                # 3C501 ethernet cards  el0     at isa? port 0x300 irq 9                # 3c501 Ethernet cards
 ep*     at isa? port ? irq ?                    # 3C509 ethernet cards  ep*     at isa? port ? irq ?                    # 3c509 Ethernet cards
 ef0     at isa? port 0x360 iomem 0xd0000 irq 7  # 3C507  ef0     at isa? port 0x360 iomem 0xd0000 irq 7  # 3c507
 ai0     at isa? port 0x360 iomem 0xd0000 irq 7  # StarLAN  ai0     at isa? port 0x360 iomem 0xd0000 irq 7  # StarLAN
 fmv0    at isa? port 0x2a0 irq ?                # FMV-181/182  fmv0    at isa? port 0x2a0 irq ?                # FMV-181/182
 ix0     at isa? port 0x300 irq 10               # EtherExpress/16  ix0     at isa? port 0x300 irq 10               # EtherExpress/16
Line 996  le* at nele?
Line 1019  le* at nele?
 #ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1  # Riscom/N2 sync serial  #ntwoc0 at isa? port 0x300 irq 5 iomem 0xc8000 flags 1  # Riscom/N2 sync serial
 bicc0   at isa? port 0x320 irq 10 drq 7         # BICC IsoLan  bicc0   at isa? port 0x320 irq 10 drq 7         # BICC IsoLan
 le*     at bicc?  le*     at bicc?
 ne0     at isa? port 0x280 irq 9                # NE[12]000 ethernet cards  ne0     at isa? port 0x280 irq 9                # NE[12]000 Ethernet cards
 ne1     at isa? port 0x300 irq 10  ne1     at isa? port 0x300 irq 10
 sm0     at isa? port 0x300 irq 10               # SMC91C9x Ethernet  sm0     at isa? port 0x300 irq 10               # SMC91C9x Ethernet
 tr0     at isa? port 0xa20 iomem 0xd8000 irq ?  # IBM TROPIC based Token-Ring  tr0     at isa? port 0xa20 iomem 0xd8000 irq ?  # IBM TROPIC based Token-Ring
 tr1     at isa? port 0xa24 iomem 0xd0000 irq ?  # IBM TROPIC based Token-Ring  tr1     at isa? port 0xa24 iomem 0xd0000 irq ?  # IBM TROPIC based Token-Ring
 tr*     at isa? port ? irq ?                    # 3COM TROPIC based Token-Ring  tr*     at isa? port ? irq ?                    # 3Com TROPIC based Token-Ring
 we0     at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet  we0     at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
 we1     at isa? port 0x300 iomem 0xcc000 irq 10  we1     at isa? port 0x300 iomem 0xcc000 irq 10
   
 # CardBus network cards  # CardBus network cards
 ath*    at cardbus? function ?  # Atheros 5210/5211/5212 802.11  ath*    at cardbus? function ?  # Atheros 5210/5211/5212 802.11
 atw*    at cardbus? function ?  # ADMtek ADM8211 (802.11)  atw*    at cardbus? function ?  # ADMtek ADM8211 (802.11)
 ex*     at cardbus? function ?  # 3Com 3C575TX  ex*     at cardbus? function ?  # 3Com 3c575TX
 fxp*    at cardbus? function ?  # Intel i8255x  fxp*    at cardbus? function ?  # Intel i8255x
 ral*    at cardbus? function ?  # Ralink Technology RT25x0 802.11a/b/g  ral*    at cardbus? function ?  # Ralink Technology RT25x0 802.11a/b/g
 re*     at cardbus? function ?  # Realtek 8139C+/8169/8169S/8110S  re*     at cardbus? function ?  # Realtek 8139C+/8169/8169S/8110S
Line 1029  le* at mca? slot ?   # SKNET Personal/MC
Line 1052  le* at mca? slot ?   # SKNET Personal/MC
 # MII/PHY support  # MII/PHY support
 acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs  acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
 amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs  amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
   atphy*  at mii? phy ?                   # Attansic/Atheros PHYs
 bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs  bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
 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
Line 1088  uhub* at usb?
Line 1112  uhub* at usb?
 uhub*   at uhub? port ?  uhub*   at uhub? port ?
   
 # USB HID device  # USB HID device
 uhidev* at uhub? port ? configuration ? interface ?  uhidev* at uhub? port ? configuration ? interface ?
   
 # USB Mice  # USB Mice
 ums*    at uhidev? reportid ?  ums*    at uhidev? reportid ?
Line 1102  wsmouse* at uep? mux 0
Line 1126  wsmouse* at uep? mux 0
 ukbd*   at uhidev? reportid ?  ukbd*   at uhidev? reportid ?
 wskbd*  at ukbd? console ? mux 1  wskbd*  at ukbd? console ? mux 1
   
   # USB TEMPer and TEMPerHUM
   uthum*  at uhidev? reportid ?
   
 # USB serial adapter  # USB serial adapter
 ucycom* at uhidev? reportid ?  ucycom* at uhidev? reportid ?
   
 # USB Generic HID devices  # USB Generic HID devices
 uhid*   at uhidev? reportid ?  uhid*   at uhidev? reportid ?
   
   # USB LCDs and USB-VGA adaptors
   udl*    at uhub? port ?         # DisplayLink DL-1x0/1x5
   wsdisplay* at udl?
   
 # USB Printer  # USB Printer
 ulpt*   at uhub? port ? configuration ? interface ?  ulpt*   at uhub? port ? configuration ? interface ?
   
 # USB Modem  # USB Modem
 umodem* at uhub? port ? configuration ?  umodem* at uhub? port ? configuration ?
 ucom*   at umodem?  ucom*   at umodem?
   
 # Huawei E220 3G/HSDPA modem  # Option N.V. Wireless WAN modems
 uhmodem* at uhub? port ? configuration ? interface ?  uhso*   at uhub? port ? configuration ?
 ucom*   at uhmodem? portno ?  
   
 # USB Mass Storage  # USB Mass Storage
 umass*  at uhub? port ? configuration ? interface ?  umass*  at uhub? port ? configuration ? interface ?
 wd*     at umass?  wd*     at umass?
   
 # USB audio  # USB audio
 uaudio* at uhub? port ? configuration ?  uaudio* at uhub? port ? configuration ?
   
 # USB MIDI  # USB MIDI
 umidi* at uhub? port ? configuration ?  umidi* at uhub? port ? configuration ?
Line 1163  upl* at uhub? port ?
Line 1193  upl* at uhub? port ?
 ubsa*   at uhub? port ?         # Belkin serial adapter  ubsa*   at uhub? port ?         # Belkin serial adapter
 ucom*   at ubsa? portno ?  ucom*   at ubsa? portno ?
   
 uchcom* at uhub? port ?         # WinChipHead CH341/CH340 serial adapter  uchcom* at uhub? port ?         # WinChipHead CH341/CH340 serial adapter
 ucom*   at uchcom? portno ?  ucom*   at uchcom? portno ?
   
 uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter  uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
Line 1184  ucom* at uslsa? portno ?
Line 1214  ucom* at uslsa? portno ?
 uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter  uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
 ucom*   at uvscom? portno ?  ucom*   at uvscom? portno ?
   
   # RIM BlackBerry
   uberry* at uhub? port ?
   
 # Diamond Multimedia Rio 500  # Diamond Multimedia Rio 500
 urio*   at uhub? port ?  urio*   at uhub? port ?
   
 # USB Handspring Visor  # USB Handspring Visor
 uvisor* at uhub? port ?  uvisor* at uhub? port ?
 ucom*   at uvisor?  ucom*   at uvisor?
   
 # Kyocera AIR-EDGE PHONE  # Kyocera AIR-EDGE PHONE
Line 1202  uscanner* at uhub? port ?
Line 1235  uscanner* at uhub? port ?
 usscanner* at uhub? port ?  usscanner* at uhub? port ?
   
 # Topfield TF5000PVR range of DVB recorders  # Topfield TF5000PVR range of DVB recorders
 utoppy* at uhub? port ?  utoppy* at uhub? port ?
   
 # Y@P firmware loader  # Y@P firmware loader
 uyap* at uhub? port ?  uyap*   at uhub? port ?
   
 # D-Link DSB-R100 USB radio  # D-Link DSB-R100 USB radio
 udsbr*  at uhub? port ?  udsbr*  at uhub? port ?
Line 1213  radio* at udsbr?
Line 1246  radio* at udsbr?
   
 # USB Generic driver  # USB Generic driver
 ugen*   at uhub? port ?  ugen*   at uhub? port ?
 # On ugen bulk endpoints, perform read-ahead and write-behind.  
 options UGEN_BULK_RA_WB  # USB 3G datacards
   u3ginit* at uhub? port ?
   u3g*    at uhub? port ?
   ucom*   at u3g?
   
 # USB generic serial port (e.g., data over cellular)  # USB generic serial port (e.g., data over cellular)
 ugensa* at uhub? port ?  ugensa* at uhub? port ?
 ucom*   at ugensa?  ucom*   at ugensa?
   
 # IrDA and Consumer Ir devices  # IrDA and Consumer Ir devices
   
 # Toshiba Oboe  # Toshiba Oboe
 oboe*   at pci? dev ? function ?  oboe*   at pci? dev ? function ?
 irframe* at oboe?  irframe* at oboe?
   
   
 # PCI IEEE1394 controllers  # PCI IEEE1394 controllers
 fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller  fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller
   
 # CardBus IEEE1394 controllers  # CardBus IEEE1394 controllers
 fwohci* at cardbus? function ?  # IEEE1394 Open Host Controller  fwohci* at cardbus? function ?          # IEEE1394 Open Host Controller
   
 ieee1394if* at fwohci?  ieee1394if* at fwohci?
 fwip*   at ieee1394if?                  # IP over IEEE1394  fwip*   at ieee1394if?                  # IP over IEEE1394
 sbp*    at ieee1394if? euihi ? euilo ?  # SCSI over IEEE1394  sbp*    at ieee1394if? euihi ? euilo ?  # SCSI over IEEE1394
   
   
   # SD/MMC/SDIO Controller and Device support
   
   # SD/MMC controller
   sdhc*   at pci?                         # SD Host Controller
   sdmmc*  at sdhc?                        # SD/MMC bus
   
   ld*     at sdmmc?
   
   
 # Audio Devices  # Audio Devices
   
 # PCI audio devices  # PCI audio devices
Line 1246  auich* at pci? dev ? function ? # Intel 
Line 1291  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 1256  esa* at pci? dev ? function ? # ESS Alle
Line 1301  esa* at pci? dev ? function ? # ESS Alle
 esm*    at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator  esm*    at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator
 eso*    at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive  eso*    at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
 fms*    at pci? dev ? function ?        # Forte Media FM801  fms*    at pci? dev ? function ?        # Forte Media FM801
   gcscaudio* at pci? dev ? function ?     # AMD Geode CS5536 Companion Audio
 neo*    at pci? dev ? function ?        # NeoMagic 256 AC'97 Audio  neo*    at pci? dev ? function ?        # NeoMagic 256 AC'97 Audio
 sv*     at pci? dev ? function ?        # S3 SonicVibes  sv*     at pci? dev ? function ?        # S3 SonicVibes
 yds*    at pci? dev ? function ?        # Yamaha DS-1 PCI Audio  yds*    at pci? dev ? function ?        # Yamaha DS-1 PCI Audio
Line 1275  gus0 at isa? port 0x220 irq 7 drq 1 drq2
Line 1321  gus0 at isa? port 0x220 irq 7 drq 1 drq2
 pas0    at isa? port 0x220 irq 7 drq 1          # ProAudio Spectrum  pas0    at isa? port 0x220 irq 7 drq 1          # ProAudio Spectrum
 sb0     at isa? port 0x220 irq 5 drq 1 drq2 5   # SoundBlaster  sb0     at isa? port 0x220 irq 5 drq 1 drq2 5   # SoundBlaster
 wss0    at isa? port 0x530 irq 10 drq 0 drq2 1  # Windows Sound System  wss0    at isa? port 0x530 irq 10 drq 0 drq2 1  # Windows Sound System
   
 # PCMCIA audio devices  
 #esl*   at pcmcia? function ?                   # ESS 1688 AudioDrive  
   
 #cms0   at isa? port 0x220                      # Creative Music System  #cms0   at isa? port 0x220                      # Creative Music System
   
 # OPL[23] FM synthesizers  # OPL[23] FM synthesizers
 #opl0   at isa? port 0x388      # use only if not attached to sound card  #opl0   at isa? port 0x388      # use only if not attached to sound card
 opl*    at cmpci? flags 1  opl*    at cmpci? flags 1
 #opl*   at esl?  
 opl*    at eso?  opl*    at eso?
 opl*    at ess?  opl*    at ess?
 opl*    at fms?  opl*    at fms?
Line 1294  opl* at wss?
Line 1335  opl* at wss?
 opl*    at yds?  opl*    at yds?
 opl*    at ym?  opl*    at ym?
   
   # High Definition Audio
   hdaudio*        at pci? dev ? function ?        # High Definition Audio
   hdafg*          at hdaudiobus?
   
 # Audio support  # Audio support
 audio*  at audiobus?  audio*  at audiobus?
   
Line 1317  midi* at pcppi?  # MIDI interface to the
Line 1362  midi* at pcppi?  # MIDI interface to the
   
 # FM-Radio devices  # FM-Radio devices
 # ISA radio devices  # ISA radio devices
 #az0    at isa? port 0x350      # Aztech/PackardBell FM Radio Card  #az0    at isa? port 0x350      # Aztech/PackardBell FM Radio Card
 #az1    at isa? port 0x358  #az1    at isa? port 0x358
 #rt0    at isa? port 0x20c      # AIMS Lab Radiotrack & compatible  #rt0    at isa? port 0x20c      # AIMS Lab Radiotrack & compatible
 #rt1    at isa? port 0x284  #rt1    at isa? port 0x284
 #rt2    at isa? port 0x30c  #rt2    at isa? port 0x30c
 #rt3    at isa? port 0x384  #rt3    at isa? port 0x384
 #rtii0  at isa? port 0x20c      # AIMS Lab Radiotrack II FM Radio Card  #rtii0  at isa? port 0x20c      # AIMS Lab Radiotrack II FM Radio Card
 #rtii1  at isa? port 0x30c  #rtii1  at isa? port 0x30c
 #sf2r0  at isa? port 0x384      # SoundForte RadioLink SF16-FMR2 FM Radio Card  #sf2r0  at isa? port 0x384      # SoundForte RadioLink SF16-FMR2 FM Radio Card
   
 # PCI radio devices  # PCI radio devices
 #gtp*   at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card  #gtp*   at pci? dev ? function ? # Guillemot Maxi Radio FM 2000 Radio Card
Line 1338  midi* at pcppi?  # MIDI interface to the
Line 1383  midi* at pcppi?  # MIDI interface to the
 #radio* at sf2r?  #radio* at sf2r?
   
   
   # Video capture devices
   
   pseye* at uhub?                 # Sony PLAYSTATION(R) Eye webcam
   uvideo* at uhub?                # USB Video Class capture devices
   video* at videobus?
   
   
 # TV cards  # TV cards
   
 # Brooktree 848/849/878/879 based TV cards  # Brooktree 848/849/878/879 based TV cards
 bktr* at pci? dev ? function ?  bktr*   at pci? dev ? function ?
 radio* at bktr?  radio*  at bktr?
   
   
 # Bluetooth Controller and Device support  # Bluetooth Controller and Device support
Line 1351  radio* at bktr?
Line 1403  radio* at bktr?
 bt3c* at pcmcia? function ?             # 3Com 3CRWB6096-A  bt3c* at pcmcia? function ?             # 3Com 3CRWB6096-A
 btbc* at pcmcia? function ?             # AnyCom BlueCard LSE041/039/139  btbc* at pcmcia? function ?             # AnyCom BlueCard LSE041/039/139
   
   # Bluetooth SDIO Controller
   sbt* at sdmmc?
   
 # Bluetooth USB Controllers  # Bluetooth USB Controllers
 ubt* at uhub? port ?  ubt* at uhub? port ?
   
Line 1359  bthub* at bcsp?
Line 1414  bthub* at bcsp?
 bthub* at bt3c?  bthub* at bt3c?
 bthub* at btbc?  bthub* at btbc?
 bthub* at btuart?  bthub* at btuart?
   bthub* at sbt?
 bthub* at ubt?  bthub* at ubt?
   
 # Bluetooth HID support  # Bluetooth HID support
Line 1429  cinclude "arch/i386/conf/GENERIC.local"
Line 1485  cinclude "arch/i386/conf/GENERIC.local"
   
 # Pseudo-Devices  # Pseudo-Devices
   
 pseudo-device   crypto          # /dev/crypto device  pseudo-device   crypto                  # /dev/crypto device
 pseudo-device   swcrypto        # software crypto implementation  pseudo-device   swcrypto                # software crypto implementation
   
 # disk/mass storage pseudo-devices  # disk/mass storage pseudo-devices
 pseudo-device   bio                     # RAID control device driver  pseudo-device   bio                     # RAID control device driver
Line 1449  options  RAID_AUTOCONFIG  # auto-configu
Line 1505  options  RAID_AUTOCONFIG  # auto-configu
 pseudo-device   fss             4       # file system snapshot device  pseudo-device   fss             4       # file system snapshot device
   
 pseudo-device   md              1       # memory disk device (ramdisk)  pseudo-device   md              1       # memory disk device (ramdisk)
   options         MEMORY_DISK_HOOKS       # enable root ramdisk
   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)
   
Line 1459  pseudo-device ipfilter  # IP filter (fir
Line 1518  pseudo-device ipfilter  # IP filter (fir
 pseudo-device   loop                    # network loopback  pseudo-device   loop                    # network loopback
 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
 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
 pseudo-device   tap                     # virtual Ethernet  pseudo-device   tap                     # virtual Ethernet
 pseudo-device   tun                     # network tunneling over tty  pseudo-device   tun                     # network tunneling over tty
 pseudo-device   gre                     # generic L3 over IP tunnel  pseudo-device   gre                     # generic L3 over IP tunnel
 pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC1933)  pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC 1933)
 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f  #pseudo-device  faith                   # IPv[46] TCP relay translation i/f
 pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation  pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device   vlan                    # IEEE 802.1q encapsulation  pseudo-device   vlan                    # IEEE 802.1q encapsulation
 pseudo-device   bridge                  # simple inter-network bridging  pseudo-device   bridge                  # simple inter-network bridging
Line 1474  pseudo-device bridge   # simple inter-ne
Line 1534  pseudo-device bridge   # simple inter-ne
 pseudo-device   agr                     # IEEE 802.3ad link aggregation  pseudo-device   agr                     # IEEE 802.3ad link aggregation
 #pseudo-device  pf                      # PF packet filter  #pseudo-device  pf                      # PF packet filter
 #pseudo-device  pflog                   # PF log if  #pseudo-device  pflog                   # PF log if
   #pseudo-device  etherip                 # Tunnel Ethernet over IP
 # srt is EXPERIMENTAL  # srt is EXPERIMENTAL
 #pseudo-device  srt                     # source-address-based routing  #pseudo-device  srt                     # source-address-based routing
   
   #
   # accept filters, built as modules by default
   #pseudo-device  accf_data               # "dataready" accept filter
   #pseudo-device  accf_http               # "httpready" accept filter
   
 # miscellaneous pseudo-devices  # miscellaneous pseudo-devices
 pseudo-device   pty                     # pseudo-terminals  pseudo-device   pty                     # pseudo-terminals
 pseudo-device   sequencer       1       # MIDI sequencer  pseudo-device   sequencer       1       # MIDI sequencer
Line 1488  pseudo-device ksyms   # /dev/ksyms
Line 1554  pseudo-device ksyms   # /dev/ksyms
 pseudo-device   lockstat                # lock profiling  pseudo-device   lockstat                # lock profiling
 pseudo-device   bcsp                    # BlueCore Serial Protocol  pseudo-device   bcsp                    # BlueCore Serial Protocol
 pseudo-device   btuart                  # Bluetooth HCI UART (H4)  pseudo-device   btuart                  # Bluetooth HCI UART (H4)
   #pseudo-device  gpiosim         1       # GPIO simulator
   
 # a pseudo device needed for Coda       # also needs CODA (above)  # a pseudo device needed for Coda       # also needs CODA (above)
 pseudo-device   vcoda           4       # coda minicache <-> venus comm.  #pseudo-device  vcoda           4       # coda minicache <-> venus comm.
   
 # a pseudo device needed for SMBFS  # a pseudo device needed for SMBFS
 pseudo-device   nsmb                    # experimental - SMB requester  #pseudo-device  nsmb                    # experimental - SMB requester
   
 # wscons pseudo-devices  # wscons pseudo-devices
 pseudo-device   wsmux                   # mouse & keyboard multiplexor  pseudo-device   wsmux                   # mouse & keyboard multiplexor
 pseudo-device   wsfont  pseudo-device   wsfont
   
   # cmos(4) pseudo-device
   pseudo-device   cmos
   
 # pseudo audio device driver  # pseudo audio device driver
 pseudo-device   pad  pseudo-device   pad
   
Line 1514  pseudo-device veriexec
Line 1584  pseudo-device veriexec
 # removing fingerprint methods will have almost no impact on the kernel  # removing fingerprint methods will have almost no impact on the kernel
 # code size.  # code size.
 #  #
 options VERIFIED_EXEC_FP_RMD160  options         VERIFIED_EXEC_FP_RMD160
 options VERIFIED_EXEC_FP_SHA256  options         VERIFIED_EXEC_FP_SHA256
 options VERIFIED_EXEC_FP_SHA384  options         VERIFIED_EXEC_FP_SHA384
 options VERIFIED_EXEC_FP_SHA512  options         VERIFIED_EXEC_FP_SHA512
 options VERIFIED_EXEC_FP_SHA1  options         VERIFIED_EXEC_FP_SHA1
 options VERIFIED_EXEC_FP_MD5  options         VERIFIED_EXEC_FP_MD5
   
 options         PAX_MPROTECT=0          # PaX mprotect(2) restrictions  options         PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 options         PAX_ASLR=0              # PaX Address Space Layout Randomization  options         PAX_ASLR=0              # PaX Address Space Layout Randomization

Legend:
Removed from v.1.890  
changed lines
  Added in v.1.890.2.5

CVSweb <webmaster@jp.NetBSD.org>