maestro_pcitab    583 dev/pci/maestro.c } maestro_pcitab[] = {
maestro_pcitab    590 dev/pci/maestro.c #define NMAESTRO_PCITAB	lengthof(maestro_pcitab)
maestro_pcitab    604 dev/pci/maestro.c 		if (PCI_VENDOR(pa->pa_id) == maestro_pcitab[i].vendor &&
maestro_pcitab    605 dev/pci/maestro.c 		    PCI_PRODUCT(pa->pa_id) == maestro_pcitab[i].product)
maestro_pcitab    606 dev/pci/maestro.c 			return (maestro_pcitab[i].flags);