summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
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
2016-02-13Make iwm(4) initialize net80211 callback pointers at attach time.Stefan Sperling
2016-02-07Fix off-by-one in loop termination condition.tb
2016-02-07Make sure the maximum iwm(4) firmware command payload size fits intoStefan Sperling
2016-02-06Add support for the 9 series PCH.Mark Kettenis
2016-02-06Enable the code that reads the BIOS from the ACPI VFCT table on platformsMark Kettenis
2016-02-05Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDUStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05Implement acpi_get_table_with_size(). Will soon be used to read VFCTMark Kettenis
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis
2016-02-05Fix a pci vendor/device conversion missed in rev 1.6.Mark Kettenis
2016-02-04Make iwn(4) pass 802.11 control frames in monitor mode.Stefan Sperling
2016-02-04In iwn(4), don't forget about restoring the CCMP key to firmware afterStefan Sperling
2016-02-04If the ROM size is 0, we won't be able to read the video BIOS from it.Mark Kettenis
2016-02-03Prevent efifb(4) from attaching if we're the console.Mark Kettenis
2016-01-30regenJonathan Gray
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter