misc/126697: aac driver bug. aaccli still doesn't work

Chris St Denis chris at smartt.com
Wed Aug 20 21:50:02 UTC 2008


>Number:         126697
>Category:       misc
>Synopsis:       aac driver bug. aaccli still doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 21:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chris St Denis
>Release:        7-STABLE as of Aug 20, 2008
>Organization:
SmarttNet
>Environment:
FreeBSD barium-new.smartt.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Aug 20 13:45:59 PDT 2008     cstdenis at barium-new.smartt.com:/usr/obj/usr/src/sys/BARIUM  amd64

>Description:
Revision 1.120.2.11 (MFC aac.c 1.137) says 

  <snip>

  The second problem is that the firmware version information is stored
  away for aac_rev_check, for userland tools (like aaccli) to query via
  the FSACTL_MINIPORT_REV_CHECK and FSACTL_LNX_MINIPORT_REV_CHECK ioctls.
  When aaccli encounters this issue it prints

  Command Error: <The current AFAAPI.DLL is too old to work with the
    current controller software.>

  Move the RequestSupplementAdapterInfo call after RequestAdapterInfo,
  which seems to fix both problems.


However I have updated to RELENG_7 today (aac.c shows src/sys/dev/aac/aac.c,v 1.120.2.12 2008/07/01 22:16:33)  and I still get that error



CLI > open aac0
Executing: open "aac0"
Command Error: <The current AFAAPI.DLL is too old to work with the current controller software.>

arcconf works:
----------------------------------------------------------------------
Controller information
----------------------------------------------------------------------
   Controller Status                        : Optimal
   Channel description                      : SAS/SATA
   Controller Model                         : IBM ServeRAID 8k
<snip>
   --------------------------------------------------------
   Controller Version Information
   --------------------------------------------------------
   BIOS                                     : 5.2-0 (15421)
   Firmware                                 : 5.2-0 (15421)
   Driver                                   : 5.2-0 (15421)
   Boot Flash                               : 5.1-0 (15421)

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list