From 68da082a3b62437ae24e2c1ce52b1b0efe251aa1 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 25 Dec 2003 23:17:55 +0000 Subject: [PATCH] ALSA OSS emulation and no IDESCSI for 2.6 git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2059 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 4 ++++ architecture/share/kernel-common.conf | 4 ++++ package/base/linux26/disable-broken.lst | 2 ++ 3 files changed, 10 insertions(+) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 92c30ff3e..0900e6606 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,4 +1,8 @@ +*) 2003-12-25 (2.0.0-rc3 - 2.0.0-rc4) + + - ALSA OSS emulation and no IDESCSI for 2.6 + *) 2003-12-24 (2.0.0-rc3 - 2.0.0-rc4) - implemented kiss' mount '-r' options and added a remount option ('-R') diff --git a/architecture/share/kernel-common.conf b/architecture/share/kernel-common.conf index 226f93709..59165714f 100644 --- a/architecture/share/kernel-common.conf +++ b/architecture/share/kernel-common.conf @@ -48,6 +48,10 @@ dnl (module support is enought - default is y ...) dnl CONFIG_SOUND=m +dnl for 2.5/6 we do want the ALSA OSS emulation ... +dnl +CONFIG_SND_OSSEMUL=m + dnl Input devices dnl CONFIG_INPUT=y diff --git a/package/base/linux26/disable-broken.lst b/package/base/linux26/disable-broken.lst index 3dccb05b6..e64264b72 100644 --- a/package/base/linux26/disable-broken.lst +++ b/package/base/linux26/disable-broken.lst @@ -69,3 +69,5 @@ CONFIG_SIS190 2003-08-23 2.6.0-test4 CONFIG_MAC_FLOPPY 2003-08-26 2.5.0-test4 # fix exist - should be fixed soon ... CONFIG_PNPBIOS 2003-08-26 2.6.0-test4 # compiles but freezes +CONFIG_BLK_DEV_IDESCSI 2003-12-24 2.6.0 # it is currently broken and obsolete anyway +