cvs commit: src/sys/dev/aac aac.c

Scott Long scottl at FreeBSD.org
Sun Apr 27 23:16:21 PDT 2003


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


More information about the cvs-src mailing list