Age | Commit message (Expand) | Author |
2013-10-15 | Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300, | Miod Vallat |
2013-10-11 | Add initial RTL8106E and RTL8168G/8111G support. | Jonathan Gray |
2013-10-09 | Enable synch negotiation; code was there but not enabled since this driver was | Miod Vallat |
2013-10-09 | Include the 'state of health' field in the bbu ok sensor value. | Jonathan Matthew |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat |
2013-10-05 | Disable interrupts in the interrupt handler. This is what FreeBSD does, and | Mark Kettenis |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-10-01 | Don't claim the interrupt if none of the interrupt status bits were set. | Mark Kettenis |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-24 | Try to release the console if pckbc(4) fails to send the initial | Martin Pieuchot |
2013-09-21 | Allow for an out-of-softc indirection to reach the software copy of the | Miod Vallat |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-08 | Turns out neither the flow control diff nor the RX checksum offload diff | Mark Kettenis |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-08-01 | Add support for the RT3572 MAC/BBP. Crucial bits from Nathan Goings. | Mark Kettenis |
2013-07-25 | Backout flow control support (rev 1.97) and RX TCP/UDP checksum offload | Mark Kettenis |
2013-07-12 | Expunge debug code that uses an uninitialized variable. Without the | Kenneth R Westerback |
2013-07-09 | pay attention to the #ifdef | Theo de Raadt |
2013-07-09 | move AHCI_DEBUG stuff into ahci.c so we can build with it enabled again | Jonathan Matthew |
2013-07-06 | Use wsemuldisplaydevsubmatch. | Mark Kettenis |
2013-06-12 | Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPEND | Theo de Raadt |
2013-06-11 | Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the truly | Miod Vallat |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | remove orphaned macros | Miod Vallat |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | tedu unused header. okay krw@ | Kurt Miller |
2013-05-27 | Fix edge cases of uninitialized variables. In my tree for too long, I even | Miod Vallat |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith |
2013-05-18 | enw->new in comment; | Jason McIntyre |
2013-05-15 | remove unused variable | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-05-08 | fix some leaks in error paths | Jonathan Gray |
2013-05-07 | fix a double free in an error path | Jonathan Gray |
2013-05-03 | break out the battery status into excruciating detail. makes it harder for | David Gwynne |
2013-05-02 | always attach the battery sensor if the adapter lets us query it. | David Gwynne |
2013-05-01 | provide a sensor for the battery backup unit (bbu) on mfi boards that | David Gwynne |
2013-05-01 | there's some extra bits for the bbu status that freebsd dont have. provide | David Gwynne |
2013-05-01 | provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cos | David Gwynne |
2013-05-01 | dont need to walk alldevs during sensor creation looking for the logical | David Gwynne |
2013-04-30 | white space tweak | David Gwynne |
2013-04-30 | white space fixes | David Gwynne |
2013-04-30 | use MR_DCMD consistently. some MD_DCMD was in there somehow. | David Gwynne |
2013-04-30 | pull in BBU bits from freebsd | David Gwynne |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-20 | In ahc_reset(), use SELxxx constants instead of magic values. No functional | Miod Vallat |
2013-04-20 | correct handling of t_apmver | Theo de Raadt |