Age | Commit message (Expand) | Author |
2009-11-14 | make ramdisks compile | Theo de Raadt |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-06 | cosmetic. claudio@ ok | Federico G. Schwindt |
2009-11-05 | bump copyrights | Marco Peereboom |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-23 | enable event handling on sas hbas and ignore unhandled events. this turns | David Gwynne |
2009-10-23 | Update links to 82802 datasheets. | Jonathan Gray |
2009-10-23 | if you're attempting to detach multiple devices (eg, many targets, | David Gwynne |
2009-10-23 | describe some more event data. | David Gwynne |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-10-15 | disable interrupt coalescing (aka mitigation) if the chip comes up with it | David Gwynne |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-11 | let page requests sleep instead of polling for completion. not used just | David Gwynne |
2009-10-05 | Add some minimalistic detach/unmap bits for pciide, | Jonathan Gray |
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 |