From c7754014fa7c7d27b2a0cc9f9b03072ff9c601ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Fri, 10 Sep 2004 19:35:44 +0000 Subject: [PATCH] Fix oversight reported by Norikatsu Shigemura for the "sym" driver (which was derived from the "ncr" driver) and add a MODULE_DEPEND on "cam". MT5 candidate, IMHO. MFC after: 1 week --- sys/pci/ncr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 5368c655d3b0..89b5f042e767 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -7136,6 +7136,7 @@ static driver_t ncr_driver = { static devclass_t ncr_devclass; DRIVER_MODULE(ncr, pci, ncr_driver, ncr_devclass, 0, 0); +MODULE_DEPEND(ncr, cam, 1, 1, 1); MODULE_DEPEND(ncr, pci, 1, 1, 1); /*=========================================================================*/