From 4cc415408875b9210d227fe070f832455ee9fc8c Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 13 Nov 2001 06:46:19 +0000 Subject: Better error message when cardtype is not recognized --- sys/pccard/pcic_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index c7f48d4..8c5274e 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -883,7 +883,7 @@ static const char * pcic_pci_cardtype(u_int32_t stat) { if (stat & CB_SS_NOTCARD) - return ("Cardtype unrecognized by bridge"); + return ("unrecognized by bridge"); if ((stat & (CB_SS_16BIT | CB_SS_CB)) == (CB_SS_16BIT | CB_SS_CB)) return ("16-bit and 32-bit (can't happen)"); if (stat & CB_SS_16BIT) -- cgit v1.1