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/ed/if_ed_pccard.c | |
| parent | 493b2041d642a9449a0cfd800c68cc28acfddf8b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed/if_ed_pccard.c')
| -rw-r--r-- | sys/dev/ed/if_ed_pccard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 505aff681ac82..07cf892dc4318 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -1248,3 +1248,4 @@ DRIVER_MODULE(ed, pccard, ed_pccard_driver, ed_devclass, 0, NULL); DRIVER_MODULE(miibus, ed, miibus_driver, miibus_devclass, 0, NULL); MODULE_DEPEND(ed, miibus, 1, 1, 1); MODULE_DEPEND(ed, ether, 1, 1, 1); +PCCARD_PNP_INFO(ed_pccard_products); |
