From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 24 Feb 2005 20:20:52 -0800 From: Eugene Surovegin To: "Howard, Marc" Message-ID: <20050225042052.GA12703@gate.ebshome.net> References: <91B22F93A880FA48879475E134D6F0BE8E7CB9@CA1EXCLV02.adcorp.kla-tencor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <91B22F93A880FA48879475E134D6F0BE8E7CB9@CA1EXCLV02.adcorp.kla-tencor.com> Cc: Linuxppc-embedded@ozlabs.org Subject: Re: Gigibit ethernet ports on Ocotea + 2.6.10 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Feb 24, 2005 at 06:42:40PM -0800, Howard, Marc wrote: > console=ttyS0,115200 root=/dev/nfs rw > nfsroot=192.168.168.108:/projects/targets/ppc_4xx > ip=192.168.168.111:192.168.168.108:192.168.168.108:255.255.255.0:ppc440: > :off You haven't searched archives very hard :). Format of ip=... can be found in net/ipv4/ipconfig.c: /* * Decode any IP configuration options in the "ip=" or "nfsaddrs=" kernel * command line parameter. It consists of option fields separated by colons in * the following order: * * :::::: * * Any of the fields can be empty which means to use a default value: * - address given by BOOTP or RARP * - address of host returning BOOTP or RARP packet * - none, or the address returned by BOOTP * - automatically determined from , or the * one returned by BOOTP * - in ASCII notation, or the name returned * by BOOTP * - use all available devices * : * off|none - don't do autoconfig at all (DEFAULT) * on|any - use any configured protocol * dhcp|bootp|rarp - use only the specified protocol * both - use both BOOTP and RARP (not DHCP) */ BTW, looks like your ip=.. line is incorrect, you missed parameter. -- Eugene