X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FDisplay%2FBochsGA%2Fbochsvbe.c;h=1ed46ccb4979f314d091872684f25f3380abb278;hb=54746c855c6e2fe42fde9f93b0ce3f41aeefc2e5;hp=4b76c22309a92eb1391a6885ddadcd77cdea5344;hpb=156885e938b60fee9d061d989ae7711c9aeea493;p=tpg%2Facess2.git diff --git a/Modules/Display/BochsGA/bochsvbe.c b/Modules/Display/BochsGA/bochsvbe.c index 4b76c223..1ed46ccb 100644 --- a/Modules/Display/BochsGA/bochsvbe.c +++ b/Modules/Display/BochsGA/bochsvbe.c @@ -1,7 +1,6 @@ /** * \file drv_bochsvbe.c - * \brief BGA (Bochs Graphic Adapter) Driver - * \note for Acess2 + * \brief BGA (Bochs Graphic Adapter) Driver for Acess2 * \warning This driver does NOT support the Bochs PCI VGA driver */ #define DEBUG 0 @@ -15,7 +14,7 @@ #define INT -// === TYPEDEFS === +// === TYPES === typedef struct { Uint16 width; Uint16 height; @@ -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); // === GLOBALS === -MODULE_DEFINE(0, 0x0032, BochsGA, BGA_Install, NULL, NULL); +MODULE_DEFINE(0, 0x0032, BochsGA, BGA_Install, NULL, "PCI", NULL); tDevFS_Driver gBGA_DriverStruct = { NULL, "BochsGA", {