(cc netdev and Auke) Yes, that would be very sensible. CONFIG_E1000E should default to whatever (cc Greg) Caused by gregkh-driver-kobject-convert-hvcs-to-use-kref-not-kobject.patch. --
which is "y" for x86 and friends, ppc, arm and ia64 through 'defconfig'. the Kconfig files do not have defaults in them. I can send a patch to adjust the defconfig files, would that be OK? I certainly think that would be reasonable, I dislike setting defaults through defconfig for network drivers myself and rather would not do that. Auke --
On Tue, 11 Dec 2007 13:26:58 -0800 I wouldn't be looking at defconfig files - I don't think many people use them. Most people use their previous config, via oldconfig. So what we want here is to give them E1000E if they had previously been using E1000. I don't know how one would do this in Kconfig. --
ditto. I doubt that "SELECT E1000E" would be a good idea here (maybe not even work), and I can't think of anything else. Auke --
"default E1000" in E1000E seems to work for me. --- From: Randy Dunlap <randy.dunlap@oracle.com> Make E1000E default to the same kconfig setting as E1000, at least for -mm testing. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- drivers/net/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.24-rc4-mm1.orig/drivers/net/Kconfig +++ linux-2.6.24-rc4-mm1/drivers/net/Kconfig @@ -1986,6 +1986,7 @@ config E1000_DISABLE_PACKET_SPLIT config E1000E tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" depends on PCI + default E1000 ---help--- This driver supports the PCI-Express Intel(R) PRO/1000 gigabit ethernet family of adapters. For PCI or PCI-X e1000 adapters, --
that should read "dislike setting defaults through Kconfig ..." Auke --
Roland says: | That seems like it must be a tool problem. The V=1 output would show | if those compiles missed -m32 or something. But even in the wrong | mode, this error does not make sense. The assembly code it's citing | is identical to the old arch/x86/ia32/vsyscall-syscall.S code. Ingo --
| Theodore Tso | Re: -mm merge plans for 2.6.23 -- sys_fallocate |
| Jeff Garzik | Re: [RFC] Heads up on sys_fallocate() |
| Erez Zadok | [UNIONFS] 00/42 Unionfs and related patches review |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Jon Smirl | Re: VCS comparison table |
| Andy Parkins | svn:externals using git submodules |
| Daniel Berlin | Re: Git and GCC |
| Sam Vilain | [PATCH] git-mergetool: add support for ediff |
| Richard Stallman | Real men don't attack straw men |
| Paul de Weerd | Re: Porting OpenBSD to OLPC XO laptops. |
| sonjaya | openvpn on openbsd 4.1 |
| Adliger Martinez von der Unterschicht | linux kills laptop hard drive... how does obsd behave? |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [Bugme-new] [Bug 11144] New: dhcp doesn't work with iwl4965 |
| Arjan van de Ven | Re: [GIT]: Networking |
