On Thu, 17 Nov 2016 11:48:07 +0000 (UTC) Ruslan Bukin <b...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"