* Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox";
also renamed their accelerants and settings files accordingly. * Added Mandelbrot and GLDirectMode as demo applications. * Moved CortexAddOnHost to /bin. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21010 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include <PCI.h>
|
||||
#include <OS.h>
|
||||
|
||||
#define DRIVER_PREFIX "mga" // apsed
|
||||
#define DRIVER_PREFIX "matrox" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <PCI.h>
|
||||
#include <OS.h>
|
||||
|
||||
#define DRIVER_PREFIX "nm" // apsed
|
||||
#define DRIVER_PREFIX "neomagic"
|
||||
|
||||
/*
|
||||
Internal driver state (also for sharing info between driver and accelerant)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include <OS.h>
|
||||
#include "AGP.h"
|
||||
|
||||
#define DRIVER_PREFIX "nv" // apsed
|
||||
#define DRIVER_PREFIX "nvidia" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user