History log of /freebsd-9.3-release/sys/dev/fb/fbd.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 263817 27-Mar-2014 ray

MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049,
259071, 259102, 259110, 259129, 259130, 259178, 259179, 259203, 259221,
259261, 259532, 259615, 259650, 259651, 259667, 259680, 259727, 259761,
259772, 259776, 259777, 259830, 259882, 259915, 260160, 260449, 260450,
260688, 260888, 260953, 261269, 261547, 261551, 261552, 261553, 261585
o Merge vt(4) virtual terminal (a.k.a. newcons) to stable/9.
o Merge teken updates.
o Add few more tty methods required by vt(4).
o Update syscons(4) to work with fresh teken.

Sponsored by: The FreeBSD Foundation


# 259016 05-Dec-2013 ray

Merge VT(9) project (a.k.a. newcons).

Reviewed by: nwhitehorn
MFC_to_10_after: re approval

Sponsored by: The FreeBSD Foundation


# 258491 22-Nov-2013 ray

Implement minimum ioctls set for framebuffer device.

Sponsored by: The FreeBSD Foundation


# 257815 07-Nov-2013 ray

Handle suspend/resume. Switch to console window before suspend, switch back on
resume. That fix issue with broken Xorg image after resume.
Fix some style whilst here.

Sponsored by: The FreeBSD Foundation


# 257727 05-Nov-2013 ray

Allow to use fb_probe() outside of driver.

Sponsored by: The FreeBSD Foundation


# 257546 02-Nov-2013 ray

Fail to attach if fb_info not passed.

Sponsored by: The FreeBSD Foundation


# 257517 01-Nov-2013 ray

Add link to drmn device.

Sponsored by: The FreeBSD Foundation


# 257438 31-Oct-2013 ray

Allow fbd to be attached as newbus device.

Sponsored by: The FreeBSD Foundation


# 257013 23-Oct-2013 ray

Use copy method which maybe defined by framebuffer provider, but not just
memmove.

Sponsored by: The FreeBSD Foundation


# 256905 22-Oct-2013 ray

Add generic/simple framebuffer.

Sponsored by: The FreeBSD Foundation