Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/dev/aic/aic.c 163896 2006-11-02 00:54:38Z mjacob $");
---
> __FBSDID("$FreeBSD: head/sys/dev/aic/aic.c 168752 2007-04-15 08:49:19Z scottl $");
32a33,35
> #include <sys/lock.h>
> #include <sys/mutex.h>
> #include <sys/malloc.h>
1543c1546
< aic->unit, 2, 256, devq);
---
> aic->unit, &Giant, 2, 256, devq);