summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2010-03-22There is a workaround for a 82599 specific errata that could hang the rx dmaJonathan Gray
2010-03-22Use the correct number of max scatter gather segments for 82599,Jonathan Gray
2010-03-21another macbook that needs reference voltage for output.Jacob Meuser
2010-03-21deal with the possibility of two internal speaker pins, like onJacob Meuser
2010-03-19Remove support for preproduction 82598 revision A0,Jonathan Gray
2010-03-16Set rx_ndescs to zero when initializing the rx ring. Otherwise we'llMark Kettenis
2010-03-16eek! negative array offsets are bad. don't allow them.Jacob Meuser
2010-03-15Add support for 82801HBM RAID. 'that diff can go in' kettenis@Dale Rahn
2010-03-15Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATAKenneth R Westerback
2010-03-09- push replies back to the free queue when done processing eventsMarco Peereboom
2010-03-07Don't stop DMA in envy_halt_intput() and/or envy_halt_output().Alexandre Ratchov
2010-03-07Make NO_CCB do its thing and by proxy mpii gets a much funner number ofMarco Peereboom
2010-03-05- regenJasper Lievisse Adriaanse
2010-03-05- add a bunch of devices found in dmesgsJasper Lievisse Adriaanse
2010-03-03G41 works here too, so enable it for inteldrm.Owain Ainsworth
2010-03-03Attach intagp on the G41 also.Owain Ainsworth
2010-03-02Fix support for Intel PRO/1000 QP 82575-based devices. This changes the wayDariusz Swiderski
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-03-02syncStuart Henderson
2010-03-02- Add PCI id for the Smart Array P700m adapter.Stuart Henderson
2010-02-28In pci_mapreg_map(), do not blindly dereference a possible NULL pointerMiod Vallat
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-02-26regenRobert Nagy
2010-02-26Add Ricoh SD/MMC found in the Dell Studio 1557Robert Nagy
2010-02-25Fix up some of the comments to use the correctAlexandre Ratchov
2010-02-25Remove trailing spaces,Alexandre Ratchov
2010-02-25Add support for the 82599 ExpressModule (X520-P2) card.Jonathan Gray
2010-02-25regenJonathan Gray
2010-02-25add product id for 82599 ExpressModule found in the Linux driver.Jonathan Gray
2010-02-25- endianness fixes in then bioctl code;Marco Peereboom
2010-02-24Don't print "EEPROM reload timed out" message. Devices that don't have anMark Kettenis
2010-02-23Add support for 82599 devices based on changes to the FreeBSD driver.Jonathan Gray
2010-02-22regenJonathan Gray
2010-02-22Add some more 82599 ids from the FreeBSD driver.Jonathan Gray
2010-02-21syncTheo de Raadt
2010-02-21the 82597EX is LR or SR, not only LRTheo de Raadt
2010-02-21syncTheo de Raadt
2010-02-21new plx goo, all the timeTheo de Raadt
2010-02-20Instead of defining le16_to_cpu to nothing use letoh16 so thisJonathan Gray
2010-02-20Make use of PHY port numbers as targets for the drives insteadMarco Peereboom
2010-02-20- implements bioctl support;Marco Peereboom
2010-02-20Add necessary bits to support AC97 codecs in envy and add supportAlexandre Ratchov
2010-02-19Work with pre-standard revision A ProCurve Direct Attach Cables.Jonathan Gray
2010-02-19Partial sync to the latest version of ixgbe in FreeBSD leaving thingsJonathan Gray
2010-02-19Make this truly MI:Miod Vallat
2010-02-19Move auglx(4) from i386-only land to MI land.Miod Vallat
2010-02-17read calibration version from ROM and set IWN_GP_DRIVER_CALIB_VER6Damien Bergamini