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