Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xxvar.h238 AHD_REMOVABLE = 0x00000,/* Hot-Swap supported - None so far*/ enumerator
H A Daic79xx_inline.h953 if (intstat == 0xFF && (ahd->features & AHD_REMOVABLE) != 0) { in ahd_intr()
H A Daic79xx.c6855 && (intstat != 0xFF || (ahd->features & AHD_REMOVABLE) == 0) in ahd_pause_and_flushwork()