-/* $OpenBSD: sv.c,v 1.36 2022/01/09 05:42:58 jsg Exp $ */
+/* $OpenBSD: sv.c,v 1.37 2022/02/02 03:55:29 jsg Exp $ */
/*
* Copyright (c) 1998 Constantine Paul Sapuntzakis
#include <machine/bus.h>
-#ifdef __OpenBSD__
-struct cfdriver sv_cd = {
- NULL, "sv", DV_DULL
+struct cfdriver sv_cd = {
+ NULL, "sv", DV_DULL
};
-#endif
#ifdef AUDIO_DEBUG
#define DPRINTF(x) if (svdebug) printf x