From owner-freebsd-current Wed Aug 30 14:32: 0 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (fw2.aub.dk [195.24.1.195]) by hub.freebsd.org (Postfix) with ESMTP id 1B29537B43F for ; Wed, 30 Aug 2000 14:31:54 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e7ULVpN38660 for ; Wed, 30 Aug 2000 23:31:51 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: current@freebsd.org Subject: resolving DEVFS and modules. From: Poul-Henning Kamp Date: Wed, 30 Aug 2000 23:31:51 +0200 Message-ID: <38658.967671111@critter> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I hear you. Here is an *untested* patch which removes the compile time dependency on DEVFS. Apologies to Cameron for the work he will have to repeat. http://phk.freebsd.dk/patch/devfs.patch ----------------------------------------------- Remove compile-time dependency on DEVFS: rename devfs_clone to dev_clone rename devfs_stdclone to dev_stdclone move both to kern_conf.c Remove various old devfs stuff no longer needed. Devfs precense is now checked with the variable "devfs_present" for drivers which truly need to know (drivers doing "almost cloning). WARNING: Not tested! Wed Aug 30 23:27:05 CEST 2000 ----------------------------------------------- -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message