aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dme
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-11-17 14:43:13 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-11-17 14:43:13 +0000
commita8d695428109f4094ea3112bd44933219f8e678d (patch)
tree1b4ad4328fc9a105414c53123c144a627cab994f /sys/dev/dme
parentb192bae67ea835b7e431225bad375b5d5fe4297f (diff)
downloadsrc-a8d695428109f4094ea3112bd44933219f8e678d.tar.gz
src-a8d695428109f4094ea3112bd44933219f8e678d.zip
Remove outdated comment.
Pointed out by: andrew (original author) Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=308751
Diffstat (limited to 'sys/dev/dme')
-rw-r--r--sys/dev/dme/if_dme.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/dme/if_dme.c b/sys/dev/dme/if_dme.c
index 48f1c89ef092..b18b97753d10 100644
--- a/sys/dev/dme/if_dme.c
+++ b/sys/dev/dme/if_dme.c
@@ -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$");