Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2003 09:50:12 -0800 (PST)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h aacvar.h
Message-ID:  <200303261750.h2QHoCbj030325@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2003/03/26 09:50:12 PST

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c aac_cam.c aac_pci.c aacreg.h 
                         aacvar.h 
  Log:
  Begin support for 64-bit address support and workarounds for newer cards:
          - Add data structuress for doing 64-bit scatter/gather
          - Move busdma tag creations around so that only the parent is
            created in aac_pci.c.
          - Retrieve the capabilities word from the firmware before setting
            up command structures and tags. This allows the driver to decide
            whether to do 64-bit commands, and if work-arounds are needed for
            systems with >2GB of RAM.
          - Only enable the SCSI passthrough if it's enabled in the capabilities
            word in the firmware.
  
  This should fix problems with the 2120S and 2200S cards in systems with more
  than 2GB of RAM.  Full 64-bit support is forthcoming.
  
  MFC-After:      1 week
  
  Revision  Changes    Path
  1.65      +131 -33   src/sys/dev/aac/aac.c
  1.11      +3 -3      src/sys/dev/aac/aac_cam.c
  1.33      +25 -58    src/sys/dev/aac/aac_pci.c
  1.16      +37 -4     src/sys/dev/aac/aacreg.h
  1.32      +15 -8     src/sys/dev/aac/aacvar.h



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