summaryrefslogtreecommitdiff
path: root/sys/modules/syscons/saver.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/syscons/saver.h')
-rw-r--r--sys/modules/syscons/saver.h26
1 files changed, 10 insertions, 16 deletions
diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h
index 661b15acaba93..9eb19956327f2 100644
--- a/sys/modules/syscons/saver.h
+++ b/sys/modules/syscons/saver.h
@@ -25,26 +25,20 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: saver.h,v 1.15 1999/01/11 03:18:42 yokota Exp $
+ * $Id: saver.h,v 1.11 1998/09/15 18:16:38 sos Exp $
*/
#include <machine/apm_bios.h>
#include <machine/console.h>
-#include <dev/fb/fbreg.h>
-#include <dev/fb/splashreg.h>
+#include <i386/isa/videoio.h>
+#include <i386/isa/syscons.h>
-#include <dev/syscons/syscons.h>
-
-#define set_video_mode(adp, mode, pal, border) \
- { \
- (*vidsw[(adp)->va_index]->set_mode)((adp), (mode)); \
- (*vidsw[(adp)->va_index]->load_palette)((adp), (pal)); \
- (*vidsw[(adp)->va_index]->set_border)((adp), (border)); \
- }
-#define get_mode_info(adp, mode, buf) \
- (*vidsw[(adp)->va_index]->get_info)((adp), (mode), (buf))
-#define set_origin(adp, o) \
- (*vidsw[(adp)->va_index]->set_win_org)(adp, o)
-
extern scr_stat *cur_console;
+extern u_short *Crtat;
+extern u_int crtc_addr;
+extern char crtc_type;
extern char scr_map[];
+extern int scrn_blanked;
+extern int fonts_loaded;
+extern char font_8[], font_14[], font_16[];
+extern char palette[];