summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-04-20Nuke a few dead stores and one newly created unused variable.Owain Ainsworth
2010-04-20A few more uninitialised variables (mostly in incredibly uncommon cases).Owain Ainsworth
2010-04-20Don't ask for ipv6 checksum offloading as we aren't ready for it.Jonathan Gray
2010-04-20Don't write garbage to the config space for phison,Jonathan Gray
2010-04-20- an unsolicited response contains the codec address, not the codecJacob Meuser
2010-04-19Enable VS timer dispatch, from Eric Anholt upstream.Owain Ainsworth
2010-04-19Fix use of uninitialised variable.Owain Ainsworth
2010-04-19Add flags for chipset generation in with the other chipset type flagsOwain Ainsworth
2010-04-19Correct fence pitch checking code and fence register writing on 9{1,4}x.Owain Ainsworth
2010-04-17regenMiod Vallat
2010-04-17A few more devices found on sgi hardware.Miod Vallat
2010-04-16Remove Intel RAID IDs for now. They can be added back when code has beenMark Kettenis
2010-04-16Additional gtt alignment paranoia:Owain Ainsworth
2010-04-16Correct reversed test in set_tiling. this should deal with the fenceOwain Ainsworth
2010-04-16Correct some comments and cleanup some whitespace.Owain Ainsworth
2010-04-16paranoia: NULL check before free.Owain Ainsworth
2010-04-16If we fail to idle the chip in leavvt don't disable the interrupt,Owain Ainsworth
2010-04-16fix types in two error printfs. one of these also had a %d bug no varargOwain Ainsworth
2010-04-15- fix bunch of use-after-free bugs found by splint;Marco Peereboom
2010-04-15Use IPL_TTY instead of IPB_BIO as suggested by oga.Marco Peereboom
2010-04-12Radeon HD3200 works; from kili@.Owain Ainsworth
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-11Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work,Mark Kettenis
2010-04-10Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta.Owain Ainsworth
2010-04-10some frees that were forgottenMarco Peereboom
2010-04-10Intel Centrino Advanced-N 6200 G2 adapters have their own hardwareDamien Bergamini
2010-04-10regenDamien Bergamini
2010-04-10new Intel Centrino Advanced-N 6200 G2 idDamien Bergamini
2010-04-09oopsie, misplaced {Marco Peereboom
2010-04-09- event handling rewrite (while preserving original logic);Marco Peereboom
2010-04-08DRM memory management for inteldrm(4) using the Graphics ExecutionOwain Ainsworth
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-04-07Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume.Owain Ainsworth
2010-04-06update a random sampling of drivers after the proc.h -> systm.h moveTed Unangst
2010-04-06A fix for the PCI-X check so that this is only tested on controllersChristian Weisgerber
2010-04-06add Intel 82801GR RAID.David Gwynne
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-05syncDamien Bergamini
2010-04-05new Ralink PCI IDsDamien Bergamini
2010-04-04Reinitialize pins upon resume. Makes audio work after resume on machinesMark Kettenis
2010-04-04Attach the 2nd generation of 6000 2x2 devices even though the firmwareDamien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for second generation of Intel Centrino Advanced-N 6200 devices.Damien Bergamini
2010-04-04syncDamien Bergamini
2010-04-04PCI ID for Atheros AR9300.Damien Bergamini
2010-04-04configure conversion for the correct direction. I guess no one hasJacob Meuser
2010-04-04avoid rounding the blocksize to 0Jacob Meuser
2010-04-03You cannot save a pointer to your attach arguments and expect it to pointMark Kettenis
2010-04-02add $OpenBSD$Jonathan Gray