svn commit: r308751 - head/sys/dev/dme
Ruslan Bukin
br at FreeBSD.org
Thu Nov 17 14:43:14 UTC 2016
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$");
More information about the svn-src-all
mailing list