diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 10:25:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-16 10:25:08 +0000 |
commit | 698a1bfee92d5f565675423565e009a68c4e1793 (patch) | |
tree | fbb0457f9922012368a74386fdaeb75fdbc886ce /sys/dev/ic | |
parent | 0653aa93701300c5896f3456e5f26da5525e7113 (diff) |
-W clean
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index d8a77c6052c..7d29c5c629b 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.9 1996/08/21 22:27:32 deraadt Exp $ + * $Id: aic7xxx.c,v 1.10 1996/10/16 10:25:07 deraadt Exp $ */ /* * TODO: @@ -576,6 +576,8 @@ ahc_scsirate(ahc, scsirate, period, offset, channel, target ) } #if defined(__NetBSD__) || defined(__OpenBSD__) +int ahcprint __P((void *, char *)); + int ahcprint(aux, name) void *aux; @@ -595,7 +597,9 @@ int ahc_attach(ahc) struct ahc_data *ahc; { +#if defined(__FreeBSD__) struct scsibus_data *scbus; +#endif #ifdef AHC_BROKEN_CACHE if (cpu_class == CPUCLASS_386) /* doesn't have "wbinvd" instruction */ |