summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/macppc/dev/pi2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/pi2c.c b/sys/arch/macppc/dev/pi2c.c
index c76f5caced9..a8a5f94912e 100644
--- a/sys/arch/macppc/dev/pi2c.c
+++ b/sys/arch/macppc/dev/pi2c.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pi2c.c,v 1.2 2005/11/19 02:18:00 pedro Exp $ */
+/* $OpenBSD: pi2c.c,v 1.3 2005/11/19 21:45:44 brad Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis
@@ -65,7 +65,7 @@ pi2c_attach(struct device *parent, struct device *self, void *aux)
struct confargs *ca = aux;
struct maci2cbus_attach_args iba;
- printf("\n");
+ printf("i2c controller\n");
lockinit(&sc->sc_buslock, PZERO, sc->sc_dev.dv_xname, 0, 0);