1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Make the mps(4) module depend on the cam module.

Submitted by:	Mykola Dzham <i@levsha.me>
MFC after:	3 days
This commit is contained in:
Kenneth D. Merry 2012-03-07 22:39:11 +00:00
parent 8b6ebc0a46
commit 17a46b474f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232675

View File

@ -87,6 +87,7 @@ static driver_t mps_pci_driver = {
static devclass_t mps_devclass;
DRIVER_MODULE(mps, pci, mps_pci_driver, mps_devclass, 0, 0);
MODULE_DEPEND(mps, cam, 1, 1, 1);
struct mps_ident {
uint16_t vendor;