HomeSort by: relevance | last modified time | path
    Searched refs:ata_vers (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ata/
atavar.h 267 int8_t ata_vers; /* ATA version supported */ member in struct:ata_drive_datas
ata.c 1877 drvp->ata_vers = i;
2032 if (drvp->ata_vers == 0) {
2035 drvp->ata_vers = 4; /* should be at last ATA-4 */
2039 drvp->ata_vers = 2; /* should be at last ATA-2 */
wd.c 987 ((wd->drvp->ata_vers >= 4 && xfer->c_bio.r_error & 64) ||
988 (wd->drvp->ata_vers < 4 && xfer->c_bio.r_error & 192))) {
1267 if (drvp->ata_vers >= 4)
1781 wd->drvp->ata_vers = -1; /* Mark it as pre-ATA */
1912 if (wd->drvp->ata_vers < 4 &&
  /src/sbin/atactl/
atactl.c 232 static const struct bitinfo ata_vers[] = { variable in typeref:typename:const struct bitinfo[]
1453 print_bitinfo("", " ", inqbuf->atap_ata_major, ata_vers);

Completed in 21 milliseconds