summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Generalize AT91 NAND support a bit. Be more flexible about ALE and CLEimp2014-01-192-11/+81
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-181-0/+231
* Add ID for one more ASMedia AHCI-compatible controller.mav2014-01-171-0/+1
* Fix a possible memory use after free and leak situation associatedhselasky2014-01-172-26/+24
* Close a minor deadlock.hselasky2014-01-171-0/+7
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-164-12/+12
* netmap_user.h:luigi2014-01-163-24/+33
* Update xboxfb driver to actual state.ray2014-01-151-117/+46
* Don't output any modifier keys before we see a validhselasky2014-01-141-0/+36
* Implement better error recovery for Transaction Translators, TTs,hselasky2014-01-136-25/+301
* Separate I/O errors from reception of STALL PID.hselasky2014-01-132-5/+17
* Add unmapped IO support to virtio_scsi(4)bryanv2014-01-131-1/+4
* Add unmapped IO support to virtio_blk(4)bryanv2014-01-131-3/+4
* Remove incorrect bit shift when assigning the LUN request fieldbryanv2014-01-121-1/+1
* Make sure reserved fields of the EHCI DMA descriptors are not dirtyhselasky2014-01-121-3/+26
* Don't do synchronous USB requests inside USB transfer callbacks. It ishselasky2014-01-121-22/+13
* Fix a logic error when checking if Tx power entries are greater than 31.kevlo2014-01-111-3/+3
* Optimise interrupt logic. Technically writing a zero to the XHCI USBhselasky2014-01-111-5/+5
* Force clearing of event ring interrupts. The "Intel Lynx Point" XHCIhselasky2014-01-111-0/+7
* Move USB ID from u3g driver to uhso driver.hselasky2014-01-112-1/+2
* Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags tomav2014-01-101-1/+6
* Fix netmap emulation when NICs attached to a VALE switch have a differentluigi2014-01-101-3/+6
* sync with our internal repo - small change in debugging messagesluigi2014-01-101-4/+3
* Use m_get2() instead of m_getcl().kevlo2014-01-101-2/+2
* Use m_getcl() instead of MGETHDR/MCLGET macros.kevlo2014-01-101-17/+2
* Replace deprecated M_DONTWAIT with M_NOWAIT.kevlo2014-01-092-5/+5
* Fix build with VIMAGE.glebius2014-01-091-0/+2
* Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.ray2014-01-081-0/+12
* Fix build of vt_xboxfb.rmh2014-01-081-1/+1
* Add support for the Intel Centrino Wireless-N 135 chipset.gavin2014-01-082-0/+36
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-0822-41/+42
* m_defrag(9) does not touch original mbuf chain when it can'tyongari2014-01-081-0/+1
* defragment mbuf chains longer than hw segment limit before droppingedavis2014-01-072-4/+32
* fix use after free when releasing a netmap adapter.luigi2014-01-072-5/+10
* Remove aicasm as a build dependency. It made sense when the ahc and ahdscottl2014-01-076-0/+13478
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-071-7/+3
* Fix a rare "truncated checksums" problem, which manifested like this:trasz2014-01-071-2/+2
* Check the XHCI event ring regardless of the XHCI status registerhselasky2014-01-071-7/+2
* For IDENTIFY passthrough commands to Chatham prototype controllers, copyjimharris2014-01-061-2/+23
* It is 2014 and we have a new version of netmap.luigi2014-01-0618-1504/+1660
* Correctly remove entries from the relevant receive ath_buf list beforeadrian2014-01-061-6/+14
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-052-220/+0
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-056-45/+5
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeian2014-01-051-10/+11
* Move the retune notification print to a debug print.adrian2014-01-051-1/+1
* More NAND IDs of some really old Samsung parts, also list the partimp2014-01-041-7/+7
* Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longernwhitehorn2014-01-043-131/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andnwhitehorn2014-01-043-96/+23
* ENET on Vybrid Family SoC don't advertise its media capabilitiesbr2014-01-041-3/+5
* Wrap this debug statement in debug defines. Else, this driversbruno2014-01-031-0/+2
OpenPOWER on IntegriCloud