Date: Tue, 10 May 2005 11:12:25 GMT From: Dmitry Provodnikov <provodnikov@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/80853: ed driver - support for Compex RL2000/ISA in PnP mode Message-ID: <200505101112.j4ABCPU5010558@www.freebsd.org> Resent-Message-ID: <200505101120.j4ABK35u031898@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80853
>Category: i386
>Synopsis: ed driver - support for Compex RL2000/ISA in PnP mode
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-i386
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue May 10 11:20:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Provodnikov
>Release: 4.11
>Organization:
>Environment:
FreeBSD nskix 4.11-RELEASE-p3 FreeBSD 4.11-RELEASE-p3 #16: Thu Apr 21 21:36:47 NOVST 2005 root@nskix:/1/usr/obj/usr/src/sys/MYKERN1 i386
>Description:
ed drives doesn't recognized Compex RL2000 in PnP mode.
>How-To-Repeat:
program Compex RL2000 as PnP using it's own util (DOS),
shutdown, poweroff, install NIC in ISA slot,
poweron, boot, dmesg | less - no ed1 device at all.
then apply pach below, rebuild the kernel,
reboot - oops, ed1 is here !
>Fix:
RCS file: /usr/src/sys/dev/ed/if_ed_isa.c,v
retrieving revision 1.5
diff -u -r1.5 if_ed_isa.c
--- if_ed_isa.c 1999/11/20 09:28:01 1.5
+++ if_ed_isa.c 2000/04/08 20:41:41
@@ -58,6 +58,7 @@
{ 0x19808c4a, NULL }, /* RTL8019 */
{ 0x0090252a, NULL }, /* JQE9000 */
{ 0x0020832e, NULL }, /* KTC2000 */
+ { 0x0115180e, NULL }, /* CPX1501 */
{ 0, NULL }
};
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101112.j4ABCPU5010558>
