From 7878dbf098cedc96bdb96a22a4f3b283d21ccff1 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Tue, 17 Jun 2003 16:07:31 +0000 Subject: MFC: rev 1.5, fix 10Mbit support --- sys/dev/mii/brgphyreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/mii') diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index a2a28616b3c7..786f49dae8d5 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.h @@ -224,8 +224,8 @@ #define BRGPHY_RES_100FD 0x0500 /* 100baseT full duplex */ #define BRGPHY_RES_100T4 0x0400 /* 100baseT4 */ #define BRGPHY_RES_100HD 0x0300 /* 100baseT half duplex */ -#define BRGPHY_RES_10HD 0x0200 /* 10baseT full duplex */ -#define BRGPHY_RES_10FD 0x0100 /* 10baseT half duplex */ +#define BRGPHY_RES_10FD 0x0200 /* 10baseT full duplex */ +#define BRGPHY_RES_10HD 0x0100 /* 10baseT half duplex */ #define BRGPHY_MII_ISR 0x1A /* interrupt status */ #define BRGPHY_ISR_PSERR 0x4000 /* Pair swap error */ -- cgit v1.3