head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2006.06.14.17.07.20;	author gallatin;	state dead;
branches;
next	1.1;

1.1
date	2006.02.19.22.39.19;	author gallatin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the initial myri10ge driver, now that it has been
renamed mxge.
@
text
@#$FreeBSD: src/sys/modules/myri10ge/myri10ge/Makefile,v 1.1 2006/02/19 22:39:19 gallatin Exp $

.PATH: ${.CURDIR}/../../../dev/myri10ge

KMOD=	if_myri10ge
SRCS=	if_myri10ge.c device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>
@


1.1
log
@10GbE mode driver and binary firmware for Myricom's PCI-express NICs.
More info regarding these nics can be found at http://www.myri.com.

Please note that the files
sys/dev/myri10ge/{mcp_gen_header.h,myri10ge_mcp.h} are internally
shared between all our drivers (solaris, macosx, windows, linux, etc).
I'd like to keep these files unchanged, so I can just import newer
versions of them when the firmware API/ABI changes.  This means I'm
stuck with some of the crazy-long #define names, and possibly
non-style(9) characteristics of these files.

Many thanks to mlaier for doing firmware(9) just as I
needed it, and to scottl for his helpful review.

Reviewed by: scottl, glebius
Sponsored by: Myricom Inc.
@
text
@d1 1
a1 1
#$FreeBSD$
@

