Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dpciidevar.h64 extern int atadebug_pciide_mask;
66 if (atadebug_pciide_mask & (level)) printf args
Dpciide_common.c89 int atadebug_pciide_mask = ATADEBUG_PCIIDE_MASK; variable
158 if (atadebug_pciide_mask & DEBUG_PROBE) in pciide_common_attach()