diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-16 17:11:15 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-16 17:11:15 +0000 |
commit | c1dd5055b30039b52b8ccbb1ee1140a05cf566dd (patch) | |
tree | 7c517556f16e5b4a3713a6825a80d69037450fd1 /sys/dev | |
parent | f9494b7c2323010f7334b36b1fd31609447ae8a5 (diff) |
not yet
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_nx.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_nx.c b/sys/dev/pci/if_nx.c index c0fe753cde8..e0df3958081 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.3 2007/04/16 16:37:53 reyk Exp $ */ +/* $OpenBSD: if_nx.c,v 1.4 2007/04/16 17:11:14 reyk Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -19,11 +19,6 @@ /* * Driver for the NetXen NX2031/NX2035 10Gb and Gigabit Ethernet chipsets, * see http://www.netxen.com/. - * - * This driver was made possible because NetXen Inc. donated NX203x - * hardware and provided documentation. Thanks! - * - * (And Puffy Baba spoke the magic words OPEN-SOURCE-AMI...) */ #include "bpfilter.h" |