| Age | Commit message (Expand) | Author |
| 2020-11-08 | Ignore PNP0001 (EISA interrupt controller) and PNP0C02 (motherboard | jmcneill |
| 2020-11-04 | Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead of | msaitoh |
| 2020-11-03 | Continue parsing frames after empty payload. | mlelstv |
| 2020-11-02 | Workaround for ihphy and atphy(ICH*/PCH*, 82580 and I350). | knakahara |
| 2020-10-31 | Detach led's and sysmon in our detach routine. | jdc |
| 2020-10-31 | Detach led's in our detach routine. | jdc |
| 2020-10-30 | fix indentation | christos |
| 2020-10-30 | Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations. | skrll |
| 2020-10-30 | Add a "show fdt" ddb command | skrll |
| 2020-10-30 | support screen blanking of r5xx | macallan |
| 2020-10-30 | Add WMPHY_I350. Not used yet. | msaitoh |
| 2020-10-30 | Add new sysctl hw.wmN.debug_flags. This sysctl can be used if WM_DEBUG is set. | msaitoh |
| 2020-10-29 | wscons(4): WSKBD_TYPE_PC_AT is automatically translated to | nia |
| 2020-10-29 | Add a driver for the PCF8574 I/O expander, used as a GPIO in some sparc64 | jdc |
| 2020-10-29 | Handle the change in the sparc64 OFW patching, where we now encode the | jdc |
| 2020-10-28 | add missing vmt_fdt.c. | ryo |
| 2020-10-28 | Add missing drain for pcq in wm_stop_locked(). OK'd by knakahara. | msaitoh |
| 2020-10-28 | s/USENET/USBNET/ in another place i just happened to find by | mrg |
| 2020-10-27 | Add additional debugging output. | jdc |
| 2020-10-27 | Report HW DMA capability and if the DMA tag limits it. | skrll |
| 2020-10-27 | s/UBS/USB/ in a macro and its use. | mrg |
| 2020-10-27 | move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ESXi-Arm... | ryo |
| 2020-10-26 | properly wait for refcounts to drain. | mrg |
| 2020-10-26 | Avoid buffer overflow when copying from bounce buffer. | mlelstv |
| 2020-10-24 | Use BUS_DMA_WAITOK in ld_virtio_alloc_reqs which is called at attached | skrll |
| 2020-10-24 | Test the 64bit dma tag with BUS_DMA_TAG_VALID before using it. | skrll |
| 2020-10-24 | Fix DMA size reporting. Previously it could report 64bit DMA when the tag | skrll |
| 2020-10-24 | Use the 64bit DMA tag if its valid. | skrll |
| 2020-10-24 | Issue 64-bit versions of *XSAVE* for 64-bit amd64 programs | mgorny |
| 2020-10-23 | Use MI acpi_intr_establish_irq instead of MD intr_establish | jmcneill |
| 2020-10-23 | Add acpi_intr_establish_irq, which is like acpi_intr_establish except | jmcneill |
| 2020-10-21 | sfb_addr should be uint64_t, not bus_addr_t. Otherwise, its value | rin |
| 2020-10-20 | Instead of trying to prevent pciconf from reconfiguring the firmware's | jmcneill |
| 2020-10-20 | le(4): add link status change reporting to drivers which support it | roy |
| 2020-10-20 | Add Intel I347-AT4. | msaitoh |
| 2020-10-19 | Fix colors of 32-bpp raster console for evbarm/aarch64eb and armeb. | rin |
| 2020-10-19 | Add "is_swapped" property which indicates 32-bpp framebuffer is | rin |
| 2020-10-18 | Revert rev 1.75; do not set WSFB_VRAM_IS_RAM flag bit. It indicates | rin |
| 2020-10-18 | Remove stray TABs. No binary changes. | rin |
| 2020-10-18 | For WSDISPLAYIO_GET_FBINFO ioctl, set WSFB_VRAM_IS_RAM to fbi_flags | rin |
| 2020-10-18 | Fix undefined behaviors found by kUBSan. | rin |
| 2020-10-17 | Correct KB_NEXT value. No impact since KB_NEXT isn't used anywhere. | mlelstv |
| 2020-10-17 | Fix error message. No functional change, both commands use the same | mlelstv |
| 2020-10-16 | Fixes a problem that the attach function reported | msaitoh |
| 2020-10-15 | Rename xhci_op_barrier to xhci_barrier and remove offset/length parameters. | jmcneill |
| 2020-10-15 | Initialise xhci_softc sc_ios | jmcneill |
| 2020-10-15 | Reduces useless "vmxnet3_read_cmd(sc, VMXNET3_CMD_GET_LINK)" calls | ryo |
| 2020-10-15 | Fixed a bug where 'ifconfig vmx0 down up' caused a failure to send. | ryo |
| 2020-10-14 | modularize, and fix build error | ryo |
| 2020-10-14 | vmx(4) should be MI. moved to sys/dev/pci from sys/arch/x86/pci | ryo |