Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2003 15:13:25 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/exca exca.c
Message-ID:  <200309242213.h8OMDPFd020555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2003/09/24 15:13:25 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/exca         exca.c 
  Log:
  CARDMEM is the offset of the address ON THE CARD (eg which page).
  Instead, use EXCA_MEMREG_WIN_SHIFT which is the amount we shift the
  bus address by to write into upper memory (eg above 24MB).  Use the
  latter in this case.
  
  Revision  Changes    Path
  1.14      +1 -1      src/sys/dev/exca/exca.c



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