From owner-cvs-all Wed Oct 23 13:15:52 2002 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 3FF1737B404; Wed, 23 Oct 2002 13:15:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E79C143E42; Wed, 23 Oct 2002 13:15:50 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9NKFAmV027366; Wed, 23 Oct 2002 13:15:10 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9NKFAMD027361; Wed, 23 Oct 2002 13:15:10 -0700 (PDT) Message-Id: <200210232015.g9NKFAMD027361@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 23 Oct 2002 13:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/10/23 13:15:10 PDT Modified files: lib/libdisk disk.c Log: Rely on sysctl kern.disks to be there, and get rid of one of the far too many lists of disk device driver names in the system. At this point we should really get the names from the XML, but hey... Revision Changes Path 1.91 +36 -69 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message