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