From a1c99fc55d0877aa42615c7e76be1a9573ce60c3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Mar 2004 10:45:37 +0000 Subject: (get_net_devices) increase max number of detectable net cards from 6 to 10 --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 1dbdb2ebd..9de8a370b 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -712,7 +712,7 @@ int net_device_available(char * device) { char ** get_net_devices(void) { char * devices[] = { - "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", + "eth0", "eth1", "eth2", "eth3", "eth4", "eth5", "eth6', 'eth7", "eth8", "eth9", "tr0", "plip0", "plip1", "plip2", "fddi0", -- cgit v1.2.1