From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 27 09:56:48 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E8F16A4CF for ; Sat, 27 Mar 2004 09:56:48 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B16EB43D39 for ; Sat, 27 Mar 2004 09:56:48 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C0402652FE; Sat, 27 Mar 2004 17:56:47 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99609-05-3; Sat, 27 Mar 2004 17:56:47 +0000 (GMT) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 74082652EC; Sat, 27 Mar 2004 17:56:46 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BAC8E6108; Sat, 27 Mar 2004 17:56:45 +0000 (GMT) Date: Sat, 27 Mar 2004 17:56:45 +0000 From: Bruce M Simpson To: Dirk-Willem van Gulik Message-ID: <20040327175645.GC90316@empiric.dek.spc.org> Mail-Followup-To: Dirk-Willem van Gulik , Suleiman Souhlal , freebsd-hackers@freebsd.org References: <39FE23FA-7F75-11D8-8F99-000A95CDA38A@webweaving.org> <20040326181713.32971952@zZzZ.segfaulted.com> <37AF87AA-7F87-11D8-8F99-000A95CDA38A@webweaving.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-hackers@freebsd.org cc: Suleiman Souhlal Subject: Re: events when (de)associating or when cable is (un)plugged X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2004 17:56:49 -0000 On Sat, Mar 27, 2004 at 03:37:44AM +0100, Dirk-Willem van Gulik wrote: > Suleiman, > > Thanks for all the help - I just hacked up the patch below and took > http://green.homeunix.org/~green/linkwatcher.c for testing. I also > had to add the LINKUP/DOWN in some non-mii using ethernet > cards (as only miibus(4) seems to issue this event). Nice! I'll take a more indepth look at this when less pressed. Keep on hacking. Would be nice to hook up with the WirelessLeiden folks too... Good stuff, BMS