From owner-cvs-src@FreeBSD.ORG Thu Sep 9 01:47:45 2004 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 3EA1A16A4CE; Thu, 9 Sep 2004 01:47:45 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A4A43D67; Thu, 9 Sep 2004 01:47:44 +0000 (GMT) (envelope-from xlibris@inbox.ru) Received: from [195.82.27.46] (port=4392 helo=crowbar.blow.ru) by mx2.mail.ru with esmtp id 1C5E2G-000EZy-00; Thu, 09 Sep 2004 05:47:43 +0400 Received: from gripe by crowbar.blow.ru with local (Exim 4.41 (FreeBSD)) id 1C5BE4-000B5Z-S0; Thu, 09 Sep 2004 08:47:44 +1000 Received: from pop.inbox.ru by localhost with POP3 (fetchmail-6.2.5) for gripe@localhost (single-drop); Thu, 09 Sep 2004 08:47:40 +1000 (YAKST) Received: from [216.136.204.119] (port=25 helo=mx2.freebsd.org) by mx7.mail.ru with esmtp id 1C4B8h-0003uI-00 for xlibris@inbox.ru; Mon, 06 Sep 2004 08:29:59 +0400 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E7B275555D; Mon, 6 Sep 2004 04:29:54 +0000 (GMT) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0A34116A503; Mon, 6 Sep 2004 04:29:47 +0000 (GMT) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D531116A4CE; Mon, 6 Sep 2004 04:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B382443D58; Mon, 6 Sep 2004 04:29:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i864TeuH059359; Mon, 6 Sep 2004 04:29:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i864TehO059358; Mon, 6 Sep 2004 04:29:40 GMT (envelope-from imp) Message-Id: <200409060429.i864TehO059358@repoman.freebsd.org> From: Warner Losh Date: Mon, 6 Sep 2004 04:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Errors-To: owner-cvs-all@freebsd.org X-Spam: Not detected Sender: John Gripe X-Spam: Not detected Subject: cvs commit: src/sys/kern subr_bus.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 01:47:45 -0000 imp 2004-09-06 04:29:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_bus.c Log: MFC: 1.157 Clear the description when detaching a driver from a node in the tree. Approved by: re@ Revision Changes Path 1.156.2.1 +1 -1 src/sys/kern/subr_bus.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"