summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add new README to the driver...jfv2014-07-281-0/+342
* Update the new 40G XL710 driver to Release version 1.0.0jfv2014-07-2816-2547/+3564
* Fix potential double free that could happen after connection error.trasz2014-07-281-1/+4
* Revise font initialization handling.ray2014-07-281-6/+15
* Update comments.ray2014-07-281-0/+7
* Remove special handling of console window size. It's done in vt_upgrade() forray2014-07-281-6/+0
* For md(4), posix shm(3) and tmpfs(5), free swap space used by paged inkib2014-07-281-1/+3
* Avoid embedding buffers into static virtual terminal window.ray2014-07-281-2/+2
* o Remove useless debug string.ray2014-07-281-3/+2
* Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in oneray2014-07-281-48/+0
* Update from mav@ - don't break the input switching.adrian2014-07-271-6/+0
* Add support for my Lenovo T400.adrian2014-07-272-0/+17
* Add another revision of the AR8327.adrian2014-07-261-0/+1
* Split the XHCI TRB allocations into smaller parts, so that we don'thselasky2014-07-262-22/+22
* Remove bogus module dependencies.marcel2014-07-261-2/+0
* Do not fail the low-level device probe simply because the kernelmarcel2014-07-261-4/+3
* Fix for division by zero.hselasky2014-07-264-2/+6
* Some hooks in cxgbe(4) for the offloaded iSCSI driver.np2014-07-245-15/+371
* cxgbe(4): Keep track of the clusters that have to be freed by thenp2014-07-233-29/+94
* Fix the igb(4) redirection table to correctly populate.adrian2014-07-231-10/+14
* Add missing newline to an error message.np2014-07-221-1/+1
* Remove #ifdef-s to reduce difference to upstream.ray2014-07-221-31/+0
* Simplify r267600, there's no need to distinguish between allocated andnp2014-07-222-10/+8
* Merge change from upstream linux kernel submitted by OpenBSD:sbruno2014-07-212-22/+5
* Hide syscons-specific workaround under DEV_SCemaste2014-07-212-3/+5
* Add new device ID.hselasky2014-07-202-0/+2
* Add the UDP hash -> RSS mbuf hash type for the ixgbe(4) driver.adrian2014-07-201-6/+9
* Teach ixgbe(4) about rss_gethashconfig().adrian2014-07-201-0/+30
* Disable the ixgbe(4) UDP 4-tuple hashing for the time being.adrian2014-07-201-1/+11
* Correctly program the RSS redirection table entries.adrian2014-07-201-3/+9
* Fix build by using the driver API (driver converted in r266979 which shoulddelphij2014-07-181-1/+1
* Initiate error recovery stats fail to update after 3 retries.davidcs2014-07-185-1/+35
* The description is a bit misleading. Trying to make it more obvious.hiren2014-07-181-1/+1
* Fix an apparent conversion error in bge to the new driver api.peter2014-07-181-2/+2
* Fix embarassing typos I made.nwhitehorn2014-07-171-5/+5
* Fix a typo.hiren2014-07-171-1/+1
* Allow efifb to be used with xf86-video-scfb. This is important for EFInwhitehorn2014-07-161-7/+3
* Allow console drivers active from early boot to be used with xf86-video-scfb,nwhitehorn2014-07-163-37/+64
* Improve support for Intel Lynx Point USB 3.0 controllers by using thehselasky2014-07-161-3/+6
* Move the "retry:" label so that the calls to m_pullup() arermacklem2014-07-151-1/+1
* cxgbe(4): Display CF facility correctly in the device log.np2014-07-151-0/+1
* Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl. Thenp2014-07-153-37/+92
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soian2014-07-141-33/+71
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setnwhitehorn2014-07-141-3/+25
* Add a headphone redirection quirk for the Lenovo G580.markj2014-07-132-1/+3
* Turn off blinking device leds at attach.hselasky2014-07-131-2/+13
* Fix performance problems with AXGE network adapter in RX direction:hselasky2014-07-131-9/+8
* Revert r268543.rpaulo2014-07-1220-19/+86
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-1220-86/+19
* cxgbe(4): Add an iSCSI softc to the adapter structure.np2014-07-111-0/+1
OpenPOWER on IntegriCloud