Remove outdated comment.

Pointed out by:	andrew (original author)
Sponsored by:	DARPA, AFRL
This commit is contained in:
Ruslan Bukin 2016-11-17 14:43:13 +00:00
parent b192bae67e
commit a8d6954281
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308751

View File

@ -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$");