summaryrefslogtreecommitdiffstats
path: root/sys/pci/aic7870.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-11-07 05:33:27 +0000
committergibbs <gibbs@FreeBSD.org>1995-11-07 05:33:27 +0000
commit06d23c91c8acf8cf0c16b7a5fe88aafbd6972a74 (patch)
tree1420ebb639e10aa729dc489af88fc489a344b807 /sys/pci/aic7870.c
parent49aa0cf82b4d0c2782148b955181b48bac1e088e (diff)
downloadFreeBSD-src-06d23c91c8acf8cf0c16b7a5fe88aafbd6972a74.zip
FreeBSD-src-06d23c91c8acf8cf0c16b7a5fe88aafbd6972a74.tar.gz
Remove uneccessary increment of the unit number.
Diffstat (limited to 'sys/pci/aic7870.c')
-rw-r--r--sys/pci/aic7870.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index a4c6f30..9febf05 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 <pci.h>
@@ -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);
OpenPOWER on IntegriCloud