summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Disable PHY hibernation until I get more detailed hibernationyongari2011-08-221-6/+20
* Add new USB ID to u3g driver.hselasky2011-08-202-0/+4
* Fix for recursive locking in usb_close() after change 224777.hselasky2011-08-201-6/+18
* Add new USB ID.hselasky2011-08-202-0/+3
* Revert r224157, re-enabling r222135. The underlying problem keeping themarius2011-08-191-2/+0
* r221812 reveals that at least some Broadcom PHYs default to being not onlymarius2011-08-192-5/+17
* Bump the maximum coretemp limit (for CPU temperature) to 110. Severalattilio2011-08-191-2/+2
* Add sysctl to not reset the device on clear stall failures, tohselasky2011-08-191-1/+13
* Set the max_lun field in the path inquiry CCB for the mps(4) driver to 8.ken2011-08-181-1/+1
* Fix headphones pin configuration on Lenovo B450 laptop.mav2011-08-181-0/+8
* Always check current HPET counter value after comparator programming tomav2011-08-162-8/+8
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-161-1/+3
* Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of bufferdelphij2011-08-161-5/+14
* Add device id for the Moxa CP-112UL dual-port serial adapters.jhb2011-08-151-0/+6
* Fix integer overflow on 32bit systems when calculating media size,mav2011-08-141-1/+1
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-135-59/+186
* Fixes zombie device and loop down timers so that they work more thanmjacob2011-08-122-6/+39
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-118-8/+18
* Use synchronous device destruction instead of asynchronous, so that a newhselasky2011-08-114-62/+63
* o Improve 224494:marius2011-08-102-3/+34
* Revert r224736 as the introduced value was already present.attilio2011-08-091-2/+0
* Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.attilio2011-08-091-0/+2
* Remove the now unneeded references to these DFS methods.adrian2011-08-092-11/+0
* Do not block zero report ID. It is correct value for devices with singlemav2011-08-091-1/+1
* Remove this call, now that I've solved the radar module problem withoutadrian2011-08-091-6/+0
* And add another missing brace. Another pointy hat moment.adrian2011-08-081-1/+1
* Bitten again by the optional HALDEBUG compilation.adrian2011-08-081-4/+0
* The older HAL code sets up the regulatory domain once; FreeBSD/net80211adrian2011-08-081-13/+42
* Introduce some more DFS related hooks, inspired both by local workadrian2011-08-087-2/+47
* .. and add a missing bracket.adrian2011-08-081-1/+1
* Fix method naming to match the reference HAL definition.adrian2011-08-081-1/+1
* Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUEadrian2011-08-088-0/+29
* Undo this for now. It's "right", but it means everything will rely onadrian2011-08-033-25/+1
* Add in a dirty hack that allows for AR9280/AR9285/AR9287 embeddedadrian2011-08-033-1/+25
* * Fix a clash in structure naming which occurs with (closed source)adrian2011-08-031-3/+3
* Remove the EEPROM minor >= 19 check for txgaintype; that's only needed foradrian2011-08-031-2/+1
* Do not force AHCI mode on NVIDIA MCP89 SATA controllers. Recent Applemav2011-08-022-4/+22
* Fix a corner case in RXEOL handling which was likely introduced by yoursadrian2011-08-022-3/+36
* Add PCI ID for RocketRAID 4321 and 4322. A FreeNAS user have tested thedelphij2011-08-011-0/+2
* Disable the RXORN/RXEOL interrupts if RXEOL occurs, preventing anadrian2011-07-311-0/+6
* Remove two debugging printf()s which snuck in during the testing of theadrian2011-07-311-5/+0
* Implement the 4KB split transaction workaround for Merlin (AR9280).adrian2011-07-311-5/+40
* Fix typo!adrian2011-07-311-1/+1
* Add extra flags for the radar event API.adrian2011-07-311-0/+3
* Add some more phyerr bits.adrian2011-07-311-0/+6
* Fix incorrect error reporting during the dfs ioctl function.adrian2011-07-301-3/+3
* Introduce the FRAC_5G EEPROM parameter.adrian2011-07-304-6/+26
* Prepare for embedded use of the AR9285/AR9287.adrian2011-07-302-12/+33
* Fix AR5416 radar parameter initialisation.adrian2011-07-301-8/+9
* Fix the initial calibration sample count when doing ADC calibrations.adrian2011-07-301-2/+2
OpenPOWER on IntegriCloud