Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/cam/cam_ccb.h 164844 2006-12-03 07:19:28Z mjacob $
---
> * $FreeBSD: head/sys/cam/cam_ccb.h 168752 2007-04-15 08:49:19Z scottl $
245,246c245
< u_int8_t bytes[sizeof(void *) > sizeof(u_long)
< ? sizeof(void *) : sizeof(u_long)];
---
> u_int8_t bytes[sizeof(uintptr_t)];
276a276,280
>
> /*
> * Deprecated, only for use by non-MPSAFE SIMs. All others must
> * allocate and initialize their own callout storage.
> */
278d281
< /* Callout handle used for timeouts */