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 a typo.
details: https://anonhg.NetBSD.org/src/rev/898069bbcd97
branches: trunk
changeset: 553786:898069bbcd97
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Oct 21 05:07:10 2003 +0000
description:
Fix a typo.
diffstat:
sys/dev/pci/if_wmreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c854ff4f5faa -r 898069bbcd97 sys/dev/pci/if_wmreg.h
--- a/sys/dev/pci/if_wmreg.h Tue Oct 21 04:39:32 2003 +0000
+++ b/sys/dev/pci/if_wmreg.h Tue Oct 21 05:07:10 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wmreg.h,v 1.6 2003/10/21 04:39:32 thorpej Exp $ */
+/* $NetBSD: if_wmreg.h,v 1.7 2003/10/21 05:07:10 thorpej Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -196,7 +196,7 @@
#define CTRL_VME (1U << 30) /* VLAN Mode Enable */
#define CTRL_PHY_RESET (1U << 31) /* PHY reset (Cordova) */
-#define CTRL_SHADOW 0x0004 /* Device Control Register (shadow) */
+#define WMREG_CTRL_SHADOW 0x0004 /* Device Control Register (shadow) */
#define WMREG_STATUS 0x0008 /* Device Status Register */
#define STATUS_FD (1U << 0) /* full duplex */
Home |
Main Index |
Thread Index |
Old Index