From: Olaf Hering <hidden> Date: 2004-09-29 20:02:21
The attached minimal config does not compile on ppc64.
I was able to boot the resulting binary with this patch.
Signed-off-by: Olaf Hering <redacted>
diff -purNX /suse/olh/kernel/kernel_exclude.txt linux-2.6.9-rc2/arch/ppc64/kernel/misc.S linux-2.6.9-rc2.ppc64/arch/ppc64/kernel/misc.S
From: Olaf Hering <hidden> Date: 2004-10-02 15:31:36
On Wed, Sep 29, Andi Kleen wrote:
On Wed, Sep 29, 2004 at 10:01:58PM +0200, Olaf Hering wrote:
quoted
The attached minimal config does not compile on ppc64.
I was able to boot the resulting binary with this patch.
Right fix is to declare compat_sys_socketcall as as cond_syscall()
in sys.c
ok.
Signed-off-by: Olaf Hering <redacted>
diff -purNX /suse/olh/kernel/kernel_exclude.txt linux-2.6.9-rc3-bk2/include/net/sock.h linux-2.6.9-rc3-bk2.nonet/include/net/sock.h
From: "David S. Miller" <davem@davemloft.net> Date: 2004-10-03 22:01:22
Olaf, as I requested of you last time, please use attachments for
your patches since I can never apply them cleanly when you
inline them to the main body text.
Thanks a lot.
Hi everyone,
I have got a small problem regarding configuring my ethernet
card,while loading the eth0 driver the kernel performs auto-probing for the
device and configures the eth0 to half-duplex.
I used command line arguments while loading modules
insmod 8139too io=0x280 irq=10 duplex=2
but still it performs the autoprobing overriding the parameters.
Please help me out of this problem,i want to configure my ethernetcard to
fullduplex.
Waiting for a reply...
With Regards,
Pranav.
From: Jeff Garzik <hidden> Date: 2004-10-04 18:15:18
Pranav wrote:
Hi everyone,
I have got a small problem regarding configuring my ethernet
card,while loading the eth0 driver the kernel performs auto-probing for the
device and configures the eth0 to half-duplex.
I used command line arguments while loading modules
insmod 8139too io=0x280 irq=10 duplex=2
8139too module does not take any arguments like io= or irq=. PCI cards
do not need such parameters.
You may use ethtool to select half-duplex or full-duplex.
Jeff