diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-02-06 20:56:03 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-02-06 20:56:03 +0000 |
commit | c06b512c30ae668f5dd1c12829607607239660c1 (patch) | |
tree | 04ac04868df432a9c54bfebef8c268a812207004 /sys/dev/pci/if_lmcvar.h | |
parent | 6c5e87d3eb912c6f78899a23f96934612d204eed (diff) |
Maintain tx clock state and set RED LED appropriately for SSI card
Diffstat (limited to 'sys/dev/pci/if_lmcvar.h')
-rw-r--r-- | sys/dev/pci/if_lmcvar.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/if_lmcvar.h b/sys/dev/pci/if_lmcvar.h index 115b449ab7a..3e5fd0b1cb7 100644 --- a/sys/dev/pci/if_lmcvar.h +++ b/sys/dev/pci/if_lmcvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lmcvar.h,v 1.3 2000/02/01 18:01:42 chris Exp $ */ +/* $OpenBSD: if_lmcvar.h,v 1.4 2000/02/06 20:56:02 chris Exp $ */ /* $NetBSD: if_lmcvar.h,v 1.1 1999/03/25 03:32:43 explorer Exp $ */ /*- @@ -282,7 +282,7 @@ struct lmc___softc { struct isadev lmc_id; /* ISA device */ struct intrhand lmc_ih; /* intrrupt vectoring */ struct atshutdown lmc_ats; /* shutdown hook */ - struct p2pcom lmc_p2pcom; /* point-to-point common stuff */ + struct p2pcom lmc_p2pcom; /* point-to-point common stuff */ #define lmc_if lmc_p2pcom.p2p_if /* network-visible interface */ #endif /* __bsdi__ */ @@ -349,8 +349,9 @@ struct lmc___softc { #endif u_int32_t lmc_crcSize; + u_int32_t tx_clockState; char lmc_yel, lmc_blue, lmc_red; /* for T1 and DS3 */ - char lmc_timing; /* for HSSI and SSI */ + char lmc_timing; /* for HSSI and SSI */ u_int16_t t1_alarm1_status; u_int16_t t1_alarm2_status; }; |