Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 1997 10:40:20 -0800 (PST)
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/eisa aic7770.c src/sys/pci aic7870.c
Message-ID:  <199702121840.KAA18841@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       97/02/12 10:40:19

  Branch:      sys/dev/aic7xxx  RELENG_2_1_0
  Modified:    sys/dev/aic7xxx  aic7xxx.seq aic7xxx_reg.h
  Log:
  Sync with current:
  
  	SCB paging is now performed largely at the sequencer level.
  	Totally rewritten mesgin and mesgout phase handling
  	WDTR and SDTR message handling replaced with generic extended message
  		handling pushing the handling of extended messages up to
  		the kernel driver.
  	Support the NOOP message.
  	Don't clobber in-progress PCI transfers when shutting down DMAs.
  	Many other changes to improve error detection and correction.
  
  Reviewed by: wcarchive
  
  Revision  Changes    Path
  1.16.4.19 +508 -419  src/sys/dev/aic7xxx/aic7xxx.seq
  1.2.2.10  +93 -66    src/sys/dev/aic7xxx/aic7xxx_reg.h

  Branch:      sys/i386/eisa  RELENG_2_1_0
  Modified:    sys/i386/eisa  aic7770.c
  Log:
  Sync with current:
  
  	Style and type cleanups.
  
  Reviewed by: wcarchive
  
  Revision  Changes    Path
  1.21.2.6  +94 -92    src/sys/i386/eisa/aic7770.c

  Branch:      sys/i386/scsi  RELENG_2_1_0
  Modified:    sys/i386/scsi  93cx6.c 93cx6.h aic7xxx.c aic7xxx.h
  Log:
  Sync with current:
  
  	Fully support auto termination and setting high byte termination.
  	Much better error handling and recovery code.
  	Add rudimentary Queue Full recovery code.
  	Style and type fixes.
  	Split up the interrupt handler into subfunctions to improve readability.
  
  Reviewed by: wcarchive
  
  Revision  Changes    Path
  1.1.2.5   +15 -12    src/sys/i386/scsi/93cx6.c
  1.1.2.4   +19 -5     src/sys/i386/scsi/93cx6.h
  1.29.2.27 +1923 -1771src/sys/i386/scsi/aic7xxx.c
  1.10.2.12 +221 -129  src/sys/i386/scsi/aic7xxx.h

  Branch:      sys/pci   RELENG_2_1_0
  Modified:    sys/pci   aic7870.c
  Log:
  Sync with current:
  
  	Fully support auto termination and setting high byte termination.
  	Add support for memory mapped I/O.
  	Changed initialization order so that the ahc_in/outb functions can
  		be used for all I/O even at startup.
  
  Reviewed by: wcarchive
  
  Revision  Changes    Path
  1.11.2.19 +467 -222  src/sys/pci/aic7870.c



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