[kernel] r10015 - in dists/trunk/linux-2.6/debian: . patches/bugfix/mips patches/series

Martin Michlmayr tbm at alioth.debian.org
Thu Dec 27 19:22:17 UTC 2007


Author: tbm
Date: Thu Dec 27 19:22:16 2007
New Revision: 10015

Log:
Disable AdvanSys SCSI since it doesn't compile.


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Dec 27 19:22:16 2007
@@ -37,6 +37,7 @@
   * [arm/iop32x] Re-enable USB_NET and PPP, thanks Daniel Hess (closes:
     #456416).
   * [arm/iop32x] Enable BSD_PROCESS_ACCT and POSIX_MQUEUE (closes: #455892).
+  * [mips] Disable AdvanSys SCSI since it doesn't compile.
 
   [ dann frazier ]
   * [ia64]: Enable BLK_CPQ_DA

Added: dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/mips/disable-advansys.patch	Thu Dec 27 19:22:16 2007
@@ -0,0 +1,16 @@
+Florian Lohoff <flo at rfc822.org> reports the following build failure:
+
+  MODPOST 552 modules
+ERROR: "free_dma" [drivers/scsi/advansys.ko] undefined!
+make[5]: *** [__modpost] Error 1
+
+--- a/drivers/scsi/Kconfig	2007-12-27 19:16:18.000000000 +0000
++++ b/drivers/scsi/Kconfig	2007-12-27 19:16:58.000000000 +0000
+@@ -523,6 +523,7 @@
+ 	tristate "AdvanSys SCSI support"
+ 	depends on SCSI && VIRT_TO_BUS
+ 	depends on ISA || EISA || PCI
++	depends on (!MIPS || BROKEN)
+ 	help
+ 	  This is a driver for all SCSI host adapters manufactured by
+ 	  AdvanSys. It is documented in the kernel source in

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Thu Dec 27 19:22:16 2007
@@ -30,6 +30,7 @@
 #+ bugfix/ia64/hardcode-arch-script-output.patch
 #+ features/alpha/isa-mapping-support.patch
 + bugfix/powerpc/libgcc-__ucmpdi2.patch
++ bugfix/mips/disable-advansys.patch
 + bugfix/arm/disable-dvb_b2c2_flexcop.patch
 + bugfix/arm/disable-dvb_budget.patch
 + bugfix/arm/disable-netxen_nic.patch



More information about the Kernel-svn-changes mailing list