Fixes to x86 error and interrupt handling
[tpg/acess2.git] / Modules / Display / BochsGA / bochsvbe.c
index 4b76c22..1ed46cc 100644 (file)
@@ -1,7 +1,6 @@
 /**\r
  * \file drv_bochsvbe.c\r
- * \brief BGA (Bochs Graphic Adapter) Driver\r
- * \note for Acess2\r
+ * \brief BGA (Bochs Graphic Adapter) Driver for Acess2\r
  * \warning This driver does NOT support the Bochs PCI VGA driver\r
 */\r
 #define DEBUG  0\r
@@ -15,7 +14,7 @@
 \r
 #define INT\r
 \r
-// === TYPEDEFS ===\r
+// === TYPES ===\r
 typedef struct {\r
        Uint16  width;\r
        Uint16  height;\r
@@ -70,7 +69,7 @@ Uint64        BGA_Write(tVFS_Node *node, Uint64 off, Uint64 len, void *buffer);
  int   BGA_Ioctl(tVFS_Node *node, int id, void *data);\r
 \r
 // === GLOBALS ===\r
-MODULE_DEFINE(0, 0x0032, BochsGA, BGA_Install, NULL, NULL);\r
+MODULE_DEFINE(0, 0x0032, BochsGA, BGA_Install, NULL, "PCI", NULL);\r
 tDevFS_Driver  gBGA_DriverStruct = {\r
        NULL, "BochsGA",\r
        {\r

UCC git Repository :: git.ucc.asn.au