summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ieee80211_rate2plcp() and ieee80211_rate2phytype() are both pre-11nadrian2013-08-131-2/+5
* Alter the mq_start routine to do a TRYLOCK and call to the locked routinejfv2013-08-131-1/+7
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1262-520/+108
* Improve the MSIX setup code in the drivers, thanks to Marius forjfv2013-08-124-13/+33
* Add brace missing in r254253.mav2013-08-121-1/+1
* r253460 accidentally some moderately expensive debugging code, evenscottl2013-08-121-0/+4
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andhselasky2013-08-124-24/+32
* Correct an EHCI register write.hselasky2013-08-121-1/+1
* Use device_printf().rpaulo2013-08-111-3/+4
* Use the correct structure size when flipping the BT coex state machine.adrian2013-08-111-1/+1
* Prepare for the PAN (personal area network) support for iwn(4).adrian2013-08-112-60/+164
* Match malloc(9) calls with free(9), not contigfree(9). Also removekib2013-08-101-4/+2
* Different consumers of the struct vm_page abuse pageq member to keepkib2013-08-102-19/+19
* * Add random_adaptors.[ch] which is basically a store of random_adaptor's.obrien2013-08-0910-107/+392
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-092-4/+21
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-095-27/+29
* Fix for IPv4 fragment packets treated as RMCP.yongari2013-08-092-0/+3
* Rate limit the 'out of chain frame' messages to once per 60 seconds.scottl2013-08-092-2/+8
* Sometimes a device misbehaves so badly that it disrupts the entire system.scottl2013-08-095-0/+32
* 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
OpenPOWER on IntegriCloud