Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)

This commit is contained in:
Peter Wemm 2001-12-18 08:03:25 +00:00
parent 6197ca159f
commit 1b4a3b2ffd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88114

View File

@ -193,10 +193,12 @@ static int bge_init_tx_ring __P((struct bge_softc *));
static int bge_chipinit __P((struct bge_softc *));
static int bge_blockinit __P((struct bge_softc *));
#ifdef notdef
static u_int8_t bge_vpd_readbyte __P((struct bge_softc *, int));
static void bge_vpd_read_res __P((struct bge_softc *,
struct vpd_res *, int));
static void bge_vpd_read __P((struct bge_softc *));
#endif
static u_int32_t bge_readmem_ind
__P((struct bge_softc *, int));
@ -302,6 +304,7 @@ bge_writereg_ind(sc, off, val)
return;
}
#ifdef notdef
static u_int8_t
bge_vpd_readbyte(sc, addr)
struct bge_softc *sc;
@ -389,6 +392,7 @@ bge_vpd_read(sc)
return;
}
#endif
/*
* Read a byte of data stored in the EEPROM at address 'addr.' The