Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2003 23:16:20 -0700 (PDT)
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
Message-ID:  <200304280616.h3S6GKvI006331@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2003/04/27 23:16:20 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c 
  Log:
  Don't pass pointers to kernel data structures through 32-bit fields
  as 64-bit architectures won't like this.  Use virtual array indexes
  instead.  This *should* allow the driver to work on 64-bit platforms,
  though it's still not endian clean.
  
  Revision  Changes    Path
  1.68      +51 -13    src/sys/dev/aac/aac.c



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