Module Name:    src
Committed By:   jakllsch
Date:           Fri Dec 13 20:52:48 UTC 2013

Modified Files:
        src/sys/dev/ic: rtl81x9reg.h

Log Message:
Put previous (RTK_HWREV_8168F) in numeric sort order like its neighbors.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/ic/rtl81x9reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/rtl81x9reg.h
diff -u src/sys/dev/ic/rtl81x9reg.h:1.44 src/sys/dev/ic/rtl81x9reg.h:1.45
--- src/sys/dev/ic/rtl81x9reg.h:1.44	Sat Apr  6 01:53:14 2013
+++ src/sys/dev/ic/rtl81x9reg.h	Fri Dec 13 20:52:48 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtl81x9reg.h,v 1.44 2013/04/06 01:53:14 khorben Exp $	*/
+/*	$NetBSD: rtl81x9reg.h,v 1.45 2013/12/13 20:52:48 jakllsch Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998
@@ -164,7 +164,6 @@
 #define RTK_HWREV_8168DP	0x28800000
 #define RTK_HWREV_8168E		0x2C000000
 #define RTK_HWREV_8168E_VL	0x2C800000
-#define RTK_HWREV_8168F		0x48000000
 #define RTK_HWREV_8168_SPIN1	0x30000000
 #define RTK_HWREV_8100E		0x30800000
 #define RTK_HWREV_8101E		0x34000000
@@ -175,6 +174,7 @@
 #define RTK_HWREV_8168C		0x3C000000
 #define RTK_HWREV_8168C_SPIN2	0x3C400000
 #define RTK_HWREV_8168CP	0x3C800000
+#define RTK_HWREV_8168F		0x48000000
 #define RTK_HWREV_8139		0x60000000
 #define RTK_HWREV_8139A		0x70000000
 #define RTK_HWREV_8139AG	0x70800000

Reply via email to