summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-09 16:19:27 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1996-01-09 16:19:27 +0000
commitf36f57f79d10c8c3d4ec81fd9d72f465bb3f4e56 (patch)
treeeb9d9b839708cecd528802763152765fadf4f4a1
parenta23c7a796bc302e47fc159185dbba5159e540157 (diff)
Notes
-rw-r--r--sys/pci/aic7870.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/pci/aic7870.c b/sys/pci/aic7870.c
index 1975b523821c..02b29ab42bd1 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.11.2.6 1996/01/04 08:55:14 gibbs Exp $
+ * $Id: aic7870.c,v 1.11.2.7 1996/01/08 02:54:20 gibbs Exp $
*/
#include <pci.h>
@@ -308,9 +308,6 @@ aic7870_attach(config_id, unit)
}
- /* Enable cache sized transfers, memory, and data parity checking */
- outb(DSCOMMAND + io_port, CACHETHEN|DPARCKEN|MPARCKEN);
-
if(!(ahc = ahc_alloc(unit, io_port, ahc_t, ahc_f)))
return; /* XXX PCI code should take return status */