Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2016 14:43:13 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308751 - head/sys/dev/dme
Message-ID:  <201611171443.uAHEhDHg060257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Thu Nov 17 14:43:13 2016
New Revision: 308751
URL: https://svnweb.freebsd.org/changeset/base/308751

Log:
  Remove outdated comment.
  
  Pointed out by:	andrew (original author)
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/dev/dme/if_dme.c

Modified: head/sys/dev/dme/if_dme.c
==============================================================================
--- head/sys/dev/dme/if_dme.c	Thu Nov 17 14:41:22 2016	(r308750)
+++ head/sys/dev/dme/if_dme.c	Thu Nov 17 14:43:13 2016	(r308751)
@@ -25,16 +25,7 @@
  * SUCH DAMAGE.
  */
 
-/*
- * A driver for the DM9000 MAC
- *
- * TODO:
- *  Get the interrupt working
- *  Port to non-S3C2440 systems
- *  Test with 8 and 32 bit busses
- *  Test on a big endian machine
- *  Implement the rest of dme_detach
- */
+/* A driver for the Davicom DM9000 MAC. */
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611171443.uAHEhDHg060257>