diff --git a/sys/arch/i386/stand/netboot/Makefile b/sys/arch/i386/stand/netboot/Makefile index 08ace87cea79..1068e10ef642 100644 --- a/sys/arch/i386/stand/netboot/Makefile +++ b/sys/arch/i386/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2001/07/25 12:51:44 drochner Exp $ +# $NetBSD: Makefile,v 1.23 2001/11/01 09:45:03 yamt Exp $ S= ${.CURDIR}/../../../../ @@ -65,6 +65,9 @@ CPPFLAGS+= -DPCI_DID=0x9058 # 3c905b combo #USE_NETIF= i82557 #CPPFLAGS+= -DPCIROM -DPCI_VID=0x8086 -DPCI_DID=0x1229 -DPCI_CLASS=0x020000 +#USE_NETIF= ne2000 +#CPPFLAGS+= -DBASEREG=0x300 + .include "../lib/netif/Makefile.inc" SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000