Age | Commit message (Expand) | Author |
2019-02-18 | regen | Kevin Lo |
2019-02-18 | Add another PCI ID for Intel Dual Band Wireless AC 9560, found in | Kevin Lo |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-01 | fix up calculation of our physical function id, making the second port | Jonathan Matthew |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-29 | get rid of some more debug printfs | David Gwynne |
2019-01-29 | don't need to print the base queue number. | David Gwynne |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Zap unused disable flag from iwn_stop() | kn |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2019-01-22 | Increase max mtu to match the linux driver; tested against ixl, which can | Jonathan Matthew |
2019-01-22 | Increase hardmtu to the maximum according to the datasheet and set the rx | Jonathan Matthew |
2019-01-22 | Add and remove mac filters for multicast addresses. | Jonathan Matthew |
2019-01-21 | also add a mac filter that ignores vlans for the broadcast address, so we can | Jonathan Matthew |
2019-01-20 | Replace the default mac filter with one that ignores vlans, and enable | Jonathan Matthew |
2019-01-20 | implement ixl_rxrinfo, dynamically allocating the buffer to prepare for | Jonathan Matthew |
2019-01-20 | Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS | Jonathan Matthew |
2019-01-19 | virtio: Introduce defines for config(8) flags | Stefan Fritsch |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |
2019-01-18 | pack hmc bits in the right order | Jonathan Matthew |
2019-01-17 | Enable bwfm(4) in RAMDISK_CD | Mike Larkin |
2019-01-13 | Remove redundant RF switch notice | kn |
2019-01-11 | Set RUNNING flag when RF switch is enabled | kn |
2019-01-10 | regen pcidevs*.h | Stefan Fritsch |
2019-01-10 | Add virtio 1.x PCI IDs | Stefan Fritsch |
2019-01-10 | Move some PCI-specific defines to a new virtio_pcireg.h file | Stefan Fritsch |
2019-01-10 | Move some common defines to virtiovar.h | Stefan Fritsch |
2019-01-10 | Use efifb_stolen() to prevent radeondrm from using aperture memory | Jonathan Gray |
2019-01-07 | tweak ohci_checkrev so it doesnt print a leading comma and space. | David Gwynne |
2019-01-05 | fix previous commit | Mark Kettenis |
2019-01-05 | Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp. | Jonathan Gray |
2019-01-05 | regen | Jonathan Gray |
2019-01-05 | add more intel core and 300 series u ids | Jonathan Gray |
2018-12-18 | sync | Ted Unangst |
2018-12-18 | add a wifi 9560 found in a new laptop. ok deraadt | Ted Unangst |
2018-12-18 | sync | Kevin Lo |
2018-12-18 | Add some devices found on Intel Leaf Hill CRB. | Kevin Lo |
2018-12-16 | sync | Theo de Raadt |
2018-12-16 | few more devs | Theo de Raadt |
2018-12-02 | Include "com.h" to fix using a puc(4) based serial port as serial console | Mark Kettenis |
2018-11-30 | regen | Mike Larkin |
2018-11-30 | Add another Xeon E3-1200 v6/7 host device. | Mike Larkin |
2018-11-25 | spelling; from miod | Jason McIntyre |
2018-11-25 | regen | Daniel Dickman |
2018-11-25 | Add core4g thermal id; ok mlarkin. | Daniel Dickman |
2018-11-22 | Remove useless assignment, value is overwritten right after being set. | Frederic Cambus |
2018-11-18 | When parsing extended capabilities, bail out if a register read returns | Jonathan Matthew |
2018-11-18 | request notification of link state changes, which helps us detect | Jonathan Matthew |
2018-11-16 | regen | Joshua Stein |
2018-11-16 | add more intel 100 series devices | Joshua Stein |