Age | Commit message (Expand) | Author |
2018-08-15 | Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents | Visa Hankala |
2018-08-14 | return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled | Jonathan Matthew |
2018-08-13 | Prevent iwm(4) from writing back the former BSS channel | Stefan Sperling |
2018-08-12 | Drop reference to dmabuf "file" as fnew() returns one that has two | Mark Kettenis |
2018-08-09 | regen | Mark Kettenis |
2018-08-09 | ASMedia ASM1184e PCIe switch. | Mark Kettenis |
2018-08-08 | regen | Kevin Lo |
2018-08-08 | Fix Realtek product name from RT8188 to RTL8188CE | Kevin Lo |
2018-08-03 | Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoids | Mark Kettenis |
2018-07-30 | If we keep the BIOS framebuffer, stick to the desired framebuffer size | Mark Kettenis |
2018-07-30 | apply the loop settle delay to handling of loop up and loop reset events, | Jonathan Matthew |
2018-07-30 | extend the loop settle time to 200ms, and adjust the check so that we'll | Jonathan Matthew |
2018-07-28 | Add function to convert a PCI device "tag" into a PCIe requester ID. | Mark Kettenis |
2018-07-27 | Use the MI interrupt enable/distable API instead of the MD one on amd64 and | Mark Kettenis |
2018-07-26 | don't dump status iocbs twice | Jonathan Matthew |
2018-07-26 | remove "bad startup mboxes" printf - it never indicates a real problem, | Jonathan Matthew |
2018-07-25 | Implement a MSGBUF control packet mechanism based on the command | Patrick Wildt |
2018-07-24 | regen | Mark Kettenis |
2018-07-24 | Add SanDisk/WD Black NVMe devices. | Mark Kettenis |
2018-07-17 | we have splraise() now | David Gwynne |
2018-07-11 | implement media type detection and forcing of link speed, lightly tested | Jonathan Matthew |
2018-07-11 | move declarations of hwrm message functions up to the top and make them | Jonathan Matthew |
2018-07-11 | don't bother checking the rx index matches what we expect, it works | Jonathan Matthew |
2018-07-09 | Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet. | Jonathan Matthew |
2018-07-08 | regen | thfr |
2018-07-08 | add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@ | thfr |
2018-07-06 | Add bus_dmamap_sync(9) calls to bwfm(4) so that we make sure the data | Patrick Wildt |
2018-07-06 | regen | Jonathan Matthew |
2018-07-06 | add Broadcom NetXtreme-C/E devices | Jonathan Matthew |
2018-07-05 | Cast physical addresses to 64-bits so we can shift them by 32-bit on | Patrick Wildt |
2018-07-05 | Add support for the VIA VX900 chipset in viapm(4). | Frederic Cambus |
2018-07-03 | Add a new so_seek member to "struct file" such that we can have seekable | Mark Kettenis |
2018-07-03 | regen | Frederic Cambus |
2018-07-03 | Add device IDs of the VIA VX900 chipset. | Frederic Cambus |
2018-07-03 | During attach, give the loop a while to settle before we start looking | Jonathan Matthew |
2018-07-03 | If we're not on a fabric, we may still need to attach and detach targets | Jonathan Matthew |
2018-07-01 | Use fnew() to allocate a struct file. Simplifies the code. | Mark Kettenis |
2018-06-25 | Implement DRI3/prime support. This allows graphics buffers to be passed | Mark Kettenis |
2018-06-20 | drm/i915: Disable LVDS on Radiant P845 | Jonathan Gray |
2018-06-19 | Add support for SAS3.5 controllers. This involves reordering | Jonathan Matthew |
2018-06-16 | regen | Jonathan Matthew |
2018-06-16 | add SAS3.5 megaraids in SAS HBA mode | Jonathan Matthew |
2018-06-08 | Handle AENs for logical disk creation and deletion. | Jonathan Matthew |
2018-06-08 | Rework sensors and bio(4) support to use the target number from the logical | Jonathan Matthew |
2018-06-07 | Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket. | Patrick Wildt |
2018-06-07 | Some PCIe-based bwfm(4) chips also require that we supply an NVRAM | Patrick Wildt |
2018-05-31 | Add sleep_finish_all(), which provides the common combo of sleep_finish(), | Philip Guenther |
2018-05-24 | regen | Mike Larkin |
2018-05-24 | Add AMD SR5690/5670/5650 IOMMU to pcidevs | Mike Larkin |
2018-05-23 | Add monitor mode support to iwm(4). | Stefan Sperling |