Document new WD80x3 option.

This commit is contained in:
drochner 1998-02-16 11:41:14 +00:00
parent c197a64bba
commit 07fdccb3a4
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 1997/09/28 11:47:32 drochner Exp $
# $NetBSD: Makefile,v 1.15 1998/02/16 11:41:14 drochner Exp $
S= ${.CURDIR}/../../../../
@ -46,7 +46,8 @@ CPPFLAGS+= -DBOOTROM -DRELOC=0x$(RELOC)
USE_NETIF= pcnet_pci
#CPPFLAGS+= -DPCIROM -DPCI_VID=0x1022 -DPCI_DID=0x2000 -DPCI_CLASS=0x020000
#USE_NETIF= pcnet_isapnp
#USE_NETIF= wd80x3 #supports SMC Ultra together with flag below
#USE_NETIF= wd80x3 #and uncomment at least one of the two following lines
#CPPFLAGS+= -DSUPPORT_WD80X3
#CPPFLAGS+= -DSUPPORT_SMC_ULTRA
.include "../lib/netif/Makefile.inc"