summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmcvar.h
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>1999-10-26 23:47:16 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>1999-10-26 23:47:16 +0000
commit06007bab37f86c536d988618cabb43b84d678880 (patch)
tree8c73bb8de0574ca57303f6d7b8efda3ceb2ef8c9 /sys/dev/pci/if_lmcvar.h
parent0ec85252a9ebb583d953ccaef52d2704e45ff2e9 (diff)
Support LMC1200
Based on LMC's Linux code
Diffstat (limited to 'sys/dev/pci/if_lmcvar.h')
-rw-r--r--sys/dev/pci/if_lmcvar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/pci/if_lmcvar.h b/sys/dev/pci/if_lmcvar.h
index f1693079fcf..bd85a8e07ce 100644
--- a/sys/dev/pci/if_lmcvar.h
+++ b/sys/dev/pci/if_lmcvar.h
@@ -371,6 +371,11 @@ struct lmc___softc {
#if defined(__NetBSD__) && NRND > 0
rndsource_element_t lmc_rndsource;
#endif
+
+ u_int32_t lmc_crcSize;
+ char lmc_timing; /* for HSSI and SSI */
+ u_int16_t t1_alarm1_status;
+ u_int16_t t1_alarm2_status;
};
/*