diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-04-23 12:45:19 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-04-23 12:45:19 +0000 |
commit | 55c208757166c88444461dcd4e96a7950345f8dc (patch) | |
tree | 19989e5e562fdfb5666e6892f991be4b0a71f5d8 /sys/dev | |
parent | befa72550f81f65611f5565f11a305a0d88ee00c (diff) |
Document RTS5227 support in rtsx(4).
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/rtsx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtsx.c b/sys/dev/ic/rtsx.c index 63042edc3b5..f17385d1041 100644 --- a/sys/dev/ic/rtsx.c +++ b/sys/dev/ic/rtsx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsx.c,v 1.7 2013/12/08 18:31:03 stsp Exp $ */ +/* $OpenBSD: rtsx.c,v 1.8 2014/04/23 12:45:18 stsp Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -18,7 +18,7 @@ */ /* - * Realtek RTS5209/RTS5229 Card Reader driver. + * Realtek RTS5209/RTS5227/RTS5229 Card Reader driver. */ #include <sys/param.h> |