[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / 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/amd64/conf/GENERIC between version 1.459 and 1.459.2.9

version 1.459, 2017/05/27 22:53:29 version 1.459.2.9, 2018/04/18 14:45:08
Line 73  options  USERCONF # userconf(4) support
Line 73  options  USERCONF # userconf(4) support
 #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)  #options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel  options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
   
   # CPU-related options
   options         SVS             # Separate Virtual Space
   makeoptions     SPECTRE_V2_GCC_MITIGATION=1     # GCC Spectre variant 2
                                                   # migitation
   
 # CPU features  # CPU features
 acpicpu*        at cpu?         # ACPI CPU (including frequency scaling)  acpicpu*        at cpu?         # ACPI CPU (including frequency scaling)
 coretemp*       at cpu?         # Intel on-die thermal sensor  coretemp*       at cpu?         # Intel on-die thermal sensor
Line 81  est0  at cpu0  # Intel Enhanced SpeedSte
Line 86  est0  at cpu0  # Intel Enhanced SpeedSte
 powernow0       at cpu0         # AMD PowerNow! and Cool'n'Quiet (non-ACPI)  powernow0       at cpu0         # AMD PowerNow! and Cool'n'Quiet (non-ACPI)
 vmt0            at cpu0         # VMware Tools  vmt0            at cpu0         # VMware Tools
   
 #options        PMC             # performance-monitoring counters support  options         PMC             # performance-monitoring counters support
   
 # Alternate buffer queue strategies for better responsiveness under high  # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.  # disk I/O load.
Line 89  vmt0  at cpu0  # VMware Tools
Line 94  vmt0  at cpu0  # VMware Tools
 options         BUFQ_PRIOCSCAN  options         BUFQ_PRIOCSCAN
   
 # Diagnostic/debugging support options  # Diagnostic/debugging support options
 options         DIAGNOSTIC      # inexpensive kernel consistency checks  #options        DIAGNOSTIC      # inexpensive kernel consistency checks
                                 # XXX to be commented out on release branch                                  # XXX to be commented out on release branch
 #options        DEBUG           # expensive debugging checks/support  #options        DEBUG           # expensive debugging checks/support
 #options        LOCKDEBUG       # expensive locking checks/support  #options        LOCKDEBUG       # expensive locking checks/support
Line 472  lpt1 at isa? port 0x278
Line 477  lpt1 at isa? port 0x278
 amdnb_misc* at pci?                     # AMD NB Misc Configuration  amdnb_misc* at pci?                     # AMD NB Misc Configuration
 amdtemp* at amdnb_misc?                 # AMD CPU Temperature sensors  amdtemp* at amdnb_misc?                 # AMD CPU Temperature sensors
   
   amdsmn* at pci?                         # AMD SMN Configuration
   amdzentemp* at amdsmnbus?               # AMD Ryzen Family 17h CPU temp sensors
   
 # Winbond LPC Super I/O  # Winbond LPC Super I/O
 #wbsio* at isa? port 0x2e  #wbsio* at isa? port 0x2e
 #wbsio* at isa? port 0x4e  #wbsio* at isa? port 0x4e
Line 1272  pseudo-device tun   # network tunneling 
Line 1280  pseudo-device tun   # network tunneling 
 pseudo-device   tap                     # virtual Ethernet  pseudo-device   tap                     # virtual Ethernet
 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 (RFC1933)
   pseudo-device   ipsecif                 # tunnel interface for routing based ipsec
 #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
Line 1339  options VERIFIED_EXEC_FP_MD5
Line 1348  options VERIFIED_EXEC_FP_MD5
   
 options         PAX_SEGVGUARD=0         # PaX Segmentation fault guard  options         PAX_SEGVGUARD=0         # PaX Segmentation fault guard
 options         PAX_MPROTECT=1          # PaX mprotect(2) restrictions  options         PAX_MPROTECT=1          # PaX mprotect(2) restrictions
 options         PAX_MPROTECT_DEBUG=1    # PaX mprotect debug  #options        PAX_MPROTECT_DEBUG=1    # PaX mprotect debug
 options         PAX_ASLR=1              # PaX Address Space Layout Randomization  options         PAX_ASLR=1              # PaX Address Space Layout Randomization
 options         PAX_ASLR_DEBUG=1        # PaX ASLR debug  #options        PAX_ASLR_DEBUG=1        # PaX ASLR debug

Legend:
Removed from v.1.459  
changed lines
  Added in v.1.459.2.9

CVSweb <webmaster@jp.NetBSD.org>