root/sys/dev/pci/drm/include/video/vga.h
/* Public domain. */

#ifndef _VIDEO_VGA_H
#define _VIDEO_VGA_H

#define VGA_MIS_W       0x3c2
#define VGA_SEQ_I       0x3c4
#define VGA_SEQ_D       0x3c5
#define VGA_MIS_R       0x3cc

#define VGA_SR01_SCREEN_OFF     (1 << 5)

#endif