summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-05-07 04:15:46 +0000
committerjmallett <jmallett@FreeBSD.org>2012-05-07 04:15:46 +0000
commite79d08972f2bd9b33ceeb0ca93c41495ed2554ad (patch)
tree9a060a203e160fb95df540c06b8cdf1dd0b9dc62 /sys/mips/conf
parent03c86f379db31e4be0324f431a50ea7040a5c40d (diff)
downloadFreeBSD-src-e79d08972f2bd9b33ceeb0ca93c41495ed2554ad.zip
FreeBSD-src-e79d08972f2bd9b33ceeb0ca93c41495ed2554ad.tar.gz
Add a trivial driver for the GXemul Ethernet device. Probably quite buggy and
certainly non-optimal, but enough for basic networking use. Requested by: rwatson
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/GXEMUL20
1 files changed, 17 insertions, 3 deletions
diff --git a/sys/mips/conf/GXEMUL b/sys/mips/conf/GXEMUL
index b8e046a..be6a9ae 100644
--- a/sys/mips/conf/GXEMUL
+++ b/sys/mips/conf/GXEMUL
@@ -27,6 +27,8 @@ options DDB
options KDB
options SCHED_ULE
+options INET # InterNETworking
+options INET6 # IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
@@ -41,6 +43,18 @@ options ROOTDEVNAME=\"ufs:gxemul_disk0\"
device gxemul_cons
device gxemul_disk
-device md
-device loop
-device random
+device gxemul_ether
+
+# Pseudo devices.
+device loop # Network loopback
+device random # Entropy device
+device ether # Ethernet support
+device tun # Packet tunnel.
+device md # Memory "disks"
+device gif # IPv6 and IPv4 tunneling
+device faith # IPv6-to-IPv4 relaying (translation)
+
+# The `bpf' device enables the Berkeley Packet Filter.
+# Be aware of the administrative consequences of enabling this!
+# Note that 'bpf' is required for DHCP.
+device bpf # Berkeley packet filter
OpenPOWER on IntegriCloud