Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damr_pci.c129 #define AMR_ID_DO_SG64 (1<<1) macro
136 {0x1000, 0x1960, AMR_ID_QUARTZ | AMR_ID_DO_SG64 | AMR_ID_PROBE_SIG},
137 {0x1000, 0x0407, AMR_ID_QUARTZ | AMR_ID_DO_SG64},
138 {0x1000, 0x0408, AMR_ID_QUARTZ | AMR_ID_DO_SG64},
139 {0x1000, 0x0409, AMR_ID_QUARTZ | AMR_ID_DO_SG64},
140 {0x1028, 0x000e, AMR_ID_QUARTZ | AMR_ID_DO_SG64 | AMR_ID_PROBE_SIG}, /* perc4/di i960 */
141 {0x1028, 0x000f, AMR_ID_QUARTZ | AMR_ID_DO_SG64}, /* perc4/di Verde*/
142 {0x1028, 0x0013, AMR_ID_QUARTZ | AMR_ID_DO_SG64}, /* perc4/di */
227 if ((amr_force_sg32 == 0) && (id->flags & AMR_ID_DO_SG64) && in amr_pci_attach()