diff options
| author | Warner Losh <imp@FreeBSD.org> | 2015-12-11 05:27:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2015-12-11 05:27:56 +0000 |
| commit | f6cea53f9db2d88883ea7d7cee5fac10e186650b (patch) | |
| tree | 51c67d8f989abcf155937134d4d0168e42f113f9 /sys/dev/ncv | |
| parent | 493b2041d642a9449a0cfd800c68cc28acfddf8b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ncv')
| -rw-r--r-- | sys/dev/ncv/ncr53c500_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 23c207a1a556..c3c997ca2f58 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -293,6 +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); static void ncv_card_unload(device_t devi) |
