i386/80853: ed driver - support for Compex RL2000/ISA in PnP mode

Dmitry Provodnikov provodnikov at mail.ru
Tue May 10 04:20:04 PDT 2005


>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 at 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:


More information about the freebsd-i386 mailing list