aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2000-01-10 01:47:51 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2000-01-10 01:47:51 +0000
commitdbf94fd693865cb9ca53c50aac58abee6331fca7 (patch)
tree0a4f6a34a0f8021838015438ad30b36594a0b3f0 /sys
parent59536d28923974d91f133dd596980517846684f2 (diff)
downloadsrc-dbf94fd693865cb9ca53c50aac58abee6331fca7.tar.gz
src-dbf94fd693865cb9ca53c50aac58abee6331fca7.zip
Avoid setting DPARCKEN until I can figure out why it causes
spurious parity errors on some controllers.
Notes
Notes: svn path=/head/; revision=55699
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c2
-rw-r--r--sys/pci/ahc_pci.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index 918e91dd1d9f..6e86839412b7 100644
--- a/sys/dev/aic7xxx/ahc_pci.c
+++ b/sys/dev/aic7xxx/ahc_pci.c
@@ -763,7 +763,7 @@ ahc_pci_attach(device_t dev)
u_int dscommand0;
dscommand0 = ahc_inb(ahc, DSCOMMAND0);
- dscommand0 |= DPARCKEN|MPARCKEN;
+ dscommand0 |= MPARCKEN;
if ((ahc->features & AHC_ULTRA2) != 0) {
/*
diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c
index 918e91dd1d9f..6e86839412b7 100644
--- a/sys/pci/ahc_pci.c
+++ b/sys/pci/ahc_pci.c
@@ -763,7 +763,7 @@ ahc_pci_attach(device_t dev)
u_int dscommand0;
dscommand0 = ahc_inb(ahc, DSCOMMAND0);
- dscommand0 |= DPARCKEN|MPARCKEN;
+ dscommand0 |= MPARCKEN;
if ((ahc->features & AHC_ULTRA2) != 0) {
/*