Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Fix indentation for RTK_CFG2_BUSFREQ to line up w...



details:   https://anonhg.NetBSD.org/src/rev/efec59f2a06b
branches:  trunk
changeset: 455546:efec59f2a06b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Apr 05 23:46:04 2019 +0000

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

diffstat:

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

diffs (18 lines):

diff -r efb46555fea9 -r efec59f2a06b sys/dev/ic/rtl81x9reg.h
--- a/sys/dev/ic/rtl81x9reg.h   Fri Apr 05 23:44:59 2019 +0000
+++ b/sys/dev/ic/rtl81x9reg.h   Fri Apr 05 23:46:04 2019 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index