summaryrefslogtreecommitdiffstats
path: root/sys/sys/fbio.h
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-07-16 18:49:46 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-07-16 18:49:46 +0000
commite7a8415ccfe35d2fbee2853ce44bf8fb9bf417b4 (patch)
tree35758a87fe3d269e7ef6ad5eabde5829a26ca628 /sys/sys/fbio.h
parentfdb8c1ca629b52f45c4ef8ece590cd4f056f4f6c (diff)
downloadFreeBSD-src-e7a8415ccfe35d2fbee2853ce44bf8fb9bf417b4.zip
FreeBSD-src-e7a8415ccfe35d2fbee2853ce44bf8fb9bf417b4.tar.gz
Allow console drivers active from early boot to be used with xf86-video-scfb,
rather than only drivers attached later on. This involves a small amount of code duplication with dev/fb/fbd.c, which will fixed later on. Also improve performance of vt_blank() by making it not read from the framebuffer unnecessarily.
Diffstat (limited to 'sys/sys/fbio.h')
-rw-r--r--sys/sys/fbio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h
index 160eb7a..d1f12dd 100644
--- a/sys/sys/fbio.h
+++ b/sys/sys/fbio.h
@@ -141,8 +141,6 @@ struct fb_info {
/* Methods. */
fb_write_t *fb_write; /* if NULL, direct mem write. */
fb_read_t *fb_read; /* if NULL, direct mem read. */
- fb_ioctl_t *fb_ioctl; /* Can be NULL. */
- fb_mmap_t *fb_mmap; /* Can be NULL. */
struct cdev *fb_cdev;
OpenPOWER on IntegriCloud