summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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) {
/*
diff --git a/sys/pci/ahc_pci.c b/sys/pci/ahc_pci.c
index 918e91d..6e86839 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) {
/*
OpenPOWER on IntegriCloud