freebsd-src/sys/dev/sr
John Baldwin 1a8fc7d6a0 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.
2002-11-07 21:13:15 +00:00
..
if_sr.c Fix lots of places that assume sizeof(int) == sizeof(void *). Most of 2002-11-07 21:13:15 +00:00
if_sr.h Duh. These have been sitting in my tree since I committed this stuff. 2000-11-20 13:43:40 +00:00
if_sr_isa.c Newbusify the sr device and move it to its new location. 2001-01-30 10:02:10 +00:00
if_sr_pci.c Newbusify the sr device and move it to its new location. 2001-01-30 10:02:10 +00:00
if_srregs.h Newbusify the sr device and move it to its new location. 2001-01-30 10:02:10 +00:00