Subject: Re: NetBSD 1.5 i386, can't build netboot / netboot doesn't work
To: cpctc <cpctc@vt.edu>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 07/24/2001 20:30:36
On Mon, Jul 23, 2001 at 06:57:34PM -0400, cpctc wrote:
> ----- Original Message -----
> From: "Manuel Bouyer" <bouyer@antioche.lip6.fr>
> Subject: Re: NetBSD 1.5 i386, can't build netboot / netboot doesn't work
>
> > Did you edit Makefile to add the drivers appropriate for your adapters ?
> > At last I don't see any driver for a PCI ne2000 clone.
>
> Sorry, when I said "PCI", I meant to say "isapnp". I suppose it will never
> work with the ne2000.
No, unless you write a standalone driver for it :)
>
> Here's some details for the wd8013 card that isn't working... the netbsd 1.5
> install_small boot floppy detects it as:
>
> we0 at isa0 port 0x280-0x29f iomem 0xd0000-0xd3fff irq 9
> we0: WD8013EBT Ethernet (16-bit)
>
> I think the relevent parts of the Makefile are:
>
> USE_NETIF= wd80x3 #and uncomment at least one of the two following lines
> CPPFLAGS+= -DSUPPORT_WD80X3
Hum, reading lib/netif/d80x3.c, I suspect you may want to add:
-DBASEREG=0x280 -DBASEMEM=0xd0000
to CPPFLAGS. By default it's at 0x240/0xd0000
--
Manuel Bouyer <bouyer@antioche.eu.org>
--