svn commit: r255089 - head/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Aug 31 01:30:01 UTC 2013


Author: gonzo
Date: Sat Aug 31 01:30:01 2013
New Revision: 255089
URL: http://svnweb.freebsd.org/changeset/base/255089

Log:
  - Set proper KERNLOADADDR
  - Add bpf(4) required by dhclient

Modified:
  head/sys/mips/conf/MALTA64

Modified: head/sys/mips/conf/MALTA64
==============================================================================
--- head/sys/mips/conf/MALTA64	Sat Aug 31 01:24:05 2013	(r255088)
+++ head/sys/mips/conf/MALTA64	Sat Aug 31 01:30:01 2013	(r255089)
@@ -31,6 +31,8 @@ makeoptions	MODULES_OVERRIDE=""
 options 	TICK_USE_YAMON_FREQ=defined
 #options 	TICK_USE_MALTA_RTC=defined
 
+makeoptions 	KERNLOADADDR=0xffffffff80100000
+
 include		"../malta/std.malta"
 
 hints		"MALTA.hints"		#Default places to look for devices.
@@ -66,4 +68,5 @@ device		ether
 device		le
 device		miibus
 device		md
+device		bpf
 device		uart


More information about the svn-src-head mailing list