summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_snvar.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-08-15 17:20:34 +0000
committerimp <imp@FreeBSD.org>2005-08-15 17:20:34 +0000
commit7c7ecd44f1e31dc65e884f6db09be101ec65c9a6 (patch)
treec4595cea3f2c661ea25b9b0cc339a9e929f41eb1 /sys/dev/sn/if_snvar.h
parente3eb852545c7f5143756c06dd425a23c0638c08f (diff)
downloadFreeBSD-src-7c7ecd44f1e31dc65e884f6db09be101ec65c9a6.zip
FreeBSD-src-7c7ecd44f1e31dc65e884f6db09be101ec65c9a6.tar.gz
Diff reduction to my tree: commit the trivial part of efforts to add
support for the really old Megahertz ethernet/modem combo cards.
Diffstat (limited to 'sys/dev/sn/if_snvar.h')
-rw-r--r--sys/dev/sn/if_snvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h
index ecab2d3..2ff41b6 100644
--- a/sys/dev/sn/if_snvar.h
+++ b/sys/dev/sn/if_snvar.h
@@ -43,6 +43,8 @@ struct sn_softc {
int irq_rid;
struct resource *port_res;
int port_rid;
+ struct resource *modem_res; /* Extra resource for modem */
+ int modem_rid;
};
int sn_probe(device_t);
OpenPOWER on IntegriCloud