summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-05-27 01:54:45 +0000
committeryongari <yongari@FreeBSD.org>2008-05-27 01:54:45 +0000
commit6d5152e9ceda9e3d4a477a70617efd6a5ec776d9 (patch)
tree6ccd8c995103e6339bd45b25ce34b33fd7048d4e /sys
parent1a8fa7ea7b32582484a5d3af6f26666ffc3862e5 (diff)
downloadFreeBSD-src-6d5152e9ceda9e3d4a477a70617efd6a5ec776d9.zip
FreeBSD-src-6d5152e9ceda9e3d4a477a70617efd6a5ec776d9.tar.gz
Hook up jme(4) to the build.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/jme/Makefile8
4 files changed, 11 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index addd67f..2e78c99 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1763,6 +1763,7 @@ device miibus
# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping)
# gem: Apple GMAC/Sun ERI/Sun GEM
# hme: Sun HME (Happy Meal Ethernet)
+# jme: JMicron JMC260 Fast Ethernet/JMC250 Gigabit Ethernet based adapters.
# le: AMD Am7900 LANCE and Am79C9xx PCnet
# lge: Support for PCI gigabit ethernet adapters based on the Level 1
# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
diff --git a/sys/conf/files b/sys/conf/files
index 4e3fa61..f3bf976 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -844,6 +844,7 @@ dev/ixgbe/ixgbe_common.c optional ixgbe \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_82598.c optional ixgbe \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/jme/if_jme.c optional jme pci
dev/joy/joy.c optional joy
dev/joy/joy_isa.c optional joy isa
dev/joy/joy_pccard.c optional joy pccard
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 8025bca..f076e3a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -140,6 +140,7 @@ SUBDIR= ${_3dfx} \
${_iwn} \
${_iwnfw} \
${_ixgb} \
+ jme \
joy \
${_k8temp} \
kbdmux \
diff --git a/sys/modules/jme/Makefile b/sys/modules/jme/Makefile
new file mode 100644
index 0000000..5c41523
--- /dev/null
+++ b/sys/modules/jme/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/jme
+
+KMOD= if_jme
+SRCS= if_jme.c device_if.h bus_if.h pci_if.h miibus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud