Age | Commit message (Expand) | Author |
2010-01-20 | Remove horrible hack in ahc/ahd that made some commands retry | Kenneth R Westerback |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2010-01-12 | Fix for a legacy free PC, where the keyboard controller doesn't behave. | Dale Rahn |
2010-01-11 | rework the polling code to use the semantic krw@ proposed. | David Gwynne |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2010-01-09 | Avoid mulitple calls to scsi_done() on the same xs by having | Kenneth R Westerback |
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-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 | 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 |
2009-12-30 | remove dead assignments and newly created unused variables. | Charles Longeau |
2009-12-22 | rewrite promiscuous mode and multicast handling; from Brad | Christian Weisgerber |
2009-12-21 | Some cleaning for the rl(4) driver: | Christian Weisgerber |
2009-12-17 | Initialize ccb_xs to NULL when taking a ccb off the free list. This | Kenneth R Westerback |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
2009-12-13 | Cleanup promiscuous mode and multicast handling. From Brad. | Mark Kettenis |
2009-12-11 | Fill out the pdq_cmd_info table to 18 elements, despite many of | Philip Guenthe |
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-10 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-09 | Stop spamming dmesg when raid isn't available. | Marco Peereboom |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-01 | put the midlayer changes back in. | David Gwynne |
2009-11-29 | unbreak compilation on sparc64 with AUDIO_DEBUG defined | Alexandre Ratchov |
2009-11-26 | Don't try to be clever and mix tag queueing mechanisms. Few if any | Kenneth R Westerback |
2009-11-25 | fix previous | Damien Bergamini |
2009-11-25 | single-stream parts (AR9285) have a hardware bug that limits the | Damien Bergamini |
2009-11-24 | Correct the copy out of the packet into the mbuf. We need to loop or | Claudio Jeker |
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis |
2009-11-24 | kill hooks and timeouts before calling complex sleeping code from detach; ok jsg | Theo de Raadt |
2009-11-23 | in detach, get rid of powerhook before doing sleeping operations | Theo de Raadt |
2009-11-23 | little annoying knf | Theo de Raadt |
2009-11-23 | prevent interrupts storm when the radio switch is turned off while | Damien Bergamini |
2009-11-23 | move things from athn_attach() to athn_init() such that we can | Damien Bergamini |
2009-11-23 | cleanup athn_set_key (not used yet.) | Damien Bergamini |