Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/fb/vesa.h 197025 2009-09-09 09:50:31Z delphij $
---
> * $FreeBSD: head/sys/dev/fb/vesa.h 198419 2009-10-23 18:41:00Z jkim $
111c111,125
< };
---
> /* 3.0 implementations */
> u_int16_t v_linbpscanline;
> u_int8_t v_bankipages;
> u_int8_t v_linipages;
> u_int8_t v_linredmasksize;
> u_int8_t v_linredfieldpos;
> u_int8_t v_lingreenmasksize;
> u_int8_t v_lingreenfieldpos;
> u_int8_t v_linbluemasksize;
> u_int8_t v_linbluefieldpos;
> u_int8_t v_linresmasksize;
> u_int8_t v_linresfieldpos;
> u_int32_t v_maxpixelclock;
> u_int8_t v_reserved1[190];
> } __packed;