add settings for ne2000.

(commented out)
This commit is contained in:
yamt 2001-11-01 09:45:03 +00:00
parent 3492b7a4c6
commit b7574e5c56
1 changed files with 4 additions and 1 deletions

View File

@ -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