CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/11/21 09:53:05
Modified files:
sys/dev/pcmcia : if_ray.c
Log message:
cast pointer argument to bus_space_read_region_1 to the correct type
(u_int8_t *). Fixes a warning when bus_space_read_region_1 is actually a
function and not a macro.
ok weingart@
