From d1a8ac92a9f6e6dfaf5767bef52a5f346ae540f6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 9 Aug 2008 17:29:36 +0000 Subject: [PATCH] fix typo Submitted by: N.J. Mann --- sys/dev/pccbb/pccbb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 4cf0cb72f68f..71e3c0cc5bbb 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -952,7 +952,7 @@ cbb_cardbus_reset(device_t brdev, int on) * PC Card Host System Specification says that when powering * up the card, the PCI Spec v2.1 must be followed. In PCI * spec v2.2 Table 4-6, Trhfa (Reset High to first Config - * Access) is at most 2^25 clocks, or just over 1s. Secont + * Access) is at most 2^25 clocks, or just over 1s. Section * 2.2.1 states any card not ready to participate in bus * transactions must tristate its outputs. Therefore, any * access to its configuration registers must be ignored. In