From 62f51df3c9675763323ebb7685b59e0c4e8ba676 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 7 Nov 1995 05:33:27 +0000 Subject: [PATCH] Remove uneccessary increment of the unit number. --- sys/pci/aic7870.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c index a4c6f30c2c5..9febf05db12 100644 --- a/sys/pci/aic7870.c +++ b/sys/pci/aic7870.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7870.c,v 1.17 1995/11/04 14:43:20 bde Exp $ + * $Id: aic7870.c,v 1.18 1995/11/05 04:51:58 gibbs Exp $ */ #include @@ -188,7 +188,6 @@ aic7870_attach(config_id, unit) splx(opri); return; /* XXX PCI code should take return status */ } - ahc_unit++; ahc_attach(unit); splx(opri);