Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2000 23:31:51 +0200
From:      Poul-Henning Kamp <phk@freebsd.org>
To:        current@freebsd.org
Subject:   resolving DEVFS and modules.
Message-ID:  <38658.967671111@critter>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38658.967671111>