aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix for infinite XHCI reset loops when the set address USB request fails.Hans Petter Selasky2014-04-091-2/+14
* Add workaround for MCP61 Ethernet controller found on MSI K9Pyun YongHyeon2014-04-091-2/+36
* Add a function to check whether the given register can be accessed whilstAdrian Chadd2014-04-091-4/+26
* Update to fix at r264244.Aleksandr Rybalko2014-04-081-6/+10
* Fix cursor color in reverse video mode.Aleksandr Rybalko2014-04-081-7/+9
* Distinguish between the different variants and configurations of SunixMarius Strobl2014-04-082-4/+73
* Add some debugging and forcing of the BAW to match what the currentAdrian Chadd2014-04-081-16/+44
* Don't do continue inside the scheduler loop; we really need to checkAdrian Chadd2014-04-081-2/+2
* Correct the actual definition of ath_tx_tid_filt_comp_single() toAdrian Chadd2014-04-081-5/+10
* Add a comment explaining the obvious.Adrian Chadd2014-04-081-0/+1
* Don't resume a TID on each filtered frame completion - only do it ifAdrian Chadd2014-04-081-2/+8
* Add a basic set of data points which count the number of sleep entriesAdrian Chadd2014-04-081-0/+35
* Fix panic on load new driver while vt(4) is in VGA textmode.Aleksandr Rybalko2014-04-071-5/+27
* Add some assertions to ensure that the target array doesn't get accessedScott Long2014-04-072-6/+35
* Use a more professional device description.Rui Paulo2014-04-071-1/+1
* Need to include machine/fdt.h.Rui Paulo2014-04-051-0/+1
* Add fsl,imx53.Rui Paulo2014-04-051-1/+2
* Make some unwise casts. On i386 these casts wind up being safe. RatherWarner Losh2014-04-054-21/+24
* Do not prevent processes from making changes to the baudrate or theMarcel Moolenaar2014-04-051-6/+0
* Remove hack to pass STAILQ to a function and do it properly instead.Edward Tomasz Napierala2014-04-051-3/+4
* Add ioctl(2) calls to uftdi(4) to access bitbang, MPSSE, CPU_FIFO, andIan Lepore2014-04-053-26/+297
* Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)Sean Bruno2014-04-041-0/+15
* Rework the iSCSI PDU transmit code to avoid lock contention and coalesceEdward Tomasz Napierala2014-04-042-37/+169
* All the iSCSI sysctls are also tunables; advertise that.Edward Tomasz Napierala2014-04-042-9/+9
* We don't need TAILQ for iSCSI PDUs; STAILQ is enough.Edward Tomasz Napierala2014-04-044-27/+27
* When changing the sd bus clock divisor, clear just the bus clock enable bitIan Lepore2014-04-041-1/+2
* Correct a PCI enumeration bug introduced in r264011Ryan Stone2014-04-031-4/+1
* Add the Dresden Elektronik "USB Levelshifter Stick Low Cost" to theJoerg Wunsch2014-04-032-0/+2
* Correct endianness handling in getting station address from EEPROM.Pyun YongHyeon2014-04-031-16/+14
* Fix build, broken by r264025.Edward Tomasz Napierala2014-04-021-2/+2
* Use 2K buffers for IO to help achieve full device speed, rather than theIan Lepore2014-04-021-37/+96
* Enable a KASSERT.Edward Tomasz Napierala2014-04-011-4/+1
* Get rid of the "autoscaling", instead just set socket buffer sizesEdward Tomasz Napierala2014-04-011-11/+29
* Instead of "icltx" and "iclrx", use thread names with prefix from upperEdward Tomasz Napierala2014-04-013-5/+9
* Get rid of ICL lock; use upper-layer (initiator or target) lock instead.Edward Tomasz Napierala2014-04-013-13/+20
* Add missing copyright date.Ryan Stone2014-04-011-1/+1
* Add support for PCIe ARIRyan Stone2014-04-016-17/+242
* Support serial speeds up to 12mbaud with newer FTDI chips.Ian Lepore2014-04-012-172/+254
* Add a method to get the PCI RID for a device.Ryan Stone2014-04-018-0/+114
* Revert PCI RID changes.Ryan Stone2014-04-018-333/+15
* Add a method to get the PCI Routing ID for a deviceRyan Stone2014-04-018-15/+333
* Add new USB ID.Hans Petter Selasky2014-04-012-0/+2
* Turns out name was used here when ACPI_DEBUG was defined, so refine myWarner Losh2014-03-311-0/+15
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-3110-11/+11
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-309-48/+14
* Fix sizeof modifier for sizeof() in printfEitan Adler2014-03-301-1/+1
* Add support to export the contents of the notification updates from the firmw...Adrian Chadd2014-03-294-2/+138
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.Aleksandr Rybalko2014-03-283-1/+37
* Update EFI framebuffer handoff from loaderEd Maste2014-03-271-3/+2
* Revert r263321.Aleksandr Rybalko2014-03-271-1/+1