Hello community,

here is the log from the commit of package module-init-tools for 
openSUSE:Factory checked in at 2012-06-26 17:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/module-init-tools (Old)
 and      /work/SRC/openSUSE:Factory/.module-init-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "module-init-tools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/module-init-tools/module-init-tools.changes      
2012-05-26 12:55:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.module-init-tools.new/module-init-tools.changes 
2012-06-26 17:07:45.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 25 20:23:55 UTC 2012 - [email protected]
+
+- Added comment to parport_pc's dma= line to indicate that io= is
+  also required (bnc#766316).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ modprobe.conf.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.alpha 
new/modprobe.conf/modprobe.conf.alpha
--- old/modprobe.conf/modprobe.conf.alpha       2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.alpha       2012-06-25 22:23:03.000000000 
+0200
@@ -5,6 +5,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 # options parport_pc io=0x378 irq=none
 # If you have multiple parallel ports, specify them this way:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.i386 
new/modprobe.conf/modprobe.conf.i386
--- old/modprobe.conf/modprobe.conf.i386        2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.i386        2012-06-25 22:23:11.000000000 
+0200
@@ -2,6 +2,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 # options parport_pc io=0x378 irq=none
 # If you have multiple parallel ports, specify them this way:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.ia64 
new/modprobe.conf/modprobe.conf.ia64
--- old/modprobe.conf/modprobe.conf.ia64        2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.ia64        2012-06-25 22:23:13.000000000 
+0200
@@ -2,6 +2,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 # options parport_pc io=0x378 irq=none
 # If you have multiple parallel ports, specify them this way:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.ppc 
new/modprobe.conf/modprobe.conf.ppc
--- old/modprobe.conf/modprobe.conf.ppc 2011-11-22 14:56:21.000000000 +0100
+++ new/modprobe.conf/modprobe.conf.ppc 2012-06-25 22:23:17.000000000 +0200
@@ -27,6 +27,8 @@
 
 alias parport_lowlevel parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 # options parport_pc io=0x3bc irq=none
 # If you have multiple parallel ports, specify them this way:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.sparc 
new/modprobe.conf/modprobe.conf.sparc
--- old/modprobe.conf/modprobe.conf.sparc       2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.sparc       2012-06-25 22:23:24.000000000 
+0200
@@ -5,6 +5,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 
 # end of sparc part for modprobe.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.sparc64 
new/modprobe.conf/modprobe.conf.sparc64
--- old/modprobe.conf/modprobe.conf.sparc64     2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.sparc64     2012-06-25 22:23:28.000000000 
+0200
@@ -5,6 +5,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 
 # end of sparc64 part for modprobe.conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/modprobe.conf/modprobe.conf.x86_64 
new/modprobe.conf/modprobe.conf.x86_64
--- old/modprobe.conf/modprobe.conf.x86_64      2011-11-22 14:56:21.000000000 
+0100
+++ new/modprobe.conf/modprobe.conf.x86_64      2012-06-25 22:23:33.000000000 
+0200
@@ -2,6 +2,8 @@
 
 alias parport_lowlevel    parport_pc
 # disable DMA for parallel port (bnc#180390)
+# Please note, the dma= and irq= options require that the io= option also be
+# specified.
 options parport_pc dma=none
 # options parport_pc io=0x378 irq=none
 # If you have multiple parallel ports, specify them this way:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to