diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2005-06-14 17:38:36 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2005-06-14 17:38:36 +0000 |
| commit | fc569a7488ab5b72b514ec5667fafa2f71b415c4 (patch) | |
| tree | 3c91ffb84e45eb2847b0f9b033c28cc33c205f20 /sys/dev/xe | |
| parent | c554b6316d25cca31b174f95377e9103aae180ef (diff) | |
Notes
Diffstat (limited to 'sys/dev/xe')
| -rw-r--r-- | sys/dev/xe/if_xe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 38ec6de13b00..cb706a933b97 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -226,7 +226,7 @@ xe_attach (device_t dev) /* Initialise stuff... */ scp->dev = dev; - scp->ifp = scp->ifp = if_alloc(IFT_ETHER); + scp->ifp = if_alloc(IFT_ETHER); if (scp->ifp == NULL) return ENOSPC; scp->ifm = &scp->ifmedia; |
