Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/esp/
Desp_sbus.c509 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_RPE; in espattach()
513 (NCRCFG2_SCSI2 | NCRCFG2_RPE)) in espattach()
516 sc->sc_cfg2 = NCRCFG2_SCSI2; in espattach()
Dncr53c9xreg.h144 #define NCRCFG2_SCSI2 0x08 /* SCSI-2 Enable */ macro
Desp_pci.c251 sc->sc_cfg2 = NCRCFG2_SCSI2 | NCRCFG2_FE; in esp_pci_attach()