diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-26 18:24:34 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-26 18:24:34 +0000 |
commit | 4c6b249d381cf4b6addb13c14b056435209680b9 (patch) | |
tree | 663d57ac884b7186b91122e3d1c3ccecc4ffc052 | |
parent | 2d56e45c4e8a9231e1258be2333597024aa13539 (diff) |
add a comment that NetXen provided hardware and documentation to make
this driver possible.
-rw-r--r-- | sys/dev/pci/if_nx.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_nx.c b/sys/dev/pci/if_nx.c index 464c8e403b9..ec104a7ea9e 100644 --- a/sys/dev/pci/if_nx.c +++ b/sys/dev/pci/if_nx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nx.c,v 1.5 2007/04/16 17:21:28 reyk Exp $ */ +/* $OpenBSD: if_nx.c,v 1.6 2007/04/26 18:24:33 reyk Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -19,6 +19,9 @@ /* * Driver for the NetXen NX2031/NX2035 10Gb and Gigabit Ethernet chipsets, * see http://www.netxen.com/. + * + * This driver was made possible because NetXen Inc. provided hardware + * and documentation. Thanks! */ #include "bpfilter.h" |