From owner-cvs-src@FreeBSD.ORG Thu Sep 23 08:34:51 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 4BE0A16A4CE; Thu, 23 Sep 2004 08:34:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DF7243D5E; Thu, 23 Sep 2004 08:34:51 +0000 (GMT) (envelope-from phk@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 i8N8Yp6O015924; Thu, 23 Sep 2004 08:34:51 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8N8Yp3j015923; Thu, 23 Sep 2004 08:34:51 GMT (envelope-from phk) Message-Id: <200409230834.i8N8Yp3j015923@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 23 Sep 2004 08:34:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files kern.post.mk options src/sys/modules Makefile 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: Thu, 23 Sep 2004 08:34:51 -0000 phk 2004-09-23 08:34:50 UTC FreeBSD src repository Modified files: sys/conf NOTES files kern.post.mk options sys/modules Makefile Log: Per recent HEADSUP: Disconnect (old)vinum from the kernel build. Users should move to the new geom_vinum implementation instead. The refcount logic which is being added to devices to enable safe module unloading and the buf/vm work also in progress would require a major rework of the (old)-vinum code to comply with the new semantics. The actual source files will not be removed until I have coordinated with the geomvinum people if they need any bits repo-copied etc. Revision Changes Path 1.1279 +0 -14 src/sys/conf/NOTES 1.954 +0 -14 src/sys/conf/files 1.70 +1 -2 src/sys/conf/kern.post.mk 1.485 +0 -3 src/sys/conf/options 1.401 +0 -1 src/sys/modules/Makefile