> > *i_mac_impl_hash::walk modent | ::print mac_impl_t mi_drvname mi_ref > mi_drvname = 0xc80b3fc0 "bge0" > mi_ref = 0x66750065 > mi_drvname = 0xc80b3f80 "bge1" > mi_ref = 0x667503b5 > > (does mi_ref look weird?)
Yes, because the mdb incantation is wrong. It should be: > *i_mac_impl_hash::walk modent | ::modent -v | ::print mac_impl_t mi_drvname mi_ref -Artem
