Record the dependency of the iscsi initiator on cam.

PR:		116745
Submitted by:	OISHI Masakuni
Approved by:	rwatson (mentor)
MFC after:	1 month
This commit is contained in:
Antoine Brodin 2008-04-20 15:56:59 +00:00
parent 88ff5136d1
commit f578431cc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178330

View File

@ -808,3 +808,4 @@ moduledata_t iscsi_mod = {
};
DECLARE_MODULE(iscsi, iscsi_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
MODULE_DEPEND(iscsi, cam, 1, 1, 1);