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

Ed Maste emaste at FreeBSD.org
Mon Mar 31 07:32:07 PDT 2008


emaste      2008-03-31 14:32:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/aac          aac.c aac_cam.c aac_debug.c aac_disk.c 
                         aac_pci.c aacvar.h 
  Log:
  MFC - diff reduction w/ HEAD
  
   aac.c 1.131:
    Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):
  
    - Resource allocation in aac_alloc (moved from from aac_init)
    - Interrupt setup in aac_setup_intr (from aac_attach)
    - Container probing in aac_get_container_info (from aac_startup and
      aac_handle_aif)
    - Firmware status check moved to aac_check_firmware from aac_init
  
   aac.c 1.132, aac_cam.c 1.31, aad_debug.c 1.24, aac_disk.c 1.44,
   aac_pci.c 1.67, aacvar.h 1.50:
    Diff reduction to Adaptec's driver (around build 15317): catch up with a
    change in debugging routines.
  
    The fwprintf macro in the AAC_DEBUG case (mapping to printf) isn't from the
    Adaptec driver.
  
   aac.c 1.135:
    Add \n to the end of a printf string and remove it from panic strings.
  
  Revision   Changes    Path
  1.120.2.9  +307 -304  src/sys/dev/aac/aac.c
  1.28.2.3   +5 -7      src/sys/dev/aac/aac_cam.c
  1.22.2.2   +1 -0      src/sys/dev/aac/aac_debug.c
  1.43.10.1  +7 -11     src/sys/dev/aac/aac_disk.c
  1.62.2.4   +6 -6      src/sys/dev/aac/aac_pci.c
  1.48.2.2   +12 -16    src/sys/dev/aac/aacvar.h


More information about the cvs-src mailing list