summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-05regenMark Kettenis
2017-07-05Add Intel Braswell Sensor Hub device.Mark Kettenis
2017-07-04Ignore entries with specific PCI subvendor/subdevice such that we don'tMark Kettenis
2017-07-03blacklist MSI on intel m.2 optane parts. it just doesnt work there.David Gwynne
2017-07-03merge error, revealed by clang; ok kettenis@Christian Weisgerber
2017-07-03regenDavid Gwynne
2017-07-03intel optanes are a thingDavid Gwynne
2017-07-02Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-06-22Fix another ;; in sys/devTom Cosgrove
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
2017-06-20Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.Stefan Sperling
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowingFrederic Cambus
2017-06-19Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowingFrederic Cambus
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-06-16In iwm_init() save the generation counter once before looping overStefan Sperling
2017-06-14Currently, iwm(4) uses only one phy context, so stop sending commands to theStefan Sperling
2017-06-14When a task in iwm(4) obtains an rwlock(9), bail out if the device wasStefan Sperling
2017-06-14Make the iwm(4) ioctl handler wait until the transition to SCAN has completedStefan Sperling
2017-06-14Make iwm(4) wait for the PHY calibration result notification during HW init.Stefan Sperling
2017-06-12From FreeBSD (r227593, r307982):Kevin Lo
2017-06-09Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fitMike Belopuhov
2017-06-09Introduce iwm_nic_assert_locked() to verify that the driver has correctlyStefan Sperling
2017-06-09Fix the resume code path in iwm(4) to no longer call iwm_stop() beforeStefan Sperling
2017-06-04Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager.Mark Kettenis
2017-06-04Switch the TTM code over to the generic DRM VMA manager.Mark Kettenis
2017-06-04use htolem32 and lemtoh32 instead of htole32 and letoh32.David Gwynne
2017-06-02regenMark Kettenis
2017-06-02Intel HD Graphics 510.Mark Kettenis
2017-06-02When iwm(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02When iwn(4) firmware reports missed beacons, send a probe request onlyStefan Sperling
2017-06-02handle 64bit dva in the tx path as well as the rx path.David Gwynne
2017-06-02only update the tx descriptors high address if it changes.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-06-01reorder ops in sk_start to avoid possibly rolling back ifq_deq.David Gwynne
2017-05-31Implement support for missed beacon notifications in iwn(4).Stefan Sperling
2017-05-31another place to use ieee80211_min_basic_rate() to select the minimum tx ratePeter Hessler
2017-05-31add ieee80211_min_basic_rate() to iwm(4), to select the lowest availablePeter Hessler
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-31virtio_pci: Support IPL_MPSAFE interrupt handlersStefan Fritsch
2017-05-31Add missing function prototype for iwm_rx_bmiss().Stefan Sperling
2017-05-31Implement support for iwm(4) firmware's missed beacon notification.Stefan Sperling
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-31regenJonathan Gray
2017-05-31Add Ralink RT5360. From Kevin Lo.Jonathan Gray
2017-05-30Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.Stefan Sperling
2017-05-30Use ieee80211_{min,max}_basic_rate() in iwn(4).Stefan Sperling