Home
last modified time | relevance | path

Searched refs:ata_vers (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Dwd.c990 ((wd->drvp->ata_vers >= 4 && xfer->c_bio.r_error & 64) || in wddone()
991 (wd->drvp->ata_vers < 4 && xfer->c_bio.r_error & 192))) { in wddone()
1270 if (drvp->ata_vers >= 4) in wdperror()
1794 wd->drvp->ata_vers = -1; /* Mark it as pre-ATA */ in wd_get_params()
1925 if (wd->drvp->ata_vers < 4 && in wd_flushcache()
H A Datavar.h267 int8_t ata_vers; /* ATA version supported */ member
H A Data.c1877 drvp->ata_vers = i; in ata_probe_caps()
2032 if (drvp->ata_vers == 0) { in ata_probe_caps()
2035 drvp->ata_vers = 4; /* should be at last ATA-4 */ in ata_probe_caps()
2039 drvp->ata_vers = 2; /* should be at last ATA-2 */ in ata_probe_caps()
/netbsd-src/sbin/atactl/
H A Datactl.c232 static const struct bitinfo ata_vers[] = { variable
1454 print_bitinfo("", " ", inqbuf->atap_ata_major, ata_vers); in device_identify()