summaryrefslogtreecommitdiffstats
path: root/sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h')
-rw-r--r--sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h b/sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h
index 725cf3b..fa58116 100644
--- a/sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h
+++ b/sys/dev/netfpga10g/nf10bmac/if_nf10bmacreg.h
@@ -35,15 +35,20 @@
struct nf10bmac_softc {
struct ifnet *nf10bmac_ifp;
+ struct resource *nf10bmac_ctrl_res;
struct resource *nf10bmac_tx_mem_res;
struct resource *nf10bmac_rx_mem_res;
- struct resource *nf10bmac_mem_res;
+ struct resource *nf10bmac_intr_res;
+ struct resource *nf10bmac_rx_irq_res;
+ void *nf10bmac_rx_intrhand;
uint8_t *nf10bmac_tx_buf;
device_t nf10bmac_dev;
int nf10bmac_unit;
+ int nf10bmac_ctrl_rid;
int nf10bmac_tx_mem_rid;
int nf10bmac_rx_mem_rid;
- int nf10bmac_mem_rid;
+ int nf10bmac_intr_rid;
+ int nf10bmac_rx_irq_rid;
int nf10bmac_if_flags;
uint32_t nf10bmac_flags;
#define NF10BMAC_FLAGS_LINK 0x00000001
OpenPOWER on IntegriCloud