diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-11-05 08:27:13 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-11-05 08:27:13 +0000 |
| commit | 5cf7816f16062832513a199d61472e2ff8c6fd57 (patch) | |
| tree | 1ba5c50346ac4c323ba378a7cb5a90d5ccf80afa /sys/dev/xe | |
| parent | 2a49d3767f9fcadc25d13e9eddd686781bc15066 (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index d6a95f7ffd2b..b6ae77133d58 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -184,7 +184,7 @@ static void xe_phy_writereg (struct xe_softc *scp, u_int16_t reg, u_int16_t * Debugging functions */ static void xe_mii_dump (struct xe_softc *scp); -static void xe_reg_dump (struct xe_softc *scp); +void xe_reg_dump (struct xe_softc *scp); /* * Debug logging levels - set with hw.xe.debug sysctl @@ -1828,7 +1828,7 @@ xe_mii_dump(struct xe_softc *scp) { (void)splx(s); } -static void +void xe_reg_dump(struct xe_softc *scp) { int page, i, s; |
