From owner-freebsd-questions@FreeBSD.ORG Tue Jun 16 18:01:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C70FF106566B for ; Tue, 16 Jun 2009 18:01:11 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 96B5B8FC1D for ; Tue, 16 Jun 2009 18:01:11 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id E19757E844; Tue, 16 Jun 2009 10:01:10 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 16 Jun 2009 10:01:10 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20090616154036.GC7334@unix.csbsju.edu> In-Reply-To: <20090616154036.GC7334@unix.csbsju.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906161001.10312.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Michael Gass Subject: Re: Why obsoleted if_watchdog interface ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 18:01:12 -0000 On Tuesday 16 June 2009 07:40:36 Michael Gass wrote: > I installed an old 3Com network card in my machine (Pavilion 4455) > and it works fine, but I get the following warning in dmesg > > ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 10 on isa0 > ep0: WARNING: using obsoleted if_watchdog interface > ep0: Ethernet address: 00:01:02:69:4f:7c > ep0: [ITHREAD] > > What does "obsoleted if_watchdog interface" mean? Is it a problem that > I should try to do something about. A watchdog interface checks if the hardware is still responsive. The ep driver uses the old interface, which still works, but is replaced with a new interface. The driver should be updated, yet it has not happened and as such the driver may stop working in a future major release. I do not know the current status of if_watchdog and when it's scheduled to be removed. -- Mel