Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
4139a7a8db
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +5
    -0
      architecture/sparc/kernel.conf.m4

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -20,6 +20,7 @@
- updated pbbuttons and xemacs - updated pbbuttons and xemacs
- Mathieu: updated bittorrent (3.3) - Mathieu: updated bittorrent (3.3)
- fixed emacs for powerpc (and removed already disabled patch) - 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) *) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2)

+ 5
- 0
architecture/sparc/kernel.conf.m4

@ -21,3 +21,8 @@ include(`kernel-scsi.conf')
include(`kernel-net.conf') include(`kernel-net.conf')
include(`kernel-fs.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 <rene@rocklinux.org>
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set

Loading…
Cancel
Save