diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-01-17 04:56:34 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-01-17 04:56:34 +0000 |
commit | 391468b6c3176fd996b709f6f74147db373441d9 (patch) | |
tree | 4de83538a8e5fc7bedf7573b5fa093e3f62c8678 /sys/dev/ic/aic7xxx_openbsd.c | |
parent | f129014024ea842c94f97b0357cfdcc751977171 (diff) |
Fix SC_DEBUG() call so ahc compiles with SCSIDEBUG.
Diffstat (limited to 'sys/dev/ic/aic7xxx_openbsd.c')
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c index 02ecbb2a91e..e1f8dd20c63 100644 --- a/sys/dev/ic/aic7xxx_openbsd.c +++ b/sys/dev/ic/aic7xxx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.c,v 1.18 2004/01/07 17:08:32 krw Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.c,v 1.19 2004/01/17 04:56:33 krw Exp $ */ /* $NetBSD: aic7xxx_osm.c,v 1.14 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -346,7 +346,7 @@ ahc_action(struct scsi_xfer *xs) hscb = scb->hscb; - SC_DEBUG(periph, SCSIPI_DB3, ("start scb(%p)\n", scb)); + SC_DEBUG(xs->sc_link, SDEV_DB3, ("start scb(%p)\n", scb)); scb->xs = xs; /* |