diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-10-26 09:26:57 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-10-26 09:26:57 +0000 |
commit | 5fcc4f753431f880afabe3ba1e13104acc37ee5a (patch) | |
tree | b80b8ebe484eb3662d2594ea34b62395f3d24928 /sys/dev/pci/if_art.h | |
parent | bebcbd07545e7292f1fbf5300587e419f6978808 (diff) |
Adapt art(4) to the new link state handling done by sppp(4).
Now blinkenlights realy work like a charm -- OK cHDLC reports always
linkstate active but that is a problem inside sppp(4).
Diffstat (limited to 'sys/dev/pci/if_art.h')
-rw-r--r-- | sys/dev/pci/if_art.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_art.h b/sys/dev/pci/if_art.h index 46b15aa105b..880ff22754a 100644 --- a/sys/dev/pci/if_art.h +++ b/sys/dev/pci/if_art.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_art.h,v 1.4 2005/08/27 13:32:01 claudio Exp $ */ +/* $OpenBSD: if_art.h,v 1.5 2005/10/26 09:26:56 claudio Exp $ */ /* * Copyright (c) 2005 Internet Business Solutions AG, Zurich, Switzerland @@ -35,8 +35,8 @@ struct art_softc { struct timeout art_onesec; /* onesec timeout */ struct musycc_softc *art_parent; /* parent hdlc controller */ struct channel_softc *art_channel; /* channel config */ + void *art_linkstatehook; - int art_status; /* if_media status */ u_int art_media; /* if_media media */ enum art_sbi_type art_type; /* System Bus Type */ u_int8_t art_gnum; /* group number */ |