Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Diavc_pci.c96 { PCI_VENDOR_AVM, PCI_PRODUCT_AVM_B1, "AVM B1 PCI" },
97 { PCI_VENDOR_AVM, PCI_PRODUCT_AVM_T1, "AVM T1 PCI" },
Dpcidevs_data.h4102 PCI_VENDOR_AVM, PCI_PRODUCT_AVM_B1,
4106 PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_CARD,
4110 PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_PCI_V2_ISDN,
4114 PCI_VENDOR_AVM, PCI_PRODUCT_AVM_T1,
21122 PCI_VENDOR_AVM,
Difpci.c273 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AVM && in ifpci_match()
Difpci2.c237 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AVM && in ifpci2_match()
Dpcidevs.h512 #define PCI_VENDOR_AVM 0x1244 /* AVM */ macro