le0 - DE203 kernel config problem
Christoph Kukulies
kuku at physik.rwth-aachen.de
Wed Apr 2 08:16:33 PST 2003
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 at rwth-aachen.de
More information about the freebsd-hackers
mailing list