From 01a26d026ec9d50f1a07e06a502f8bd3475aed28 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Tue, 28 Apr 2015 07:55:14 +0000 Subject: 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 --- sys/dev/ic/rtsx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/rtsx.c') 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 @@ -18,7 +18,7 @@ */ /* - * Realtek RTS5209/RTS5227/RTS5229/RTL8402 Card Reader driver. + * Realtek RTS52xx/RTL84xx Card Reader driver. */ #include -- cgit v1.2.3