Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 23:12:53 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r257727 - user/ed/newcons/sys/dev/fb
Message-ID:  <201311052312.rA5NCr23085313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ray
Date: Tue Nov  5 23:12:53 2013
New Revision: 257727
URL: http://svnweb.freebsd.org/changeset/base/257727

Log:
  Allow to use fb_probe() outside of driver.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/ed/newcons/sys/dev/fb/fbd.c

Modified: user/ed/newcons/sys/dev/fb/fbd.c
==============================================================================
--- user/ed/newcons/sys/dev/fb/fbd.c	Tue Nov  5 23:09:36 2013	(r257726)
+++ user/ed/newcons/sys/dev/fb/fbd.c	Tue Nov  5 23:12:53 2013	(r257727)
@@ -48,6 +48,7 @@ __FBSDID("$FreeBSD$");
 
 #include <machine/bus.h>
 
+#include <dev/vt/vt.h>
 #include <dev/vt/hw/fb/vt_fb.h>
 
 #include "fb_if.h"
@@ -206,7 +207,7 @@ vt_fb_indir_copy(struct fb_info *sc, uin
 	sc->copy(sc->fb_priv, offset_to, offset_from, size);
 }
 
-static int
+int
 fb_probe(struct fb_info *info)
 {
 



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