summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-02-22Give RS* IGP radeons a better chance of working thanks to Imre VadaszJonathan Gray
2015-02-21In iwm(4), fix an inverted check for hardware-ready state. From NetBSD.Stefan Sperling
2015-02-20Now that if_input() is a thing, use itChris Cappuccio
2015-02-20Whitespace fixes for iwm(4) code. From NetBSD.Stefan Sperling
2015-02-20Make the iwm(4) hardware receive filter pass multicast traffic.Stefan Sperling
2015-02-19regenJasper Lievisse Adriaanse
2015-02-19add an id for the ahci controller on the SM A1SAM-2550F (atom c2550) from me,Jasper Lievisse Adriaanse
2015-02-19when reading the max packet size in the pcie device config andDavid Gwynne
2015-02-18myri employees and their drivers for linux and solaris have repeatedlyDavid Gwynne
2015-02-18we're not using these macrosDavid Gwynne
2015-02-18enable pcie relaxed transaction ordering and bump the max payloadDavid Gwynne
2015-02-17the rnd event ringbuf calculations aren't correct, which may result inTed Unangst
2015-02-16Memory leak if copyin() or copyout() fails; found by Maxime VillardMiod Vallat
2015-02-16allow Arduino Leonardo to attach to umodem(4), from Gregor BestStuart Henderson
2015-02-16syncStuart Henderson
2015-02-16add Arduino Leonardo, from Gregor Best (plus typo+ordering fix)Stuart Henderson
2015-02-14Define UPS_PORT_TEST as FreeBSD/NetBSD do.Masao Uebayashi
2015-02-14Handle (poll) HCD interrupt right after initialization to immediately markMasao Uebayashi
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Fix typos.Masao Uebayashi
2015-02-12Provide interface for external DMA address configuration.Masao Uebayashi
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Convert to if_input().Martin Pieuchot
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12Remove a stray ;.Masao Uebayashi
2015-02-12Move register accessor macros to saner place.Masao Uebayashi
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12De-static for backtracing, but using #define to not change indent (for now).Masao Uebayashi
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12Simplify debug ifdefs.Masao Uebayashi
2015-02-12Don't panic even if parent port doesn't exist.Masao Uebayashi
2015-02-12KNF.Masao Uebayashi
2015-02-12convert to if_input.David Gwynne
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-11Disable the L1 ASPM link state to workaround errata with theBrad Smith
2015-02-11- Fix thinko about struct usbd_xfer allocation.Masao Uebayashi
2015-02-11- Make use of m_defrag().Brad Smith
2015-02-11Disable the L0S and L1 ASPM link states to workaround errata with theBrad Smith
2015-02-11include extended capabilities in ahci debug outputJonathan Matthew
2015-02-11regenBrad Smith
2015-02-11Add Intel Dual Band Wireless AC 3165 / 8260 PCI ids.Brad Smith
2015-02-11recognise ahci 1.3.1Jonathan Matthew
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-11Fix debug build, etc.Masao Uebayashi
2015-02-11Catch up with the new taskq_create(9) API.Masao Uebayashi
2015-02-11g/c sys/cdefs.h header.Brad Smith
2015-02-11Prevent processes from entering iwm_ioctl while another process isStefan Sperling
2015-02-11Show error code in DPRINTF error messages within iwm_send_phy_db_data.Stefan Sperling
2015-02-10Adjust usb(9) API differences to at least compile.Masao Uebayashi