summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/pci/ht.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/pci/ht.c')
-rw-r--r--sys/arch/macppc/pci/ht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/pci/ht.c b/sys/arch/macppc/pci/ht.c
index 8a98a1ed175..d58131912e4 100644
--- a/sys/arch/macppc/pci/ht.c
+++ b/sys/arch/macppc/pci/ht.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ht.c,v 1.3 2005/09/30 00:30:14 drahn Exp $ */
+/* $OpenBSD: ht.c,v 1.4 2005/09/30 01:29:13 deraadt Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis
@@ -155,9 +155,9 @@ ht_attach(struct device *parent, struct device *self, void *aux)
len = OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat));
if (len <= 0)
- printf(": unknown");
+ printf(": unknown\n");
else
- printf(": %s", compat);
+ printf(": %s\n", compat);
sc->sc_pc.pc_conf_v = sc;
sc->sc_pc.pc_attach_hook = ht_attach_hook;