From owner-freebsd-current@FreeBSD.ORG Sat Jun 21 15:27:44 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EC311065678 for ; Sat, 21 Jun 2008 15:27:44 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from mail.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 72ED88FC0C for ; Sat, 21 Jun 2008 15:27:44 +0000 (UTC) (envelope-from CQG00620@nifty.ne.jp) Received: from asahi-net.jp (m036200.dynamic.ppp.asahi-net.or.jp [219.121.36.200]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 3ED51608CB; Sun, 22 Jun 2008 00:27:43 +0900 (JST) Date: Sun, 22 Jun 2008 00:27:43 +0900 From: WATANABE Kazuhiro To: freebsd-current In-Reply-To: <200806181152.46549.jhb@freebsd.org> References: <200806181152.46549.jhb@freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Message-Id: <20080621152743.3ED51608CB@mail.asahi-net.or.jp> Cc: Subject: Re: fe(4) MPSAFE patch 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, 21 Jun 2008 15:27:44 -0000 Hi, At Wed, 18 Jun 2008 11:52:46 -0400, John Baldwin wrote: > On Sunday 01 June 2008 09:14:47 am WATANABE Kazuhiro wrote: > > Hi. > > > > At Thu, 29 May 2008 12:09:48 -0400, > > John Baldwin wrote: > > > I have a patch to make fe(4) MPSAFE. I have no hardware to test with > however. > > > If you have this hardware, then test this patch. > > > > > > http://www.FreeBSD.org/~jhb/patches/fe.patch > > > > I've tested your patch with the following NICs and they works fine. > > > > * Ungermann-Bass Access/PC N98C+ (PC85152) (C-Bus) > > > > fe0 at port 0x1cd0-0x1cdf,0x1ed0-0x1edf irq 6 on isa0 > > fe0: Ethernet address: 00:dd:01:xx:xx:xx > > fe0: [ITHREAD] > > fe0: type Access/PC > > > > * Allied Telesis RE2001Plus (ISA) > > > > fe0 at port 0x300-0x31f irq 10 on isa0 > > fe0: Ethernet address: 00:00:f4:xx:xx:xx > > fe0: [ITHREAD] > > fe0: type AT-1700T/RE2001 > > > > Thanks for your work! > > When you get a chance, can you test > http://www.FreeBSD.org/~jhb/patches/fe_wdog.patch? It handles the watchdog > timer better and also changes the driver to use bus_foo() rather than > bus_space_foo(). Ok. I have tested the patch on the latest 8-current source tree with the NICs and they works well. Thanks again! --- WATANABE Kazuhiro (CQG00620@nifty.ne.jp)