[477] in netbsd-help mailing list archive
Re: kernel for NE2000 card
daemon@ATHENA.MIT.EDU (John Hawkinson)
Wed Nov 29 10:41:38 1995
Date: Wed, 29 Nov 1995 10:40:04 -0500
To: kashriaz@MIT.EDU (Kashif Riaz )
Cc: netbsd-help@MIT.EDU
In-Reply-To: "[475] in netbsd-help mailing list archive"
From: John Hawkinson <jhawk@MIT.EDU>
> Hi - I have an NE2000 card which refuses to work at IRQ 10 and Base address
> 300. It is set at IRQ 11 and Base Address 300 and Mem D0000. I want to
> install NetBSD. Please help me!!!!
These three configurations are in the default kernel:
ed6 at isa? port 0x280 iomem 0xd0000 irq 9 # NE[12]000
ed7 at isa? port 0x250 iomem 0xd8000 irq 9
ed8 at isa? port 0x300 iomem 0xcc000 irq 10
Could you try one of them and see if it works? If not, we build
you a special kernel, I guess, but it'd be more convenient if we didn't
need to...
Thanks.
--jhawk