Lines Matching defs:card
120 4) if you are wanting to add a new card, goto 5. Otherwise, recompile a
135 By default, the driver will now autodetect any DECchip based card.
150 The SMC9332 card has a non-compliant SROM which needs fixing - I have
160 card that supports the Digital Semiconductor SROM spec. This will help
172 because the SCSI card wants to grab the interrupt as a fast interrupt
173 (runs the service routine with interrupts turned off) vs. this card
184 more than one DECchip based card. As a side effect, I don't mess with
185 the device structure any more which means that if more than 1 card in
292 0.41 21-Mar-96 Don't check for get_hw_addr checksum unless DEC card
565 ** SROM Repair definitions. If a broken SROM is detected a card may
824 int tmp; /* Temporary global per card */
841 bool useSROM; /* For non-DEC card use SROM */
983 static void srom_repair(struct net_device *dev, int card);
2183 ** enabled features and silently ignore the card if they're not.
2186 ** bit. Here, check for I/O accesses and then set BM. If you put the card in
3933 lp->useSROM = true; /* card is not recognisably DEC */
3943 ** The SROM may not be present in a multi-MAC card, so first read the
3984 ** pointer correctly (at least on my DE425 EISA card), this routine should do
4079 /* If possible, try to fix a broken card - SMC only so far */
4131 srom_repair(struct net_device *dev, int card)
4135 switch(card) {
5401 /* Set up the descriptor and give ownership to the card */