Update of /cvsroot/alsa/alsa-driver/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11633

Modified Files:
        intel8x0.patch 
Log Message:
old 2.4 kernels don't have change_page_attr().



Index: intel8x0.patch
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/pci/intel8x0.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- intel8x0.patch      26 Jan 2004 11:29:40 -0000      1.2
+++ intel8x0.patch      27 Feb 2004 13:14:30 -0000      1.3
@@ -15,7 +15,7 @@
  }
  
 -#ifdef __i386__
-+#if defined(__i386__) && LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
++#if defined(__i386__) && LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,20)
  /*
   * Intel 82443MX running a 100MHz processor system bus has a hardware bug,
   * which aborts PCI busmaster for audio transfer.  A workaround is to set



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to