Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Data_kauai.c232 const char *compatstring; in ata_kauai_attach() local
240 compatstring = ofw_bus_get_compat(dev); in ata_kauai_attach()
241 if (compatstring != NULL && strcmp(compatstring,"shasta-ata") == 0) in ata_kauai_attach()
246 (compatstring == NULL || strcmp(compatstring, "K2-UATA") != 0)) in ata_kauai_attach()