From nobody@FreeBSD.ORG Thu Mar 11 06:25:13 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 21BC3151F9; Thu, 11 Mar 1999 06:25:12 -0800 (PST)
Message-Id: <19990311142512.21BC3151F9@hub.freebsd.org>
Date: Thu, 11 Mar 1999 06:25:12 -0800 (PST)
From: colle@krtkg1.rug.ac.be
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: pccardd is not reporting initialized drivers properly
X-Send-Pr-Version: www-1.0

>Number:         10544
>Category:       misc
>Synopsis:       pccardd is not reporting initialized drivers properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 06:30:00 PST 1999
>Closed-Date:    Tue Apr 27 11:34:51 PDT 1999
>Last-Modified:  Sun Nov 12 16:46:19 GMT 2006
>Originator:     Christophe Colle
>Release:        3.1-RELEASE
>Organization:
>Environment:
3.1-RELEASE FreeBSD 3.1-RELEASE #6 ... i386
Toshiba Sattelite 210CT
>Description:
When starting the kernel a line is printed with the following content:
pcic: controller irq 5
Initializing PC-Card drivers: ed

Only the ed is reported instead of ed ep fe sio ...


>How-To-Repeat:
just reboot   ;-)
>Fix:
pccard/pccard.c: in the function pccard_configure
repolace the lines 

while ((drv = *driver++))
    printf(" %s", drv->name);

with

for (drv=*driver; drv; drv=drv->next) 
   printf(" %s", drvname);




>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jdp 
State-Changed-When: Tue Apr 27 11:34:51 PDT 1999 
State-Changed-Why:  
Fixed in revision 1.75 of pccard.c, using a slightly modified version 
of Christophe Colle's patch. 
. 
Responsible-Changed-From-To: freebsd-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Nov 12 16:46:17 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=10544 
>Unformatted:
