Age | Commit message (Expand) | Author |
2011-04-14 | Add several additional adapter types and correct definition of | Jonathan Gray |
2011-04-14 | Spacing nit. | Owain Ainsworth |
2011-04-14 | For the time being repost Intel clarkdale IGD. | Owain Ainsworth |
2011-04-14 | Make RAIDFRAME compile | pea |
2011-04-14 | Reducing number of call update_leds(). | Alexandr Shadchin |
2011-04-14 | do not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-14 | stray space | Marco Peereboom |
2011-04-14 | Ignore scsi start stop instead of trying to be clever. A softraid | Marco Peereboom |
2011-04-13 | wskbd_holdscreen() is not needed and can be removed | Alexandr Shadchin |
2011-04-13 | to quote from the gospel of bus_dma.9: | David Gwynne |
2011-04-13 | modify the interrupt handler so it only processes the rings once, | David Gwynne |
2011-04-13 | modify the interrupt handler so it only processes the rings once, rather | David Gwynne |
2011-04-12 | regen | Jonathan Gray |
2011-04-12 | add some entries from submitted dmesgs | Jonathan Gray |
2011-04-12 | We need to delay 10msec after changing to/from D3 state. note: There are | Theo de Raadt |
2011-04-12 | Fix uninitialized variable access introduced in 1.58, causing read access | Miod Vallat |
2011-04-11 | Fix SPL handling when PCDISPLAY_SOFTCURSOR is enabled. | Matthew Dempsky |
2011-04-11 | uncompressed video formats have a fixed per-pixel bit depth, which | Jacob Meuser |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin |
2011-04-10 | bring back changes in r 1.192: | Jacob Meuser |
2011-04-09 | add all 64 bit dma plumbing but stick with 32 for now by default. | Marco Peereboom |
2011-04-09 | use unique wait channels | Theo de Raadt |
2011-04-09 | make sure the upper 32 bits are always written to instead of assuming it | Marco Peereboom |
2011-04-08 | backout previous (which has some interrupt spin problem, sort of diagnosed | Theo de Raadt |
2011-04-08 | more spaces | Marco Peereboom |
2011-04-08 | kill some stray spaces | Marco Peereboom |
2011-04-08 | rename wiat channel to something less than 8 chars. | Marco Peereboom |
2011-04-08 | use dma_alloc for transient management commands. | Marco Peereboom |
2011-04-08 | Remove unused code/array | Jordan Hargrave |
2011-04-08 | one dma_free() was mistakenly left as free() | Theo de Raadt |
2011-04-08 | Fix raidp/raid6 to work with new iopool code, needed to swap wu's | Jordan Hargrave |
2011-04-07 | Fix uninitialized name and x variables in setfan | Jordan Hargrave |
2011-04-07 | Revert prior diff that I ok because I don't know how to read. Real fix | Marco Peereboom |
2011-04-07 | Fix device names in acpitz_setfan() printf messages, which got broken in | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Prepare to add support Synaptics touchpads | Alexandr Shadchin |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2011-04-07 | Make sure the eeprom pointer is correctly initialized in | Miod Vallat |
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback |
2011-04-06 | Don't enumerate _DOD for attaching acpivout(4), since: | Martynas Venckus |
2011-04-06 | Correctly protect the arguments of the AIC_ASSERT() macro. | Miod Vallat |
2011-04-06 | fix installboot. | Marco Peereboom |
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne |
2011-04-06 | add a new "serial" devid type for scsi devices. add code to usb that fakes | David Gwynne |
2011-04-06 | make crypto work with bigmem | Marco Peereboom |
2011-04-06 | fix some spaces while looking for bigmem shiz | Marco Peereboom |
2011-04-06 | make rebuild also work in bigmem | Marco Peereboom |
2011-04-06 | handle bigmem for metadata reads and writes. this should be pre allocated | Marco Peereboom |
2011-04-05 | pull the dmamam wrapper in from all my other drivers and use it to replace | David Gwynne |
2011-04-05 | binary vs logical or, found by clang | Jonathan Gray |