summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-01-28Rename bNumInterface to bNumInterfaces to fix build on arm64.Kurt Miller
2021-01-27The usb configuration descriptor parameter providing the number ofMarcus Glocker
2021-01-27regenJonathan Gray
2021-01-27add some more amdgpu devicesJonathan Gray
2021-01-27Be consistent in not using parameter names for function prototypes.Marcus Glocker
2021-01-27do better accounting of how many msix interrupts we want to use.David Gwynne
2021-01-26intrmap attribute missing from mcx; ok dlgTheo de Raadt
2021-01-25Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devicesMarcus Glocker
2021-01-25Add the new function usbd_clear_endpoint_feature() which allows to issueMarcus Glocker
2021-01-25raise the max number of queues/interrupts to 16, up from 1.David Gwynne
2021-01-25if the rx descriptor reports the rss hash, use it for the mbuf flowid.David Gwynne
2021-01-25don't lose the M_FLOWID flag if the ipv4 cksum is ok.David Gwynne
2021-01-25use an intrmap when establishing interrupts for queues.David Gwynne
2021-01-24match on Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24match on Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-23match on another Realtek RTL8168 idJonathan Gray
2021-01-23regenJonathan Gray
2021-01-23add another Realtek RTL8168 idJonathan Gray
2021-01-23Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.Patrick Wildt
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overMark Kettenis
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-22ims: an actual i2c-connected mouse is unlikelyJoshua Stein
2021-01-20Reprogram outbound windows to match the device tree. Necessary becauseMark Kettenis
2021-01-20Check management capabilities before trying to attach temperature sensors,Jonathan Matthew
2021-01-19Implement intx support.Mark Kettenis
2021-01-17Add defines for the various ARM SMMU models.Patrick Wildt
2021-01-17add another iwx deviceJoshua Stein
2021-01-17regenJoshua Stein
2021-01-17add another ax201Joshua Stein
2021-01-17this hardware is fine with BUS_DMA_64BIT mappings.David Gwynne
2021-01-16recognise Realtek ALC287Jonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add Intel AX201 BluetoothJonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add devices mostly from x1 nano jcs@ hasJonathan Gray
2021-01-15Add IORT structs for ARM SMMU versions 1 and 2.Patrick Wildt
2021-01-15Split the IORT struct into two, as the current version not only containedPatrick Wildt
2021-01-15Add IORT id for ARM SMMUv3.Patrick Wildt
2021-01-15Move IO Remapping Table (IORT) struct defines to the common ACPI headerPatrick Wildt
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-14Some BIOS seem to provide memory regions <16M in their reserved memoryPatrick Wildt
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew
2021-01-13put M_ZERO in the right placeJonathan Matthew
2021-01-13Add support for the HYM8563 RTC, which is a PCF8563 clone.Mark Kettenis
2021-01-13revert drm vmalloc changesJonathan Gray
2021-01-11When an endpoint stalls, we usually try to reset it by callingMarcus Glocker