--- zzzz-none-000/linux-2.4.17/drivers/sound/cmpci.c 2001-11-09 22:07:41.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/sound/cmpci.c 2004-11-24 13:22:49.000000000 +0000 @@ -1754,6 +1754,7 @@ ret = -EINVAL; if (remap_page_range(vma->vm_start, virt_to_phys(db->rawbuf), size, vma->vm_page_prot)) goto out; + vma->vm_flags &= ~VM_IO; db->mapped = 1; ret = 0; out: @@ -3128,7 +3129,7 @@ if (!pci_present()) /* No PCI bus in this machine! */ #endif return -ENODEV; - printk(KERN_INFO "cmpci: version $Revision: 5.64 $ time " __TIME__ " " __DATE__ "\n"); + printk(KERN_INFO "cmpci: version $Revision: 1.1.1.1 $ time " __TIME__ " " __DATE__ "\n"); while (index < NR_DEVICE && ( (pcidev = pci_find_device(PCI_VENDOR_ID_CMEDIA, PCI_DEVICE_ID_CMEDIA_CM8738, pcidev)))) {