From 5fcc4f753431f880afabe3ba1e13104acc37ee5a Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Wed, 26 Oct 2005 09:26:57 +0000 Subject: 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). --- sys/dev/pci/if_art.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_art.h') 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 */ -- cgit v1.2.3