pci-parity problem

Doug Ledford dledford at dialnet.net
Sat Jul 25 10:19:35 PDT 1998


Thomas Brezing wrote:
> 
> Hi!
> 
> The PCI-parity problem with the latest aic7xxx-Driver ( pre5)
> #if LINUX_VERSION_CODE > KERNEL_VERSION(2,1,92)
> and
> #ifdef AIC7XXX_STRICT_PCI_SETUP
> may be fixed by the following patch:
> 
> line 8531:
>           pci_read_config_dword(pdev, PCI_COMMAND, &devconfig);
> should read:
>           pci_read_config_dword(pdev, DEVCONFIG, &devconfig);
> 
> and line 8545:
>           pci_write_config_dword(pdev, PCI_COMMAND, devconfig);
> should read:
>           pci_write_config_dword(pdev, DEVCONFIG, devconfig);

Definite thinko.  Fixed in my sources now.

-- 

 Doug Ledford  <dledford at dialnet.net>
  Opinions expressed are my own, but
     they should be everybody's.

To Unsubscribe: send mail to majordomo at FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message



More information about the aic7xxx mailing list