summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ym.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/ym.c')
-rw-r--r--sys/dev/isa/ym.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/ym.c b/sys/dev/isa/ym.c
index 7d418659ce7..a0313ef5833 100644
--- a/sys/dev/isa/ym.c
+++ b/sys/dev/isa/ym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ym.c,v 1.13 2006/04/07 22:41:33 jsg Exp $ */
+/* $OpenBSD: ym.c,v 1.14 2008/04/21 00:32:42 jakemsr Exp $ */
/*
@@ -93,6 +93,7 @@ struct audio_hw_if ym_hw_if = {
ad1848_mappage,
ad1848_get_props,
NULL,
+ NULL,
NULL
};