Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Ddevice.h73 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI) macro
H A Dscsi.c88 if (!HW_ISSCSI(hw)) in scsiinit()