From owner-svn-src-head@freebsd.org Thu Nov 17 13:58:15 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC5EC47162; Thu, 17 Nov 2016 13:58:15 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id D1ED71054; Thu, 17 Nov 2016 13:58:14 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (global-5-142.nat-2.net.cam.ac.uk [131.111.5.142]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id A3624D8506; Thu, 17 Nov 2016 13:48:13 +0000 (UTC) Date: Thu, 17 Nov 2016 13:48:59 +0000 From: Andrew Turner To: Ruslan Bukin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r308747 - in head/sys: conf dev/dme Message-ID: <20161117134859.12c97d90@zapp> In-Reply-To: <201611171148.uAHBm7I8089031@repo.freebsd.org> References: <201611171148.uAHBm7I8089031@repo.freebsd.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 13:58:15 -0000 On Thu, 17 Nov 2016 11:48:07 +0000 (UTC) Ruslan Bukin 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