aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe/if_fe.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-01-10 09:29:48 +0000
committerWarner Losh <imp@FreeBSD.org>2005-01-10 09:29:48 +0000
commitf829c248937c952aa67b8804ebed615af74094c0 (patch)
tree67313f1605fc6c5c9cf9eca289574ce50ecba3dc /sys/dev/fe/if_fe.c
parent4ac136b3a4fbb0f3d41fc753a8f396bd76a9fb5b (diff)
Notes
Diffstat (limited to 'sys/dev/fe/if_fe.c')
-rw-r--r--sys/dev/fe/if_fe.c2
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);