Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix the chip revision of 57765_AX.



details:   https://anonhg.NetBSD.org/src/rev/c70e2507f797
branches:  trunk
changeset: 787912:c70e2507f797
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat Jul 13 07:53:53 2013 +0000

description:
Fix the chip revision of 57765_AX.

diffstat:

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

diffs (18 lines):

diff -r d54a19d50b2b -r c70e2507f797 sys/dev/pci/if_bgereg.h
--- a/sys/dev/pci/if_bgereg.h   Fri Jul 12 22:39:50 2013 +0000
+++ b/sys/dev/pci/if_bgereg.h   Sat Jul 13 07:53:53 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bgereg.h,v 1.83 2013/07/08 05:36:23 msaitoh Exp $   */
+/*     $NetBSD: if_bgereg.h,v 1.84 2013/07/13 07:53:53 msaitoh Exp $   */
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -384,7 +384,7 @@
 #define BGE_CHIPREV_5704_BX            0x21
 #define BGE_CHIPREV_5750_AX            0x40
 #define BGE_CHIPREV_5750_BX            0x41
-#define BGE_CHIPREV_57765_AX           0x577650
+#define BGE_CHIPREV_57765_AX           0x577850
 
 /* PCI DMA Read/Write Control register */
 #define BGE_PCIDMARWCTL_MINDMA         0x000000FF



Home | Main Index | Thread Index | Old Index