Change the path we look for drivers in.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@431 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-25 02:01:01 +00:00
parent 786e627791
commit ac943f57f9
1 changed files with 7 additions and 7 deletions

View File

@ -23,14 +23,14 @@
#include <stdio.h>
/* TODO: move this into devfs.c, to add full dynamicly loaded device drivers support
These are mainly here to allow testing and this needs to be revisited
*/
/* XXX - move this into the core
* These are mainly here to allow testing and this needs to be revisited
*/
const char *device_paths[] = {
"/boot/addons/drivers/dev",
"/boot/addons/drivers/dev/audio",
"/boot/addons/drivers/dev/misc",
"/boot/addons/drivers/dev/net",
"/boot/drivers/dev",
"/boot/drivers/dev/audio",
"/boot/drivers/dev/misc",
"/boot/drivers/dev/net",
NULL
};