Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
68da082a3b
3 changed files with 10 additions and 0 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -0
      architecture/share/kernel-common.conf
  3. +2
    -0
      package/base/linux26/disable-broken.lst

+ 4
- 0
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) *) 2003-12-24 (2.0.0-rc3 - 2.0.0-rc4)
- implemented kiss' mount '-r' options and added a remount option ('-R') - implemented kiss' mount '-r' options and added a remount option ('-R')

+ 4
- 0
architecture/share/kernel-common.conf

@ -48,6 +48,10 @@ dnl (module support is enought - default is y ...)
dnl dnl
CONFIG_SOUND=m CONFIG_SOUND=m
dnl for 2.5/6 we do want the ALSA OSS emulation ...
dnl
CONFIG_SND_OSSEMUL=m
dnl Input devices dnl Input devices
dnl dnl
CONFIG_INPUT=y CONFIG_INPUT=y

+ 2
- 0
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_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_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

Loading…
Cancel
Save