Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Ddevice.h56 #define C_SCSI 0x82 macro
73 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI)
H A Dautoconf.c256 hw->hw_type = C_SCSI; in find_devs()