thunderbolt: Remove PNP info

So it isn't matched by devmatch(8) and automatically loaded. The PNP
info will be readded once the USB4 driver is more complete.

PR:		290827
Reported by:	fuz, Marco Siedentopf <siedentm@me.com>
Fixes:	2ed9833791 (thunderbolt: Import USB4 code)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Aymeric Wibo
2025-12-16 00:14:08 +01:00
parent efc8353481
commit 5bd839792b
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -118,8 +118,6 @@ struct nhi_ident {
DRIVER_MODULE_ORDERED(nhi, pci, nhi_pci_driver, NULL, NULL,
SI_ORDER_ANY);
MODULE_PNP_INFO("U16:vendor;U16:device;V16:subvendor;V16:subdevice;U32:#;D:#",
pci, nhi, nhi_identifiers, nitems(nhi_identifiers) - 1);
static struct nhi_ident *
nhi_find_ident(device_t dev)
-2
View File
@@ -550,8 +550,6 @@ DEFINE_CLASS_1(tbolt, tb_pcib_driver, tb_pcib_methods,
DRIVER_MODULE_ORDERED(tb_pcib, pci, tb_pcib_driver,
NULL, NULL, SI_ORDER_MIDDLE);
MODULE_DEPEND(tb_pcib, pci, 1, 1, 1);
MODULE_PNP_INFO("U16:vendor;U16:device;U16:subvendor;U16:subdevice;U32:#;D:#",
pci, tb_pcib, tb_pcib_identifiers, nitems(tb_pcib_identifiers) - 1);
static int
tb_pci_probe(device_t dev)