aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw/ofwfb/ofwfb.c
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2014-08-06 00:35:48 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2014-08-06 00:35:48 +0000
commit9ed297c83c25be6f7449fb16019c4d1c207b5614 (patch)
tree79381d4ed06b45321e5f992468e8ed32fc967d32 /sys/dev/vt/hw/ofwfb/ofwfb.c
parentca0a6da1a233b2e8880d55083793fcecff79cf4f (diff)
downloadsrc-9ed297c83c25be6f7449fb16019c4d1c207b5614.tar.gz
src-9ed297c83c25be6f7449fb16019c4d1c207b5614.zip
Retire various intertwined bits of fbd(4) and vt_fb, in particular the
pixel modification indirection. No actual drivers use it and those that might (e.g. creatorfb) use custom implementations of vd_bitbltchr().
Notes
Notes: svn path=/head/; revision=269620
Diffstat (limited to 'sys/dev/vt/hw/ofwfb/ofwfb.c')
-rw-r--r--sys/dev/vt/hw/ofwfb/ofwfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c
index bfab70bdd035..c22815b4d48d 100644
--- a/sys/dev/vt/hw/ofwfb/ofwfb.c
+++ b/sys/dev/vt/hw/ofwfb/ofwfb.c
@@ -399,7 +399,6 @@ ofwfb_init(struct vt_device *vd)
sc->fb.fb_pbase = fb_phys;
ofwfb_initialize(vd);
- fb_probe(&sc->fb);
vt_fb_init(vd);
return (CN_INTERNAL);