patch-2.1.51 linux/include/asm-mips/ng1.h

Next file: linux/include/asm-mips/pgtable.h
Previous file: linux/include/asm-mips/keyboard.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/include/asm-mips/ng1.h linux/include/asm-mips/ng1.h
@@ -0,0 +1,26 @@
+/*
+ * SGI/Newport video card ioctl definitions
+ *
+ */
+
+typedef struct {
+        int flags;
+        u16 w, h;
+        u16 fields_sec;
+} ng1_vof_info_t;
+
+struct ng1_info {
+	struct gfx_info gfx_info;
+	u8 boardrev;
+        u8 rex3rev;
+        u8 vc2rev;
+        u8 monitortype;
+        u8 videoinstalled;
+        u8 mcrev;
+        u8 bitplanes;
+        u8 xmap9rev;
+        u8 cmaprev;
+        ng1_vof_info_t ng1_vof_info;
+        u8 bt445rev;
+        u8 paneltype;
+};

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov