Document supported boards near the top of the driver source code.

This commit is contained in:
is 1998-07-30 21:28:15 +00:00
parent 4f8d24662e
commit ae2fb64e3a
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_iy.c,v 1.26 1998/07/30 16:40:19 is Exp $ */
/* $NetBSD: if_iy.c,v 1.27 1998/07/30 21:28:15 is Exp $ */
/* #define IYDEBUG */
/* #define IYMEMDEBUG */
/*-
@ -33,6 +33,13 @@
* SUCH DAMAGE.
*/
/*
* Supported hardware:
*
* - Intel EtherExpress Pro/10.
* - possibly other boards using the i82595 chip and no special tweaks.
*/
#include "opt_inet.h"
#include "opt_ns.h"
#include "bpfilter.h"