Age | Commit message (Expand) | Author |
2023-04-19 | dont advertise non-removable sdmmc devices as removable to the scsi layer. | David Gwynne |
2023-04-19 | handle some more manufacturer ids. | David Gwynne |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2021-03-27 | Fix SDMMC_DEBUG build | kn |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-05 | Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY | Kenneth R Westerback |
2020-09-03 | Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'. | Kenneth R Westerback |
2020-09-02 | When building emulated INQUIRY results use the SCSI_REV_* #define's to | Kenneth R Westerback |
2020-09-01 | Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to | Kenneth R Westerback |
2020-07-25 | No need for a bzero(), just init saa.sf to NULL. All the saa.saa | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-03 | Pass the expected 'scsibus_attach_args *' to scsibus_attach() via | Kenneth R Westerback |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-12 | Bring a few stragglers into line with the idiom used by the other 40+ | Kenneth R Westerback |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-25 | Drivers that implement their own *minphys() don't need to call the | Kenneth R Westerback |
2018-03-30 | Add some sensible error checking in the hibernate io path, helpfully | Jonathan Matthew |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2017-04-06 | Sizes for the remaining free() calls, and use mallocarray() | Theo de Raadt |
2017-04-06 | add sizes to free() calls | Theo de Raadt |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2016-05-05 | Populate SCSI inquiry data with information from SD and MMC cards. | Mark Kettenis |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-11-01 | fix the build when SDMMC_DEBUG is defined | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-09 | Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET. | Matthew Dempsky |
2011-07-09 | Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *" | Matthew Dempsky |
2011-06-16 | dont respond to VPD inquiries with standard inquiry data. add a | David Gwynne |
2010-10-25 | Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@. | Kenneth R Westerback |
2010-08-24 | lockmgr -> rwlock conversion | Bret Lambert |
2010-08-19 | - fold several occurences of DEVNAME() into one located in sdmmcvar.h. | Jasper Lievisse Adriaanse |
2010-06-20 | Don't use and maintain a function pointer that is only ever set to one | Michael Knudsen |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
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-10-03 | Add missing <sys/device.h>. | Mark Kettenis |
2009-09-05 | scsi_done before COMPLETE | David Gwynne |
2009-04-07 | Remove recursion from the sdmmc locking regime. | Bret Lambert |
2009-03-24 | Remove redundant casts. | Mark Kettenis |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |