Subject: Re: sys/dev/scsipi/scsipi_base.c To: None <paul@whooppee.com> From: Perry E. Metzger <perry@piermont.com> List: current-users Date: 01/06/2008 12:20:10
Paul Goyette <paul@whooppee.com> writes:
> Shouldn't we at least replace the constant 28 with a macro that gives
> a hint of what's going on?
It seems much cleaner just to call memcpy three times. This is not a
performance critical inner loop.
Perry