summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add virtio bus 'poll' method allowing us to inform backend we arebr2014-12-125-1/+39
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-7/+63
* o Put () for p to avoid unexpected macro expansionbr2014-12-101-2/+3
* xen: move grant table coderoyger2014-12-101-0/+720
* xen: create a new PCI bus overrideroyger2014-12-092-0/+168
* o Add BERI Virtio Networking Frontend (if_vtbe)br2014-12-098-96/+802
* Rename NETGEAR WG111V2_2 to WG111V1_2 to reflect external naming.mp2014-12-092-2/+2
* Update the virtio driver to work on the ARM AArch64 Foundation Model.andrew2014-12-091-28/+68
* Add port routing support for Wildcat Point.hselasky2014-12-081-0/+1
* Add more U3G USB IDs.hselasky2014-12-082-0/+9
* Add more USB quirks for Western Digital external USB HDDhselasky2014-12-082-5/+43
* cxgbe(4): allow the driver to use rx buffers that do not end on a packnp2014-12-062-48/+40
* cxgbe(4): Allow for different pad and pack boundaries for differentnp2014-12-062-126/+164
* Optimise bit searching loop by using the ffs() function.hselasky2014-12-051-46/+44
* Optimise the bit searching loops, by quickly skipping the 16 first sethselasky2014-12-031-3/+3
* Workaround for possible bug in the SAF1761 chip. Wait 125us beforehselasky2014-12-032-3/+53
* Remove unused PCMCIA_CARD* macros.imp2014-12-031-7/+1
* Revert r275136, it was not approved, it was sloppy, if a featurejfv2014-12-022-84/+15
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-0120-45/+51
* Cleanup and performance improvement of the virtio_blk driverbryanv2014-11-301-417/+422
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-303-5/+5
* Merge from projects/sendfile:glebius2014-11-301-1/+2
* DRM2: fix off-by-one overflow in ioctl processingrea2014-11-281-1/+1
* Fix hwpmc sampling for ppc970 (G5-class) processors.jhibbits2014-11-271-17/+11
* Fix hwpmc sampling for MPC74xxx (G4) processors.jhibbits2014-11-271-13/+11
* Add PCI ID for Intel Lynx Point LP controller.adrian2014-11-261-0/+2
* Make igb and ixgbe check tunables at probe time.alfred2014-11-262-16/+82
* Fix WWNN/WWPN generation for virtual channels.mav2014-11-261-6/+3
* Fix incorrect check, blocking MULTIID functionality.mav2014-11-261-1/+1
* Some microoptimizations.mav2014-11-262-14/+13
* Make isp_find_pdb_by_*() search for targets in portdb in reverse order.mav2014-11-261-3/+3
* Add new USB quirk.hselasky2014-11-262-0/+2
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.mav2014-11-2611-0/+52
* o Add PIO and vtblk mmio device info to the treebr2014-11-251-1/+1
* Add BERI-specific virtio block backend device driver.br2014-11-253-0/+857
* Add Apple Intrepid USB controller ID.jhibbits2014-11-251-0/+2
* Add busdma sync ops before reading and after modifying the descriptor rings.ian2014-11-241-0/+10
* Squelch a (bogus) used before init warning when building with gcc.ian2014-11-231-0/+1
* Fix the following -Werror warning from clang 3.5.0, while building thedim2014-11-231-1/+7
* Don't use the synchronization endpoint unless referenced by thehselasky2014-11-231-2/+13
* There never was a PC Card joystick attachment that worked. Kill theimp2014-11-221-67/+0
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.imp2014-11-222-26/+0
* Fix the host mode ISOCHRONOUS transfer interval programming in thehselasky2014-11-221-27/+56
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-221-0/+2
* Fix build with asr driversmh2014-11-221-20/+19
* Fix use-after-free introduced in r274843.mav2014-11-221-41/+45
* Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.mav2014-11-221-14/+27
* Use correct length mask for split transactions. The hardware wouldhselasky2014-11-222-4/+14
* Merge from CheriBSD:brooks2014-11-217-20/+236
* Merge from CheriBSD:brooks2014-11-212-2/+21
OpenPOWER on IntegriCloud