summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-04-16Initialize variables before use.Kenneth R Westerback
2011-04-15Change wdc_reset_channel() to take a `no wait' argument. Pass in turn thisMiod Vallat
2011-04-15Remove the acpi event definitions. They've not been used for over aOwain Ainsworth
2011-04-15Remove dead assignments and one newly created unused variable.Charles Longeau
2011-04-14add support for VIA VT6415 & VX900 IDEJonathan Gray
2011-04-14regenJonathan Gray
2011-04-14VIA VX900 IDEJonathan Gray
2011-04-14the mechanical part of 82580 support, more to comeJonathan Gray
2011-04-14Add several additional adapter types and correct definition ofJonathan Gray
2011-04-14Spacing nit.Owain Ainsworth
2011-04-14For the time being repost Intel clarkdale IGD.Owain Ainsworth
2011-04-14Make RAIDFRAME compilepea
2011-04-14Reducing number of call update_leds().Alexandr Shadchin
2011-04-14do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-14stray spaceMarco Peereboom
2011-04-14Ignore scsi start stop instead of trying to be clever. A softraidMarco Peereboom
2011-04-13wskbd_holdscreen() is not needed and can be removedAlexandr Shadchin
2011-04-13to quote from the gospel of bus_dma.9:David Gwynne
2011-04-13modify the interrupt handler so it only processes the rings once,David Gwynne
2011-04-13modify the interrupt handler so it only processes the rings once, ratherDavid Gwynne
2011-04-12regenJonathan Gray
2011-04-12add some entries from submitted dmesgsJonathan Gray
2011-04-12We need to delay 10msec after changing to/from D3 state. note: There areTheo de Raadt
2011-04-12Fix uninitialized variable access introduced in 1.58, causing read accessMiod Vallat
2011-04-11Fix SPL handling when PCDISPLAY_SOFTCURSOR is enabled.Matthew Dempsky
2011-04-11uncompressed video formats have a fixed per-pixel bit depth, whichJacob Meuser
2011-04-10Merge viapm and viaenvAlexandr Shadchin
2011-04-10bring back changes in r 1.192:Jacob Meuser
2011-04-09add all 64 bit dma plumbing but stick with 32 for now by default.Marco Peereboom
2011-04-09use unique wait channelsTheo de Raadt
2011-04-09make sure the upper 32 bits are always written to instead of assuming itMarco Peereboom
2011-04-08backout previous (which has some interrupt spin problem, sort of diagnosedTheo de Raadt
2011-04-08more spacesMarco Peereboom
2011-04-08kill some stray spacesMarco Peereboom
2011-04-08rename wiat channel to something less than 8 chars.Marco Peereboom
2011-04-08use dma_alloc for transient management commands.Marco Peereboom
2011-04-08Remove unused code/arrayJordan Hargrave
2011-04-08one dma_free() was mistakenly left as free()Theo de Raadt
2011-04-08Fix raidp/raid6 to work with new iopool code, needed to swap wu'sJordan Hargrave
2011-04-07Fix uninitialized name and x variables in setfanJordan Hargrave
2011-04-07Revert prior diff that I ok because I don't know how to read. Real fixMarco Peereboom
2011-04-07Fix device names in acpitz_setfan() printf messages, which got broken inMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-07Prepare to add support Synaptics touchpadsAlexandr Shadchin
2011-04-07Avoid using an uninitialized variable when downgrading PIO mode too much onMiod Vallat
2011-04-07Make sure the eeprom pointer is correctly initialized inMiod Vallat
2011-04-07Iopoolification of another once common bus/device.Kenneth R Westerback
2011-04-06Don't enumerate _DOD for attaching acpivout(4), since:Martynas Venckus
2011-04-06Correctly protect the arguments of the AIC_ASSERT() macro.Miod Vallat
2011-04-06fix installboot.Marco Peereboom