summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2013-10-09Include the 'state of health' field in the bbu ok sensor value.Jonathan Matthew
2013-10-07Do not invoke ttymodem() directly, but l_modem from the current linedisc.Miod Vallat
2013-10-05Disable interrupts in the interrupt handler. This is what FreeBSD does, andMark Kettenis
2013-10-01Use %z* for size_tStefan Fritsch
2013-10-01Don't claim the interrupt if none of the interrupt status bits were set.Mark Kettenis
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-09-24Try to release the console if pckbc(4) fails to send the initialMartin Pieuchot
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