summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use correct type for the vmx vlan filter tablebryanv2013-09-081-1/+1
* Fix verbose output line; needs <NL>markm2013-09-081-1/+1
* Fix the build; Certain linkable symbols need to always be present.markm2013-09-076-19/+13
* Bring in some behind-the-scenes development, mainly By Arthur Mesh,markm2013-09-0719-416/+776
|\
| * MFCmarkm2013-09-072-3/+10
| |\
| * | Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-065-5/+5
| * | MFCmarkm2013-09-0637-1038/+1725
| |\ \
| * \ \ MFCmarkm2013-09-017-1342/+2633
| |\ \ \
| * \ \ \ MFCmarkm2013-08-314-7/+30
| |\ \ \ \
| * | | | | Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ...markm2013-08-302-73/+0
| * | | | | Separate out the Software RNG entropy harvesting queue and thread into its ow...markm2013-08-303-197/+296
| * | | | | MFCmarkm2013-08-3045-1138/+1761
| |\ \ \ \ \
| * | | | | | Remove the short-lived namei experiment.markm2013-08-261-5/+0
| * | | | | | Snapshot of current work;markm2013-08-267-193/+253
| * | | | | | MFCmarkm2013-08-262-4/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ MFCmarkm2013-08-26174-737/+132126
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ MFCmarkm2013-08-2544-238/+948
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 1) example (partially humorous random_adaptor, that I call "EXAMPLE")markm2013-08-246-72/+351
* | | | | | | | | | - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-072-13/+7
* | | | | | | | | | Revert parts of r245132 and r245175. We don't need to write to thehselasky2013-09-071-10/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Disable USB 3.0 streams mode by default, hence not all XHCI chipsetshselasky2013-09-071-2/+9
* | | | | | | | | Return BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.delphij2013-09-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Remove contractions.carl2013-09-052-7/+7
* | | | | | | | Only tear down interface and transport if they've been successfully setup.carl2013-09-051-6/+11
* | | | | | | | Workaround an issue with hardware by accessing remote device through memcarl2013-09-052-60/+104
* | | | | | | | Simplify register access macros by removing one level of indirection.carl2013-09-051-66/+58
* | | | | | | | Cleaning up spacing and making hex value case consistent.carl2013-09-051-11/+11
* | | | | | | | Implement workaround for IvyTown 4K BAR size issue.carl2013-09-052-0/+37
* | | | | | | | Simplifying bus alloc resource call since we only need the default values.carl2013-09-051-5/+4
* | | | | | | | Add support for per device features and workarounds.carl2013-09-051-7/+19
* | | | | | | | Restructure the PCI bar initialization code in anticipation of upcomingcarl2013-09-051-53/+93
* | | | | | | | Fix name change from ntb_transport to if_ntb. A few places werecarl2013-09-051-4/+4
* | | | | | | | Throw a bit to enable the link to come up on Xeon.carl2013-09-051-0/+4
* | | | | | | | Add some logging to ntb link up.carl2013-09-053-1/+21
* | | | | | | | Minor printf nit to keep out cleansbruno2013-09-051-1/+1
* | | | | | | | Handle cases where capability rights are not provided.pjd2013-09-051-3/+10
* | | | | | | | Add support for DLINK DWA-127 Wireless Adapterbr2013-09-052-0/+2
* | | | | | | | Fix the build.jhibbits2013-09-051-0/+2
* | | | | | | | Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-058-15/+32
* | | | | | | | Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.gibbs2013-09-041-12/+4
* | | | | | | | Add 32-bit support for Gxemul's oldtestmips machine emulationgonzo2013-09-044-7/+39
* | | | | | | | Revert r255152:eadler2013-09-041-2/+2
* | | | | | | | MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643brooks2013-09-046-47/+340
* | | | | | | | Fix hwpmc(4) for 32-bit PowerPC.jhibbits2013-09-042-8/+2
* | | | | | | | For TOE connections, the window scale factor in CPL_PASS_ACCEPT_REQ isnp2013-09-031-1/+1
* | | | | | | | sys/dev/xen/blkback/blkback.c:gibbs2013-09-031-1/+1
* | | | | | | | Complete any pending Tx frames before attempting the next transmitbryanv2013-09-032-0/+10
* | | | | | | | Fix unintended compiler constant foldingbryanv2013-09-031-2/+2
* | | | | | | | Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringjhibbits2013-09-033-714/+852
* | | | | | | | psm: Add support for middle and extended buttons on Synaptics touchpadsdumbbell2013-09-021-40/+91
OpenPOWER on IntegriCloud