diff options
-rw-r--r-- | sys/dev/pci/sv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/sv.c b/sys/dev/pci/sv.c index dfa98af0603..06342133a46 100644 --- a/sys/dev/pci/sv.c +++ b/sys/dev/pci/sv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sv.c,v 1.4 1998/10/05 20:47:45 niklas Exp $ */ +/* $OpenBSD: sv.c,v 1.5 1998/11/03 21:05:07 downsj Exp $ */ /* * Copyright (c) 1998 Constantine Paul Sapuntzakis @@ -191,6 +191,8 @@ struct audio_hw_if sv_hw_if = { sv_round, sv_mappage, sv_get_props, + NULL, + NULL }; |