From be595f36c4bebb9a9f93e6e80896c29ca60bbc0a Mon Sep 17 00:00:00 2001 From: drochner Date: Sat, 12 Dec 1998 15:51:49 +0000 Subject: [PATCH] document support for Intel 82557/82558 --- sys/arch/i386/stand/netboot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/stand/netboot/Makefile b/sys/arch/i386/stand/netboot/Makefile index 49e4ec3e1d47..1e3d5a82014e 100644 --- a/sys/arch/i386/stand/netboot/Makefile +++ b/sys/arch/i386/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/02/25 12:19:12 drochner Exp $ +# $NetBSD: Makefile,v 1.17 1998/12/12 15:51:49 drochner Exp $ S= ${.CURDIR}/../../../../ @@ -56,6 +56,9 @@ USE_NETIF= pcnet_pci #CPPFLAGS+= -DSUPPORT_WD80X3 #CPPFLAGS+= -DSUPPORT_SMC_ULTRA +#USE_NETIF= i82557 +#CPPFLAGS+= -DPCIROM -DPCI_VID=0x8086 -DPCI_DID=0x1229 -DPCI_CLASS=0x020000 + .include "../lib/netif/Makefile.inc" SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000