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:
David Reid 2002-07-12 20:25:24 +00:00
parent 4ab9bc87a6
commit b1c8e50995

View File

@ -37,8 +37,6 @@ static kernel_args ka;
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_num)
{
@ -121,13 +119,11 @@ static int main2(void *unused)
// bootstrap all the filesystems
vfs_bootstrap_all_filesystems();
//net_init(&ka);
dev_init(&ka);
module_init(&ka, NULL);
bus_init(&ka);
devs_init(&ka);
con_init(&ka);
net_init(&ka);
//net_init_postdev(&ka);