From ad494d3b2d4d46af5d27e2b569ba708adeea7624 Mon Sep 17 00:00:00 2001 From: Henri Hennebert Date: Thu, 3 Feb 2022 18:24:27 -0500 Subject: [PATCH] rtsx: Update driver version number to 2.1c Differential Revision: https://reviews.freebsd.org/D32154 --- sys/dev/rtsx/rtsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c index 7c0c8b21d81..7492b94461d 100644 --- a/sys/dev/rtsx/rtsx.c +++ b/sys/dev/rtsx/rtsx.c @@ -169,7 +169,7 @@ struct rtsx_softc { #define RTSX_RTL8411 0x5289 #define RTSX_RTL8411B 0x5287 -#define RTSX_VERSION "2.1b" +#define RTSX_VERSION "2.1c" static const struct rtsx_device { uint16_t vendor_id;