[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: updating kernel-wedge



Hi,

At 23 Mar 09 14:53:21 GMT,
Otavio Salvador wrote:
> On Mon, Mar 23, 2009 at 10:33 AM, Kenshi Muto <kmuto@debian.org> wrote:
> >> * Otavio Salvador <otavio@ossystems.com.br> [2009-03-21 17:02]:
> >> > This is the first proposal of patches to update our kernel to
> >> > 2.6.29. I belive we'll still have changes to do on this set of patches
> >> > before really commiting it but it would be nice if porters could take
> >> > a look at them and propose patches for any remaining issues.
> >>
> >> These changes look good to me.  I suggest you commit them to SVN.
> >
> > From my experience when I built 2.6.28 kernel d-i, I'd like to ask to add:
> 
> Mind to prepare a patch for it?

OK, here it is.
I noticed ath[59]k drivers conflicted with sdhci in mmc-modules to want
to use led-class.

Index: debian/changelog
===================================================================
--- debian/changelog	(revision 57983)
+++ debian/changelog	(working copy)
@@ -16,6 +16,12 @@
   * ide-modules: Include ide-gd_mod (for ATA/ATAPI disks and floppy;
     ide-disk got renamed.)
 
+  [ Kenshi Muto ]
+  * nic-extra-modules: make eepro100 optional.
+                       add jme, enic, be2net, myri10ge, sc92031.
+  * nic-wireless-modules: add ath9k, iwlagn.
+  * nic-usb-modules: add rtl8187.
+
  -- Otavio Salvador <otavio@ossystems.com.br>  Mon, 23 Mar 2009 04:26:31 -0300
 
 kernel-wedge (2.53) unstable; urgency=low
Index: modules/nic-wireless-modules
===================================================================
--- modules/nic-wireless-modules	(revision 57983)
+++ modules/nic-wireless-modules	(working copy)
@@ -28,3 +28,5 @@
 # Crypto modules needed for ieee80211 WEP support
 ecb ?
 arc4 ?
+ath9k ?
+iwlagn ?
Index: modules/nic-extra-modules
===================================================================
--- modules/nic-extra-modules	(revision 57983)
+++ modules/nic-extra-modules	(working copy)
@@ -11,7 +11,7 @@
 dmfe
 e2100 ?
 eepro ?
-eepro100
+eepro100 ?
 enc28j60
 forcedeth
 hamachi
@@ -98,3 +98,8 @@
 atl1e ?
 r6040
 sfc
+jme ?
+enic ?
+be2net ?
+myri10ge ?
+sc92031 ?
Index: modules/nic-usb-modules
===================================================================
--- modules/nic-usb-modules	(revision 57983)
+++ modules/nic-usb-modules	(working copy)
@@ -12,3 +12,4 @@
 zd1211rw ?
 rndis_wlan ?
 rtl8180 ?
+rtl8187 ?


Reply to: