Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/stand/netboot Put the netif driv...



details:   https://anonhg.NetBSD.org/src/rev/ff66ddde410d
branches:  sommerfeld_i386mp_1
changeset: 482496:ff66ddde410d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 19 19:55:02 2002 +0000

description:
Put the netif driver name in the version banner.

diffstat:

 sys/arch/i386/stand/netboot/Makefile.netboot |  55 ++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 62265bc96bec -r ff66ddde410d sys/arch/i386/stand/netboot/Makefile.netboot
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/stand/netboot/Makefile.netboot      Tue Feb 19 19:55:02 2002 +0000
@@ -0,0 +1,55 @@
+#      $NetBSD: Makefile.netboot,v 1.2.2.2 2002/02/19 19:55:02 thorpej Exp $
+
+.include "../Makefile.inc"
+
+S=     ${.CURDIR}/../../../../../
+
+BASE= netboot_${USE_NETIF}
+PROG= ${BASE}.rom
+NOMAN= # defined
+NEWVERSWHAT=   "Network Boot (${USE_NETIF})"
+STARTFILE=     ${ROMSTART}
+RELOC=         0x90000
+
+.PATH.c: ${.CURDIR}/..
+
+SRCS= main.c devopen.c conf.c dev_net.c exec.c
+
+#CPPFLAGS+= -DDEBUG
+#CPPFLAGS+= -DNET_DEBUG
+CPPFLAGS+= -DSUPPORT_BOOTP -DSUPPORT_DHCP
+CPPFLAGS+= -DSUPPORT_TFTP
+#CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM
+#CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK
+#uncomment if there are problems with memory detection
+#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
+
+#CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop
+CFLAGS+= -Wall
+
+# XXX should go into library
+#.PATH: ${.CURDIR}/../../libsa
+#SRCS+= nfs.c
+#CPPFLAGS+= -I${.CURDIR}/../../libsa
+
+#ROM_SIZE= 16384
+ROM_SIZE= 32768
+
+CPPFLAGS+= -DBOOTROM -DRELOC=${RELOC}
+
+.PATH: ${.CURDIR}/../../lib/netif
+
+.include "../../lib/netif/Makefile.inc"
+
+SAMISCCPPFLAGS+= -DHEAP_START=0x10000 -DHEAP_LIMIT=0x40000
+SAMISCCPPFLAGS+= -DNFS_NOSYMLINK -DUDP_NO_CKSUM
+#SAMISCMAKEFLAGS= SA_USE_CREAD=yes
+#I386MISCCPPFLAGS+= -DDISK_DEBUG
+#I386MISCCPPFLAGS+= -DSUPPORT_SERIAL -DDIRECT_SERIAL -DCOMCONS_KEYPRESS
+I386MISCMAKEFLAGS= I386_INCLUDE_DISK=no I386_INCLUDE_BUS=yes
+
+VERSIONFILE= ${.CURDIR}/../version
+
+.include "../../Makefile.booters"
+
+conf.o dev_net.o: Makefile



Home | Main Index | Thread Index | Old Index