Age | Commit message (Expand) | Author |
2014-08-27 | rxr ioctl handling. | David Gwynne |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-20 | Call audio_{pint,rint}() call-backs with the mutex held. Found by | Alexandre Ratchov |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-19 | yet another typo | Miod Vallat |
2014-08-19 | Enable rts5227, as found in my new Thinkpad x240. | Peter Hessler |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-15 | Create a function which loads sgd in the mfi_iop_ops struct so that skinny | YASUOKA Masahiko |
2014-08-03 | When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code | Jonathan Gray |
2014-07-31 | unbreak aac(4) by re-adding uvm_extern.h for ptoa() | Jasper Lievisse Adriaanse |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-20 | Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit | Stefan Sperling |
2014-07-20 | In bwi(4), don't declare an interrupt as unhandled in case the PHY TX error | Stefan Sperling |
2014-07-20 | Make bwi_dma_mbuf_create() use the correct loop counter in error case. | Stefan Sperling |
2014-07-20 | Load bwi(4) firmware once, not every time the interface is brought up. | Stefan Sperling |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Show eeprom version of ath devices in dmesg; ok reyk | Stefan Sperling |
2014-07-09 | Use the correct rf revision number for AR2425 radios. When read from | Stefan Sperling |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2014-06-27 | Standardize xfer byte counts to ssize_t rather than a mix of size_t and int | Miod Vallat |
2014-06-26 | Work around compatibility problems with Intel ahci and Intel SSDs by retrying | Jonathan Matthew |
2014-06-17 | ansi function declarations. | David Gwynne |
2014-06-07 | Document bwi(4) interrupt error flags by using named constants | Stefan Sperling |
2014-05-30 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2014-05-24 | Support for newer run(4) hardware ported from FreeBSD's run(4) driver. | Stefan Sperling |
2014-05-21 | We only have one possible location to use for a logged in port, so only set | Jonathan Matthew |
2014-05-18 | Make rtsx(4) attach to RTL8402 devices. Reported as working by Eric Huiban. | Stefan Sperling |
2014-05-17 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-10 | Sidestep format string issue by sanitizing a bit of debug code. | Mark Kettenis |
2014-05-08 | Format string fixes and removal of -Wno-format for hppa kernels. | Miod Vallat |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-04-27 | transplant hotplug code over from qle(4) | Jonathan Matthew |
2014-04-23 | Document RTS5227 support in rtsx(4). | Stefan Sperling |
2014-04-23 | rename some hardware revisions to match FreeBSD | Jonathan Gray |
2014-04-23 | add support for RTL8168EP | Jonathan Gray |
2014-04-23 | While we always mask the revision with 0x7c800000 linux uses a table | Jonathan Gray |
2014-04-23 | Add support for RTL8168GU | Jonathan Gray |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2014-04-21 | In qla_get_port_name_list, handle malloc failure, skip special fabric ports, | Jonathan Matthew |
2014-04-18 | reaching into altq unconditionally (and w/o ifdef ALTQ) is bad, mmkay? | Henning Brauer |
2014-04-16 | set ourselves up to respect the max data transfer size. | David Gwynne |
2014-04-16 | print the board name and firmware revision like we do on mpii and | David Gwynne |
2014-04-16 | have nvme_poll return the status bigs from the completion ring | David Gwynne |
2014-04-15 | i wanted to work on this in the tree so i could commit lots of small | David Gwynne |
2014-04-14 | move the hardware structures into ahcireg.h. | David Gwynne |
2014-04-14 | Always copy out all mailbox registers and use msleep in a loop to ensure that | Jonathan Matthew |