Age | Commit message (Expand) | Author |
2010-10-23 | Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks! | Paul Irofti |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-09 | only print out of sync messages when compiled for debugging | Jacob Meuser |
2010-10-08 | Call bus_space_barrier() after each read and write, since this | Alexandre Ratchov |
2010-10-08 | encoding of envy is little endian, not native endian, probably fixes envy | Alexandre Ratchov |
2010-10-08 | put all calls bus_space_xxx() into functions, makes the code smaller | Alexandre Ratchov |
2010-10-08 | check current hardware position in interrupt handler. it's possible | Jacob Meuser |
2010-10-07 | If the card model is not ``HT/PT'', then check that the DMA physical | Alexandre Ratchov |
2010-10-06 | Give the device the physical address obtained from the DMA mapping | Alexandre Ratchov |
2010-10-05 | regen | David Gwynne |
2010-10-05 | areca have a new family of controllers out | David Gwynne |
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov |
2010-09-29 | Radeon HD4200 Mobility; from brynet. Some flags tweaks from me. | Owain Ainsworth |
2010-09-29 | sync | Owain Ainsworth |
2010-09-29 | Radeon HD4200 Mobility from Brynet | Owain Ainsworth |
2010-09-25 | ppb(4) should respect pci_dopm, like pci(4) does, and not try to poweroff | Mike Larkin |
2010-09-22 | use audio(4)'s quiesce/resume for data i/o, and ac97_resume() for mixer | Jacob Meuser |
2010-09-22 | autoconf activate, suspend/resume support | Jacob Meuser |
2010-09-21 | In i915_gem_idle, don't fail if we have a wedged chipset (this only | Owain Ainsworth |
2010-09-21 | Use RING_WAIT state for the ringbuffer and the instdone debug register | Owain Ainsworth |
2010-09-21 | On gen3 hardware always unconditionally set the C3_LP_WRITE_ENABLE bit | Owain Ainsworth |
2010-09-21 | Enable error interrupts on ironlake, as we do on all other chips. | Owain Ainsworth |
2010-09-21 | Fix a couple of typos and remove some if 0ed code that is not coming back. | Owain Ainsworth |
2010-09-21 | reorder the busy ioctl order of operations to be nicer and a little more | Owain Ainsworth |
2010-09-21 | When we reset the chip, no need to clear the active list, the | Owain Ainsworth |
2010-09-21 | Fix up an unlock that was left over when I changed the locking | Owain Ainsworth |
2010-09-21 | much better suspend/resume support | Jacob Meuser |
2010-09-21 | regen | Jonathan Gray |
2010-09-21 | Add some devices from submitted dmesgs and correct some devices | Jonathan Gray |
2010-09-21 | Avoid double unlocking the DRM lock in drmclose(). Caught by the | Matthew Dempsky |
2010-09-21 | audio(4) and ac97(4) style suspend/resume | Jacob Meuser |
2010-09-21 | use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for | Jacob Meuser |
2010-09-21 | * add autoconf(9) activate function. basically the same as other ac97(4) | Jacob Meuser |
2010-09-21 | * use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting | Jacob Meuser |
2010-09-21 | When attaching a unknown SFP+ module on the 82598 controller recompute the | Claudio Jeker |
2010-09-20 | Fix a variety of structure packing and byte order bugs to try to get | Theo de Raadt |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko |
2010-09-19 | Check the right mask for additional functions in phy code for 82575 | Jonathan Gray |
2010-09-19 | wrap a long line | Theo de Raadt |
2010-09-19 | Move setting of reception of broadcast packets from lii_init() into | Stuart Henderson |
2010-09-17 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | Add some missing bus_dmamap_sync(). Fix a small whitespace problem while | Mark Kettenis |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for emu(4). uses audio(4) | Jacob Meuser |