xref: /netbsd/sys/arch/i386/stand/netboot/3c590/Makefile (revision 1ecb20dd)
1#	$NetBSD: Makefile,v 1.1 2002/02/19 19:49:39 thorpej Exp $
2
3# This can also handle the 3c900 TPO / combo and 3c905 TX
4
5USE_NETIF=	3c590
6
7CPPFLAGS+= -DPCIROM -DPCI_VID=0x10b7 -DPCI_CLASS=0x020000
8CPPFLAGS+= -DPCI_DID=0x5900 # 3c590
9#CPPFLAGS+= -DPCI_DID=0x9000 # 3c900 TPO
10#CPPFLAGS+= -DPCI_DID=0x9001 # 3c900 combo
11#CPPFLAGS+= -DPCI_DID=0x9050 # 3c905 TX
12
13.include "../Makefile.netboot"
14