From 540cab1ec8c53aa815d6a89fdb69aefe9e5ac059 Mon Sep 17 00:00:00 2001 From: bouyer Date: Sat, 11 Oct 2008 21:54:11 +0000 Subject: jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and JME260 Fast Ethernet PCI Express controllers. Written with a lot of cut-n-paste from the FreeBSD jme(4) driver. No support for jumbo ethernet frames yet (but should come soon). Thanks to JMicron Technologies for providing me sample boards and documentation for this work. --- sys/dev/DEVNAMES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index aa095c36abe..c3219eb73af 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.241 2008/09/30 16:52:39 jmcneill Exp $ +# $NetBSD: DEVNAMES,v 1.242 2008/10/11 21:54:12 bouyer Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -685,6 +685,7 @@ j720lcd hpcarm j720pwr hpcarm j720ssp hpcarm j720tp hpcarm +jme MI joy arc joy bebox joy cats -- cgit alysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/rum
AgeCommit message (Expand)Author
2006-10-31Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.joerg