aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix for IPv4 fragment packets treated as RMCP.Pyun YongHyeon2013-08-092-0/+3
* Rate limit the 'out of chain frame' messages to once per 60 seconds.Scott Long2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.Scott Long2013-08-095-0/+32
* Cap the number of streams supported to two for now.Adrian Chadd2013-08-081-0/+14
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-078-19/+20
* Make the various driver MSIX setup routines fallback to MSI moreJack F Vogel2013-08-064-50/+50
* - Fix a bug in the MSI allocation logic so an MSI is also employed if aMarius Strobl2013-08-061-21/+7
* As it turns out, MSIs are broken with 2820SA so introduce an AAC_FLAGS_NOMSIMarius Strobl2013-08-062-40/+41
* When the igb driver is static there are cases when early interrupts occur,Jack F Vogel2013-08-061-0/+4
* Update ciss(4) with new models of raid controllers from HPSean Bruno2013-08-061-0/+9
* - Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specifiedHiroki Sato2013-08-062-6/+6
* Correct a fat-finger in the last delta.Jack F Vogel2013-08-051-1/+1
* Fixing a typo.Hiren Panchasara2013-08-041-1/+1
* Make r253899 compile.Marius Strobl2013-08-031-0/+4
* Const'ify scc_driver_name.Marius Strobl2013-08-022-2/+2
* - Use NULL instead of 0 for pointers.Marius Strobl2013-08-024-7/+5
* - Implement iclear methods for QUICC and SAB 82532. With r253161 in place,Marius Strobl2013-08-023-24/+41
* Add in some definitions required for later iwn(4) device support.Adrian Chadd2013-08-021-5/+259
* Break out the iwn(4) device IDs into if_iwn_devid.h, as well as addAdrian Chadd2013-08-023-48/+331
* Display temperature sensor data. Shows -1 if sensor notNavdeep Parhar2013-08-021-0/+30
* Fix previous commit (r253873). "cong" has one bit per channel but theNavdeep Parhar2013-08-021-1/+10
* Add p_candebug() check to FILEMON_SET_PID ioctl.Hiroki Sato2013-08-021-1/+8
* Set up congestion manager context properly for T5 based cards.Navdeep Parhar2013-08-011-0/+16
* Now that conf/options knows about if_iwn.h, add it to if_iwn.c.Adrian Chadd2013-08-011-0/+1
* iwn(4) debugging improvements.Adrian Chadd2013-08-012-11/+113
* A number of important fixes:Jack F Vogel2013-08-011-24/+20
* Back out r253779 & r253786.David E. O'Brien2013-07-3110-397/+105
* Cleanup the allocations when the attachment fails.Rui Paulo2013-07-311-5/+8
* Display SGE tunables in the sysctl tree.Navdeep Parhar2013-07-313-0/+22
* Add the macio attachment for wi(4). Partially obtained from NetBSD.Justin Hibbits2013-07-311-0/+141
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDSean Bruno2013-07-301-1/+1
* After discussions, revert svn r253708.Sean Bruno2013-07-302-10/+11
* Fix a printf typo.Scott Long2013-07-301-1/+1
* Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.Rui Paulo2013-07-301-6/+6
* Import OpenBSD's rsu(4) WLAN driver.Rui Paulo2013-07-302-0/+3263
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-292-0/+207
* Decouple yarrow from random(4) device.David E. O'Brien2013-07-298-105/+190
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptersHans Petter Selasky2013-07-298-16/+16
* Use the streaming functions for reading/writing the BAP fields on wi(4). ThisJustin Hibbits2013-07-291-10/+4
* Fix watchdog pretimeout.Alfred Perlstein2013-07-271-4/+70
* update ciss debugger command to iterate over multiple raid controllers up toSean Bruno2013-07-271-4/+10
* MFgem r251960: re-check the mgt device object for the requested pageKonstantin Belousov2013-07-271-2/+9
* The pmap_qenter() and pmap_qremove() perform TLB invalidation on itsKonstantin Belousov2013-07-271-10/+0
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-272-11/+10
* Implement some function tracing.Adrian Chadd2013-07-271-9/+293
* Display a string instead of a numeric code in the linkdnrc sysctl.Navdeep Parhar2013-07-271-2/+34
* Expand the list of devices claimed by cxgbe(4).Navdeep Parhar2013-07-271-11/+12
* Add support for packet-sniffing tracers to cxgbe(4). This works withNavdeep Parhar2013-07-267-22/+620
* Reserve room for ioctls that aren't in this copy of the driver yet.Navdeep Parhar2013-07-261-0/+3