From 1fa857a10f4f0e1af08dea7a69b32bfb91fb88c8 Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 27 Sep 2001 17:32:49 +0000 Subject: Fix typo: BGGPHY -> BRGPHY in one of the #defines I added the other day. --- sys/dev/mii/brgphyreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/mii/brgphyreg.h') diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index dc2f350..a2a2861 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.h @@ -160,7 +160,7 @@ #define BRGPHY_MII_DSP_RW_PORT 0x15 /* DSP coefficient r/w port */ -#define BGGPHY_MII_DSP_ADDR_REG 0x17 /* DSP coefficient addr register */ +#define BRGPHY_MII_DSP_ADDR_REG 0x17 /* DSP coefficient addr register */ #define BRGPHY_DSP_TAP_NUMBER_MASK 0x00 #define BRGPHY_DSP_AGC_A 0x00 -- cgit v1.1