From a4f9d953a78f447bb5acb14ad59905bc4a7c845c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 30 Jul 2008 18:08:05 +0000 Subject: Do not print adapter target id on the attachment line, now that scsibus(4) prints it. These should be the last offenders. --- sys/arch/macppc/dev/mesh.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/macppc') 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; -- cgit v1.2.3