Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 12:34:43 +0300 (MSK)
From:      Andrey Zakharchenko <avz@elserv.msk.su>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/45285: Support for yet another PCI multiport card
Message-ID:  <200211140934.gAE9YhBi094177@trishka.elserv.msk.su>

next in thread | raw e-mail | index | archive | help

>Number:         45285
>Category:       kern
>Synopsis:       Support for yet another PCI multiport card
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 14 01:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakharchenko
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
Russian Joint Supercomputer Center
>Environment:
System: FreeBSD trishka.elserv.msk.su 4.7-RELEASE FreeBSD 4.7-RELEASE #19: Tue Oct 15 22:14:02 MSD 2002 root@:/usr/obj/usr/src/sys/TRISHKA i386


	
>Description:
	FreeBSD does not support my 2-port PCI serial card
>How-To-Repeat:
	Get PCI serial card with vendor id 0x14db and device id 0x2131
>Fix:

--- pucdata.c.orig      Thu Aug 22 14:50:58 2002
+++ pucdata.c   Thu Nov 14 12:18:46 2002
@@ -886,6 +886,15 @@
            },
        },

+       {   "Avlab Technology, PCI IO 2S",
+           {   0x14db, 0x2131, 0,      0       },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+               { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+           },
+       },
+
        /* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */
        {   "Avlab Low Profile PCI 4 Serial",
            {   0x14db, 0x2150, 0,      0       },


>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?200211140934.gAE9YhBi094177>