Age | Commit message (Expand) | Author |
2010-01-07 | Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@ | Stuart Henderson |
2010-01-07 | dont use the xs in the scsi_cmd routines after calling ciss_cmd, it might | David Gwynne |
2010-01-07 | CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB. | David Gwynne |
2010-01-06 | sync | Stuart Henderson |
2010-01-06 | Add Canon PowerShot SX100, Linksys WUSB600N v2 (new version of RT2870). From ... | Stuart Henderson |
2010-01-06 | sync | Stuart Henderson |
2010-01-06 | New Broadcom nics, from Linux driver via Brad. | Stuart Henderson |
2010-01-05 | dont need to end statements with two semicolons. one is enough. | David Gwynne |
2010-01-05 | atapiscsi didnt call scsi_done when the xfer had SCSI_POLL set. this is | David Gwynne |
2010-01-04 | remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-04 | turn off verbose | Theo de Raadt |
2010-01-04 | rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to a | David Gwynne |
2010-01-04 | protect the ccb free queue with a mutex rather than splbio | David Gwynne |
2010-01-04 | Add a few missing scsi_done()'s before returning COMPLETE. Also | Kenneth R Westerback |
2010-01-03 | delete unused variable | Theo de Raadt |
2010-01-03 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2010-01-03 | oops, get the order of args right for the header request in | David Gwynne |
2010-01-03 | mpi_bio_get_pg0_raid is only called from a process context. let the cfg | David Gwynne |
2010-01-03 | oops, forgot to set the ccb_cookie in mpi_wait. mpi_wait_done would fault | David Gwynne |
2010-01-03 | get rid of the last internal user of splbio. waiting for the completion of | David Gwynne |
2010-01-03 | rename ccb_xs to ccb_cookie, and switch it from a struct scsi_xfer * to a | David Gwynne |
2010-01-03 | dont leak a ccb if we fail to get a reply in portenable | David Gwynne |
2010-01-03 | when getting a reply from the hw, only sync the dmamem for that one reply | David Gwynne |
2010-01-03 | switch mpi from using splbio to protect itself over to mutexes. | David Gwynne |
2010-01-02 | When finding certain novatel devices in mass storage mode | Jonathan Gray |
2009-12-31 | sync | Theo de Raadt |
2009-12-31 | new devs; ejacquot | Theo de Raadt |
2009-12-31 | Assert copyright. | Joel Sing |
2009-12-31 | Add support for key disks. This allows a crypto volume to be constructed | Joel Sing |
2009-12-30 | remove dead assignments and newly created unused variables. | Charles Longeau |
2009-12-28 | whitespace | David Gwynne |
2009-12-28 | tweak vmt to work on amd64 as well as i386. like i386, it is still | David Gwynne |
2009-12-28 | correct id for 2nd type of stts424e02; from cnst | Theo de Raadt |
2009-12-28 | Add MCP73_AHCI_5 to list of devices started in that special NVidia | Kenneth R Westerback |
2009-12-27 | Huawei 180E, from and tested by Bruce O'Neel. | Jonathan Gray |
2009-12-27 | regen | Jonathan Gray |
2009-12-27 | Huawei E180, from Bruce O'Neel. | Jonathan Gray |
2009-12-27 | Don't allocate resources on the Intel Hub-to-PCI bridges. Doing so breaks | Mark Kettenis |
2009-12-27 | spacing. | Felix Kronlage |
2009-12-25 | A couple more device types. | Miod Vallat |
2009-12-25 | regen | Miod Vallat |
2009-12-25 | One more Geode device. | Miod Vallat |
2009-12-24 | do not run the unsolicited event queue from the interrupt handler. | Jacob Meuser |
2009-12-22 | rewrite promiscuous mode and multicast handling; from Brad | Christian Weisgerber |
2009-12-22 | Revert last commit, I should have checked with damien@ first. | Stuart Henderson |
2009-12-22 | Sort pci ids, from Brad. | Stuart Henderson |
2009-12-22 | treat the front headphone jack more like a built-in speaker. make it's | Jacob Meuser |
2009-12-21 | Some cleaning for the rl(4) driver: | Christian Weisgerber |
2009-12-19 | fix tsleep parameter | Yojiro Uo |
2009-12-18 | More device id ordering, from Brad | Stuart Henderson |