From 5f9845a476311780e56f718ec0d3f7d110ec96a9 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 1 Apr 2005 20:14:41 +0000 Subject: shut ami up, bad me. --- sys/dev/ic/ami.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/ami.c') diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 6a9f7d8c492..140acfae705 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.30 2005/03/29 22:24:27 marco Exp $ */ +/* $OpenBSD: ami.c,v 1.31 2005/04/01 20:14:40 marco Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -45,7 +45,7 @@ * Theo de Raadt. */ -#define AMI_DEBUG + /*#define AMI_DEBUG */ #include #include @@ -1723,7 +1723,10 @@ ami_ioctl_passthru(sc, bp) bus_dmamap_t idatamap; bus_dma_segment_t idataseg[1]; paddr_t pa; + +#ifdef AMI_DEBUG u_int8_t i = 0; +#endif /* AMI_DEBUG */ AMI_DPRINTF(AMI_D_IOCTL, ("in passthrough\n")); -- cgit v1.2.3