From df98fb1bb26135cddf2558bccc429b0f50fbe196 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 18 Feb 1997 20:23:09 +0000 Subject: Kill the initialization of two old scratch ram variables. They were removed to make space for the larger message buffer. --- sys/i386/scsi/aic7xxx.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sys') diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 44e61f8193bc..9f0a91a3f439 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -2179,21 +2179,9 @@ ahc_init(ahc) * QCount mask to deal with broken aic7850s that * sporatically get garbage in the upper bits of * their QCount registers. - * - * QFullCount to guard against overflowing the - * QINFIFO or QOUTFIFO when we are paging SCBs. - * - * QOUTQCNT is a scratch ram variable that counts - * up as the sequencer fills the QOUTFIFO so it - * can guard against overflowing the FIFO. Since - * the fifo starts empty, clear it. */ ahc_outb(ahc, QCNTMASK, ahc->qcntmask); - ahc_outb(ahc, QFULLCNT, ahc->qfullcount); - - ahc_outb(ahc, QOUTQCNT, 0); - /* We don't have any waiting selections */ ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL); -- cgit v1.3