summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cy/cy_pci.c4
-rw-r--r--sys/pci/cy_pci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 7113155..46a4f52 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.9 1999/01/11 23:43:54 bde Exp $
+ * $Id: cy_pci.c,v 1.10 1999/01/15 10:00:12 bde Exp $
*/
/*
@@ -102,7 +102,7 @@ cy_attach(config_id, unit)
/*
* No ports found. Release resources and punt.
*/
- printf("cy%d: no ports found!", unit);
+ printf("cy%d: no ports found!\n", unit);
goto fail;
}
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index 7113155..46a4f52 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.9 1999/01/11 23:43:54 bde Exp $
+ * $Id: cy_pci.c,v 1.10 1999/01/15 10:00:12 bde Exp $
*/
/*
@@ -102,7 +102,7 @@ cy_attach(config_id, unit)
/*
* No ports found. Release resources and punt.
*/
- printf("cy%d: no ports found!", unit);
+ printf("cy%d: no ports found!\n", unit);
goto fail;
}
OpenPOWER on IntegriCloud