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
This commit is contained in:
parent
29bafe6120
commit
f966a20c22
@ -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);
|
||||
|
||||
/*=========================================================================*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user