summaryrefslogtreecommitdiffstats
path: root/sys/mips/gxemul
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/gxemul
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/gxemul')
-rw-r--r--sys/mips/gxemul/files.gxemul2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/gxemul/files.gxemul b/sys/mips/gxemul/files.gxemul
index 45b2e03..7ad293c 100644
--- a/sys/mips/gxemul/files.gxemul
+++ b/sys/mips/gxemul/files.gxemul
@@ -5,4 +5,4 @@ mips/mips/intr_machdep.c standard
mips/mips/tick.c standard
dev/gxemul/disk/gxemul_disk.c optional gxemul_disk
-dev/gxemul/ether/gxemul_ether.c optional gxemul_ether
+dev/gxemul/ether/if_gx.c optional gxemul_ether
OpenPOWER on IntegriCloud