summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-06-04use htolemXX and lemtohXX instead of htoleXX and letohXXdlg1-25/+26
2019-06-04tx and rx descriptors work fine with 64bit dvadlg1-4/+6
2019-06-04Implement mcx_media_change(). This disables the port, sets the media type tojmatthew1-65/+158
2019-06-03Prevent corruption of the pckbc command queue. If multiple synchronousanton1-9/+27
2019-06-03Implement rx filtering using the flow table. Now we have three flow groups,jmatthew1-72/+263
2019-06-03- Remove a redundant check within alc_mii_readreg_813x().kevlo1-5/+1
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatkettenis2-169/+38
2019-06-01drm: Wake up next in drm_read() chain if we are forced to putback the eventjsg1-0/+1
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changejsg1-2/+1
2019-05-31drm/amd/display: Fix Divide by 0 in memory calculationsjsg1-5/+15
2019-05-31drm/amd/display: fix releasing planes when exiting odmjsg1-2/+4
2019-05-31drm/amdgpu: fix old fence check in amdgpu_fence_emitjsg1-7/+17
2019-05-31Add MSI-X support.kettenis1-28/+39
2019-05-31remove duplicate page tablejsg2-37/+0
2019-05-31Add MSI-X support.kettenis1-29/+39
2019-05-30Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionkettenis1-2/+3
2019-05-30Mellanox support tells me that according to an internal datasheet, legacyjmatthew1-4/+7
2019-05-30wrap some long lines, except in bits I'll probably have to rewrite soonjmatthew1-102/+189
2019-05-29Add jumbo frame support. Set the port MTU as high as we can (up to 9500)jmatthew1-26/+49
2019-05-27spelling fixes in comments and one printf; from j sissonjmc1-8/+8
2019-05-27fix virtio_pci on 32bit archssf1-3/+9
2019-05-27fix multitouch by properly reading multi-finger data on type4jcs1-10/+15
2019-05-26Support virtio 1.0 for virtio_pcisf4-69/+524
2019-05-26Rework virtio_negotiate_features()sf11-101/+121
2019-05-26virtio_pci: Move msix vector config into functionssf1-15/+25
2019-05-26virtio_pci: Split bus space handlessf1-35/+81
2019-05-24Configure pins.kettenis1-1/+4
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton1-5/+3
2019-05-24Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()jsg1-0/+2
2019-05-24implement support for SIOCGIFSFFPAGEjmatthew1-1/+77
2019-05-23drop STUB() calls in paths frequently called when running xorgjsg2-2/+0
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.jmatthew1-2/+2
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name tojsg1-1/+1
2019-05-23Formatting fixes.kevlo1-19/+20
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton3-56/+54
2019-05-22A wscons device may only be opened in read/write mode once. However,anton5-16/+25
2019-05-22Print the bwfm(4)'s ethernet address on attach.patrick1-1/+3
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgepatrick1-1/+6
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg958-1/+1543019
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton1-2/+2
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287stsp1-2/+2
2019-05-21Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295stsp1-2/+2
2019-05-19During fuzzing, one or many fuzzing processes are often stuck waiting onanton1-7/+12
2019-05-18Correct free size. Fixes a panic when detaching crypto volumes.tim1-2/+3
2019-05-17Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts.jmatthew1-41/+599
2019-05-17For AR9271, use correct clock control register and add a macro to access it.kevlo2-3/+4
2019-05-16Attach two dwiic-pci devices that didn't work before. That problem seemsmlarkin1-1/+3
2019-05-15unrevert, i missed deraadt's commit with the proper fixtedu1-1/+2
2019-05-15revert previous, since it makes jmc's machine print an extra newline.tedu1-2/+1
2019-05-15if \n is added in attach, then tpm_init() should skip it.deraadt1-3/+3