updated shared_info for logging update.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15117 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen
2005-11-24 15:06:27 +00:00
parent e33ce45ebf
commit 36e7feca38
@@ -18,6 +18,7 @@
#include <OS.h>
#define DRIVER_PREFIX "mga" // apsed
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
/*
Internal driver state (also for sharing info between driver and accelerant)
@@ -98,6 +99,9 @@ typedef struct {
uint16 vendor_id; /* PCI vendor ID, from pci_info */
uint16 device_id; /* PCI device ID, from pci_info */
uint8 revision; /* PCI device revsion, from pci_info */
uint8 bus; /* PCI bus number, from pci_info */
uint8 device; /* PCI device number on bus, from pci_info */
uint8 function; /* PCI function number in device, from pci_info */
/* bug workaround for 4.5.0 */
uint32 use_clone_bugfix; /*for 4.5.0, cloning of physical memory does not work*/