No more conflict on /dev/netstack between net_stack_driver and net_server_driver:

- net_server_driver now publish a /dev/net/server entry,
- net_stack_driver still publish a /dev/net/stack entry.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1795 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2002-10-30 21:06:07 +00:00
parent 2f344cad19
commit 2cd1ec325f

View File

@ -39,7 +39,7 @@ extern void notify_select_event(selectsync * sync, uint32 ref);
// Debug output
//*****************************************************/
#define DEBUG_PREFIX "net_driver: "
#define DEBUG_PREFIX "net_server_driver: "
#define __out dprintf
#define DEBUG 1
@ -138,7 +138,7 @@ static status_t execute_command(net_stack_cookie *nsc, int32 op, void *data, uin
*/
const char * g_device_names_list[] = {
NET_STACK_DRIVER_DEV,
"net/server",
NULL
};