1 # $NetBSD: Makefile,v 1.1 2002/02/17 20:03:13 thorpej Exp $
3 # This can also handle the 3c900 TPO / combo and 3c905 TX
7 CPPFLAGS
+= -DPCIROM
-DPCI_VID
=0x10b7 -DPCI_CLASS
=0x020000
8 CPPFLAGS
+= -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
13 .
include "../Makefile.netboot"