aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ncv/ncr53c500var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ncv/ncr53c500var.h')
-rw-r--r--sys/dev/ncv/ncr53c500var.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h
index c01bc851d44e..f040b1743401 100644
--- a/sys/dev/ncv/ncr53c500var.h
+++ b/sys/dev/ncv/ncr53c500var.h
@@ -55,9 +55,11 @@ struct ncv_softc {
struct ncv_hw sc_hw; /* hardware register images */
#if defined (__FreeBSD__) && __FreeBSD_version >= 400001
int port_rid;
+ int port_rid_dmy;
int irq_rid;
int mem_rid;
struct resource *port_res;
+ struct resource *port_res_dmy;
struct resource *irq_res;
struct resource *mem_res;
void *ncv_intrhand;