imp 2006-02-04 22:14:20 UTC
FreeBSD src repository
Modified files:
sys/dev/amr amr_pci.c
Log:
Use void * for pointer rather than u_int8_t *, since it doesn't
matter. Well it does for type punning warnings.
Revision Changes Path
1.34 +4 -5 src/sys/dev/amr/amr_pci.c