summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
AgeCommit message (Expand)Author
2021-04-24If MSI-X vectors are available, create multiple tx/rx queues, configureJonathan Matthew
2021-01-26intrmap attribute missing from mcx; ok dlgTheo de Raadt
2020-07-17use the system stoeplitz key instead of a random one.David Gwynne
2020-07-17enable multiq support for ix.David Gwynne
2020-07-14Set up a second level flow table for RSS and switch the root flow tableJonathan Matthew
2020-06-25add rss/toeplitz support for 710 chips.David Gwynne
2020-06-25use intrmap to set up multiple queues across multiple cpus.David Gwynne
2020-06-17enable multiple queues (and interrupts on multiple cpus) on vmx(4).David Gwynne
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.David Gwynne
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacyPatrick Wildt
2020-02-15Add iwx(4), a new driver for Intel AX200 wifi devices.Stefan Sperling
2020-01-11remove sli(4)Jonathan Gray
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-10-16Fix a bunch of lines that had whitespace at the endMike Larkin
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configStefan Sperling
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.Jonathan Matthew
2019-05-04Add mcx(4), a driver for Mellanox ConnectX-4 (and later) EthernetJonathan Matthew
2018-07-09Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet.Jonathan Matthew
2018-04-20add a small driver for AMDs cryptographic co processor.David Gwynne
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-11-28refer to ixl as "Intel Ethernet 700 Series"David Gwynne
2017-11-28add ixl(4) for the "Intel Ethernet 700 Series"David Gwynne
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-13Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMsReyk Floeter
2016-11-24Enable support for the X550 family of 10 Gigabit controllersMike Belopuhov
2016-09-04naddy discovered that bha no longer builds because it includes the nowTed Unangst
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-03-17Only attempt to build the pci sdhc attachment when it is configured.Jonathan Gray
2016-03-09Split the rtwn(4) driver into two layers:Stefan Sperling
2015-12-31Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.Mark Kettenis
2015-12-21add virtio-console driverStefan Fritsch
2015-12-08Driver for the XenSource Platform DeviceMike Belopuhov
2015-09-11Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interestClaudio Jeker
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-07mark the usb hci driver pci glue code as only needed by the pci attachment,David Gwynne
2015-06-04attach rtwn at pciStefan Sperling
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-04-09Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.Theo de Raadt
2015-03-18use device_lookup to find gcu0 rather than iterating over alldevs.David Gwynne
2015-02-06Add iwm(4), a new driver for Intel 7260 wifi cards.Stefan Sperling
2015-01-10Hook up nep(4).Mark Kettenis
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-08-15unlink lofn(4) and nofn(4)Mike Belopuhov
2014-07-12Remove the qli driver for QLogic 4010 & 4022 iSCSI.Jonathan Gray
2014-04-12start working on a driver for non volatile memory express controllers.David Gwynne
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot