summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-10 10:45:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-10 10:45:37 +0000
commita1c99fc55d0877aa42615c7e76be1a9573ce60c3 (patch)
treef99c095435f1c53a365d6973895ee7e335890e37 /mdk-stage1/probing.c
parent3e87e43223035081e501dbdc07d3e7540a6fbe38 (diff)
downloaddrakx-a1c99fc55d0877aa42615c7e76be1a9573ce60c3.tar
drakx-a1c99fc55d0877aa42615c7e76be1a9573ce60c3.tar.gz
drakx-a1c99fc55d0877aa42615c7e76be1a9573ce60c3.tar.bz2
drakx-a1c99fc55d0877aa42615c7e76be1a9573ce60c3.tar.xz
drakx-a1c99fc55d0877aa42615c7e76be1a9573ce60c3.zip
(get_net_devices) increase max number of detectable net cards from 6 to 10
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c2
1 files changed, 1 insertions, 1 deletions
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",