Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 12:15:00 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c src/sys/i386/scsi aic7xxx.c
Message-ID:  <199704101915.MAA24078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       97/04/10 12:15:00

  Modified:    sys/dev/aic7xxx  aic7xxx.seq aic7xxx_asm.c
  Log:
  aic7xxx.seq:
  	Be consistant about testing for parity errors after waiting for a
  	REQ on the bus.
  
  	Don't ack the last byte in a transaction until after we've cleared
  	all target state.
  
  aic7xxx_asm.c:
  	Test the return value of getopt against -1 not EOF. (Yet another
  	shameless victum of the style guide being wrong).
  
  Revision  Changes    Path
  1.70      +7 -4      src/sys/dev/aic7xxx/aic7xxx.seq
  1.17      +3 -3      src/sys/dev/aic7xxx/aic7xxx_asm.c

  Modified:    sys/i386/scsi  aic7xxx.c
  Log:
  Drop the number of allowed tags back down to 8.  Pluto uses a higher value
  which mistakenly got committed.
  
  Fix two bugs in the ahc_reset_device code:
  	Limit search for SCBs to process to those that are active and
  	are not queued for done processing.
  
  	It's okay for an SCB to not have a waiting next SCB.
  
  Revision  Changes    Path
  1.115     +17 -17    src/sys/i386/scsi/aic7xxx.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704101915.MAA24078>