From 127d756473c1fd6855772383e3248ba25ec0d1da Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 18 Jun 2002 23:20:02 -0700 Subject: Added VBI support to VESA --- include/linux/tty.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/tty.h b/include/linux/tty.h index 389c32372e2b..3474a7dba9c2 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -89,7 +89,8 @@ struct screen_info { unsigned short vesapm_seg; /* 0x2e */ unsigned short vesapm_off; /* 0x30 */ unsigned short pages; /* 0x32 */ - /* 0x34 -- 0x3f reserved for future expansion */ + unsigned short vesa_attributes; /* 0x34 */ + /* 0x36 -- 0x3f reserved for future expansion */ }; extern struct screen_info screen_info; -- cgit v1.2.3 From 73a324ba175a077be91e80979baa019780f576e4 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 19 Jun 2002 02:01:02 -0700 Subject: Cleanusp for the 3Dfx driver. --- drivers/video/tdfxfb.c | 50 ++++++++++++++++++++++++++++--------------------- include/linux/pci_ids.h | 1 + 2 files changed, 30 insertions(+), 21 deletions(-) (limited to 'include/linux') diff --git a/drivers/video/tdfxfb.c b/drivers/video/tdfxfb.c index e275750efc93..6726bb00dd5c 100644 --- a/drivers/video/tdfxfb.c +++ b/drivers/video/tdfxfb.c @@ -79,10 +79,6 @@ #include