Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 1998 22:08:15 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cam cam_xpt.c src/sys/dev/advansys advansys.c advlib.c advmcode.c src/sys/dev/aic7xxx aic7xxx.c src/sys/dev/buslogic bt.c
Message-ID:  <199809200508.WAA22541@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1998/09/19 22:08:15 PDT

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  Only deregister out configuration hook manually if there are no SCSI
  busses to configure.
  
  Revision  Changes    Path
  1.8       +6 -5      src/sys/cam/cam_xpt.c

  Modified files:
    sys/dev/advansys     advansys.c advlib.c advmcode.c 
  Log:
  Correct compilation with option DIAGNOSTIC set.
  
  Upgrade to the latest firmware.
  
  Revision  Changes    Path
  1.2       +6 -5      src/sys/dev/advansys/advansys.c
  1.6       +3 -1      src/sys/dev/advansys/advlib.c
  1.5       +164 -162  src/sys/dev/advansys/advmcode.c

  Modified files:
    sys/dev/aic7xxx      aic7xxx.c 
  Log:
  Correct a bug in the timeout handler.  When queuing a BDR response to
  a timeout, we must remove the pending SCB from the disconnected list
  or risk list corruption when our BDR request using the same SCB is placed
  on the waiting list.
  
  Eradicate some silly uses of u_int8_t that just serve to slow the code down.
  
  Revision  Changes    Path
  1.4       +147 -134  src/sys/dev/aic7xxx/aic7xxx.c

  Modified files:
    sys/dev/buslogic     bt.c 
  Log:
  On wide cards with firmware revisions < 5.06L, we have to infer that
  wide targets are in fact running wide since the "setup info" command
  for these revisions does not fill out the wide negotiation bits.
  
  Revision  Changes    Path
  1.4       +17 -1     src/sys/dev/buslogic/bt.c



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