Linux Driver configuration question

From: Bob Beck (beck_at_assurtech.com)
Date: 02/24/04


Date: 24 Feb 2004 08:20:04 -0800

Hi,

I'm putting together my 1st embedded linux system
using the 2.4.18 kernel downloaded from www.kernel.org.

CPU: PowerPC 603E
Bus: PCI
Ethernet Controller: Intel 21143
Serial: Z85233

The software that ran on this hardware most recently
is based on VxWorks 5.3. From its board support package
I gleaned the following.

How do I configure the tulip (21143) and Z85233 drivers
to use this address info ? I know linux drivers are supposed
to do autodetection of hardware but don't they need
some configuration infol ?

Bob Beck
beck@assurtech.com

ETHERNET - TULIP Intel 21143 ethernet chip...

#define TULIP_CONFIG_ADDRESS (0x80840000)
#define PCI_BASE_ADDRESS (0xc0000000)
#define TULIP_BASE_ADDRESS (0xc0060000)

SERIAL - z85233...

#define SERIAL1_BASE_ADDRESS (0xc002f000)
#define SERIAL2_BASE_ADDRESS (0xc002f400)
#define SERIAL3_BASE_ADDRESS (0xc002f800)