diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-01-10 09:29:48 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-01-10 09:29:48 +0000 |
| commit | f829c248937c952aa67b8804ebed615af74094c0 (patch) | |
| tree | 67313f1605fc6c5c9cf9eca289574ce50ecba3dc /sys/dev/fe/if_fe.c | |
| parent | 4ac136b3a4fbb0f3d41fc753a8f396bd76a9fb5b (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe/if_fe.c')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 4cb7da08549a..e4e39a6f313b 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -232,7 +232,7 @@ fe_simple_probe (struct fe_softc const * sc, address. "Vendor" is an expected vendor code (first three bytes,) or a zero when nothing expected. */ int -valid_Ether_p (u_char const * addr, unsigned vendor) +fe_valid_Ether_p (u_char const * addr, unsigned vendor) { #ifdef FE_DEBUG printf("fe?: validating %6D against %06x\n", addr, ":", vendor); |
