Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 1998 12:17:46 -0500
From:      Doug Ledford <dledford@dialnet.net>
To:        Thomas Brezing <tb@roesle.arbach.de>
Cc:        AIC7xxx@FreeBSD.ORG
Subject:   Re: pci-parity problem
Message-ID:  <35BA133A.77EC5D46@dialnet.net>
References:  <199807251633.SAA29930@roesle.arbach.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@dialnet.net>
  Opinions expressed are my own, but
     they should be everybody's.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35BA133A.77EC5D46>