summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-04-20Interrupt handlers should only return 1 if they did some work. TheClaudio Jeker
2011-04-20Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as aMike Larkin
2011-04-20do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-19Iopoolification. Much simpler version than the one revived at k2k11.Kenneth R Westerback
2011-04-19clean out some tiny nitsTheo de Raadt
2011-04-19regenJonathan Gray
2011-04-19add some more Core 2G/6 Series PCH entriesJonathan Gray
2011-04-19Simplify umass devid generation. Only use the last 12 characters ofMatthew Dempsky
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-19Remove dead assignments and newly created unused variables.Charles Longeau
2011-04-19Fix dead store. Instead of just remove it, use it properly.Charles Longeau
2011-04-19Cease to pretend RAW SCSI mode exists. Eradicate all traces.Kenneth R Westerback
2011-04-19Include USB vendor and product ids when manufacturing a unique disk idMatthew Dempsky
2011-04-18remove the old style by-pass-the-buffer-cache vnd code.Thordur I. Bjornsson
2011-04-18ido not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-18since the pciide driver's interrupt handler can return -1 during hotplugTheo de Raadt
2011-04-18keep an eye out for wdc registers returning 0xff. if they return 0xff,Theo de Raadt
2011-04-18Change all aml_xfoo to aml_foo names now that parser is stableJordan Hargrave
2011-04-17Add wol support to xl(4). Not really tested, but hopefully someone willStefan Sperling
2011-04-17Don't increase if_oerrors for every multicast frame leaving the interface.Stefan Sperling
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