summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-21Repost ATI FireGL M24 using the emulator. This card is seen on some IBMMike Larkin
2010-07-21remove duplicate AP192K_GPIO_XXX macros,Alexandre Ratchov
2010-07-21make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192kAlexandre Ratchov
2010-07-20do not timeout when stopping DMA channels.Damien Bergamini
2010-07-20VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks andMike Larkin
2010-07-18Support from vblank events in drm.Owain Ainsworth
2010-07-18regenMark Kettenis
2010-07-18Another PLX PCI Express switch.Mark Kettenis
2010-07-18regenMark Kettenis
2010-07-18Add missing Core i3/i5 PCIe bridge. Fix entries for the 5-series/3400 chipsetMark Kettenis
2010-07-18Kill inconsequential dead store.Owain Ainsworth
2010-07-18Radeon HD4670, from Henry Precheur; thanks!Owain Ainsworth
2010-07-18Radeon HD4200 (needs a newer radeon X driver than in tree though),Owain Ainsworth
2010-07-18Give each device on the bus full openings.Michael Knudsen
2010-07-16gc sc_lock. it is unused. ioctl commands can run concurrently now thatDavid Gwynne
2010-07-15when mpii(4) gets an async event (ie, sas topology change orDavid Gwynne
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14Let vga_pci.c build in kernel configs without acpi. ok kettenis@Matthieu Herrb
2010-07-13use PHY semaphore on 8275/82576 adapters in addition to 80003es2lan.Jonathan Gray
2010-07-13Fix dmesg printing.Mark Kettenis
2010-07-13Fix a broken mask for core temperature 1 and 2, and bias properly for degC.Mike Larkin
2010-07-09rewrite the polling codepath in mpii.David Gwynne
2010-07-09- Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets.Stuart Henderson
2010-07-07revert last commit, it made my puc(4) disappear. ok pirofti@Stuart Henderson
2010-07-07bring mpi_wait over to mpii for an mpsafe mechanism to sleep while waitingDavid Gwynne
2010-07-07rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to aDavid Gwynne
2010-07-07use a mutex to ensure writes to the two registers used to post commands toDavid Gwynne
2010-07-07let the config page request code sleep while waiting for a ccb if it isDavid Gwynne
2010-07-07do a 1:1 conversion of mpii_{get,put}_ccb to scsi_io_{get,put}.David Gwynne
2010-07-06add the iopool wrapper around the mpii ccb free list. cut the midlayer andDavid Gwynne
2010-07-06timeout_add -> timeout_add_msecBret Lambert
2010-07-05timeout_add -> timeout_add_secBret Lambert
2010-07-03Intel 3400 Thermal Sensor driver, found on some new Intel machines.Mike Larkin
2010-07-03Turns out theMark Kettenis
2010-07-02Yet another workaround for PCH devices adapted from Intel code inJonathan Gray
2010-07-02Provide an iopool in arc(4).Michael Knudsen
2010-07-02Protect the ccb free list with a mutex rather than splbio().Michael Knudsen
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02Add an ath_pci_activate callback for ACPI suspend/resume with ath(4).Reyk Floeter
2010-07-02add more MCP79 AHCI ids to the list of devices that need special handling,Jonathan Gray
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02Proper fix for uninitialized variable warning.Mark Kettenis
2010-07-02the variables work better when initialized. ok deraadtTed Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02braces define scope, not indentation. found hunting uninit bugs. ok ogaTed Unangst
2010-07-02Abstraction clean-up. `I like it' deraadt@.Paul Irofti
2010-07-02Add Lenovo ThinkPad X100e quirk, from Brad.Paul Irofti
2010-07-02Switch to nitems for the table, save some space. `Looks good' deraadt@.Paul Irofti
2010-07-01Repost T510 video using the emulator.Mike Larkin