Age | Commit message (Expand) | Author |
2013-02-15 | backout latest: audio keys can autorepeat. Autorepeated keys are not | Alexandre Ratchov |
2013-02-15 | More DPRINTF use, no object change. | Martin Pieuchot |
2013-02-15 | Do not loop forever if the keyboard send a BAT (Basic Assurance Test) | Martin Pieuchot |
2013-02-14 | No need to treat amd64 specially; always return CN_HIGHPRI. | Mark Kettenis |
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 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | 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-07 | Remove dead code. | Martin Pieuchot |
2013-02-04 | The firmware isn't always happy with the length of the "join BSS" command | Mark Kettenis |
2013-02-02 | - remove product/vendor table and let the driver attach based on class, etc. | Federico G. Schwindt |
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 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
2013-01-29 | - Set ENETRESET within myx_ioctl() instead of calling myx_iff() directly, to be | Brad Smith |
2013-01-29 | Rewrite the receive filter handling code and cleanup the ioctl bits. | 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 | Make ulpt(4) upload firmware into HP LaserJet printers which require firmware. | Stefan Sperling |
2013-01-28 | regen | Stefan Sperling |
2013-01-28 | Add USB device IDs for HP LaserJet printers which require firmware. | Stefan Sperling |
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-18 | Convert softraid crypto to the new ccb and workunit completion functions. | Joel Sing |
2013-01-18 | The workunit completion needs to run at IPL_BIO, at least for now. | Joel Sing |
2013-01-18 | Convert softraid RAID 0 to new workunit completion functions | Joel Sing |
2013-01-18 | Convert softraid concat to new workunit completion functions. | Joel Sing |
2013-01-18 | Tweak workunit completion. | Joel Sing |
2013-01-18 | Implement common workunit completion functions and handle the completion | Joel Sing |
2013-01-18 | Clean up and rework workunit completion for RAID 0. Ensure that we remove | Joel Sing |
2013-01-18 | acpi: add acpiec_lock and acpi_unlock routines. | Paul Irofti |
2013-01-18 | Convert RAID1 to new ccb functions. | Joel Sing |
2013-01-18 | data transfers suit STREAMING dma maps. | David Gwynne |
2013-01-18 | acpi: Add global lock enter and leave routines. | Paul Irofti |
2013-01-18 | Clean up and rework workunit completion for concat. Ensure that we remove | Joel Sing |
2013-01-18 | Reset I/O counters when releasing ccbs. | Joel Sing |
2013-01-17 | Don't try to access m_head after it may be freed (unlikely for VT6105M, | Chris Cappuccio |