View | Details | Raw Unified | Return to bug 119767
Collapse All | Expand All

(-)if_em.c (+2 lines)
Lines 229-235 Link Here
229
static void	em_identify_hardware(struct adapter *);
229
static void	em_identify_hardware(struct adapter *);
230
static int	em_allocate_pci_resources(struct adapter *);
230
static int	em_allocate_pci_resources(struct adapter *);
231
static int	em_allocate_intr(struct adapter *);
231
static int	em_allocate_intr(struct adapter *);
232
#if __FreeBSD_version > 602111  /* MSI support is present */
232
static bool	em_setup_msix(struct adapter *);
233
static bool	em_setup_msix(struct adapter *);
234
#endif
233
static void	em_free_intr(struct adapter *);
235
static void	em_free_intr(struct adapter *);
234
static void	em_free_pci_resources(struct adapter *);
236
static void	em_free_pci_resources(struct adapter *);
235
static void	em_local_timer(void *);
237
static void	em_local_timer(void *);

Return to bug 119767