summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-09-12 12:03:02 +0000
committerbapt <bapt@FreeBSD.org>2015-09-12 12:03:02 +0000
commit934c5c6da6753f906bc4a905e249449fd15b850d (patch)
tree38501bd60c958b3b5474368fc0834fe6d09c307a /sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
parentef64c24c72a0a1e4bc5beba3e1c3d78af363773d (diff)
parentceb1e1488d523eff8fa06828cf0511fc2556c0ef (diff)
downloadFreeBSD-src-934c5c6da6753f906bc4a905e249449fd15b850d.zip
FreeBSD-src-934c5c6da6753f906bc4a905e249449fd15b850d.tar.gz
Finish merging from head, messed up in previous attempt
Diffstat (limited to 'sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c')
-rw-r--r--sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
index 934f3cc..a8f0325 100644
--- a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
+++ b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
@@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
static int
fsl_pcib_rc_probe(device_t dev)
{
- printf("Probe called\n");
if (pci_get_vendor(dev) != 0x1957)
return (ENXIO);
if (pci_get_progif(dev) != 0)
OpenPOWER on IntegriCloud