summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-04-08syncReyk Floeter
2016-04-08Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)Reyk Floeter
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-07Return -ENOSPC if idr_alloc() fails to allocate an unused id instead ofMark Kettenis
2016-04-06Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.Mark Kettenis
2016-04-06Remove some pre-idr leftovers.Mark Kettenis
2016-04-06Another "idr" conversion.Mark Kettenis
2016-04-05Use the "idr" API here as well, reducing the diffs to Linux.Mark Kettenis
2016-04-05Add $OpenBSD$ markers.Mark Kettenis
2016-04-05Now that we the "idr" API, we can get rid of a lot ofMark Kettenis
2016-04-05Add an implementation of the Linux "idr" API.Mark Kettenis
2016-04-05Remove completely out-of-date comment about locking protocol.Mark Kettenis
2016-04-05Split out the generic GEM code (like Linux did) and switch it over toMark Kettenis
2016-04-05Add vma offset manager code.Mark Kettenis
2016-04-05Add atomic_add_unless(), another strange linux interface.Mark Kettenis
2016-04-05Add a linux-compatible rbtree interface on top of our implementation inMark Kettenis
2016-03-21The common part of rtwn(4) needs help from attachment drivers to determineStefan Sperling
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-17add TXIC TX382B entry.SASANO Takayoshi
2016-03-17regenSASANO Takayoshi
2016-03-17add TXIC TX382B (vendor 0x4651: product 0x3273)SASANO Takayoshi
2016-03-17Only attempt to build the pci sdhc attachment when it is configured.Jonathan Gray
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2016-03-15usbd_is_dying() can't be part of the common rtwn(4) driver code once weStefan Sperling
2016-03-15Exar XR17V354 puc(4) device, "high speed quad uart".Mike Larkin
2016-03-15syncMike Larkin
2016-03-15Typo in part number in previous commit (fix Exar P/N from XR17C354 toMike Larkin
2016-03-15syncMike Larkin
2016-03-15syncMike Larkin
2016-03-15Add Exar 4 port PCIe serial port (puc)Mike Larkin
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-14Allocate statistics command from the heap, pointed out by deraadt@Mike Belopuhov
2016-03-13In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenStefan Sperling
2016-03-11Move rtwn(4) DMA init code back to the PCI part of the driver.Stefan Sperling
2016-03-09Make rtwn(4) check for "unsupported test chip" error during attach again.Stefan Sperling
2016-03-09Split the rtwn(4) driver into two layers:Stefan Sperling
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-07Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.Stefan Sperling
2016-03-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-03-04extra ) not needed, spotted by tiago silvaTheo de Raadt
2016-02-24Fix the build with DRMDEBUG. Committing now instead of after unlock toJonathan Gray
2016-02-20syncTheo de Raadt
2016-02-20pci bridge, from Hrvoje PopovskiTheo de Raadt
2016-02-19enable snooping on Intel C610Jonathan Gray
2016-02-18Add support for the Intel i219 network chip to the em(4) driver.Alexander Bluhm
2016-02-18regenAlexander Bluhm
2016-02-18Add Intel i219 em(4).Alexander Bluhm
2016-02-15Convert to uiomove. From Martin Natano.Stefan Kempf