openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openvortex-dev] feature news


From: Jeff Muizelaar
Subject: Re: [Openvortex-dev] feature news
Date: Fri, 4 Jul 2003 19:36:59 -0400 (EDT)


On 3 Jul 2003, Manuel Jander wrote:

> Hello everybody,
>
> I updated the CVS a bit. There were some bugs in the EQ code. Now it
> should work a little better.

Have you seen any actual differences caused by this?

@@ -120,9 +120,8 @@
     //
     if ((err = pci_request_regions(pci, CARD_NAME_SHORT)) != 0)
         goto regions_out;
-
-    //chip->mmio = ioremap_nocache(pci_resource_start(pci,0),
pci_resource_len(pci,0));
-    chip->mmio = ioremap(pci_resource_start(pci,0),
pci_resource_len(pci,0));
+
+    chip->mmio = ioremap_nocache(pci_resource_start(pci,0),
pci_resource_len(pci,0));
     if (!chip->mmio) {
         printk(KERN_ERR "MMIO area remap failed.\n");
         err = -ENOMEM;


-Jeff





reply via email to

[Prev in Thread] Current Thread [Next in Thread]