summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-10-02regenMiod Vallat
2009-10-02One more DEC device found on alpha clustersMiod Vallat
2009-09-30- Sync the BCM5785G PCI id for bge(4) and add BCM5785F / BCM57788.Stuart Henderson
2009-09-30syncStuart Henderson
2009-09-30- Some new PCI ids for the BCM5717, BCM5718, BCM5785F, and BCM57788 chipsets.Stuart Henderson
2009-09-29Support the Phison PS5000. IO Data and other vendors are now using thisTheo de Raadt
2009-09-29syncTheo de Raadt
2009-09-29phison pciide controller found in expresscard SSD cardsTheo de Raadt
2009-09-24Handle the upper 32 bits of the prefetchable memory range when setting upMiod Vallat
2009-09-20Implement a detach function in wpi(4) and iwn(4).Damien Bergamini
2009-09-20syncStuart Henderson
2009-09-20Add ATI SB900 IDs, from Brad. Confirmed against Linux diffs submitted by AMD.Stuart Henderson
2009-09-15SyncClaudio Jeker
2009-09-15Better product names for the newest Intel cards. Include the productClaudio Jeker
2009-09-14don't try to manipulate an invalid node. fixes codec detectionJacob Meuser
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-09-13ATI SB700 can be handled in ahci mode like SB600. suggested byMatthieu Herrb
2009-09-12GPIO quirk for Dell Inspiron 1400Jacob Meuser
2009-09-12there are machines that have more than one fixed speaker. useJacob Meuser
2009-09-12move code for getting controller capabilities out of azalia_init()Jacob Meuser
2009-09-10better to wait for codecs to finish resetting in azalia_reset()Jacob Meuser
2009-09-09reorganize attach/initialization into more task specific functions.Jacob Meuser
2009-09-09move code to reset the controller from the attach function to it'sJacob Meuser
2009-09-09add a few more members to stream_t and use it as a coherent sourceJacob Meuser
2009-09-09move code to enable widget unsolicited event generation into it'sJacob Meuser
2009-09-09handle mixer get/set requests for class type mixer items in the underlyingJacob Meuser
2009-09-09make sure node id for stream mode mixer items is validJacob Meuser
2009-09-09azalia.h:Jacob Meuser
2009-09-08cleanup/fix RIRB processing:Jacob Meuser
2009-09-08Something i should have commited months ago.Owain Ainsworth
2009-09-05u_int32_t not u_int32_ts in debug code.Claudio Jeker
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-09-05Remove unnecessary assignments in sii311[24]_chip_map().Miod Vallat
2009-09-04Bring back support for iCH10 based chips. This time support for fiber cardsDariusz Swiderski
2009-09-04Make sure the MAC address is correct on big-endian platforms if it isn't readMark Kettenis
2009-08-29Split the ti(4) driver into mostly bus-agnostic code and PCI-specificMark Kettenis
2009-08-28Writing 0 to the PCI_LEGACY register *is* the proper way to disable theMark Kettenis
2009-08-27syncJolan Luff
2009-08-27Radeon HD 4350Jolan Luff
2009-08-27syncDavid Hill
2009-08-27nVidia Geforce Go 7950 GTXDavid Hill
2009-08-25We can treat BARs initialized to 0 as invalid now on socppc.Mark Kettenis
2009-08-21Back-out support for iCH10 chips from em(4).Dariusz Swiderski
2009-08-19syncMatthieu Herrb
2009-08-19Trident Cyberblade XP2 as found in VTBook PCCard. ok marco@.Matthieu Herrb
2009-08-17All callers of qli_get_fw_state() bzero the mbox memory, no need to do itMiod Vallat
2009-08-13add a shutdown hook to stop unsolicited responses and the CORB andJacob Meuser
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-08-13set ITSDONE on the xs before calling scsi_done()David Gwynne
2009-08-12revert my change to m_cluncount which tries to prevent the systemDavid Gwynne