Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 15:33:56 -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 aacvar.h
Message-ID:  <200302192333.h1JNXvOS032314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2003/02/19 15:33:56 PST

  Modified files:
    sys/dev/aac          aac.c aacvar.h 
  Log:
  Fix a 64-bit bogon.  The hardware command structure only has one 32 bit
  field for holding driver-dependant data.  Instead of putting the pointer
  to the driver command struct in there, take advantage of these structs
  being a (virtually) contiguous array and just put the array index in the
  field.
  
  Revision  Changes    Path
  1.55      +3 -3      src/sys/dev/aac/aac.c
  1.26      +1 -0      src/sys/dev/aac/aacvar.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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