Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 1999 13:17:33 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci ahc_pci.c src/sys/dev/aha aha.c ahareg.h src/sys/dev/aic7xxx 93cx6.c src/sys/conf options src/sys/cam cam_periph.c cam_xpt.c
Message-ID:  <199905252017.NAA31980@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1999/05/25 13:17:32 PDT

  Modified files:
    sys/pci              ahc_pci.c 
  Log:
  All cards using aic789X chips use the new eeprom format.
  Corrects bogus negotiation values on aic7890 based controllers.
  
  PR: 11872
  
  Revision  Changes    Path
  1.14      +4 -1      src/sys/pci/ahc_pci.c

  Modified files:
    sys/dev/aha          aha.c ahareg.h 
  Log:
  The 1542 cards do not allow adapter commands to be queued while mailbox
  commands are outstanding.  You'd think they'd just clear the IDLE bit,
  but alas, no.  Delay until all pending mailbox commands have completed
  in aha_cmd to work around this.
  
  Report sync rates correctly on Fast Adaptec cards.  Clones may still be
  reported incorrectly since there is no documenation on how they report
  extended sync values.
  
  Clean up some unused fields in the aha softc.
  
  Revision  Changes    Path
  1.26      +89 -31    src/sys/dev/aha/aha.c
  1.6       +1 -3      src/sys/dev/aha/ahareg.h

  Modified files:
    sys/dev/aic7xxx      93cx6.c 
  Log:
  Turn the 'dump eeprom' flag into a real option.
  
  Revision  Changes    Path
  1.3       +4 -2      src/sys/dev/aic7xxx/93cx6.c

  Modified files:
    sys/conf             options 
  Log:
  Turn the 'ahc dump eeprom' flag into a real option.
  
  Revision  Changes    Path
  1.138     +4 -1      src/sys/conf/options

  Modified files:
    sys/cam              cam_periph.c cam_xpt.c 
  Log:
  Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.
  The XPT doesn't have a problem with this itself, but some controllers
  drivers may have been caught off guard by the old behavior.
  
  XPT_CONT_TARGET_IO is also a valid ccb type for cam_periph_unmapmem.
  
  Revision  Changes    Path
  1.17      +2 -2      src/sys/cam/cam_periph.c
  1.61      +5 -1      src/sys/cam/cam_xpt.c


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?199905252017.NAA31980>