mpbios.c | 1066 int mpspo = entry->int_flags & 0x03; /* XXX magic */ local in function:mp_cfg_pci_intr 1070 switch (mpspo) { 1079 panic("unknown MPS interrupt polarity %d", mpspo); 1105 int mpspo = entry->int_flags & 0x03; /* XXX magic */ local in function:mp_cfg_eisa_intr 1109 switch (mpspo) { 1118 panic("unknown MPS interrupt polarity %d", mpspo); 1156 int mpspo = entry->int_flags & 0x03; /* XXX magic */ local in function:mp_cfg_isa_intr 1160 switch (mpspo) { 1169 panic("unknown MPS interrupt polarity %d", mpspo);
|