Date: Wed, 18 Jun 2008 11:52:46 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> Subject: Re: fe(4) MPSAFE patch Message-ID: <200806181152.46549.jhb@freebsd.org> In-Reply-To: <20080601131447.B0D5255BFF@mail.asahi-net.or.jp> References: <200805291209.48652.jhb@freebsd.org> <20080601131447.B0D5255BFF@mail.asahi-net.or.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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(). -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806181152.46549.jhb>