[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.1156.2.13 and 1.1156.2.14

version 1.1156.2.13, 2018/12/07 17:11:37 version 1.1156.2.14, 2019/03/09 17:10:20
Line 38  options  SPECTRE_V2_GCC_MITIGATION
Line 38  options  SPECTRE_V2_GCC_MITIGATION
 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
 est0            at cpu0         # Intel Enhanced SpeedStep (non-ACPI)  est0            at cpu0         # Intel Enhanced SpeedStep (non-ACPI)
   hyperv0         at cpu0         # Microsoft Hyper-V
 #odcm0          at cpu0         # On-demand clock modulation  #odcm0          at cpu0         # On-demand clock modulation
 #padlock0       at cpu0         # VIA PadLock  #padlock0       at cpu0         # VIA PadLock
 powernow0       at cpu0         # AMD PowerNow! and Cool'n'Quiet (non-ACPI)  powernow0       at cpu0         # AMD PowerNow! and Cool'n'Quiet (non-ACPI)
Line 1436  vioif* at virtio?   # Virtio network dev
Line 1437  vioif* at virtio?   # Virtio network dev
 viornd* at virtio?                      # Virtio entropy device  viornd* at virtio?                      # Virtio entropy device
 vioscsi* at virtio?                     # Virtio SCSI device  vioscsi* at virtio?                     # Virtio SCSI device
   
   # Hyper-V devices
   vmbus*          at acpi?                # Hyper-V VMBus
   hvn*            at vmbus?               # Hyper-V NetVSC
   hvs*            at vmbus?               # Hyper-V StorVSC
   hvheartbeat*    at vmbus?               # Hyper-V Heartbeat Service
   hvshutdown*     at vmbus?               # Hyper-V Guest Shutdown Service
   hvtimesync*     at vmbus?               # Hyper-V Time Synchronization Service
   #hvkvp*         at vmbus?               # Hyper-V Data Exchange Service
   
   
 # Pull in optional local configuration  # Pull in optional local configuration
 cinclude "arch/i386/conf/GENERIC.local"  cinclude "arch/i386/conf/GENERIC.local"

Legend:
Removed from v.1.1156.2.13  
changed lines
  Added in v.1.1156.2.14

CVSweb <webmaster@jp.NetBSD.org>