Age | Commit message (Expand) | Author |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-10-19 | we dont fake VPD INQUIRY pages, so fail on requests for them. | David Gwynne |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-05-07 | fix a double free in an error path | Jonathan Gray |
2012-01-09 | repair errors paths for dma_alloc; spotted by dhill | Theo de Raadt |
2012-01-09 | another set of missing dma_alloc's for talking to a device. hit by | Theo de Raadt |
2011-10-05 | ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to be | David Gwynne |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-02-22 | ami figures out the names of the enclosure attached to it by snooping | David Gwynne |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-09-24 | remove useless store | David Gwynne |
2010-09-20 | Use SSD_ERRCODE_CURRENT instead of magic 0x70. | Kenneth R Westerback |
2010-09-02 | the page_length field in the vpd page header is 2 bytes, not 1. | David Gwynne |
2010-08-25 | try giving all devices on ami access to all the ccbs. iopools will share | David Gwynne |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | add back the initialisation of a loop condition that | Jonathan Gray |
2010-06-23 | cut ami over to iopools. | David Gwynne |
2010-06-23 | switch ami over to using mutexes instead of splbio to protect itself. this | David Gwynne |
2010-06-21 | protect the ccb free list with its own mutex. | David Gwynne |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-03 | massage the code to avoid races in ami_mgmt. | David Gwynne |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-05-18 | bus_dmamem_alloc() ...; bzero/memset(); -> | Owain Ainsworth |
2010-05-16 | Use a temporary variable for now to sidestep -Wbounded checking when | Nicholas Marriott |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-08-12 | though shalt complete the xs (ie, call scsi_done with it) before returning | David Gwynne |
2009-08-09 | Make ami(4) use NO_CCB at least some of the time. | Kenneth R Westerback |
2009-06-11 | fix potential use of uninitialized value. | Charles Longeau |
2009-06-11 | remove dead assignment and newly created unused variable. | Charles Longeau |
2009-06-04 | Add missing argument to printf statement. | Ray Lai |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2008-10-28 | Shut splassert up | Marco Peereboom |
2008-10-28 | Be nicer waking up. | Marco Peereboom |
2008-10-28 | Major overhaul of bio. | Marco Peereboom |
2008-04-10 | the success of a command is reported in the mbox, but not passed on to the | David Gwynne |
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne |
2007-09-27 | M_ZERO changes | Charles Longeau |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-05-31 | erroneously EINVAL is always reported where the function | David Gwynne |
2007-05-31 | if poking the controller fails for whatever reason the drives' | David Gwynne |
2007-05-29 | sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media | Todd T. Fries |
2007-05-29 | Make stimeout a debug print. It has no value for users to see it. | Marco Peereboom |
2007-05-08 | ami chips have no mechanism to take commands off them once we've submitted | David Gwynne |