salut tous
comme je ne suis pas programmeur, me voici au pied du mur

je viens de r�cup�rer un 'driver" linux pour ma carte ethernet
ce que j'ai pris sur le site de SMC se resume � un fichier texte dont voici le
d�but du contenu

-----------------------------------------------------------------
/* smc-ultra.c: A SMC Ultra ethernet driver for linux. */ 
/* 
        This is a driver for the SMC Ultra and SMC EtherEZ ISA ethercards. 
 
        Written 1993-1996 by Donald Becker. 
 
        Copyright 1993 United States Government as represented by the 
        Director, National Security Agency. 
 
        This software may be used and distributed according to the terms 
        of the GNU Public License, incorporated herein by reference. 
 
        The author may be reached as [EMAIL PROTECTED], or C/O 
        Center of Excellence in Space Data and Information Sciences 
                Code 930.5, Goddard Space Flight Center, Greenbelt MD 20771 
 
        This driver uses the cards in the 8390-compatible mode. 
        Most of the run-time complexity is handled by the generic code in 
        8390.c.  The code in this file is responsible for 
 
                ultra_probe()           Detecting and initializing the card. 
                ultra_probe1()   
 
                ultra_open()            The card-specific details of starting, 
stopping 
                ultra_reset_8390()      and resetting the 8390 NIC core. 
                ultra_close() 
 
                ultra_block_input()             Routines for reading and writing 
blocks of 
                ultra_block_output()    packet buffer memory. 
                ultra_pio_input() 
                ultra_pio_output() 
 
        This driver enables the shared memory only when doing the actual data 
        transfers to avoid a bug in early version of the card that corrupted 
        data transferred by a AHA1542. 
 
        This driver now supports the programmed-I/O (PIO) data transfer mode of 
        the EtherEZ. It does not use the non-8390-compatible "Altego" mode. 
        That support (if available) is in smc-ez.c. 
 
*/ 
 
static const char *version = 
        "smc-ultra.c:v2.01-1.2.13 11/10/97 Donald Becker 
([EMAIL PROTECTED])\n"; 
 
#include <linux/config.h> 
#ifdef MODULE 
#include <linux/module.h> 
#else 
#define MOD_INC_USE_COUNT 
#define MOD_DEC_USE_COUNT 
#endif 
 
---------------------etc   etc --------------------------------------------

vu que mon anglais est �galement tr�s d�cevant, qui peut m'explique ce que je
dois faire de ce texte (source ?)
s'il faut le compiler, quelle est la syntaxe exacte � utiliser.
et, dans l'ent�te, est-il indiquer que l'on puisse agir par soft sur les modifs
IRQ de la carte (je dois utiliser l'irq4, et sur la carte, seuls sont dispo les
3 et 10 ou le soft via jumper (irq3, irq10, soft) 

merci d'avance

--
  .-------------ooO-Ooo-----
 /  ADAL    
|  
|  http://welcome.to/crupet     
|  visitez un des "Plus Beaux Villages de Wallonie" 
 \_________________ ________ ____   __ _ _   _  _    _
 

Répondre à