summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2013-09-21Allow for an out-of-softc indirection to reach the software copy of theMiod Vallat
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-08Turns out neither the flow control diff nor the RX checksum offload diffMark Kettenis
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-08-01Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings.Mark Kettenis
2013-07-25Backout flow control support (rev 1.97) and RX TCP/UDP checksum offloadMark Kettenis
2013-07-12Expunge debug code that uses an uninitialized variable. Without theKenneth R Westerback
2013-07-09pay attention to the #ifdefTheo de Raadt
2013-07-09move AHCI_DEBUG stuff into ahci.c so we can build with it enabled againJonathan Matthew
2013-07-06Use wsemuldisplaydevsubmatch.Mark Kettenis
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
2013-06-11Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the trulyMiod Vallat
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-04remove orphaned macrosMiod Vallat
2013-05-31Correct sequencing in ca_activate function. Some operations were in theTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-30tedu unused header. okay krw@Kurt Miller
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
2013-05-23Revert Active PS/2 support for now, until we find a solution suitableTobias Stoeckmann
2013-05-21Rewrite ioctl handling bits.Brad Smith
2013-05-21Rewrite ioctl handling bits.Brad Smith
2013-05-18enw->new in comment;Jason McIntyre
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-05-08fix some leaks in error pathsJonathan Gray
2013-05-07fix a double free in an error pathJonathan Gray
2013-05-03break out the battery status into excruciating detail. makes it harder forDavid Gwynne
2013-05-02always attach the battery sensor if the adapter lets us query it.David Gwynne
2013-05-01provide a sensor for the battery backup unit (bbu) on mfi boards thatDavid Gwynne
2013-05-01there's some extra bits for the bbu status that freebsd dont have. provideDavid Gwynne
2013-05-01provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cosDavid Gwynne
2013-05-01dont need to walk alldevs during sensor creation looking for the logicalDavid Gwynne
2013-04-30white space tweakDavid Gwynne
2013-04-30white space fixesDavid Gwynne
2013-04-30use MR_DCMD consistently. some MD_DCMD was in there somehow.David Gwynne
2013-04-30pull in BBU bits from freebsdDavid Gwynne
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-04-20In ahc_reset(), use SELxxx constants instead of magic values. No functionalMiod Vallat
2013-04-20correct handling of t_apmverTheo de Raadt
2013-04-20Enable active PS/2 multiplexing if available.Tobias Stoeckmann
2013-04-13Perform a warm reset instead of putting the hardware into full sleep modeStefan Sperling
2013-04-07david imhoff points out that the error handling in mfi_init_ccb gets theDavid Gwynne
2013-03-28Prevent a panic during rtsx(4) attachment. If a card is inserted while bootingStefan Sperling
2013-03-24Use ieee80211_set_tim() directly now that it is available.Claudio Jeker
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2013-03-14Cosmetic tweaking. No functional change.Brad Smith
2013-03-11Separate out the common capabilities flags from the switch statementBrad Smith
2013-03-09Always use the internal PHY on Apple variants, from FreeBSD. This unbreaksMartin Pieuchot