summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-224-42/+5
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-2224-0/+73
* Remove support for using Giant for locking within mpt(4). Finer grainedmarius2012-10-223-117/+0
* After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).marius2012-10-225-252/+30
* Now that device disabling is generic, remove the non-standardeadler2012-10-221-5/+0
* Remove unused code since the 5.x dayseadler2012-10-221-63/+0
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-2224-73/+0
* remove duplicate semicolons where possible.eadler2012-10-2210-10/+10
* Make uhid attach to devices that look like keyboardseadler2012-10-221-3/+4
* Add support for iPhone 5 tethering.eadler2012-10-212-0/+4
* Don't lose the 255'th disk behind the initiator.jwd2012-10-191-1/+1
* Add missing Extended Capability ID Numbers from PCIe 3.0.imp2012-10-191-2/+12
* Integrate changes from LSI vendor driver 10.80.00.005 to FreeBSD.delphij2012-10-195-39/+68
* Use M_NOWAIT when calling malloc with a lock held.emaste2012-10-191-2/+2
* When checking to see if a video output's _ADR matches an entry in thejhb2012-10-191-1/+2
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-193-211/+532
* Prefer __containerof() over __member2struct().ed2012-10-195-7/+8
* Fix build.glebius2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-193-294/+784
* Use if_initbaudrate().jhb2012-10-181-1/+1
* Fix build after r241659.glebius2012-10-181-1/+1
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-2/+2
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)marius2012-10-181-3/+11
* Utilize new macro to initialize if_baudrate.glebius2012-10-181-1/+1
* Add ability to queue nvme_request objects if no nvme_trackers are available.jimharris2012-10-184-32/+34
* Preallocate a limited number of nvme_tracker objects per qpair, ratherjimharris2012-10-184-63/+80
* Create nvme_qpair_submit_request() which eliminates all of the codejimharris2012-10-183-48/+36
* Simplify how the qpair lock is acquired and released.jimharris2012-10-182-9/+10
* Cleanup uio-related code to use struct nvme_request andjimharris2012-10-185-86/+118
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesjimharris2012-10-186-129/+74
* Add struct nvme_request object which contains all of the parameters passedjimharris2012-10-186-80/+173
* Merge struct nvme_prp_list into struct nvme_tracker.jimharris2012-10-187-98/+36
* Add return codes to all functions used for submitting commands to I/Ojimharris2012-10-187-30/+100
* Don't redefine macros defined in if.h and ethernet.h.glebius2012-10-171-4/+0
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-171-2/+1
* Avoid panic when a netmap instance cannot obtain memory.emaste2012-10-171-1/+2
* Always provide sndbuf and MSS values in a flowc command, even when thenp2012-10-172-2/+11
* Whitespace cleanup.np2012-10-172-18/+18
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-161-1/+2
* Fix aha(4) build with i386 LINT (which includes 'device mca').pluknet2012-10-161-1/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-13/+11
* Fix build of dpt(4).pluknet2012-10-161-2/+2
* Fix build of aha(4).glebius2012-10-163-15/+16
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-165-566/+883
* Add locking to the dpt(4) driver and mark it MPSAFE.jhb2012-10-155-286/+233
* Add locking to the bt(4) driver and mark it MPSAFE.jhb2012-10-156-137/+130
* Add locking to the aic(4) driver and mark it MPSAFE.jhb2012-10-155-94/+110
* Add locking to the ahb(4) driver and mark it MPSAFE.jhb2012-10-152-105/+93
* Add locking to the aha(4) driver and mark it MPSAFE.jhb2012-10-154-111/+86
* Add locking to the adw(4) driver and mark it MPSAFE.jhb2012-10-155-145/+119
OpenPOWER on IntegriCloud