summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/pxeboot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-20 22:37:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-05-20 22:37:44 +0000
commit8cb464f1c028f6167531e836c289fa61ea372093 (patch)
treeb0960a9f5156c0946d88ae454e8370f652ecec37 /sys/arch/i386/stand/pxeboot
parentfbeb82e76b47d9b664f28df8429022494d0fa4b3 (diff)
push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface
we are booting from) out towards the kernel; tested by reyk crank the version too
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index 912efa9493a..98d9851b0ab 100644
--- a/sys/arch/i386/stand/pxeboot/conf.c
+++ b/sys/arch/i386/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.8 2006/01/02 00:26:29 tom Exp $ */
+/* $OpenBSD: conf.c,v 1.9 2006/05/20 22:37:43 deraadt Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -46,7 +46,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "1.07";
+const char version[] = "1.09";
int debug = 1;
#undef _TEST