Age | Commit message (Expand) | Author |
2009-10-03 | Driver for the SD/MMC part of the Winbond W83L518D/W83L519D Integrated Media | Mark Kettenis |
2009-09-30 | Need to scsi_done() before returning COMPLETE for untranslated commands, | Miod Vallat |
2009-09-24 | In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx() | Miod Vallat |
2009-09-23 | do not attach the AR5416 and AR5418 (AR5416 PCIe) to the ath(4) | Damien Bergamini |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-04 | Missing scsi_done() in some error path returning COMPLETE; ok dlg@ | Miod Vallat |
2009-09-03 | call scsi_done before returning COMPLETE | David Gwynne |
2009-09-03 | must call scsi_done before returning complete. | David Gwynne |
2009-08-29 | Add forward declaration for struct to_softc such that the firmware builder | Mark Kettenis |
2009-08-29 | Split the ti(4) driver into mostly bus-agnostic code and PCI-specific | Mark Kettenis |
2009-08-29 | remove more unneeded Debugger() calls from dev/ | Jasper Lievisse Adriaanse |
2009-08-28 | remove a bunch of unused Debugger()s. | Jasper Lievisse Adriaanse |
2009-08-27 | Bring in NetBSD's rev 1.45 by Matthias Drochner | Jonathan Gray |
2009-08-25 | Legacy-free PC hardware do not have a real PS/2 keyboard controller, but | Miod Vallat |
2009-08-25 | Don't setup multicast when in promiscuous mode. From Brad. | Stuart Henderson |
2009-08-16 | remove use of BITS and BIT macros | Jonathan Gray |
2009-08-16 | tweak a switch statement to appease lint | Jonathan Gray |
2009-08-16 | remove use of BITS and BIT macros. | Jonathan Gray |
2009-08-16 | start getting rid of some of these horrific bit macros, remove | Jonathan Gray |
2009-08-13 | Rewrite part of the promiscuous/multicast handling; tested by myself, | Stuart Henderson |
2009-08-12 | Let this work with C99 compilers that do not define __GNUC__ | Jonathan Gray |
2009-08-12 | Backing store for ega and vga virtual console is not allocated until the | Miod Vallat |
2009-08-12 | always mark an xs complete if we're about to return COMPLETE to the | David Gwynne |
2009-08-12 | though shalt complete the xs (ie, call scsi_done with it) before returning | David Gwynne |
2009-08-10 | hook no longer needed | Theo de Raadt |
2009-08-10 | This does not need a shutdown function either (though the equilevant | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-08-09 | Make ami(4) use NO_CCB at least some of the time. | Kenneth R Westerback |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne |
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | timeout_add -> timout_add_msec | Bret Lambert |
2009-07-25 | Fix crash in bwi on armish by properly aligning a 32-bit value. Not | Kenneth R Westerback |
2009-07-24 | wrap the kernel specific parts in an _KERNEL ifdef. | Jonathan Gray |
2009-07-24 | Don't include systm.h as it isn't needed and pulls in libkern headers, | Jonathan Gray |
2009-07-23 | Switch re(4) over to MCLGETI. | Mark Kettenis |
2009-07-23 | If we initialize miicapabilities, we might as well pass it on when calling | Mark Kettenis |
2009-07-21 | Call timeout_set() from rl_attach, not rl_init(). From Brad. | Stuart Henderson |
2009-07-19 | Include 0x4402 in the bbp id mapping table used on older | Jonathan Gray |
2009-07-18 | Remove redundant code for setting the maximum frame receive size | Stuart Henderson |
2009-07-18 | reorder a switch block, no functional change but reduces the diff | Stuart Henderson |