summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix watchdog pretimeout.alfred2013-07-271-4/+70
* update ciss debugger command to iterate over multiple raid controllers up tosbruno2013-07-271-4/+10
* MFgem r251960: re-check the mgt device object for the requested pagekib2013-07-271-2/+9
* The pmap_qenter() and pmap_qremove() perform TLB invalidation on itskib2013-07-271-10/+0
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllersbruno2013-07-272-11/+10
* Implement some function tracing.adrian2013-07-271-9/+293
* Display a string instead of a numeric code in the linkdnrc sysctl.np2013-07-271-2/+34
* Expand the list of devices claimed by cxgbe(4).np2013-07-271-11/+12
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-267-22/+620
* Reserve room for ioctls that aren't in this copy of the driver yet.np2013-07-261-0/+3
* Assume that all Apple products using interface class 255, subclass 253hselasky2013-07-261-0/+8
* Set the device description after we call uart_probe(). In uart_probe()marcel2013-07-251-1/+7
* Decode some bits defined in AHCI 1.3.1 Device Sleep Technical Proposal.mav2013-07-252-1/+9
* Match function definition to declaration and call-site.uqs2013-07-251-3/+3
* snd_ds1(4): Fix order of arguments for stereo/16bit modeuqs2013-07-251-1/+1
* Add missing NULL check after malloc(M_NOWAIT).mav2013-07-251-0/+4
* per style(9):obrien2013-07-244-12/+12
* Support setting up the iwn debug flags during probe/attach byadrian2013-07-241-3/+12
* Add new IDs for The Intel 2230 wireless NIC.adrian2013-07-241-0/+2
* Add the support for 802.1q and port based vlans for arswitch.loos2013-07-2311-70/+660
* Fix the arswitch instability problem. It turns out that theloos2013-07-234-27/+9
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.loos2013-07-235-11/+33
* Merge in phase 14+ -> 16 mps driver fixes from LSI:ken2013-07-227-391/+687
* CAM and mps(4) driver scanning changes.ken2013-07-223-305/+182
* Add some USB gadget example drivers for USB audio, USB keyboard,hselasky2013-07-228-0/+2174
* 5725 family of devices corrupts TSO packets when TSO DMA buffersyongari2013-07-221-11/+45
* Fix an XHCI regression:hselasky2013-07-211-11/+9
* Use the right name for the vm_map_find(9) flag to specify sharedkib2013-07-201-1/+1
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is ayongari2013-07-202-12/+49
* Recognize BCM5725C PHY.yongari2013-07-202-0/+5
* Setup the PCIE Fast Training Sequence (FTS) value to preventyongari2013-07-202-0/+19
* There's nothing to free if the unit wasn't allocated.np2013-07-191-1/+0
* Add message when nvd disks are attached and detached.jimharris2013-07-194-11/+94
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-196-0/+14
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-192-4/+15
* Do not call disk_create() until we have completed all initialization of ourjimharris2013-07-191-2/+2
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-191-1/+1
* Overhaul error, information, and debug logging.scottl2013-07-198-286/+356
* Properly handle I/O windows in bridges with the ISA enable bit set. Thesejhb2013-07-184-91/+449
* Reload font when syscons(4) is resuming without switching mode.jkim2013-07-171-27/+34
* Use pause() instead of DELAY() when polling for completion of adminjimharris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-172-5/+13
* Implement workaround for BCM5719/BCM5720 TX hang.yongari2013-07-172-4/+55
* Specify a timeout for the PL block.np2013-07-171-1/+4
* Avoid magic constant.yongari2013-07-172-7/+9
* o TxD ring requires 8 bytes alignment to work so change alignmentyongari2013-07-171-20/+30
* Add a tunable to force disable MSI use for xhci(4).kib2013-07-161-7/+12
* Workaround some broken BIOSes that specify edge-sensitive but active-lowjhb2013-07-161-0/+11
* Revert r252725 as it breaks WPA.rpaulo2013-07-147-42/+0
* Allow regular off-the-shelf keyboards to be overclocked like so-calledhselasky2013-07-131-3/+22
OpenPOWER on IntegriCloud