Searched defs:hm_rev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1123 int hm_rev; local
1126 hm_rev = hmep->asic_rev;
1127 switch (hm_rev) {
1131 "SBus 2.1 Found (Rev Id = %x)", hm_rev);
1137 "SBus 2.0 Found (Rev Id = %x)", hm_rev);
1142 "PCI IO 1.0 Found (Rev Id = %x)", hm_rev);
1148 (hm_rev == HME_2C0_REVID) ? "PCI IO 2.0" : "Sbus", hm_rev);
1167 int hm_rev = 0; local
1388 (caddr_t)&hm_rev,
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c530 int instance, id, slot, i, hm_rev; local
827 hm_rev = ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0,
830 if (hm_rev == 0xa0 || hm_rev == -1) {
842 } else if (hm_rev == 0x20) {
846 fas->f_hm_rev = (uchar_t)hm_rev;
848 (hm_rev >> 4) & 0xf, hm_rev & 0xf);

Completed in 74 milliseconds