summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Cap the number of streams supported to two for now.adrian2013-08-081-0/+14
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-078-19/+20
* Make the various driver MSIX setup routines fallback to MSI morejfv2013-08-064-50/+50
* - Fix a bug in the MSI allocation logic so an MSI is also employed if amarius2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSImarius2013-08-062-40/+41
* When the igb driver is static there are cases when early interrupts occur,jfv2013-08-061-0/+4
* Update ciss(4) with new models of raid controllers from HPsbruno2013-08-061-0/+9
* - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedhrs2013-08-062-6/+6
* Correct a fat-finger in the last delta.jfv2013-08-051-1/+1
* Fixing a typo.hiren2013-08-041-1/+1
* Make r253899 compile.marius2013-08-031-0/+4
* Const'ify scc_driver_name.marius2013-08-022-2/+2
* - Use NULL instead of 0 for pointers.marius2013-08-024-7/+5
* - Implement iclear methods for QUICC and SAB 82532. With r253161 in place,marius2013-08-023-24/+41
* Add in some definitions required for later iwn(4) device support.adrian2013-08-021-5/+259
* Break out the iwn(4) device IDs into if_iwn_devid.h, as well as addadrian2013-08-023-48/+331
* Display temperature sensor data. Shows -1 if sensor notnp2013-08-021-0/+30
* Fix previous commit (r253873). "cong" has one bit per channel but thenp2013-08-021-1/+10
* Add p_candebug() check to FILEMON_SET_PID ioctl.hrs2013-08-021-1/+8
* Set up congestion manager context properly for T5 based cards.np2013-08-011-0/+16
* Now that conf/options knows about if_iwn.h, add it to if_iwn.c.adrian2013-08-011-0/+1
* iwn(4) debugging improvements.adrian2013-08-012-11/+113
* A number of important fixes:jfv2013-08-011-24/+20
* Back out r253779 & r253786.obrien2013-07-3110-399/+107
* Cleanup the allocations when the attachment fails.rpaulo2013-07-311-5/+8
* Display SGE tunables in the sysctl tree.np2013-07-313-0/+22
* Add the macio attachment for wi(4). Partially obtained from NetBSD.jhibbits2013-07-311-0/+141
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative tosbruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDsbruno2013-07-301-1/+1
* After discussions, revert svn r253708.sbruno2013-07-302-10/+11
* Fix a printf typo.scottl2013-07-301-1/+1
* Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.rpaulo2013-07-301-6/+6
* Import OpenBSD's rsu(4) WLAN driver.rpaulo2013-07-302-0/+3263
* Decouple yarrow from random(4) device.obrien2013-07-292-0/+207
* Decouple yarrow from random(4) device.obrien2013-07-298-107/+192
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptershselasky2013-07-298-16/+16
* Use the streaming functions for reading/writing the BAP fields on wi(4). Thisjhibbits2013-07-291-10/+4
* Fix watchdog pretimeout.alfred2013-07-271-4/+70
* update ciss debugger command to iterate over multiple raid controllers up tosbruno2013-07-271-4/+10
* MFgem r251960: re-check the mgt device object for the requested pagekib2013-07-271-2/+9
* The pmap_qenter() and pmap_qremove() perform TLB invalidation on itskib2013-07-271-10/+0
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllersbruno2013-07-272-11/+10
* Implement some function tracing.adrian2013-07-271-9/+293
* Display a string instead of a numeric code in the linkdnrc sysctl.np2013-07-271-2/+34
* Expand the list of devices claimed by cxgbe(4).np2013-07-271-11/+12
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-267-22/+620
* Reserve room for ioctls that aren't in this copy of the driver yet.np2013-07-261-0/+3
* Assume that all Apple products using interface class 255, subclass 253hselasky2013-07-261-0/+8
* Set the device description after we call uart_probe(). In uart_probe()marcel2013-07-251-1/+7
* Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.mav2013-07-252-1/+9
OpenPOWER on IntegriCloud