Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dneomagic.c96 static u_int32_t badcards[] = { variable
102 #define NUM_BADCARDS (sizeof(badcards) / sizeof(u_int32_t))
608 while ((i < NUM_BADCARDS) && (badcards[i] != subdev)) in nm_pci_probe()