Date: Mon, 5 May 2014 21:31:01 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r265392 - head/sys/dev/vt Message-ID: <201405052131.s45LV1ol080372@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ray Date: Mon May 5 21:31:00 2014 New Revision: 265392 URL: http://svnweb.freebsd.org/changeset/base/265392 Log: Create dataset for vt(4) drivers. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified: head/sys/dev/vt/vt.h ============================================================================== --- head/sys/dev/vt/vt.h Mon May 5 21:29:56 2014 (r265391) +++ head/sys/dev/vt/vt.h Mon May 5 21:31:00 2014 (r265392) @@ -394,6 +394,9 @@ TERMINAL_DECLARE_EARLY(driver ## _conste SYSINIT(vt_early_cons, SI_SUB_INT_CONFIG_HOOKS, SI_ORDER_ANY, \ vt_upgrade, &driver ## _consdev) +/* name argument is not used yet. */ +#define VT_DRIVER_DECLARE(name, drv) DATA_SET(vt_drv_set, drv) + /* * Fonts. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405052131.s45LV1ol080372>