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

Ed Maste emaste at FreeBSD.org
Mon Dec 10 12:18:20 PST 2007


emaste      2007-12-10 20:18:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/aac          aac.c aac_cam.c aac_pci.c aacreg.h 
                         aacvar.h 
  Log:
  MFC to RELENG_7:
  aac.c:1.124
  aacvar.h:1.49
  
    Allow simultaneous opens of the device for issuing commands to the
    controller.  This is merged from Adaptec driver build 11669.
  
  aac.c:1.125
  aac_pci.c:1.66
  aacreg.h:1.24
  
    Add family support to allow the driver to attach to new devices that
    share the same interface.
  
  aac_cam.c:1.30
  
    Merge from Adaptec a 64 bit fix and a workaround for luns != 0
    returning CAM_SEL_TIMEOUT on SAS controllers, which prevented
    passthrough devices from being created.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.120.2.3  +154 -72   src/sys/dev/aac/aac.c
  1.28.2.2   +13 -8     src/sys/dev/aac/aac_cam.c
  1.62.2.3   +23 -5     src/sys/dev/aac/aac_pci.c
  1.23.2.1   +52 -0     src/sys/dev/aac/aacreg.h
  1.48.2.1   +13 -7     src/sys/dev/aac/aacvar.h


More information about the cvs-src mailing list