diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-10 10:45:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-10 10:45:37 +0000 |
commit | a1c99fc55d0877aa42615c7e76be1a9573ce60c3 (patch) | |
tree | f99c095435f1c53a365d6973895ee7e335890e37 /mdk-stage1 | |
parent | 3e87e43223035081e501dbdc07d3e7540a6fbe38 (diff) | |
download | drakx-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')
-rw-r--r-- | mdk-stage1/probing.c | 2 |
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", |