Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66508
b: refs/heads/master
c: a967b14
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and David S. Miller committed Oct 10, 2007
1 parent b8ee6e0 commit fad72f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbfb86c5776ff481d246fcd5d8deb67701e05c00
refs/heads/master: a967b14035c5efe4c92623dde3776ffc7a79118c
40 changes: 0 additions & 40 deletions trunk/drivers/net/skfp/drvfbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,46 +537,6 @@ int set_oi_id_def(struct s_smc *smc)
}
#endif /* MULT_OEM */

#ifdef PCI
#ifdef USE_BIOS_FUN
int exist_board(struct s_smc *smc, int slot)
{
u_short dev_id ;
u_short ven_id ;
int found ;
int i ;

found = FALSE ; /* make sure we returned with adatper not found*/
/* if an empty oemids.h was included */

#ifdef MULT_OEM
smc->hw.oem_id = (struct s_oem_ids *) &oem_ids[0] ;
for (; smc->hw.oem_id->oi_status != OI_STAT_LAST; smc->hw.oem_id++) {
if (smc->hw.oem_id->oi_status < smc->hw.oem_min_status)
continue ;
#endif
ven_id = OEMID(smc,0) + (OEMID(smc,1) << 8) ;
dev_id = OEMID(smc,2) + (OEMID(smc,3) << 8) ;
for (i = 0; i < slot; i++) {
if (pci_find_device(i,&smc->hw.pci_handle,
dev_id,ven_id) != 0) {

found = FALSE ;
} else {
found = TRUE ;
}
}
if (found) {
return(1) ; /* adapter was found */
}
#ifdef MULT_OEM
}
#endif
return(0) ; /* adapter was not found */
}
#endif /* PCI */
#endif /* USE_BIOS_FUNC */

void driver_get_bia(struct s_smc *smc, struct fddi_addr *bia_addr)
{
int i ;
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/net/skfp/h/skfbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
#ifndef _SKFBI_H_
#define _SKFBI_H_

#ifdef SYNC
#define exist_board_far exist_board
#define get_board_para_far get_board_para
#endif

/*
* FDDI-Fx (x := {I(SA), P(CI)})
* address calculation & function defines
Expand Down

0 comments on commit fad72f3

Please sign in to comment.