From e0975644632dff5cecb0555130a9d0ae42cac983 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 15 Mar 1997 22:16:35 +0000 Subject: [PATCH] From Matthias Drochner: add definition prototype for PCI ROMs add optional definition for serial console support --- sys/arch/i386/stand/netboot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/stand/netboot/Makefile b/sys/arch/i386/stand/netboot/Makefile index 4b823159c689..8f5bba02fb3c 100644 --- a/sys/arch/i386/stand/netboot/Makefile +++ b/sys/arch/i386/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/03/14 05:07:27 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 1997/03/15 22:16:35 perry Exp $ S= ${.CURDIR}/../../../../ @@ -44,6 +44,7 @@ CPPFLAGS+= -DBOOTROM -DRELOC=0x$(RELOC) #USE_NETIF= 3c509 #USE_NETIF= 3c590 +#CPPFLAGS+= -DPCIROM -DPCI_VID=0x10b7 -DPCI_DID=0x5900 -DPCI_CLASS=0x020000 USE_NETIF= pcnet_pci #USE_NETIF= pcnet_isapnp #USE_NETIF= wd80x3 @@ -55,6 +56,7 @@ USE_NETIF= pcnet_pci #SAMISCCPPFLAGS+= -DNFS_NOSYMLINK SAMISCMAKEFLAGS= SA_USE_CREAD=yes #I386MISCCPPFLAGS+= -DDISK_DEBUG +#I386MISCCPPFLAGS+= -DSUPPORT_SERIAL I386MISCMAKEFLAGS= I386_INCLUDE_DISK=no I386_INCLUDE_BUS=yes .include "../Makefile.booters"