diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-09-22 00:35:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-09-22 00:35:20 +0000 |
commit | f5d040ac297491ad084c2a984bd5a30ced7e045e (patch) | |
tree | db374c14b8484adbbef057c95dede05c8eb9b6de /sys/dev/ic/aic79xx.c | |
parent | 57f181a8fcb7736c3c257f4f592e80e573d57ed4 (diff) |
remove a leftover debug printf
ok krw@ marco@
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index 9ee52832171..3e4863496b8 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.46 2009/12/10 00:18:44 chl Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.47 2010/09/22 00:35:19 jsg Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -2251,7 +2251,6 @@ ahd_handle_nonpkt_busfree(struct ahd_softc *ahd) found = ahd_abort_scbs(ahd, target, 'A', saved_lun, tag, ROLE_INITIATOR, CAM_REQ_ABORTED); - printf("found == 0x%x\n", found); printerror = 0; } else if (ahd_sent_msg(ahd, AHDMSG_1B, MSG_BUS_DEV_RESET, TRUE)) { |