Age | Commit message (Expand) | Author |
2011-04-24 | in azalia_intr(): | Jacob Meuser |
2011-04-24 | do not need that proto | Theo de Raadt |
2011-04-24 | get the error ccbs state right for a put when a port is empty. should get | David Gwynne |
2011-04-24 | match Radeon HD5450 on the kernel side; Mark Peoples | Theo de Raadt |
2011-04-24 | sync | Theo de Raadt |
2011-04-24 | Radeon HD5450, Mark Peoples | Theo de Raadt |
2011-04-22 | Turning on SCSIDEBUG (for debugging other drivers, of course) should | Theo de Raadt |
2011-04-22 | Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY. | Jonathan Gray |
2011-04-21 | match on 6 series smbus, tested by Laurence Tratt | Jonathan Gray |
2011-04-21 | steal the ccb for error handling before it might be needed during the | David Gwynne |
2011-04-21 | ahci asks atascsi to reserve a ccb to use for error handling, but then | David Gwynne |
2011-04-20 | Interrupt handlers should only return 1 if they did some work. The | Claudio Jeker |
2011-04-20 | Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as a | Mike Larkin |
2011-04-20 | do not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-19 | regen | Jonathan Gray |
2011-04-19 | add some more Core 2G/6 Series PCH entries | Jonathan Gray |
2011-04-18 | ido not disable interrupts in the isr and then enable them again | David Gwynne |
2011-04-18 | since the pciide driver's interrupt handler can return -1 during hotplug | Theo de Raadt |
2011-04-18 | keep an eye out for wdc registers returning 0xff. if they return 0xff, | Theo de Raadt |
2011-04-17 | Add wol support to xl(4). Not really tested, but hopefully someone will | Stefan Sperling |
2011-04-15 | Remove dead assignments and one newly created unused variable. | Charles Longeau |
2011-04-14 | add support for VIA VT6415 & VX900 IDE | Jonathan Gray |
2011-04-14 | regen | Jonathan Gray |
2011-04-14 | VIA VX900 IDE | Jonathan Gray |
2011-04-14 | the mechanical part of 82580 support, more to come | 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 | do not disable interrupts in the isr and then enable them again | David Gwynne |
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-10 | Merge viapm and viaenv | Alexandr Shadchin |
2011-04-10 | bring back changes in r 1.192: | Jacob Meuser |
2011-04-09 | use unique wait channels | Theo de Raadt |
2011-04-08 | backout previous (which has some interrupt spin problem, sort of diagnosed | Theo de Raadt |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2011-04-06 | move ips to iopools. its the usual drill, io between volumes is now | David Gwynne |
2011-04-05 | We only use the io space in em_reset_hw() on a few MAC types | Jonathan Gray |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-04 | detach happens after the hardware is gone, so don't try to touch | Jacob Meuser |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-04-03 | Another driver made safer for big mem by dma_alloc/dma_free'ing | Kenneth R Westerback |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-04-03 | No need to include uvm/uvm_extern.h and fix a typo. | Claudio Jeker |
2011-04-03 | Use a own "bounce buffer" that is used to send and receive packets. | Claudio Jeker |