Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Sep 2004 21:16:47 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "M. Warner Losh" <imp@bsdimp.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: SIO Interrupt storms and unhandled interrupts
Message-ID:  <6.1.2.0.0.20040909210420.0896df90@64.7.153.2>
In-Reply-To: <20040909.154123.106438047.imp@bsdimp.com>
References:  <6.1.2.0.0.20040908152736.07440148@64.7.153.2> <200409091322.19501.jhb@FreeBSD.org> <6.1.2.0.0.20040909154407.08b1a9f8@64.7.153.2> <20040909.154123.106438047.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 05:41 PM 09/09/2004, M. Warner Losh wrote:

>I like this fix!  I'll see if I can find time to commit it.

I messed up the RELENG_4 patch when posting.  Here it is again.  If you 
could commit it (especially to RELENG_4) that would be really great!  It 
would reduce the manual bug fixes we have to commit after each cvsup by one 
more!


# diff -u sys/isa/sio.c.prev sys/isa/sio.c
--- sys/isa/sio.c.prev  Thu Sep  9 20:54:24 2004
+++ sys/isa/sio.c       Thu Sep  9 20:54:38 2004
@@ -602,7 +602,6 @@
         { 0x048011c1, "Lucent kermit based PCI Modem", 0x14 },
         { 0x95211415, "Oxford Semiconductor PCI Dual Port Serial", 0x10 },
         { 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 },
-       { 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
         { 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 },
         { 0x00000000, NULL, 0 }
  };



and
# diff -u sys/dev/puc/pucdata.c.prev sys/dev/puc/pucdata.c
--- sys/dev/puc/pucdata.c.prev  Thu Sep  9 21:01:30 2004
+++ sys/dev/puc/pucdata.c       Thu Sep  9 21:02:48 2004
@@ -804,6 +804,15 @@
             },
         },

+        {   "SmartLink 5634PCV SurfRider",
+            {   0x151f, 0x0000, 0,      0       },
+            {   0xffff, 0xffff, 0,      0       },
+            {
+                { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+            },
+        },
+
+
         /* Actiontec  56K PCI Master */
         {   "Actiontec 56K PCI Master",
             {   0x11c1, 0x0480, 0x0,    0x0     }, 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.2.0.0.20040909210420.0896df90>