aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Make sure an error case exits unlocked.Hans Petter Selasky2015-01-031-1/+1
* cxgbe/tom: do not engage the TOE's payload chopper for payload < 2 MSSNavdeep Parhar2015-01-033-5/+25
* puc(4): Add an entry for the Feasso PCI FPP-02 2S1P card.Luiz Otavio O Souza2015-01-021-0/+6
* cxgbe/tom: fix the MSS calculation for IPv6 connections handled by the TOE.Navdeep Parhar2015-01-021-2/+12
* cxgbe/tom: log some more details in send_flowc_wr.Navdeep Parhar2015-01-021-2/+7
* In mbuf_to_synq_entry(), use M_START() and M_SIZE() to calculate an offsetRobert Watson2015-01-021-14/+1
* The "vt_suspend_flush_timer()" function is sometimes called lockedHans Petter Selasky2015-01-021-1/+10
* Remove duplicate pci_driver class declaration.Hans Petter Selasky2015-01-021-1/+0
* Garbage collect the asr driver. Hardware for it has not been produced inScott Long2015-01-0215-11722/+0
* The path entry for a device tree node and its name property are usually,Nathan Whitehorn2015-01-011-6/+7
* cxgbe(4): remove buf_ring specific restriction on the txq size.Navdeep Parhar2015-01-011-2/+1
* Add softc flag for when the indirect descriptor feature was negotiatedBryan Venteicher2015-01-012-2/+5
* Use the appropriate IPv4 or IPv6 TSO HW assist flagBryan Venteicher2015-01-011-2/+2
* cxgbe(4): major tx rework.Navdeep Parhar2014-12-316-1124/+1675
* - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device IDMarius Strobl2014-12-311-7/+43
* Set the page size in the virtio-mmio driver. Some backends, e.g QEMU, assumeAndrew Turner2014-12-301-0/+2
* Allow systems having a page size greater than 4K to use fewerHans Petter Selasky2014-12-301-3/+15
* vt_vga: fix an off-by-one errorRoger Pau Monné2014-12-301-1/+1
* Partially revert "vt: register the memory regions used by the vt drivers"Roger Pau Monné2014-12-301-53/+0
* Add missed flushing of data which can happen when "xhci_configure_mask()"Hans Petter Selasky2014-12-301-4/+9
* Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.Andrew Turner2014-12-291-0/+2
* Allow virtio_mmio to attach to ofwbus. Qemu places these here on at leastAndrew Turner2014-12-291-0/+1
* Remove dev/virtio/virtio.h include from BERI VirtIOBryan Venteicher2014-12-293-3/+4
* Don't use a sub-device/-vendor wildcard for probing MCS9922 as otherMarius Strobl2014-12-281-2/+2
* - Const'ify the ahci_ids table.Marius Strobl2014-12-283-9/+9
* Improve/fix interrupt allocation/setup/release:Marius Strobl2014-12-272-22/+24
* Const'ify a firmware image missed in r251142.Marius Strobl2014-12-271-3/+3
* - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI deviceMarius Strobl2014-12-272-12/+23
* Support ALT_BREAK_TO_DEBUGGER in vt(4)Ed Maste2014-12-272-1/+4
* Add more USB devices.Hans Petter Selasky2014-12-261-0/+2
* Add more quirks.Hans Petter Selasky2014-12-262-0/+2
* Deorbit the IEEE-488/GPIB support.Poul-Henning Kamp2014-12-258-2687/+0
* Fix tunable and sysctl handling of the fail_on_task_timeout knob.Scott Long2014-12-242-2/+5
* Add Intel vendor ID to the device table to make it more uniform soWarner Losh2014-12-243-59/+58
* Improves the GPIO API description a little bit.Luiz Otavio O Souza2014-12-241-2/+2
* Don't assume required FDT properties are present.Ian Lepore2014-12-241-3/+11
* Bump the valid GPIO range for rfkill up from 8 to 16.Adrian Chadd2014-12-231-1/+9
* Always select the card before we do the 4.x specific stuff andWarner Losh2014-12-231-3/+3
* Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin2014-12-221-0/+13
* vt: register the memory regions used by the vt driversRoger Pau Monné2014-12-222-0/+108
* Eliminate a "cast discards qualifiers" warning when building with gcc.Ian Lepore2014-12-211-1/+2
* style (9) nitsSteven Hartland2014-12-211-7/+7
* Return the error from ahci_setup_interrupt in ahci_attachSteven Hartland2014-12-211-2/+2
* Clamp ahci max irq's to AHCI_MAX_IRQSSteven Hartland2014-12-211-0/+8
* Add a constant AHCI_MAX_IRQS removing magic numberSteven Hartland2014-12-211-1/+2
* Remove some hard-coded IE assembly over to use net80211 methods.Adrian Chadd2014-12-202-25/+7
* Increase allowed size of the microcode blob to 32KB. Some Intel CPU'sKonstantin Belousov2014-12-201-1/+1
* Log mmc and sd command failures. Reporting of routine expected errors,Ian Lepore2014-12-201-0/+31
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundIan Lepore2014-12-202-10/+28
* When command and data interrupts have been aggregated together, don't doIan Lepore2014-12-202-2/+11