summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pci.c b/sys/pci/pci.c
index 9bbdb36..9c05ac5 100644
--- a/sys/pci/pci.c
+++ b/sys/pci/pci.c
@@ -903,6 +903,7 @@ pci_compat_attach(device_t dev)
*dvp->pd_count = unit;
if (dvp->pd_attach)
dvp->pd_attach(cfg, unit);
+ device_printf(dev, "driver is using old-style compatability shims\n");
return 0;
}
OpenPOWER on IntegriCloud