summaryrefslogtreecommitdiffstats
path: root/sys/dev/aic7xxx/ahc_pci.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-01-10 01:47:51 +0000
committergibbs <gibbs@FreeBSD.org>2000-01-10 01:47:51 +0000
commit51864d8e1babdfbcb4b5b66d3dda70c16e60fa57 (patch)
treef007c2d72bd8f9ae8384edd77fc3fb65e5d76cd4 /sys/dev/aic7xxx/ahc_pci.c
parentb725362b4dad4ca62b7928b9edccff9956c0c1ac (diff)
downloadFreeBSD-src-51864d8e1babdfbcb4b5b66d3dda70c16e60fa57.zip
FreeBSD-src-51864d8e1babdfbcb4b5b66d3dda70c16e60fa57.tar.gz
Avoid setting DPARCKEN until I can figure out why it causes
spurious parity errors on some controllers.
Diffstat (limited to 'sys/dev/aic7xxx/ahc_pci.c')
-rw-r--r--sys/dev/aic7xxx/ahc_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c
index 918e91d..6e86839 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) {
/*
OpenPOWER on IntegriCloud