summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cac_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/cac_pci.c')
-rw-r--r--sys/dev/pci/cac_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cac_pci.c b/sys/dev/pci/cac_pci.c
index 224cca7d3cb..821fbe4c257 100644
--- a/sys/dev/pci/cac_pci.c
+++ b/sys/dev/pci/cac_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cac_pci.c,v 1.2 2001/02/07 04:47:26 mickey Exp $ */
+/* $OpenBSD: cac_pci.c,v 1.3 2001/04/16 03:18:19 deraadt Exp $ */
/* $NetBSD: cac_pci.c,v 1.10 2001/01/10 16:48:04 ad Exp $ */
/*-
@@ -236,7 +236,7 @@ cac_pci_attach(parent, self, aux)
return;
}
- printf(" %s: Compaq %s\n", intrstr, ct->ct_typestr);
+ printf(": %s Compaq %s\n", intrstr, ct->ct_typestr);
/* Now attach to the bus-independent code. */
sc->sc_cl = ct->ct_linkage;