diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-12-18 08:03:25 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-12-18 08:03:25 +0000 |
| commit | 1b4a3b2ffd8d3588ed88b6298e2124f255ca31ed (patch) | |
| tree | 6db8d2a3bca3a7accb966446454a796588b1cae5 /sys/dev | |
| parent | 6197ca159f13e6cd8dccef054e2d672ab7b61de9 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bge/if_bge.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index eb3f7e626523..ae7b424eaa28 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -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 |
