aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-2618-58/+47
* Increase the driver-side limit on the number of logical volumes thatPeter Wemm2012-10-251-1/+1
* Desupport pre-FreeBSD 7.1.David E. O'Brien2012-10-251-75/+0
* Initialize the response queue mutex a bit earlier to avoid a panic thatNavdeep Parhar2012-10-251-5/+5
* Update hptiop(4) to version 1.8, which added support for HighPointXin LI2012-10-252-20/+849
* Fix USB audio specification compliance by filtering which descriptors canHans Petter Selasky2012-10-241-11/+17
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-248-106/+195
* For fast ethernet controllers, Ethernet@WireSpeed is not defined soPyun YongHyeon2012-10-241-3/+3
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish aPyun YongHyeon2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyPyun YongHyeon2012-10-242-12/+14
* Cleanup and rename some variables in libpmc and hwpmc.Sean Bruno2012-10-241-5/+5
* Merge ACPICA 20121018.Jung-uk Kim2012-10-231-1/+1
* Don't try to cache the page setting - always set the page beforeAdrian Chadd2012-10-221-4/+11
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-224-20/+0
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-224-42/+5
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-2224-0/+73
* Remove support for using Giant for locking within mpt(4). Finer grainedMarius Strobl2012-10-223-117/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).Marius Strobl2012-10-225-252/+30
* Now that device disabling is generic, remove the non-standardEitan Adler2012-10-221-5/+0
* Remove unused code since the 5.x daysEitan Adler2012-10-221-63/+0
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-2224-73/+0
* remove duplicate semicolons where possible.Eitan Adler2012-10-2210-10/+10
* Make uhid attach to devices that look like keyboardsEitan Adler2012-10-221-3/+4
* Add support for iPhone 5 tethering.Eitan Adler2012-10-212-0/+4
* Don't lose the 255'th disk behind the initiator.John W. De Boskey2012-10-191-1/+1
* Add missing Extended Capability ID Numbers from PCIe 3.0.Warner Losh2012-10-191-2/+12
* Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.Xin LI2012-10-195-39/+68
* Use M_NOWAIT when calling malloc with a lock held.Ed Maste2012-10-191-2/+2
* When checking to see if a video output's _ADR matches an entry in theJohn Baldwin2012-10-191-1/+2
* Update hwpmc to support the Xeon class of Sandybridge processors.Sean Bruno2012-10-193-211/+532
* Prefer __containerof() over __member2struct().Ed Schouten2012-10-195-7/+8
* Fix build.Gleb Smirnoff2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-193-294/+784
* Use if_initbaudrate().John Baldwin2012-10-181-1/+1
* Fix build after r241659.Gleb Smirnoff2012-10-181-1/+1
* Utilize new macro to initialize if_baudrate.Gleb Smirnoff2012-10-181-2/+2
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)Marius Strobl2012-10-181-3/+11
* Utilize new macro to initialize if_baudrate.Gleb Smirnoff2012-10-181-1/+1
* Add ability to queue nvme_request objects if no nvme_trackers are available.Jim Harris2012-10-184-32/+34
* Preallocate a limited number of nvme_tracker objects per qpair, ratherJim Harris2012-10-184-63/+80
* Create nvme_qpair_submit_request() which eliminates all of the codeJim Harris2012-10-183-48/+36
* Simplify how the qpair lock is acquired and released.Jim Harris2012-10-182-9/+10
* Cleanup uio-related code to use struct nvme_request andJim Harris2012-10-185-86/+118
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesJim Harris2012-10-186-129/+74
* Add struct nvme_request object which contains all of the parameters passedJim Harris2012-10-186-80/+173
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-187-98/+36
* Add return codes to all functions used for submitting commands to I/OJim Harris2012-10-187-30/+100
* Don't redefine macros defined in if.h and ethernet.h.Gleb Smirnoff2012-10-171-4/+0
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.Maksim Yevmenkin2012-10-171-2/+1
* Avoid panic when a netmap instance cannot obtain memory.Ed Maste2012-10-171-1/+2