Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_wi_pci.c79 int wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc);
110 { PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_MINI_PCI_WLAN, wi_pci_native_attach },
111 { PCI_VENDOR_INTERSIL, PCI_PRODUCT_INTERSIL_ISL3872, wi_pci_native_attach },
112 { PCI_VENDOR_SAMSUNG, PCI_PRODUCT_SAMSUNG_SWL2210P, wi_pci_native_attach },
486 wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc) in wi_pci_native_attach() function