pci-parity problem

Thomas Brezing tb at roesle.arbach.de
Sat Jul 25 09:33:40 PDT 1998


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);



Thomas.


-- 
Ing.-Buero
Thomas Brezing             Xlink PoP              email: hallo at arbach.de
Burgstr. 24           Reutlingen/Tuebingen        phone: +49 7121 9890 90
D-72800 Eningen                                   fax:   +49 7121 9890 60

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