Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / i386 / stand / netboot / 3c590 / Makefile
blobb641ea443922997b78726c93ad3eccb6cc6051b2
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
5 USE_NETIF= 3c590
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"