summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-059-52/+56
* Fix some nits.hselasky2013-02-055-6/+6
* Rework jumbo frame handling. QAC confirmed that the controlleryongari2013-02-052-44/+87
* - Make pci_ns8250_ids[] const.marius2013-02-031-6/+6
* Improve r238673 to additionally allow for odd-aligned buffers asmarius2013-02-022-10/+49
* revert accidentally committed unneeded changes from r246250avg2013-02-021-2/+2
* acpi: clear power button status bit after waking up...avg2013-02-021-0/+25
* acpi: after wakeup from a state > S1 re-enable SCI_EN with a direct writeavg2013-02-021-2/+15
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* Fix for hardware checksum offloading in SMSC driver.hselasky2013-02-011-1/+7
* Make use of USB ID sections configurable.hselasky2013-02-014-1/+12
* Delete the "blackhole" driver - it is not needed anymore.neel2013-02-011-129/+0
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-313-191/+428
* Work around some rather unfortunate race conditions inside net80211.adrian2013-01-311-5/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-3085-89/+120
* Do not unnecessarily split a string literal, becausehselasky2013-01-301-2/+2
* Use string literals in string descriptors for marginallyhselasky2013-01-3013-126/+42
* Use an anonymous struct for generated string descriptors.hselasky2013-01-301-4/+3
* Provide one global language string descriptor forhselasky2013-01-3016-78/+48
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-3052-54/+310
* Add missing header file inclusion guard.hselasky2013-01-301-1/+5
* Add missing NULL pointer check.hselasky2013-01-301-0/+6
* Provide a statistic to track the number of drops in each of the port'snp2013-01-292-0/+3
* Fix two misusages of return_*() macros for ACPICA.jkim2013-01-282-2/+6
* Fix white spaces for style consistency.jkim2013-01-282-7/+6
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+3
* Remove some extra and not needed space characters.hselasky2013-01-283-3/+3
* Add new USB ID.hselasky2013-01-282-0/+2
* Add a loader tunable "hw.broken_txfifo" which enables a workaround for acperciva2013-01-271-1/+13
* Fix regression issue after r244500 and r244503:hselasky2013-01-271-2/+3
* Fix reversed condition in the logic to wait for the chipset bufferskib2013-01-271-1/+1
* Add the chip used in recent GlobalScale Technologies *Plug computersian2013-01-271-0/+2
* Clean some 'svn:executable' properties in the tree.pfg2013-01-266-0/+0
* Add new USB quirk.hselasky2013-01-262-0/+3
* Install an extra hold on the newly allocated synq entry so that itnp2013-01-261-5/+10
* Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.np2013-01-262-4/+12
* Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE asnp2013-01-266-5/+15
* cxgbe/tom: List IFCAP_TOE6 as supported now that all the required piecesnp2013-01-261-1/+1
* Mention NetLink controllers in the fallback description, too.marius2013-01-261-1/+1
* Migrate the TX sending code out from under the ath0 taskq and intoadrian2013-01-264-6/+22
* - Improve some comments.marius2013-01-261-83/+70
* - Check the return value of taskqueue_start_threads().marius2013-01-251-4/+13
* Disable MSI interrupts for SB600 chipset. According to the report they aremav2013-01-241-1/+4
* bge_attach() can fail before attaching mii(4). So make sure to checkyongari2013-01-241-2/+2
* For 57765 class controllers, set low watermark max receive frames to 1.yongari2013-01-241-1/+1
* Add support for transparent mode while in netmap.luigi2013-01-231-30/+179
* control some debugging messages with dev.netmap.verboseluigi2013-01-233-54/+123
* MFP4 change 219820brooks2013-01-221-1/+1
* MFP4 change 219819brooks2013-01-221-7/+0
* - Don't include date and time the driver is built, this is useful fordelphij2013-01-223-8/+11
OpenPOWER on IntegriCloud