Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/isa/
H A Dahc_isa.c523 if (sc.device_flags[i] & CFDISC) in aha2840_load_seeprom()
/netbsd-src/sys/dev/ic/
H A Daic7xxx_seeprom.c274 if (sc->device_flags[i] & CFDISC) in ahc_parse_pci_eeprom()
H A Daic7xxxvar.h902 #define CFDISC 0x0010 /* enable disconnection */ macro
H A Daic79xxvar.h855 #define CFDISC 0x0400 /* enable disconnection */ macro
H A Daic79xx.c6652 if (sc->device_flags[targ] & CFDISC) { in ahd_parse_cfgdata()