Date: Sun, 26 Mar 2000 08:24:11 -0800 (PST) From: rguyom@mail.dotcom.fr To: freebsd-gnats-submit@FreeBSD.org Subject: kern/17605: matcd driver worked on 3.x but doesn't work anymore on 4.0-STABLE Message-ID: <200003261624.IAA03315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003261624.IAA03315>
