diff options
author | 2007-04-27 19:56:56 +0000 | |
---|---|---|
committer | 2007-04-27 19:56:56 +0000 | |
commit | d86db031d72f163015bb201ee7bc743293491b93 (patch) | |
tree | fd64afef519369699de5efaa18be450320adac53 | |
parent | spacing (diff) | |
download | wireguard-openbsd-d86db031d72f163015bb201ee7bc743293491b93.tar.xz wireguard-openbsd-d86db031d72f163015bb201ee7bc743293491b93.zip |
update a comment to reflect the truth - the documentation that is
available online is incomplete or even outdated and this driver is
only partially based on it. other information is obtained from the
netxen reference driver.
-rw-r--r-- | sys/dev/pci/if_nxreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_nxreg.h b/sys/dev/pci/if_nxreg.h index a53a373530c..194faedd713 100644 --- a/sys/dev/pci/if_nxreg.h +++ b/sys/dev/pci/if_nxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_nxreg.h,v 1.5 2007/04/27 19:46:47 reyk Exp $ */ +/* $OpenBSD: if_nxreg.h,v 1.6 2007/04/27 19:56:56 reyk Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -17,7 +17,7 @@ */ /* - * NetXen NX2031 register definitions based on: + * NetXen NX2031/NX2035 register definitions partially based on: * http://www.netxen.com/products/downloads/ * Ethernet_Driver_Ref_Guide_Open_Source.pdf */ |