summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2012-02-26there's no need to rearm interrupts, we only need to reenable queues;Mike Belopuhov
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2012-02-1582571/82572 do not properly set byte enables 2 and 3 on MSIJonathan Gray
2012-02-08Remove the init path of jme_newbuf that used M_WAITOKJonathan Gray
2012-02-04Close races where timer is started on a command and then an splbio()Kenneth R Westerback
2012-01-30Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@Stuart Henderson
2012-01-29According to the X.org driver, the Evergreen series of chips are thePeter Hessler
2012-01-29syncPeter Hessler
2012-01-29add device ID for Radeon HD 6320Peter Hessler
2012-01-26stop the calibration timeout when stopping the interface (i noticedTheo de Raadt
2012-01-20save content of the pci attach args, not the pointer; from Christian EhrhardtMike Belopuhov
2012-01-15As SiS IDE has the same PCI product id for different revisionsJonathan Gray
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2012-01-13Repair hw vlan tagging and stripping on 82599. Previously receiverMike Belopuhov
2012-01-12add support for skinny variants.David Gwynne
2012-01-12regenDavid Gwynne
2012-01-12product SYMBIOS SAS2008_1 0x0073 MegaRAID SAS2008David Gwynne
2012-01-11ansify and de'register some prototypesDavid Hill
2012-01-09regenChristiano F. Haesbaert
2012-01-09Add support for a new puc(4), MosChip MCS9865.Christiano F. Haesbaert
2012-01-09pcidevsChristiano F. Haesbaert
2012-01-07regenMark Kettenis
2012-01-07Intel Xeon E3-1200Mark Kettenis
2012-01-05suspend/resume support for vr(4); from brynet@gmail.comTheo de Raadt
2012-01-04Add support for SiS 1183 SATA. From/tested by Loganaden Velvindron.Jonathan Gray
2012-01-04regenJonathan Gray
2012-01-04SiS 1183 SATA from Loganaden Velvindron, and add 1182 SATA while here.Jonathan Gray
2012-01-02Use the correct multiplier for older SUNIX 406x 8-serial cards. ProblemStuart Henderson
2012-01-02regenMark Kettenis
2012-01-02Add SiS 1184 RAID and 1185 AHCI, as found on the SiS 966 chipset.Mark Kettenis
2011-12-23Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itselfMark Kettenis
2011-12-23Use the generic PCI power management code instead of rolling our own.Mark Kettenis
2011-12-19regenMark Kettenis
2011-12-19Add TI XIO2221 FireWire.Mark Kettenis
2011-12-16regen.Federico G. Schwindt
2011-12-16fix typo.Federico G. Schwindt
2011-12-12add missing m_freem's into the error code paths. there's no changeMike Belopuhov
2011-12-09we need to always schedule another rx ring refill calloutMike Belopuhov
2011-12-09we don't do intel i/oat and don't set up parameters for theMike Belopuhov
2011-12-08add timeout to fill rx-ring in case of mbuf shortage while in vr_intr();Markus Friedl
2011-12-07Make sure we only return 1 from the interrupt handler if the interruptMark Kettenis
2011-11-29Do not blindly return 1 from the interrupt handler since we do not knowJoel Sing
2011-11-29Limit the kumeran errata to a specific mac/phy combo as done in the IntelJonathan Gray
2011-11-28Fix reversed error-handling gotos in myx_buf_fill(), which would lead toBret Lambert
2011-11-27Bring back low latency interrupt moderation for 82599Mike Belopuhov
2011-11-27Checksum fix from reyk (rev1.31) that was lost during update:Mike Belopuhov
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-14Use a fixed io_page for all hibernate I/O, which is needed forMike Larkin
2011-11-12Unbreak tree after kettenis's sanitization in pcidevsPhilip Guenthe
2011-11-12regenMark Kettenis