summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
2024-09-04Fix some spelling.Marcus Glocker
2024-07-22remove unneeded prototypes for functions in other filesJonathan Gray
2024-06-18remove wdc_ata_addref()/wdc_ata_delref() #if 0'd since rev 1.1Jonathan Gray
2024-05-26remove unneeded includesJonathan Gray
2024-05-13remove prototypes with no matching functionJonathan Gray
2022-10-23bzero(disklabel) or memset(disklabel,0) should be enough forKenneth R Westerback
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-09atascsi: constify method tablesChristian Weisgerber
2022-04-06constify struct cfattachChristian Weisgerber
2022-01-09spellingJonathan Gray
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'Kenneth R Westerback
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.Kenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2020-08-26Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,Kenneth R Westerback
2020-07-22Nuke unused struct scsi_link members of adapter softc's where theKenneth R Westerback
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-17Always a joker hiding somewhere.Kenneth R Westerback
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.Kenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingKenneth R Westerback
2020-02-05Nuke unnecessary abstraction 'scsi_minphys()' which just callsKenneth R Westerback
2020-01-26Shuffle some names around to make reading the code less headacheKenneth R Westerback
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structuresKenneth R Westerback
2020-01-23we've been using LBA48 for < 137GB drives for 17 years, so perhapsTed Unangst
2019-08-19Remove some unused code left over from an ancient (i.e. 2007) attemptKenneth R Westerback
2019-07-07Use timeout_add_msec(9)kn
2018-11-02Remove unnecessary if/else block, both branches are identical. We canFrederic Cambus
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-12-14Repair flushcache/standby operations to not convert AT_WAIT operationsTheo de Raadt
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-08-23Use the correct argument to sizeof. Coverity CID 1453382.Jonathan Gray
2017-05-31add some details relating to SATA device power managementJonathan Matthew
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsJonathan Matthew
2017-05-29Add an ioctl to tell storage devices to flush their internal cachesStefan Fritsch
2017-05-04Also pass the blk offset to disk_unbusy(), so that it can pass it toTheo de Raadt
2016-03-15Fix size passed to free(), found the hard way by Nick PermyakovJeremie Courreges-Anglas
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-03Fix typo in comment.Mark Kettenis
2015-12-29Set UltraDMA transfer mode. Some (early?) SATA drives, such as the MaxtorMark Kettenis
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-26trivial size to free()Theo de Raadt
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback