summaryrefslogtreecommitdiff
path: root/sys/arch/cats
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-05-13 22:54:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-05-13 22:54:01 +0000
commitaff79de2e4923508f3db9fde28d8e537ad1d8801 (patch)
treec7ce8d3f05fa0c3456bd0388c5bc48a026569a84 /sys/arch/cats
parent56ba7311be71cf76eab686062bcfac6c70915f0a (diff)
/dev/speaker node on cats.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r--sys/arch/cats/include/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/cats/include/conf.h b/sys/arch/cats/include/conf.h
index 77d49b1825b..54010b008cc 100644
--- a/sys/arch/cats/include/conf.h
+++ b/sys/arch/cats/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.2 2005/01/04 14:13:06 drahn Exp $ */
+/* $OpenBSD: conf.h,v 1.3 2005/05/13 22:54:00 miod Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
#ifndef _CATS_CONF_H
@@ -12,6 +12,7 @@
#define CONF_HAVE_SCSIPI
#define CONF_HAVE_WSCONS
#define CONF_HAVE_FCOM
+#define CONF_HAVE_SPKR
#include <arm/conf.h>