Age | Commit message (Expand) | Author |
2013-03-10 | Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci | Stefan Fritsch |
2013-03-10 | if_vio: Add some more debug output if VIRTIO_DEBUG is defined | Stefan Fritsch |
2013-03-09 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-07 | Add the PCI ids for the BCM57762 and BCM57766 chipsets. | Brad Smith |
2013-03-07 | Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319 | Brad Smith |
2013-03-07 | remove spurious semicolon at end of if statement in vr_watchdog. | Stuart Henderson |
2013-03-07 | Correct the delay when programming the short cable fix. It should be | Brad Smith |
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith |
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis |
2013-03-04 | fix format string issue when printing an error our on bge's with APE and | David Gwynne |
2013-03-02 | match on EP80579, works fine on a machine I have | Jonathan Gray |
2013-02-24 | use dma memory for bl_pages | Stefan Fritsch |
2013-02-22 | bring back 5718/5719/5720 support again. deraadt pointed out that | David Gwynne |
2013-02-19 | Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode. | Brad Smith |
2013-02-15 | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, | Alexandre Ratchov |
2013-02-09 | - Use a switch statement for setting the chipset flags | Brad Smith |
2013-02-09 | Replace a bunch of if () else if () else if () else if () ... with that | Miod Vallat |
2013-02-09 | No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are | Miod Vallat |
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson |
2013-02-09 | Allow the user to configure an MTU of up to 1518, which does not require | Stuart Henderson |
2013-02-08 | - remove ununsed PCI_ANY_ID macros | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ | Jasper Lievisse Adriaanse |
2013-02-08 | regen | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ which happens to have a quirky vendor ID. use that ID | Jasper Lievisse Adriaanse |
2013-02-07 | Sync. | Paul Irofti |
2013-02-07 | Add Radeon HD 7290. | Paul Irofti |
2013-02-01 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-30 | backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5 | David Gwynne |
2013-01-29 | - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be | Brad Smith |
2013-01-29 | Add the PCI id for the D-Link DFE-520TX C1 board. | Brad Smith |
2013-01-29 | big pullup of bge to support the 5718 family of chips including the | David Gwynne |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-27 | Correct the PBA size used for PCH adapters (26KB). | Brad Smith |
2013-01-25 | the event type is a 16bit value, not 32bit. use htole16 instead of htole32. | David Gwynne |
2013-01-25 | we go to a lot of effort to post the first tx descriptor last, but we | David Gwynne |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-21 | Split AHCI in order to support devices which are not attached via pci. | Patrick Wildt |
2013-01-21 | myx does reads and writes in one direction to packet buffers. lets try | David Gwynne |
2013-01-17 | Don't try to access m_head after it may be freed (unlikely for VT6105M, | Chris Cappuccio |
2013-01-17 | sync | Reyk Floeter |
2013-01-17 | Add a few more VMware devices. | Reyk Floeter |
2013-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes | Theo de Raadt |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2013-01-17 | Force the latest 3 generations of Intel SATA chipsets into AHCI mode. | Claudio Jeker |
2013-01-16 | Fight global eye bleeding by fixing evil typos. | Miod Vallat |
2013-01-16 | Loongson: add throttling support. | Paul Irofti |
2013-01-16 | regen | Brad Smith |
2013-01-16 | Some corrections for D-Link device names. | Brad Smith |
2013-01-16 | fix typo in comment | Darren Tucker |