summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Add a barrier between reading the cqe flags and the command ID, whichjmatthew1-1/+3
2021-02-08change discipline name from "RAID1C" to "RAID 1C" to match the man pagesstsp1-2/+2
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp1-0/+325
2021-02-08Add a RAID1C (raid1 + crypto) softraid(8) discipline.stsp3-31/+64
2021-02-08Simplify sleep_setup API to two operations in preparation for splittingmpi3-14/+10
2021-02-05Prevent that when ugen(4) tries to set an alternative configurationmglocker1-1/+5
2021-02-05arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().patrick3-8/+7
2021-02-05Fix CVS tag.patrick1-1/+1
2021-02-05Fix whitespace.patrick1-2/+2
2021-02-05Rename probe/attach functions to fit our regular naming scheme. Replacepatrick1-13/+13
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick3-1/+1057
2021-02-04Tedu unnecessary imxuartvar.h.patrick2-21/+1
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2-1/+1060
2021-02-04Add uhidev_set_report_dev() allowing usb drivers to early on install aanton2-5/+25
2021-02-03After the rev. 1.108 commit we see some issues with ugen(4) behaviour,mglocker1-1/+5
2021-02-01handle #pinctrl-cells 2jsg1-2/+7
2021-02-01Align the mixed naming for the variables used to reference tomglocker4-31/+31
2021-01-31Spacing.mglocker1-2/+2
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's apatrick3-3/+12
2021-01-31regenpatrick2-2/+7
2021-01-31Add Broadcom BCM4378.patrick1-1/+2
2021-01-29update remaining usb.org URLssthen4-12/+12
2021-01-29update usb.org URLssthen3-7/+7
2021-01-29update some usb.org URLs following reorganisation, add a new one for updsthen6-13/+15
2021-01-29Don't rely on USB interfaces being at compliant indices.edd1-5/+16
2021-01-28tpm(4): fix delay unitscheloha1-18/+9
2021-01-28Be consistent in not using parameter names for function prototypes;mglocker1-3/+3
2021-01-28Rename bNumInterface to bNumInterfaces to fix build on arm64.kurt1-2/+2
2021-01-27The usb configuration descriptor parameter providing the number ofmglocker6-16/+16
2021-01-27regenjsg2-2/+177
2021-01-27add some more amdgpu devicesjsg1-1/+36
2021-01-27Be consistent in not using parameter names for function prototypes.mglocker1-5/+5
2021-01-27do better accounting of how many msix interrupts we want to use.dlg1-2/+8
2021-01-26intrmap attribute missing from mcx; ok dlgderaadt1-3/+3
2021-01-25Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devicesmglocker2-2/+92
2021-01-25Add the new function usbd_clear_endpoint_feature() which allows to issuemglocker2-2/+16
2021-01-25raise the max number of queues/interrupts to 16, up from 1.dlg1-3/+12
2021-01-25if the rx descriptor reports the rss hash, use it for the mbuf flowid.dlg1-2/+10
2021-01-25don't lose the M_FLOWID flag if the ipv4 cksum is ok.dlg1-2/+2
2021-01-25use an intrmap when establishing interrupts for queues.dlg1-21/+44
2021-01-24match on Intel Alder Lake and Meteor Lake I219 Ethernet idsjsg3-3/+30
2021-01-24regenjsg2-2/+47
2021-01-24add Intel Alder Lake and Meteor Lake I219 Ethernet idsjsg1-1/+10
2021-01-24match on Realtek RTL8168H ids for Killer E2500V2 and E2600jsg1-1/+3
2021-01-24regenjsg2-2/+12
2021-01-24add Realtek RTL8168H ids for Killer E2500V2 and E2600jsg1-1/+3
2021-01-23match on another Realtek RTL8168 idjsg1-1/+2
2021-01-23regenjsg2-2/+7
2021-01-23add another Realtek RTL8168 idjsg1-1/+2
2021-01-23Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.patrick1-7/+5