aic7xxx.c | 4013 u_int sblkctl1; local in function:ahc_reset 4019 sblkctl1 = ahc_inb(ahc, SBLKCTL); 4020 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB); 4022 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB); 4077 u_int sblkctl1; local in function:ahc_reset 4079 sblkctl1 = ahc_inb(ahc, SBLKCTL); 4080 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB); 4082 ahc_outb(ahc, SBLKCTL, sblkctl1 & ~SELBUSB);
|