cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h aacvar.h

Scott Long scottl at FreeBSD.org
Wed Mar 26 17:50:15 PST 2003


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


More information about the cvs-src mailing list