diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-09-26 17:12:30 +0000 |
| commit | 0dc34160f3241087ca7d0485f0ba3813406d04ca (patch) | |
| tree | 1ee058eb854bad3317a3c38184fe013790576a52 /sys/dev/pccbb | |
| parent | 329e817fcc97aa847765c5171cc89a81a0b25527 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index bbffb8b53200..f2f6387c8aaa 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -983,4 +983,6 @@ static driver_t cbb_driver = { }; DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0); +MODULE_PNP_INFO("W32:vendor/device;D:#", pci, cbb, yc_chipsets, + nitems(yc_chipsets) - 1); MODULE_DEPEND(cbb, exca, 1, 1, 1); |
