From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 01:11:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD4116A4CF for ; Fri, 10 Sep 2004 01:11:08 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6786443D41 for ; Fri, 10 Sep 2004 01:11:07 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i8A1AxVV077062; Thu, 9 Sep 2004 21:10:59 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 76463-06; Thu, 9 Sep 2004 21:10:59 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id i8A1AxJk077041; Thu, 9 Sep 2004 21:10:59 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id i8A1AqIW002489; Thu, 9 Sep 2004 21:10:52 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.1.2.0.0.20040909210420.0896df90@64.7.153.2> X-Sender: mdtpop@64.7.153.2 (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 09 Sep 2004 21:16:47 -0400 To: "M. Warner Losh" From: Mike Tancsa 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-current@freebsd.org Subject: Re: SIO Interrupt storms and unhandled interrupts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 01:11:08 -0000 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 },