summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2012-08-16replace the SLIST for ccbs with a SIMPLEQ so i can add stuff to the endDavid Gwynne
2012-08-16rewrite the mfii_mgmt path to be a bit more... symmetrical.David Gwynne
2012-08-15we're not going to loop in rxeof here as well so remove the leftoversMike Belopuhov
2012-08-14whitespace cleanup; no binary changeMike Belopuhov
2012-08-14dont maintain tables of all the pci subtypes just so we can print thingsDavid Gwynne
2012-08-14gc sc_flags now that the iop struct can tell us where the different IDBsDavid Gwynne
2012-08-14wire in mfii(4)David Gwynne
2012-08-14introduce mfii(4), a driver for the generation of megaraid sas boardsDavid Gwynne
2012-08-14split the definitions of the hardware out into a separate file so it canDavid Gwynne
2012-08-13sync a comment with reality and remove an error path duplicate; from bradMike Belopuhov
2012-08-12Make sure snooping is enabled on Intel 7 Series HD Audio.Mark Kettenis
2012-08-11Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXTJonathan Matthew
2012-08-11Add support for another 82599 SFP+ card. Original diff and tests byMike Belopuhov
2012-08-11regenMike Belopuhov
2012-08-11another 82599Mike Belopuhov
2012-08-10cleanup some #define's and #ifdef'sMike Belopuhov
2012-08-10cleanup ixgbe_start routine; from brad, ok jsgMike Belopuhov
2012-08-09don't compile rss functions in unless OCE_RSS is specifiedMike Belopuhov
2012-08-09oops. missed these conflicts in the previous commitMike Belopuhov
2012-08-09try to make sense of the firmware statistics by counting rx and tx erorrsMike Belopuhov
2012-08-09schedule a rx refill if the ring is empty, sprinkle some dma syncsMike Belopuhov
2012-08-09more htole conversionsMike Belopuhov
2012-08-09remove internal queue stats, use if_* counters wherever possibleMike Belopuhov
2012-08-09respect the mtu value that ifconfig setsMike Belopuhov
2012-08-09set a timeout in case the chip goes out to lunchMike Belopuhov
2012-08-09remove oce_dmamap_sync wrapperMike Belopuhov
2012-08-08call m_cluncount to account correctly for cluster chains the driverMike Belopuhov
2012-08-08We're not going to loop in the rxeof refilling our ring as it wouldMike Belopuhov
2012-08-08remove rx debugging codeMike Belopuhov
2012-08-07a bit of cleanup and a tx delay tweakMike Belopuhov
2012-08-07don't forget to set IFF_ALLMULTI; from bradMike Belopuhov
2012-08-06kill sc->promiscMike Belopuhov
2012-08-06Add support for 10Gb ethernet cards based on the Intel X540 chipset.Mike Belopuhov
2012-08-04PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2}Antoine Jacoutot
2012-08-04Regen.Antoine Jacoutot
2012-08-040x7942 is also a Radeon Xpress 1500Antoine Jacoutot
2012-08-02get rid of some "capabilities" leftoversMike Belopuhov
2012-08-02we use a central pci database; no reason to keep duplicates aroundMike Belopuhov
2012-08-02Add a driver for Emulex OneConnect 10Gb Ethernet obtained from FreeBSDMike Belopuhov
2012-08-02regenMike Belopuhov
2012-08-02Emulex Lancer (XE201)Mike Belopuhov
2012-07-29whitespace cleanup, no binary changeMike Belopuhov
2012-07-20regenJonathan Gray
2012-07-20add some more 7 series/ivy bridge idsJonathan Gray
2012-07-20match on Mobility Radeon HD2600Jonathan Gray
2012-07-18syncStuart Henderson
2012-07-18Additional Broadcom NIC PCI ids. From Brad.Stuart Henderson
2012-07-18Unify use of tabs/spaces on product lines. From Brad.Stuart Henderson
2012-07-17regenKirill Bychkov
2012-07-17add a bunch of devices found in different laptops and desktops.Kirill Bychkov