/* $NetBSD: varargs.h,v 1.2 2001/01/28 03:31:32 uch Exp $ */ #ifndef _HPCSH_VARARGS_H_ #define _HPCSH_VARARGS_H_ #include #endif /* _HPCSH_VARARGS_H_ */ m/sys/dev/hyperv?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-10hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus().nonaka
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-29hvn(4): Don't wait forever.nonaka
2021-01-29vmbus(4): Don't wait forever.nonaka
2021-01-29hvkbd(4): Don't wait forever.nonaka
2020-12-11hvn(4): fix unable to ifconfig up/down.nonaka
2020-07-14Introduce per-cpu IDTsyamaguchi
2020-05-26vmbus(4): Do not call hyperv_dma_alloc() in interrupt context.nonaka
2020-05-26vmbus(4): Fixed incorrect use of vmbus_wait() in vmbus_channel_scan().nonaka
2020-05-25Use howmany() macro.nonaka
2020-05-24hvn(4): Prevent from occur panic when acquiring the media status.nonaka
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-27hvn(4): Handle CFI field of VLAN.nonaka
2019-12-27hvn(4): Use vlan_{get,set,has}_tag().nonaka
2019-12-10hvn(4) can be added and deleted dynamically.nonaka
2019-12-10hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND packet type.nonaka
2019-12-07Get a Hyper-V virtual processor id in cpu_hatch().nonaka
2019-12-06Clear the allocated memory in hyperv_dma_alloc().nonaka
2019-11-26hvn(4): Fix incorrect ident when waiting for NVS command response.nonaka
2019-11-25hvs(4), hvn(4): Set correct size for bus_dmamap_sync(9).nonaka
2019-11-22hvn(4), hvkbd(4): Only need to poll when cold.nonaka
2019-11-22vmbus(4), hvn(4), hvkbd(4): Fixed wait time for tsleep(9).nonaka
2019-11-18Fixed incorrect m_defrag return value check.nonaka
2019-11-15hvn(4), hvkbd(4): No need to call vmbus_channel_setdeferred().nonaka
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-07-21Fix build for !WSDISPLAY_COMPAT_RAWKBD.rin
2019-07-09Zero clear the allocated ring buffer for vmbus_channel.nakayama
2019-07-09 Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit inmsaitoh
2019-05-31Avoid undefined reference to `hyperv_is_gen1' without hyperv(4).nonaka
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-24Added drivers for Hyper-V Synthetic Keyboard and Video device.nonaka
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-03-01Remove unused definition.nonaka
2019-03-01Update Hyper-V related drivers description.nonaka
2019-02-15Add __diagused.hannken
2019-02-15Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.nonaka