diff options
-rw-r--r-- | kernel/list_modules.pm | 1 | ||||
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 5ff997b1f..8f24d3885 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -195,6 +195,7 @@ our %l = ( qw(snd-als4000 snd-atiixp snd-au8810 snd-au8820 snd-au8830 snd-audigyls snd-aw2 snd-azt2316 snd-azt2320 snd-azt3328 snd-azx), qw(snd-asihpi snd-at73c213 snd-bt87x snd-ca0106 snd-cmi8330 snd-cmi8788 snd-cmipci), qw(snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281 snd-cs46xx snd-cs5530 snd-cs5535audio), + qw(snd_ctxfi), qw(snd-darla20 snd-darla24 snd-dt019x snd-echo3g snd-emu10k1 snd-emu10k1x), qw(snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx snd-es1938 snd-es1968 snd-es968), qw(snd-fm801 snd-gina20 snd-gina24 snd-gina3g), diff --git a/perl-install/NEWS b/perl-install/NEWS index af5ebc9d0..f8fbe7497 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- handle new drivers: + o sound: snd_ctxfi + Version 12.44 - 13 August 2009 - fix parsing dmidecode output (broken since we use dmidecode-2.10, diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7ad9f437c..17b986428 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- handle new drivers: + o sound: snd_ctxfi - set virtio/xen block modules in a section actually offered Version 12.44 - 13 August 2009 |