summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-09-06 06:34:44 +0000
committerimp <imp@FreeBSD.org>1999-09-06 06:34:44 +0000
commit807a894190420ad4941c156eafc7668184d007a6 (patch)
treea56fbeba00cca0ef2a99c56b0b848a20724c1064 /sys/pccard/pcic.c
parent918093dd5066208fb1b176a2202effe2eddc7981 (diff)
downloadFreeBSD-src-807a894190420ad4941c156eafc7668184d007a6.zip
FreeBSD-src-807a894190420ad4941c156eafc7668184d007a6.tar.gz
Kludge together support for the old pccard system with newbus. This
will allow newbus based drivers to have pccard attachments. Also start printing out probe messages for pccards stating the resources used and regularize many of the pccard printfs. Reviewed by: Peter Wemm.
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 5a637ab..35a3305 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -704,7 +704,7 @@ pcic_probe(void)
}
switch(sp->controller) {
case PCIC_I82365:
- cinfo.name = "Intel 82365";
+ cinfo.name = "i82365";
break;
case PCIC_IBM:
cinfo.name = "IBM PCIC";
OpenPOWER on IntegriCloud