Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/sys/cam/ctl/scsi_ctl.c 237601 2012-06-26 14:51:35Z ken $");
---
> __FBSDID("$FreeBSD: head/sys/cam/ctl/scsi_ctl.c 237726 2012-06-28 19:39:30Z ken $");
229a230
> extern int ctl_disable;
235a237,240
> /* Don't initialize if we're disabled */
> if (ctl_disable != 0)
> return (0);
>
265a271,274
> /* Don't initialize if we're disabled */
> if (ctl_disable != 0)
> return;
>