Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 13:13:15 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sr if_sr.c
Message-ID:  <200211072113.gA7LDFRP051315@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/11/07 13:13:15 PST

  Modified files:
    sys/dev/sr           if_sr.c 
  Log:
  Fix lots of places that assume sizeof(int) == sizeof(void *).  Most of
  these were cosmetic.  However, at least two of these changes fix bugs
  where a (fake) pointer to a RX descriptor was added to the physical
  memory start address with the cast in the wrong place resulting in
  rxdesc[pmem_start] instead of (uintptr_t)rxdesc + pmem_start.
  
  Revision  Changes    Path
  1.51      +18 -18    src/sys/dev/sr/if_sr.c

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




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