diff options
Diffstat (limited to 'sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c')
-rw-r--r-- | sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c | 1 |
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) |