Age | Commit message (Expand) | Author |
2009-12-09 | Do not count input errors twice. We always read input errors from | Christian Weisgerber |
2009-12-08 | claim Intel 82801H RAID by pci id. it might be in RAID mode, not ahci. | David Gwynne |
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper Lievisse Adriaanse |
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski |
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson |
2009-12-01 | regen | Jasper Lievisse Adriaanse |
2009-12-01 | - add a whole bunch of more devices from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | - regen | Jasper Lievisse Adriaanse |
2009-12-01 | - some more id's from dmesgs | Jasper Lievisse Adriaanse |
2009-12-01 | Change type of dva to u_int64_t to make mpii(4) compile on i386. | Alexander Bluhm |
2009-11-30 | Re-initialise the interface upon resume. | Mark Kettenis |
2009-11-30 | regen | Jasper Lievisse Adriaanse |
2009-11-30 | - add two devices found in dmesgs | Jasper Lievisse Adriaanse |
2009-11-29 | Merge in some tidying up bits from gem(4). From Brad. | Mark Kettenis |
2009-11-28 | Fix previous; pointed out by stsp@ | Mark Kettenis |
2009-11-28 | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children | Mark Kettenis |
2009-11-26 | Fix an issue where 82573L based em(4) devices had long latencies on the | Dariusz Swiderski |
2009-11-26 | em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being set | Dariusz Swiderski |
2009-11-26 | unbrak previous | Dariusz Swiderski |
2009-11-26 | handle DV_SUSPEND and DV_RESUME | Dariusz Swiderski |
2009-11-26 | Only re-initialise interfaces on suspend if they were IFF_RUNNING. | Mark Kettenis |
2009-11-25 | fix default phy_addr makes 82545 work again | Dariusz Swiderski |
2009-11-25 | oopsy. don't fuck the offset when we wrap the ring with NOOPs. | Owain Ainsworth |
2009-11-25 | Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is | Dariusz Swiderski |
2009-11-25 | Just some minor cleanup. OK deraadt@ | Claudio Jeker |
2009-11-25 | Consider any tx buffer that is freed in vr_stop() to be an unsent | Theo de Raadt |
2009-11-25 | Re-enable the debug messages from bus errors and tx underruns so that | Theo de Raadt |
2009-11-25 | Do not call vr_stop() and vr_reset() before calling vr_init(), because | Theo de Raadt |
2009-11-24 | Add event framework. | Marco Peereboom |
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis |
2009-11-24 | Thoroughly reset the chip upon suspend and give the PHY a chance to | Mark Kettenis |
2009-11-24 | for MCLGETI to work correctly drivers need to first dequeue all available | Claudio Jeker |
2009-11-24 | msk_newbuf() had an off by one when putting the packet onto the cluster | Claudio Jeker |
2009-11-24 | implement suspend and resume | Jacob Meuser |
2009-11-24 | Bring multicast/promisc handling in line with other network drives. | Joel Sing |
2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume | Mark Kettenis |
2009-11-23 | Make vge(4) detachable. | Mark Kettenis |
2009-11-23 | some whitespace cleanups. | Owain Ainsworth |
2009-11-23 | move the lastclose function into i915_drv.c where it belongs. | Owain Ainsworth |
2009-11-23 | must return result of config_activate_children | Theo de Raadt |
2009-11-23 | pci should return the result of it's children's suspend/resume calls back | Mike Larkin |
2009-11-23 | Add azalia(4) suspend/resume stabs, now some laptops can go all the way. | Paul Irofti |
2009-11-23 | Pad the ringbuffer with NOOPs before wrapping around, instead of | Owain Ainsworth |
2009-11-23 | remove a debug printf that won't compile anymore. | Owain Ainsworth |
2009-11-23 | G4X chipsets actually have a slightly larger vblank counter register, | Owain Ainsworth |
2009-11-23 | Make it so that instead of grabbing and ungrabbing the spinlock one line apart, | Owain Ainsworth |
2009-11-23 | nuke some prototypes from functions that died a fair while ago. | Owain Ainsworth |
2009-11-23 | Suspend/resume goop for inteldrm, essentially a big pile of save/restore | Owain Ainsworth |