Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2000 21:19:47 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx.seq aic7xxx_inline.h
Message-ID:  <200011120519.VAA72972@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2000/11/11 21:19:47 PST

  Modified files:
    sys/dev/aic7xxx      aic7xxx.c aic7xxx.seq aic7xxx_inline.h 
  Log:
  aic7xxx.c:
  	Shutdown the card when a catastrophic error occurs.  This quenches
  	any interrupts stemming from the card.
  
  aic7xxx_inline.h:
  	Return instead of processing additional interrupt state
  	after handling a catastrophic error.  We now shutdown the
  	chip in this case in the hopes that the system can live
  	without this controller.  The shutdown process invalidates any
  	other interrupt state.
  
  aic7xxx.seq:
  	Only attempt to clear SCSIBUSL on Ultra2 controllers.  The
  	clearing is workaround for a selection timeout bug on U2/U160
  	controllers and happens to be illegal on aic7770 (EISA/VL)
  	controllers.
  
  Revision  Changes    Path
  1.60      +4 -1      src/sys/dev/aic7xxx/aic7xxx.c
  1.106     +10 -4     src/sys/dev/aic7xxx/aic7xxx.seq
  1.8       +5 -2      src/sys/dev/aic7xxx/aic7xxx_inline.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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