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:
Stefan Eßer 2004-09-10 19:35:44 +00:00
parent 2d832be085
commit c7754014fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135043

View file

@ -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);
/*=========================================================================*/