Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/cardbus/
H A Dif_athn_cardbus.c104 } athn_cardbus_devices[] = { in athn_cardbus_match() local
119 for (i = 0; i < __arraycount(athn_cardbus_devices); i++) { in athn_cardbus_match()
120 if (PCI_VENDOR(ca->ca_id) == athn_cardbus_devices[i].vendor && in athn_cardbus_match()
121 PCI_VENDOR(ca->ca_id) == athn_cardbus_devices[i].product) in athn_cardbus_match()