summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2013-08-31 01:30:01 +0000
committergonzo <gonzo@FreeBSD.org>2013-08-31 01:30:01 +0000
commite2d1ad1c47ccca833ace777b7e9ba859916e974e (patch)
treec3027ce4f7957b365dd859e88ac97112805eea79 /sys/mips
parent13a46d9319cf47a2e38338c19b27780e303c1b0f (diff)
downloadFreeBSD-src-e2d1ad1c47ccca833ace777b7e9ba859916e974e.zip
FreeBSD-src-e2d1ad1c47ccca833ace777b7e9ba859916e974e.tar.gz
- Set proper KERNLOADADDR
- Add bpf(4) required by dhclient
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/MALTA643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/conf/MALTA64 b/sys/mips/conf/MALTA64
index 3f3ace0..0f5bfdf 100644
--- a/sys/mips/conf/MALTA64
+++ b/sys/mips/conf/MALTA64
@@ -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
OpenPOWER on IntegriCloud