diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-13 22:54:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-13 22:54:01 +0000 |
commit | aff79de2e4923508f3db9fde28d8e537ad1d8801 (patch) | |
tree | c7ce8d3f05fa0c3456bd0388c5bc48a026569a84 /sys/arch/cats | |
parent | 56ba7311be71cf76eab686062bcfac6c70915f0a (diff) |
/dev/speaker node on cats.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/include/conf.h | 3 |
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> |