Disable AdvanSys SCSI since it doesn't compile.

svn path=/dists/trunk/linux-2.6/; revision=10015
This commit is contained in:
Martin Michlmayr 2007-12-27 19:22:16 +00:00
parent 07675c1f4b
commit 4d33756c08
3 changed files with 18 additions and 0 deletions

1
debian/changelog vendored
View File

@ -37,6 +37,7 @@ linux-2.6 (2.6.24~rc6-1~experimental.1) UNRELEASED; urgency=low
* [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

View File

@ -0,0 +1,16 @@
Florian Lohoff <flo@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

View File

@ -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