svn commit: r308747 - in head/sys: conf dev/dme

Andrew Turner andrew at fubar.geek.nz
Thu Nov 17 13:58:15 UTC 2016


On Thu, 17 Nov 2016 11:48:07 +0000 (UTC)
Ruslan Bukin <br at FreeBSD.org> wrote:
> Added: head/sys/dev/dme/if_dme.c
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is
> newly added) +++ head/sys/dev/dme/if_dme.c	Thu Nov 17 11:48:07
> 2016	(r308747) @@ -0,0 +1,1070 @@
> +/*
> + * Copyright (C) 2015 Alexander Kabaev
> + * Copyright (C) 2010 Andrew Turner
> + * All rights reserved.
...
> +/*
> + * 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
> + */

I think this comment is about 6 years out of date.

Andrew


More information about the svn-src-all mailing list