Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Added NDIS ver.6.20 definition.



details:   https://anonhg.NetBSD.org/src/rev/2fb782f15316
branches:  trunk
changeset: 465884:2fb782f15316
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Dec 06 12:39:51 2019 +0000

description:
Added NDIS ver.6.20 definition.

diffstat:

 sys/dev/ic/ndisreg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7d78d5c1b32 -r 2fb782f15316 sys/dev/ic/ndisreg.h
--- a/sys/dev/ic/ndisreg.h      Fri Dec 06 08:40:33 2019 +0000
+++ b/sys/dev/ic/ndisreg.h      Fri Dec 06 12:39:51 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ndisreg.h,v 1.1 2019/02/15 08:54:02 nonaka Exp $       */
+/*     $NetBSD: ndisreg.h,v 1.2 2019/12/06 12:39:51 nonaka Exp $       */
 /*     $OpenBSD: ndis.h,v 1.2 2016/09/23 11:32:13 mikeb Exp $  */
 
 /*-
@@ -39,6 +39,7 @@
 #define NDIS_VERSION_5_1               0x00050001
 #define NDIS_VERSION_6_0               0x00060000
 #define NDIS_VERSION_6_1               0x00060001
+#define NDIS_VERSION_6_20              0x00060014
 #define NDIS_VERSION_6_30              0x0006001e
 
 #define        NDIS_MEDIA_STATE_CONNECTED      0



Home | Main Index | Thread Index | Old Index