From owner-freebsd-current@FreeBSD.ORG Sat Sep 24 05:58:20 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 996CC16A41F for ; Sat, 24 Sep 2005 05:58:20 +0000 (GMT) (envelope-from jason@funtigo.com) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F9643D49 for ; Sat, 24 Sep 2005 05:58:19 +0000 (GMT) (envelope-from jason@funtigo.com) X-ORBL: [69.110.4.205] Received: from win2000 (adsl-69-110-4-205.dsl.pltn13.pacbell.net [69.110.4.205]) by pimout4-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with SMTP id j8O5wDfB199068 for ; Sat, 24 Sep 2005 01:58:19 -0400 Message-ID: <005a01c5c0cc$f5f54340$697ba8c0@win2000> From: "Jason Tsai" To: References: Date: Fri, 23 Sep 2005 22:58:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Mailman-Approved-At: Sat, 24 Sep 2005 11:34:28 +0000 Subject: Re: [PATCH] Fixes and tweaks for sis(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Sep 2005 05:58:20 -0000 Hi John, I tested it and it works fine for me, so can you please commit it? My testing system is 7.0-CURRENT. BR Jason ----- Original Message ----- From: "John Baldwin" Newsgroups: mailing.freebsd.current Sent: Friday, September 23, 2005 1:06 PM Subject: [PATCH] Fixes and tweaks for sis(4) > Patch below does the following: > - Remove sis_unit using if_printf() and device_printf() instead. > - Use callout_init_mtx() for the callout. > - Remove spls. > - Fix locking for the ifmedia to happen in the ifmedia handlers > rather than in sis_ioctl(). > > Please test. Thanks! > > http://www.FreeBSD.org/~jhb/patches/sis_locking.patch > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"