Use the right product names.
Pointy Hat To: imp@
This commit is contained in:
parent
741f62a5b1
commit
f960767586
@ -293,7 +293,7 @@ static devclass_t ncv_devclass;
|
||||
|
||||
MODULE_DEPEND(ncv, scsi_low, 1, 1, 1);
|
||||
DRIVER_MODULE(ncv, pccard, ncv_pccard_driver, ncv_devclass, 0, 0);
|
||||
PCCARD_PNP_INFO(ncv_pccard_products);
|
||||
PCCARD_PNP_INFO(ncv_products);
|
||||
|
||||
static void
|
||||
ncv_card_unload(device_t devi)
|
||||
|
@ -233,7 +233,7 @@ static devclass_t nsp_devclass;
|
||||
|
||||
MODULE_DEPEND(nsp, scsi_low, 1, 1, 1);
|
||||
DRIVER_MODULE(nsp, pccard, nsp_pccard_driver, nsp_devclass, 0, 0);
|
||||
PCCARD_PNP_INFO(nsp_pccard_products);
|
||||
PCCARD_PNP_INFO(nsp_products);
|
||||
|
||||
static void
|
||||
nsp_card_unload(device_t devi)
|
||||
|
@ -136,4 +136,4 @@ static driver_t stg_pccard_driver = {
|
||||
|
||||
DRIVER_MODULE(stg, pccard, stg_pccard_driver, stg_devclass, 0, 0);
|
||||
MODULE_DEPEND(stg, scsi_low, 1, 1, 1);
|
||||
PCCARD_PNP_INFO(stg_pccard_products);
|
||||
PCCARD_PNP_INFO(stg_products);
|
||||
|
Loading…
Reference in New Issue
Block a user