Renmove net stuff from the kernel.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@151 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4ab9bc87a6
commit
b1c8e50995
@ -37,8 +37,6 @@ static kernel_args ka;
|
|||||||
|
|
||||||
static int main2(void *);
|
static int main2(void *);
|
||||||
|
|
||||||
int net_init(kernel_args *ka);
|
|
||||||
|
|
||||||
int _start(kernel_args *oldka, int cpu); /* keep compiler happy */
|
int _start(kernel_args *oldka, int cpu); /* keep compiler happy */
|
||||||
int _start(kernel_args *oldka, int cpu_num)
|
int _start(kernel_args *oldka, int cpu_num)
|
||||||
{
|
{
|
||||||
@ -121,13 +119,11 @@ static int main2(void *unused)
|
|||||||
// bootstrap all the filesystems
|
// bootstrap all the filesystems
|
||||||
vfs_bootstrap_all_filesystems();
|
vfs_bootstrap_all_filesystems();
|
||||||
|
|
||||||
//net_init(&ka);
|
|
||||||
dev_init(&ka);
|
dev_init(&ka);
|
||||||
module_init(&ka, NULL);
|
module_init(&ka, NULL);
|
||||||
bus_init(&ka);
|
bus_init(&ka);
|
||||||
devs_init(&ka);
|
devs_init(&ka);
|
||||||
con_init(&ka);
|
con_init(&ka);
|
||||||
net_init(&ka);
|
|
||||||
|
|
||||||
//net_init_postdev(&ka);
|
//net_init_postdev(&ka);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user