K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-11-07T21:13:15.000000Z K 7 svn:log V 338 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. END