Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2002 14:00:11 -0800 (PST)
From:      Eric Moore <emoore@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h
Message-ID:  <200210302200.g9UM0BsW097062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

emoore      2002/10/30 14:00:11 PST

  Modified files:
    sys/dev/amr          amr.c amr_cam.c amr_compat.h amr_disk.c 
                         amr_pci.c amr_tables.h amrio.h amrreg.h 
                         amrvar.h 
  Log:
  amr.c,
  amr_cam.c,
  amrreg.h,
  amrvar.h:
  - added support for 12/16 byte cdb's, effecting CAM branch only ( non-disk support )
  
  amrreg.h:
  - increased number of scatter gather elements from 16 to 26.
  
  amr_pci.c:
  - amr_pci_free(), incorrect bus tag meant for 'amr_mailbox_dmat' was being freed
  
  all:
  - copyright change requested by scottl
  
  Reviewed by:    ps,scottl
  MFC after:      1 week
  
  Revision  Changes    Path
  1.34      +103 -14   src/sys/dev/amr/amr.c
  1.4       +156 -31   src/sys/dev/amr/amr_cam.c
  1.5       +25 -3     src/sys/dev/amr/amr_compat.h
  1.20      +25 -3     src/sys/dev/amr/amr_disk.c
  1.12      +30 -8     src/sys/dev/amr/amr_pci.c
  1.3       +25 -3     src/sys/dev/amr/amr_tables.h
  1.5       +25 -3     src/sys/dev/amr/amrio.h
  1.7       +58 -4     src/sys/dev/amr/amrreg.h
  1.13      +26 -3     src/sys/dev/amr/amrvar.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?200210302200.g9UM0BsW097062>