View | Details | Raw Unified | Return to bug 25146
Collapse All | Expand All

(-)usr/src/sys/pci/pci.c (-2 / +1 lines)
Lines 907-913 Link Here
907
		*dvp->pd_count = unit;
907
		*dvp->pd_count = unit;
908
	if (dvp->pd_attach)
908
	if (dvp->pd_attach)
909
		dvp->pd_attach(cfg, unit);
909
		dvp->pd_attach(cfg, unit);
910
	device_printf(dev, "driver is using old-style compatability shims\n");
910
	device_printf(dev, "driver is using old-style compatibility shims\n");
911
	return 0;
911
	return 0;
912
}
912
}
913
913
914
- 

Return to bug 25146