Package: linux-2.6 Version: 2.6.32~rc8-1~experimental.1 Severity: normal Tags: patch
Hello, compared with linux-image-2.6.31-1-amd64 the following modules are missing: (This list is more a documentation what I checked and provided for reference that you don't need to recheck. So the "removed" and "renamed" items are not part of this bug.) 1 drivers/dma/ioatdma.ko renamed to drivers/dma/ioat/ioatdma.ko 2 drivers/hwmon/fscher.ko 3 drivers/hwmon/fscpos.ko 2-3 removed upstream, superseed by fschmd (included in 32~rc8-1~experimental.1) 4 drivers/i2c/chips/pca9539.ko 5 drivers/i2c/chips/pcf8574.ko 6 drivers/i2c/chips/pcf8575.ko 4-6 removed upstream, superseeded by drivers/gpio/pca953x.c and drivers/gpio/pcf857x.c (not included in 32~rc8-1~experimental.1 as they depend on GPIOLIB which is not available on x86) 7 drivers/input/touchscreen/w90p910_ts.ko depends on CONFIG_HAVE_CLK now which isn't available on x86 8 drivers/isdn/hisax/isdnhdlc.ko renamed to drivers/isdn/i4l/isdnhdlc.ko 9 drivers/media/radio/radio-si470x.ko 10 drivers/net/wireless/ath/ar9170/ar9170usb.ko 11 drivers/net/wireless/ath/ath5k/ath5k.ko 12 drivers/net/wireless/ath/ath9k/ath9k.ko 13 drivers/net/wireless/ath/ath.ko 14 drivers/net/wireless/wl12xx/wl12xx.ko 9-15 are fixed by the attached patches 15 drivers/staging/rt3070/rt3070sta.ko removed upstream, superseeded by rt2870 (included in 32~rc8-1~experimental.1) Best regards Uwe
Index: debian-linux-2.6/debian/changelog =================================================================== --- debian-linux-2.6.orig/debian/changelog 2009-11-25 22:31:58.079095557 +0100 +++ debian-linux-2.6/debian/changelog 2009-11-25 22:32:03.815096688 +0100 @@ -8,6 +8,9 @@ * Enable PCI_MSI. * [powerpc] Properly enable Apple PMU battery. + [ Uwe Kleine-König ] + * reenable Atheros wireless drivers + -- Martin Michlmayr <t...@cyrius.com> Sun, 22 Nov 2009 13:56:12 +0000 linux-2.6 (2.6.32~rc8-1~experimental.1) unstable; urgency=low Index: debian-linux-2.6/debian/config/config =================================================================== --- debian-linux-2.6.orig/debian/config/config 2009-11-25 22:30:27.487096098 +0100 +++ debian-linux-2.6/debian/config/config 2009-11-25 22:30:45.663096523 +0100 @@ -1569,6 +1569,11 @@ CONFIG_AR9170_USB=m ## +## file: drivers/net/wireless/ath/Kconfig +## +CONFIG_ATH_COMMON=m + +## ## file: drivers/net/wireless/ath/ath5k/Kconfig ## CONFIG_ATH5K=m
Index: debian-linux-2.6/debian/config/config =================================================================== --- debian-linux-2.6.orig/debian/config/config 2009-11-25 22:30:45.663096523 +0100 +++ debian-linux-2.6/debian/config/config 2009-11-25 22:32:33.631095905 +0100 @@ -1674,6 +1674,10 @@ ## file: drivers/net/wireless/wl12xx/Kconfig ## CONFIG_WL12XX=m +CONFIG_WL1251=m +CONFIG_WL1251_SPI=m +CONFIG_WL1251_SDIO=m +CONFIG_WL1271=m ## ## file: drivers/net/wireless/zd1211rw/Kconfig Index: debian-linux-2.6/debian/changelog =================================================================== --- debian-linux-2.6.orig/debian/changelog 2009-11-25 22:32:42.507095982 +0100 +++ debian-linux-2.6/debian/changelog 2009-11-25 22:33:28.903095424 +0100 @@ -10,6 +10,7 @@ [ Uwe Kleine-König ] * reenable Atheros wireless drivers + * reenable TI wl12xx wireless drivers -- Martin Michlmayr <t...@cyrius.com> Sun, 22 Nov 2009 13:56:12 +0000
Index: debian-linux-2.6/debian/config/config =================================================================== --- debian-linux-2.6.orig/debian/config/config 2009-11-25 22:32:33.631095905 +0100 +++ debian-linux-2.6/debian/config/config 2009-11-25 22:33:45.567095565 +0100 @@ -854,6 +854,7 @@ CONFIG_RADIO_ADAPTERS=y CONFIG_USB_MR800=m CONFIG_RADIO_TEA5764=m +CONFIG_RADIO_SI470X=y ## ## file: drivers/media/radio/si470x/Kconfig Index: debian-linux-2.6/debian/changelog =================================================================== --- debian-linux-2.6.orig/debian/changelog 2009-11-25 22:35:11.819096256 +0100 +++ debian-linux-2.6/debian/changelog 2009-11-25 22:36:06.455097773 +0100 @@ -11,6 +11,7 @@ [ Uwe Kleine-König ] * reenable Atheros wireless drivers * reenable TI wl12xx wireless drivers + * reenable Silicon Labs Si470x FM Radio Receiver driver -- Martin Michlmayr <t...@cyrius.com> Sun, 22 Nov 2009 13:56:12 +0000