summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2018-08-15Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This preventsVisa Hankala
2018-08-14return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handledJonathan Matthew
2018-08-13Prevent iwm(4) from writing back the former BSS channelStefan Sperling
2018-08-12Drop reference to dmabuf "file" as fnew() returns one that has twoMark Kettenis
2018-08-09regenMark Kettenis
2018-08-09ASMedia ASM1184e PCIe switch.Mark Kettenis
2018-08-08regenKevin Lo
2018-08-08Fix Realtek product name from RT8188 to RTL8188CEKevin Lo
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-07-30If we keep the BIOS framebuffer, stick to the desired framebuffer sizeMark Kettenis
2018-07-30apply the loop settle delay to handling of loop up and loop reset events,Jonathan Matthew
2018-07-30extend the loop settle time to 200ms, and adjust the check so that we'llJonathan Matthew
2018-07-28Add function to convert a PCI device "tag" into a PCIe requester ID.Mark Kettenis
2018-07-27Use the MI interrupt enable/distable API instead of the MD one on amd64 andMark Kettenis
2018-07-26don't dump status iocbs twiceJonathan Matthew
2018-07-26remove "bad startup mboxes" printf - it never indicates a real problem,Jonathan Matthew
2018-07-25Implement a MSGBUF control packet mechanism based on the commandPatrick Wildt
2018-07-24regenMark Kettenis
2018-07-24Add SanDisk/WD Black NVMe devices.Mark Kettenis
2018-07-17we have splraise() nowDavid Gwynne
2018-07-11implement media type detection and forcing of link speed, lightly testedJonathan Matthew
2018-07-11move declarations of hwrm message functions up to the top and make themJonathan Matthew
2018-07-11don't bother checking the rx index matches what we expect, it worksJonathan Matthew
2018-07-09Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet.Jonathan Matthew
2018-07-08regenthfr
2018-07-08add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@thfr
2018-07-06Add bus_dmamap_sync(9) calls to bwfm(4) so that we make sure the dataPatrick Wildt
2018-07-06regenJonathan Matthew
2018-07-06add Broadcom NetXtreme-C/E devicesJonathan Matthew
2018-07-05Cast physical addresses to 64-bits so we can shift them by 32-bit onPatrick Wildt
2018-07-05Add support for the VIA VX900 chipset in viapm(4).Frederic Cambus
2018-07-03Add a new so_seek member to "struct file" such that we can have seekableMark Kettenis
2018-07-03regenFrederic Cambus
2018-07-03Add device IDs of the VIA VX900 chipset.Frederic Cambus
2018-07-03During attach, give the loop a while to settle before we start lookingJonathan Matthew
2018-07-03If we're not on a fabric, we may still need to attach and detach targetsJonathan Matthew
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