updated matrox and nvidia driver to export lower case kerneldriver names for the /dev/ hierarchy. It turns out R5 and dano convert upper case to lower case names, while Haiku just literally uses them... Now fixed inside these drivers by using lowercase instead of uppercase. 'Bug' reported by John Drinkwater.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4fdedfbde4
commit
40c6c57a58
@ -5,7 +5,7 @@
|
||||
Other authors:
|
||||
Mark Watson;
|
||||
Apsed;
|
||||
Rudolf Cornelissen 10/2002-1/2006.
|
||||
Rudolf Cornelissen 10/2002-4/2006.
|
||||
*/
|
||||
|
||||
#ifndef DRIVERINTERFACE_H
|
||||
@ -18,7 +18,7 @@
|
||||
#include <OS.h>
|
||||
|
||||
#define DRIVER_PREFIX "mga" // apsed
|
||||
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/*
|
||||
Internal driver state (also for sharing info between driver and accelerant)
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "AGP.h"
|
||||
|
||||
#define DRIVER_PREFIX "nv" // apsed
|
||||
#define DEVICE_FORMAT "%04X_%04X_%02X%02X%02X" // apsed
|
||||
#define DEVICE_FORMAT "%04x_%04x_%02x%02x%02x" // apsed
|
||||
|
||||
/*
|
||||
Internal driver state (also for sharing info between driver and accelerant)
|
||||
|
Loading…
Reference in New Issue
Block a user