Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/aic7xxx/
HDaic79xx.c3262 u_int con_opts; in ahd_update_neg_table() local
3277 con_opts = 0; in ahd_update_neg_table()
3322 con_opts |= ENSLOWCRC; in ahd_update_neg_table()
3345 con_opts |= WIDEXFER; in ahd_update_neg_table()
3353 con_opts |= ENAUTOATNO; in ahd_update_neg_table()
3354 ahd_outb(ahd, NEGCONOPTS, con_opts); in ahd_update_neg_table()