summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_art.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_art.c')
-rw-r--r--sys/dev/pci/if_art.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/if_art.c b/sys/dev/pci/if_art.c
index 1dc42bc6bb5..9a833a6573f 100644
--- a/sys/dev/pci/if_art.c
+++ b/sys/dev/pci/if_art.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_art.c,v 1.5 2005/08/14 22:28:47 claudio Exp $ */
+/* $OpenBSD: if_art.c,v 1.6 2005/08/27 13:18:02 claudio Exp $ */
/*
* Copyright (c) 2004,2005 Internet Business Solutions AG, Zurich, Switzerland
@@ -355,6 +355,11 @@ art_onesec(void *arg)
}
/*
+ * run musycc onesec job
+ */
+ musycc_tick(ac->art_channel);
+
+ /*
* Schedule another timeout one second from now.
*/
timeout_add(&ac->art_onesec, hz);