summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-07-30 18:08:05 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-07-30 18:08:05 +0000
commita4f9d953a78f447bb5acb14ad59905bc4a7c845c (patch)
tree0d2666e373998fd2700f48f364d6201ec1ed4b99 /sys/arch/macppc
parent71420a41ccd15226fc1a6b9d004b6d58465feb3e (diff)
Do not print adapter target id on the attachment line, now that scsibus(4)
prints it. These should be the last offenders.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/dev/mesh.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/mesh.c b/sys/arch/macppc/dev/mesh.c
index 9996a6476a3..9a235810449 100644
--- a/sys/arch/macppc/dev/mesh.c
+++ b/sys/arch/macppc/dev/mesh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mesh.c,v 1.18 2007/04/22 22:31:14 deraadt Exp $ */
+/* $OpenBSD: mesh.c,v 1.19 2008/07/30 18:08:03 miod Exp $ */
/* $NetBSD: mesh.c,v 1.1 1999/02/19 13:06:03 tsubai Exp $ */
/*-
@@ -350,8 +350,7 @@ mesh_attach(struct device *parent, struct device *self, void *aux)
mesh_reset(sc);
mesh_bus_reset(sc);
- printf(" irq %d: %dMHz, SCSI ID %d\n",
- sc->sc_irq, sc->sc_freq, sc->sc_id);
+ printf(" irq %d: %dMHz\n", sc->sc_irq, sc->sc_freq);
sc->sc_link.adapter_softc = sc;
sc->sc_link.adapter_target = sc->sc_id;