Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Data.h190 #define ATA_SUPPORT_ADDRESS48 0x0400 macro
/freebsd/sys/cam/ata/
H A Data_da.c1717 if (cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) { in adasetflags()
3476 if ((cgd->ident_data.support.command2 & ATA_SUPPORT_ADDRESS48) && in adasetgeom()
/freebsd/usr.sbin/bhyve/
H A Dpci_ahci.c1135 ata_ident->support.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
1140 ata_ident->enabled.command2 = (ATA_SUPPORT_ADDRESS48 | ATA_SUPPORT_FLUSHCACHE | in ata_identify_init()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c1613 parm->support.command2 & ATA_SUPPORT_ADDRESS48 ? " " : " not "); in atacapprint()
2082 is48bit = parm->support.command2 & ATA_SUPPORT_ADDRESS48; in ata_read_native_max()
3011 is48bit = ident_buf->support.command2 & ATA_SUPPORT_ADDRESS48; in atahpa()