summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2018-07-01Use fnew() to allocate a struct file. Simplifies the code.Mark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-06-20drm/i915: Disable LVDS on Radiant P845Jonathan Gray
2018-06-19Add support for SAS3.5 controllers. This involves reorderingJonathan Matthew
2018-06-16regenJonathan Matthew
2018-06-16add SAS3.5 megaraids in SAS HBA modeJonathan Matthew
2018-06-08Handle AENs for logical disk creation and deletion.Jonathan Matthew
2018-06-08Rework sensors and bio(4) support to use the target number from the logicalJonathan Matthew
2018-06-07Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.Patrick Wildt
2018-06-07Some PCIe-based bwfm(4) chips also require that we supply an NVRAMPatrick Wildt
2018-05-31Add sleep_finish_all(), which provides the common combo of sleep_finish(),Philip Guenther
2018-05-24regenMike Larkin
2018-05-24Add AMD SR5690/5670/5650 IOMMU to pcidevsMike Larkin
2018-05-23Add monitor mode support to iwm(4).Stefan Sperling
2018-05-23Implement a separate initialization stage so that we can still usePatrick Wildt
2018-05-23Map the second bwfm(4) BAR first. The bwfm(4) PCIe devices have twoPatrick Wildt
2018-05-23Add back a local change to prevent interrupt handlers claiming anJonathan Gray
2018-05-22Turns out lucky me picked the Asus T100HA to implement the heuristic toMark Kettenis
2018-05-18regenMark Kettenis
2018-05-18Fix entry for Intel CM238 LPC.Mark Kettenis
2018-05-18Use SCSI_NOSLEEP for management commands issued during attach.Jonathan Matthew
2018-05-18Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of theJonathan Matthew
2018-05-18Make mfii_mgmt() allocate and release a ccb to simplify the most common useJonathan Matthew
2018-05-18Add DPRINTF/DNPRINTF for debug output as in mfi(4) and convert existingJonathan Matthew
2018-05-18Use passthrough IO rather than MFA for management commands.Jonathan Matthew
2018-05-17Fix iLO/IPMI remote access problem. At least for bge(4) network portYASUOKA Masahiko
2018-05-17regenMike Larkin
2018-05-17pci devices found on dell precision 7520Mike Larkin
2018-05-16regenMark Kettenis
2018-05-16Add a few Intel C620 PCH entries.Mark Kettenis
2018-05-16Implement a BCDC control packet mechanism based on the command requestPatrick Wildt
2018-05-15Implement Rx of multiple frames per interrupt in the iwm(4) driver.Stefan Sperling
2018-05-08Print xHCI revision in dmesg.Martin Pieuchot
2018-05-03use rasops scrollback with radeondrm as wellJonathan Gray
2018-05-02Continue kettenis@'s revert:Peter Hessler
2018-04-29em: Add magic delay for HP elitebook 820 G3Stefan Fritsch
2018-04-29em: Make em_get_software_flag() recursiveStefan Fritsch
2018-04-29em: Improve access logic for software flagStefan Fritsch
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2018-04-27rasops: implement scrollbackJoshua Stein
2018-04-27regenMike Larkin
2018-04-27add Marvell 88W8897 wireless to pcidevs (no driver yet)Mike Larkin
2018-04-27implement test for running in a hypervisor on amd64/i386Jonathan Gray
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-25update ttm and radeondrm(4) to Linux 4.4.129Jonathan Gray
2018-04-23regenccardenas
2018-04-23Add ids for AMD 15h 3xh family along with Kaveri graphicsccardenas
2018-04-22Use free(9) size argument in azalia_codec_select_dacs(). FromAlexandre Ratchov
2018-04-22Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. FromAlexandre Ratchov