Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2003 18:16:30 +0200
From:      Christoph Kukulies <kuku@physik.rwth-aachen.de>
To:        hackers@freebsd.org
Subject:   le0 - DE203 kernel config problem
Message-ID:  <200304021616.h32GGUO10244@accms33.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help
I tried to get a DE203 NIC (ISA) working with 5.0R.

Took the GENERIC config file
and put 

device le  1

options COMPAT_OLDISA 

in it.

Since I forgot how the card was programmed I tried and got it 
probed at io=0x200

so I put the following in /boot/device.hints

hint.le.0.at="isa"     
hint.le.0.disabled="0"
hint.le.0.port="0x200"  
hint.le.0.irq="10"
hint.le.0.maddr="0xd0000"

and first got an error during probe, something like

le0: lemac expected IRQ 0x400 found 0x20

The I changed irq to 5 and got

le0: lemac expected iomem at 0xd0000 found 0x80000

So I changed maddr to 0x80000.

But then I got a kernel panic.


Any clues how to proceed to get this card working?

--
Chris Christoph P. U. Kukulies kukulies@rwth-aachen.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304021616.h32GGUO10244>