From owner-freebsd-bugs Thu Mar 11 6:30:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A55A1537A for ; Thu, 11 Mar 1999 06:30:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA67025; Thu, 11 Mar 1999 06:30:01 -0800 (PST) (envelope-from gnats@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 To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/10544: pccardd is not reporting initialized drivers properly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10544 >Category: misc >Synopsis: pccardd is not reporting initialized drivers properly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 06:30:00 PST 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message