Age | Commit message (Expand) | Author |
2014-09-21 | add Winchiphead CH382 vendor/device ID | sasano |
2014-09-21 | Directly include sys/timeout.h so we don't depend on | Jonathan Gray |
2014-09-20 | Make another fast path properly atomic. | Mark Kettenis |
2014-09-20 | On i386, agp_map_subregion might sleep, which is not allowed in some of | Mark Kettenis |
2014-09-19 | Use config_suspend_all(9). | Mark Kettenis |
2014-09-17 | be less confusing to the compiler when setting up the sge. | David Gwynne |
2014-09-16 | mark the mpii interrupt handler as mpsafe, and drop the kernel lock | David Gwynne |
2014-09-15 | update comments to reflect chacha20. from Max Fillinger | Ted Unangst |
2014-09-15 | Add generic support for bridges that support subtractive decoding. | Mark Kettenis |
2014-09-15 | mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmd | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-13 | Add HP Gen9 Smart Array/Smart HBA devices. | Jonathan Gray |
2014-09-13 | regen | Jonathan Gray |
2014-09-13 | Add HP Gen9 Smart Array/Smart HBA devices and some devices | Jonathan Gray |
2014-09-12 | Something went amiss in last pcidevs_data.h generation/commit. Regen and | Kenneth R Westerback |
2014-09-12 | dont leak a ccb in identify | David Gwynne |
2014-09-12 | regen | David Gwynne |
2014-09-12 | add Intel SSD DC P3700/P3600/P3500 | David Gwynne |
2014-09-12 | fix some format string issues | David Gwynne |
2014-09-10 | s/IWL/IWN/ in comment here too | David Coppa |
2014-09-09 | replace scsi_task(), which is a wrapper around workqs, with a quick | David Gwynne |
2014-09-09 | fix remaining spaces/tabs issues in #define lines | Stuart Henderson |
2014-09-09 | Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fix | Stuart Henderson |
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne |
2014-09-08 | sync | Chris Cappuccio |
2014-09-08 | Distinguish the 82599EN from the original 82599 | Chris Cappuccio |
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis |
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-09-08 | Match 82599 as found on SuperMicro AOC-STGN-I1S | Chris Cappuccio |
2014-09-06 | Magical sequences to ender ddb(4) from an ADB keyboard. | Martin Pieuchot |
2014-09-06 | Match q33 devices. Previously only inteldrm matched on q33, | Jonathan Gray |
2014-09-06 | reduce the amount of pci includes | Jonathan Gray |
2014-09-06 | Various changes to the re(4) feature flags.. | Brad Smith |
2014-09-05 | Don't bother messing with minphys, we always need to support | Stefan Fritsch |
2014-09-05 | sync | Chris Cappuccio |
2014-09-05 | Another Intel 10GbE | Chris Cappuccio |
2014-09-03 | tasks dont need a mutex and a semaphore to protect against multiple uses | David Gwynne |
2014-09-02 | Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM... | Brad Smith |
2014-09-01 | Set the configuration number and get the interface handle in attach(), | Martin Pieuchot |
2014-09-01 | Revert previous, it puts too much pressure on memory allocation as | Martin Pieuchot |
2014-09-01 | move mpi(4) from workq to taskq | Bret Lambert |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-30 | Set the MRU to a full size frame instead of basing it on the MTU. | Brad Smith |
2014-08-30 | let the mru always be what the chip can do, not what the mtu implies. | David Gwynne |
2014-08-30 | Rewrite how queue heads are inserted and removed from the asynchronous | Martin Pieuchot |
2014-08-30 | Allow new devices to get an address when XHCI_DEBUG is defined. | Martin Pieuchot |
2014-08-29 | Fix checking sync for old synaptics touchpad (ver 5.9) | Alexandr Shadchin |
2014-08-27 | rxr ioctl handling. | David Gwynne |