Module Name:    src
Committed By:   uwe
Date:           Fri Apr  5 23:46:04 UTC 2019

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

Log Message:
Fix indentation for RTK_CFG2_BUSFREQ to line up with the rest.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 src/sys/dev/ic/rtl81x9reg.h:1.50
--- src/sys/dev/ic/rtl81x9reg.h:1.49	Wed Apr 19 02:21:53 2017
+++ src/sys/dev/ic/rtl81x9reg.h	Fri Apr  5 23:46:04 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: rtl81x9reg.h,v 1.49 2017/04/19 02:21:53 jmcneill Exp $	*/
+/*	$NetBSD: rtl81x9reg.h,v 1.50 2019/04/05 23:46:04 uwe Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998
@@ -416,7 +416,7 @@
 /*
  * Config 2 register, 8139C+/8169/8169S/8110S only
  */
-#define RTK_CFG2_BUSFREQ		0x07
+#define RTK_CFG2_BUSFREQ	0x07
 #define RTK_CFG2_BUSWIDTH	0x08
 #define RTK_CFG2_AUXPWRSTS	0x10
 

Reply via email to