From 51864d8e1babdfbcb4b5b66d3dda70c16e60fa57 Mon Sep 17 00:00:00 2001 From: gibbs Date: Mon, 10 Jan 2000 01:47:51 +0000 Subject: Avoid setting DPARCKEN until I can figure out why it causes spurious parity errors on some controllers. --- sys/dev/aic7xxx/ahc_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/aic7xxx/ahc_pci.c') 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) { /* -- cgit v1.1