Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_athn_pci.c78 Static int athn_pci_match(device_t, cfdata_t, void *);
83 CFATTACH_DECL_NEW(athn_pci, sizeof(struct athn_pci_softc), athn_pci_match,
94 athn_pci_match(device_t parent, cfdata_t match, void *aux) in athn_pci_match() function