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

  /src/sys/dev/ic/
aic79xx.c 1539 u_int now_lvd; local in function:ahd_handle_scsiint
1541 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
1543 ahd_name(ahd), now_lvd ? "LVD" : "SE");
aic7xxx.c 1018 int now_lvd; local in function:ahc_handle_scsiint
1020 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1022 ahc_name(ahc), now_lvd ? "LVD" : "SE");
1035 /*Initiate Reset*/now_lvd == 0);

Completed in 49 milliseconds