summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtsx.c
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2015-04-28 07:55:14 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2015-04-28 07:55:14 +0000
commit01a26d026ec9d50f1a07e06a502f8bd3475aed28 (patch)
treef09b647c6efdf3f41753d2ec8a8bb626c02cda02 /sys/dev/ic/rtsx.c
parenta6fa973e0b4fd67a126aa05280670f9c622797e1 (diff)
In rtsx(4), condense the list of support chips in a comment, remove the unused
F_5227 flag, sort PCI IDs, and fix a typo in a comment. No functional change. from brad
Diffstat (limited to 'sys/dev/ic/rtsx.c')
-rw-r--r--sys/dev/ic/rtsx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/rtsx.c b/sys/dev/ic/rtsx.c
index 06fcfd5401e..38b16a4695b 100644
--- a/sys/dev/ic/rtsx.c
+++ b/sys/dev/ic/rtsx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtsx.c,v 1.11 2015/03/14 03:38:47 jsg Exp $ */
+/* $OpenBSD: rtsx.c,v 1.12 2015/04/28 07:55:13 stsp Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -18,7 +18,7 @@
*/
/*
- * Realtek RTS5209/RTS5227/RTS5229/RTL8402 Card Reader driver.
+ * Realtek RTS52xx/RTL84xx Card Reader driver.
*/
#include <sys/param.h>