summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-2516-30/+59
* Add PCI device ID for MegaRAID Invader cards. This was the onlyambrisko2013-09-251-0/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-2516-59/+30
* As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOADtrasz2013-09-241-11/+7
* Improve error handling in the old initiator, preventing panic on attempttrasz2013-09-241-9/+14
* Update the CAM API for FreeBSD 10:scottl2013-09-2416-30/+59
* Don't use M_WAITOK when running from context where sleeping is prohibited,trasz2013-09-231-1/+5
* Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panictrasz2013-09-231-1/+1
* Export two new DCMD enums. These allow set/get of the mfi_ctrl_propertiessbruno2013-09-221-0/+2
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI porthselasky2013-09-213-25/+66
* Remove local change leftover, this should never have been part ofdavide2013-09-201-2/+0
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-201-0/+2
* Add some spare fields to structs used by the new iSCSI stack - some justtrasz2013-09-201-0/+14
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-2038-108103/+177888
* Add support for suspend/resume/migration operations when running as agibbs2013-09-204-78/+114
* Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion indelphij2013-09-191-15/+12
* Reorder the hypervisor presence test to avoid claiming ATA disksgrehan2013-09-191-28/+38
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-182-11/+27
* Fix a typo when accounting for tx_broadcast statistics.delphij2013-09-171-1/+1
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-153-1/+51
* drm/radeon: Add missing "return false" after unmapping invalid BIOSdumbbell2013-09-151-0/+1
* drm/radeon: Fix usage of pci_save_state() and pci_restore_state()dumbbell2013-09-144-8/+8
* drm/radeon: Fix usage of vga_pci_map_bios()dumbbell2013-09-141-3/+5
* vgapci: Use vga_pci_alloc_resource() to map PCI Expansion ROMdumbbell2013-09-141-22/+17
* Bring in the new iSCSI target and initiator.trasz2013-09-148-3/+4727
* Import Hyper-V paravirtualized drivers from projects/hypervgrehan2013-09-1319-0/+12709
|\
| * IFC @ r255459grehan2013-09-1152-735/+1327
| |\
| * | Revert the kvp code - there's still some work thatgrehan2013-09-093-999/+6
| * | Latest update from Microsoft.grehan2013-09-097-215/+1391
| * | IFC @ r255209grehan2013-09-04418-5481/+145028
| |\ \
| * \ \ IFC @ r253862grehan2013-08-0186-969/+8557
| |\ \ \
| * \ \ \ IFC @ r253461grehan2013-07-1996-968/+32526
| |\ \ \ \
| * | | | | Microsoft have changed their policy on how the hyper-v code willgrehan2013-07-1719-0/+12526
* | | | | | Fix an issue that caused Integrated RAID volumes on LSI mps(4) controllersken2013-09-121-0/+2
* | | | | | Don't issue USB resume signalling in USB device mode, if the USB powerhselasky2013-09-121-1/+2
* | | | | | Clear correct data structure.hselasky2013-09-111-1/+3
* | | | | | Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-115-5/+0
| |_|_|_|/ |/| | | |
* | | | | Call free() on the pointer returned from malloc().kib2013-09-101-8/+8
* | | | | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* | | | | Make the primary name of the OF console device /dev/ofwcons, and onlynwhitehorn2013-09-091-7/+9
* | | | | Rework the tx credit mechanism between the cxgbe/tom drivernp2013-09-093-45/+85
* | | | | Fix a miscalculation that caused cxgbe/tom to auto-incrementnp2013-09-091-1/+1
* | | | | Use correct type for the vmx vlan filter tablebryanv2013-09-081-1/+1
* | | | | Fix verbose output line; needs <NL>markm2013-09-081-1/+1
* | | | | Fix the build; Certain linkable symbols need to always be present.markm2013-09-076-19/+13
* | | | | Bring in some behind-the-scenes development, mainly By Arthur Mesh,markm2013-09-0719-416/+776
|\ \ \ \ \
| * \ \ \ \ MFCmarkm2013-09-072-3/+10
| |\ \ \ \ \
| * | | | | | Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-065-5/+5
| * | | | | | MFCmarkm2013-09-0637-1038/+1725
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFCmarkm2013-09-017-1342/+2633
| |\ \ \ \ \ \ \
OpenPOWER on IntegriCloud