Age | Commit message (Expand) | Author |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-07-22 | remove unneeded prototypes for functions in other files | Jonathan Gray |
2024-06-18 | remove wdc_ata_addref()/wdc_ata_delref() #if 0'd since rev 1.1 | Jonathan Gray |
2024-05-26 | remove unneeded includes | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2022-10-23 | bzero(disklabel) or memset(disklabel,0) should be enough for | Kenneth R Westerback |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-09 | atascsi: constify method tables | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-01-09 | spelling | Jonathan Gray |
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-08-26 | Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set, | 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-17 | Always a joker hiding somewhere. | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-02 | Shuffle things around so that sc->sc_link initialization is | Kenneth R Westerback |
2020-06-27 | Nuke trailing whitespace. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being | Kenneth R Westerback |
2020-02-05 | Nuke unnecessary abstraction 'scsi_minphys()' which just calls | Kenneth R Westerback |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-23 | we've been using LBA48 for < 137GB drives for 17 years, so perhaps | Ted Unangst |
2019-08-19 | Remove some unused code left over from an ancient (i.e. 2007) attempt | Kenneth R Westerback |
2019-07-07 | Use timeout_add_msec(9) | kn |
2018-11-02 | Remove unnecessary if/else block, both branches are identical. We can | Frederic Cambus |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | Repair flushcache/standby operations to not convert AT_WAIT operations | Theo de Raadt |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-08-23 | Use the correct argument to sizeof. Coverity CID 1453382. | Jonathan Gray |
2017-05-31 | add some details relating to SATA device power management | Jonathan Matthew |
2017-05-31 | fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits | Jonathan Matthew |
2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches | Stefan Fritsch |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov | Jeremie Courreges-Anglas |
2016-01-20 | Set segflg member of uio struct with symbolic enum value | Stefan Kempf |
2016-01-03 | Fix typo in comment. | Mark Kettenis |
2015-12-29 | Set UltraDMA transfer mode. Some (early?) SATA drives, such as the Maxtor | Mark Kettenis |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-08-26 | trivial size to free() | Theo de Raadt |
2015-08-17 | The 80's called and want their interface back. Remove last fragments of | Kenneth R Westerback |