summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xlreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_xlreg.h')
-rw-r--r--sys/pci/if_xlreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index 6b2829f..d1d2e8f 100644
--- a/sys/pci/if_xlreg.h
+++ b/sys/pci/if_xlreg.h
@@ -580,7 +580,7 @@ struct xl_mii_frame {
#define XL_NO_XCVR_PWR_MAGICBITS 0x0900
struct xl_softc {
- struct arpcom arpcom; /* interface info */
+ struct ifnet *xl_ifp; /* interface info */
struct ifmedia ifmedia; /* media info */
bus_space_handle_t xl_bhandle;
bus_space_tag_t xl_btag;
OpenPOWER on IntegriCloud