diff options
Diffstat (limited to 'sys/dev/ic/rtsxvar.h')
-rw-r--r-- | sys/dev/ic/rtsxvar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/ic/rtsxvar.h b/sys/dev/ic/rtsxvar.h index 345ead395f5..35caed92ae0 100644 --- a/sys/dev/ic/rtsxvar.h +++ b/sys/dev/ic/rtsxvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsxvar.h,v 1.3 2014/08/19 17:55:03 phessler Exp $ */ +/* $OpenBSD: rtsxvar.h,v 1.4 2015/04/28 07:55:13 stsp Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -49,8 +49,7 @@ int rtsx_intr(void *); #define RTSX_F_CARD_PRESENT 0x01 #define RTSX_F_SDIO_SUPPORT 0x02 #define RTSX_F_5209 0x04 -#define RTSX_F_5227 0x08 -#define RTSX_F_5229 0x10 -#define RTSX_F_5229_TYPE_C 0x20 +#define RTSX_F_5229 0x08 +#define RTSX_F_5229_TYPE_C 0x10 #endif |