From 4139a7a8db1dbed1705eac5db6dedba9d480a4ce Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 26 Sep 2003 20:53:54 +0000 Subject: [PATCH] disabled MMIO for SYM53C8XX on sparc: it does crash reproduceable on my U5 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1515 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + architecture/sparc/kernel.conf.m4 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 07fb86d83..aa22c3536 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -20,6 +20,7 @@ - updated pbbuttons and xemacs - Mathieu: updated bittorrent (3.3) - fixed emacs for powerpc (and removed already disabled patch) + - disabled MMIO for SYM53C8XX on sparc: it does crash reproduceable on my U5 *) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/architecture/sparc/kernel.conf.m4 b/architecture/sparc/kernel.conf.m4 index a47f71249..0b346bcbb 100644 --- a/architecture/sparc/kernel.conf.m4 +++ b/architecture/sparc/kernel.conf.m4 @@ -21,3 +21,8 @@ include(`kernel-scsi.conf') include(`kernel-net.conf') include(`kernel-fs.conf') +dnl LSI Logic / Symbios Logic (formerly NCR) 53c810 (rev 01) +dnl does not work reliable with MMIO on my Ultra SPARC 5 +dnl Rene Rebe +# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set +