Date: Mon, 8 Nov 1999 00:12:06 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h Message-ID: <199911080812.AAA55012@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/11/08 00:12:06 PST
Modified files:
sys/sys bus.h
Log:
Zap DEV_DRIVER_MODULE(). The New world order is that drivers create their
dev nodes with make_dev() in a devfs-compatable way by supplying names.
This doesn't fit into a compile-time scheme like DEV_DRIVER_MODULE,
especially since the cdevsw[] array's days are numbered.
Revision Changes Path
1.27 +1 -17 src/sys/sys/bus.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911080812.AAA55012>
