summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-0717-227/+13
* Use common vt_fb parts in ofwfb as far as we are able without sacrificingnwhitehorn2014-07-071-73/+52
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.mav2014-07-063-6/+13
* Add support to asmc(4) for Macmini 3,1.gavin2014-07-052-0/+28
* Allow the PVID setting on CPU port.loos2014-07-051-2/+8
* Initialize the switch vlan table at attachment.loos2014-07-031-7/+33
* - Disable hardware checksumming until it is properly tested.hselasky2014-07-031-34/+29
* Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel.jhibbits2014-07-031-9/+13
* Remove some write only variablesbryanv2014-07-021-6/+0
* Fixed build with DEVICE_POLLING.pluknet2014-07-022-4/+4
* Fix off-by-one introduced by the conversion to the driver API.marcel2014-07-021-1/+1
* Various bugfixes from Stefano Garzarella:luigi2014-07-021-5/+1
* Convert nfe(4) to use the driver API.marcel2014-07-011-174/+190
* Convert bge(4) to use the driver API.marcel2014-07-011-174/+181
* Free the static DMA buffer holding the command ring during detach as welljhb2014-07-011-0/+13
* Actually pro AMD chipsets.marius2014-07-011-1/+1
* Fix the reported status for the switch CPU port which was (wrongly)loos2014-07-012-2/+2
* Add the CPU port flag to the CPU port on rtl8366 (port 5).loos2014-07-012-4/+8
* Don't overload the CCB status field within the driver.scottl2014-07-011-3/+4
* Fix order of USB serial layer uninit. Currently module dependencyhselasky2014-07-012-2/+2
* Fix for use after free.hselasky2014-07-011-5/+2
* Add accessor functions for manipulating the CAM CCB status field.scottl2014-07-012-62/+74
* Refactor some code in mps.c to reduce header pollution.scottl2014-07-015-28/+35
* Initialise these variables so gcc doesn't complain.adrian2014-06-302-2/+2
* Add initial RSS awareness to the ixgbe(4) driver.adrian2014-06-301-41/+196
* Add initial RSS awareness to the igb(4) driver.adrian2014-06-301-45/+249
* In rare cases, a SATA drive can stop responding to commands and trigger ascottl2014-06-304-3/+40
* Fix a case in ndling ATA_PASSTHROUGH commands that have an unaligned buffer.scottl2014-06-301-0/+1
* Add detection for ciss(4) controllers that are set to non-raid JBOD mode.sbruno2014-06-292-29/+134
* Check return of cam_periph_find() before using it in a printf.sbruno2014-06-291-3/+7
* Give each interrupt a descriptive name when using MSIXbryanv2014-06-291-0/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-2890-473/+190
* Revert r267961, r267973:gjb2014-06-2790-190/+473
* Use Intel's official name (Secure Key) per IntelĀ® Digital Random Numberdelphij2014-06-271-1/+1
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-273-8/+27
* Use a common tunable to choose between vt(4)/sc(4)emaste2014-06-275-8/+16
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-2790-473/+190
* Add proper rangechecks in "axge_rx_frame()" function andhselasky2014-06-271-12/+21
* Sync the E1000 shared code with Intel internal, this adds fixes,jfv2014-06-2625-229/+806
* Fix whitspace indentation from spaces to tabs.bz2014-06-261-64/+64
* Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernelbz2014-06-261-0/+1
* Allow switching between 32bit and 64bit bus width data access at compilebz2014-06-262-19/+41
* Rather than using a constant use sizeof(val) allowing for the lengthbz2014-06-261-1/+1
* In preparation for 64bit mode remove all the _4 from the function andbz2014-06-261-58/+58
* Remove not needed initialisation code.hselasky2014-06-261-11/+2
* Expand r261243 even further and ignore any I/O port resources assigned tojhb2014-06-251-5/+14
* xen/virtio: fix balloon drivers to not mark pages as WIREDroyger2014-06-252-68/+25
* Fixed an IIC timing issue between the glxiic master and a slave ofdaichi2014-06-251-7/+15
* Apply vendor fixes for big endian support and 20GBps/25GBps link speeds.delphij2014-06-245-26/+55
* Correct memset size.delphij2014-06-241-1/+1
OpenPOWER on IntegriCloud