From owner-freebsd-bugs Sun Mar 26 8:30: 5 2000 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 06DE937B97D for ; Sun, 26 Mar 2000 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12147; Sun, 26 Mar 2000 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F48C37B896 for ; Sun, 26 Mar 2000 08:24:10 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03315; Sun, 26 Mar 2000 08:24:11 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003261624.IAA03315@freefall.freebsd.org> Date: Sun, 26 Mar 2000 08:24:11 -0800 (PST) From: rguyom@mail.dotcom.fr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/17605: matcd driver worked on 3.x but doesn't work anymore on 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17605 >Category: kern >Synopsis: matcd driver worked on 3.x but doesn't work anymore on 4.0-STABLE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 08:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rémi Guyomarch >Release: 4.0-STABLE >Organization: >Environment: FreeBSD diabolic-cow.mail.dotcom.fr 4.0-STABLE FreeBSD 4.0-STABLE #30: Sun Mar 26 17:08:44 CEST 2000 root@diabolic-cow.mail.dotcom.fr:/usr/src/sys/compile/DIABOLIC-COW i386 >Description: The matcd driver isn't used at all. "dmesg | grep matcd" doesn't output anything. >How-To-Repeat: Add a line "device matcd0 at isa? port ?", compile, install, reboot and "dmesg | grep matcd". >Fix: It seems it's just a typo in i386/isa/matcd.c. This patch fix the problem : --- src/sys/i386/isa/matcd.c.orig Sun Mar 26 17:02:38 2000 +++ src/sys/i386/isa/matcd.c Sun Mar 26 17:04:08 2000 @@ -496,7 +496,7 @@ static int matcd_probe(struct isa_device *dev); static int matcd_attach(struct isa_device *dev); struct isa_driver matcddriver={matcd_probe, matcd_attach, - "matcdc"}; + "matcd"}; static d_open_t matcdopen; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message