From owner-cvs-src@FreeBSD.ORG Tue Feb 8 10:39:58 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BCCA16A4CE; Tue, 8 Feb 2005 10:39:58 +0000 (GMT) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2792143D48; Tue, 8 Feb 2005 10:39:58 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with SMTP id B9DF246B3E; Tue, 8 Feb 2005 05:39:57 -0500 (EST) Date: Tue, 8 Feb 2005 10:38:57 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Warner Losh In-Reply-To: <200502080545.j185jZNP015183@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c if_edvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 10:39:58 -0000 On Tue, 8 Feb 2005, Warner Losh wrote: > Make it possible to unload ed. Move the ed_pccard_detach routine to > if_ed and rename it to ed_detach(). Tell other busses to use this > routine for detach. > > Since I don't actually have any non-pccard ed hardware I can test > with, I've only tested with my pccards. > > More improvements in this area likely are possible. > > Prodded by: rwatson Thanks! If you want to look at locking down if_ed as well, feel free :-). Robert N M Watson