HomeSort by: relevance | last modified time | path
    Searched defs:con_opts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 3173 u_int con_opts; local in function:ahd_update_neg_table
3188 con_opts = 0;
3232 con_opts |= ENSLOWCRC;
3246 con_opts |= WIDEXFER;
3254 con_opts |= ENAUTOATNO;
3255 ahd_outb(ahd, NEGCONOPTS, con_opts);
aic79xx.c 3173 u_int con_opts; local in function:ahd_update_neg_table
3188 con_opts = 0;
3232 con_opts |= ENSLOWCRC;
3246 con_opts |= WIDEXFER;
3254 con_opts |= ENAUTOATNO;
3255 ahd_outb(ahd, NEGCONOPTS, con_opts);

Completed in 33 milliseconds