Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-lowlevel.c482 if (((ostat0 & 0xf8) != 0xf8 || (ch->flags & ATA_KNOWN_PRESENCE)) && in ata_generic_reset()
493 if (((ostat1 & 0xf8) != 0xf8 || (ch->flags & ATA_KNOWN_PRESENCE)) && in ata_generic_reset()
586 if ((ch->flags & ATA_KNOWN_PRESENCE) == 0 && in ata_generic_reset()
H A Data-all.h416 #define ATA_KNOWN_PRESENCE 0x200 macro
/freebsd/sys/dev/ata/chipsets/
H A Data-serverworks.c205 ch->flags |= ATA_NO_SLAVE | ATA_SATA | ATA_KNOWN_PRESENCE; in ata_serverworks_ch_attach()
H A Data-siliconimage.c274 ch->flags |= ATA_KNOWN_PRESENCE; in ata_sii_ch_attach()