NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/40429: Add puc support for random serial card I have



>Number:         40429
>Category:       kern
>Synopsis:       Add puc support for random serial card I have
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 18 19:45:00 +0000 2009
>Originator:     Daniel Hagerty
>Release:        NetBSD 4.0.1_PATCH
>Organization:
        
>Environment:
        
        
System: NetBSD perdition.linnaean.org 4.0.1_PATCH NetBSD 4.0.1_PATCH 
(PERDITION) #0: Fri Nov 28 14:38:00 EST 2008 
root%new-pd.linnaean.org@localhost:/usr/src/sys/arch/i386/compile/PERDITION i386
Architecture: i386
Machine: i386
>Description:
        I have some random serial card that puc as of 5.0_BETA doesn't
recognize out of the box.  Patch attached to add support.
>How-To-Repeat:
        Install netbsd w/ this card
>Fix:
--- orig/pucdata.c      2007-11-03 21:22:41.000000000 -0400
+++ patched/pucdata.c   2007-11-30 21:13:48.000000000 -0500
@@ -919,6 +919,15 @@
        },
 
        /* Oxford Semiconductor OX16PCI954 PCI UARTs */
+       {   "Oxford Semiconductor OX16PCI954 2 UARTs",
+           {   0x1415, 0x950a, 0,      0       },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
+               { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
+           },
+       },
+
        {   "Oxford Semiconductor OX16PCI954 UARTs",
            {   0x1415, 0x9501, 0,      0       },
            {   0xffff, 0xffff, 0,      0       },

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index