diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-27 19:56:57 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-04-27 19:56:57 +0000 |
commit | 0a2ebe4205ae72a8a294a1fd250e1ec756c79d08 (patch) | |
tree | fe1d83432fd5da1537d8c72f20a97d576522f8c2 /sys/dev | |
parent | 4ed149e356f26ed1a061f1439bacbe29eee10785 (diff) |
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.
Diffstat (limited to 'sys/dev')
-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 */ |