Age | Commit message (Expand) | Author |
2015-04-06 | Convert to if_input(); ok mpi@ | Miod Vallat |
2015-04-05 | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; | Miod Vallat |
2015-04-03 | Fix unsigned vs signed comparison in for() loop condition causing an infinite | Miod Vallat |
2015-04-01 | Kill useless comments talking about ether_input(). | Martin Pieuchot |
2015-03-31 | Upon finding an AUX slot that has no driver for it (such as the | Joshua Stein |
2015-03-30 | Convert, convert, convert 'em all to if_input(), tralalalala... | Martin Pieuchot |
2015-03-30 | Convert to if_input(), tested by sebastia@. | Martin Pieuchot |
2015-03-29 | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from | Miod Vallat |
2015-03-29 | In vga_load_font(), keep track of the font bits being passed by the caller, | Miod Vallat |
2015-03-24 | Convert to if_input(). | Martin Pieuchot |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-20 | some re(4) chips can do jumbos, but none of them can checksum jumbo | David Gwynne |
2015-03-20 | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable | Stefan Sperling |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-13 | convert to if_input() | Jasper Lievisse Adriaanse |
2015-03-12 | If while attaching pckbdc device slots, we find a slot has failed to | Theo de Raadt |
2015-03-12 | Print the current link speed for SATA devices attached on ahci(4). | Bryan Steele |
2015-03-09 | In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT | Miod Vallat |
2015-03-08 | properly set sgl related flags on skinny controllers. this fixes | David Gwynne |
2015-03-08 | Revert patch responsible for locking up machines with | Tobias Ulmer |
2015-02-28 | Remove duplicated defines for window 7 registers. | Miod Vallat |
2015-02-12 | Convert to if_input(). | Martin Pieuchot |
2015-02-11 | include extended capabilities in ahci debug output | Jonathan Matthew |
2015-02-11 | recognise ahci 1.3.1 | Jonathan Matthew |
2015-02-10 | Wireless drivers call if_input() via ieee80211_input() which set `rcvif' | Martin Pieuchot |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-02-09 | turn off QLA_DEBUG noise, requested by deraadt@ | Jonathan Matthew |
2015-02-09 | we want to defer work traditionally (in openbsd) handled in an | David Gwynne |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-08 | Fix mfi ioctl to set drive state properly. | YASUOKA Masahiko |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-26 | Set PCIe max read request size to 2K to help with TX performance. | Brad Smith |
2015-01-23 | break after return is useless. | David Gwynne |
2015-01-21 | Add a comment above the autopad checking. | Brad Smith |
2015-01-21 | Use the RL_FLAG_AUTOPAD flag when trying to determine when | Brad Smith |
2015-01-20 | Fix size of the bcopy when extracting the MAC address. | Brad Smith |
2015-01-20 | Remove use of the link change interrupt handling, not all controllers | Brad Smith |
2015-01-20 | Some fixes for handling link state changes. | Brad Smith |
2015-01-15 | Remove a variable no longer used in re_tick(). | Brad Smith |
2015-01-15 | Fix subtle breakage for polled commands introduced during iopool conversion. | Miod Vallat |
2015-01-10 | Remove pointless empty 64bit support code stubs from bwi(4). | Stefan Sperling |
2015-01-10 | Merge two bwi(4) fixes from FreeBSD: | Stefan Sperling |
2015-01-09 | Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) will | YASUOKA Masahiko |
2015-01-08 | Use the correct config registers for the RTL8139 family. Unlike the RTL8169 | Brad Smith |
2015-01-04 | Fix error handling for re_encap() within re_start() and some tidying up. | Brad Smith |