Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/amd64/conf/GENERIC,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/conf/GENERIC,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.517 retrieving revision 1.518 diff -u -p -r1.517 -r1.518 --- src/sys/arch/amd64/conf/GENERIC 2019/02/23 03:10:06 1.517 +++ src/sys/arch/amd64/conf/GENERIC 2019/03/01 08:17:51 1.518 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.517 2019/02/23 03:10:06 kamil Exp $ +# $NetBSD: GENERIC,v 1.518 2019/03/01 08:17:51 nonaka Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.517 $" +#ident "GENERIC-$Revision: 1.518 $" maxusers 64 # estimated number of users @@ -1089,9 +1089,10 @@ vioscsi* at virtio? # Virtio SCSI devi vmbus* at acpi? # Hyper-V VMBus hvn* at vmbus? # Hyper-V NetVSC hvs* at vmbus? # Hyper-V StorVSC -hvheartbeat* at vmbus? # Hyper-V Heartbeat -hvshutdown* at vmbus? # Hyper-V Shutdown -hvtimesync* at vmbus? # Hyper-V Timesync +hvheartbeat* at vmbus? # Hyper-V Heartbeat Service +hvshutdown* at vmbus? # Hyper-V Geust Shutdown Service +hvtimesync* at vmbus? # Hyper-V Time Synchronization Service +hvkvp* at vmbus? # Hyper-V Data Exchange Service # Pull in optional local configuration cinclude "arch/amd64/conf/GENERIC.local"