diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-13 03:41:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-13 03:41:19 +0000 |
commit | b7dbd97d163566ae4a7f453d8488a8ccaa49dbd2 (patch) | |
tree | e3a4bfbb8e5c6be00e5775a725a2aa1ba34154f9 /sys/arch | |
parent | ffda98c137203738e7fc75c52fb14709df1f565e (diff) |
enable spkr by default; ckuethe 4201
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
3 files changed, 5 insertions, 8 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 55f3119b1a7..af4641fcfd0 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.64 2005/05/10 01:16:31 brad Exp $ +# $OpenBSD: GENERIC,v 1.65 2005/05/13 03:41:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -352,8 +352,7 @@ opl* at yds? #midi* at autri? midi* at eap? -# The spkr driver provides a simple tone interface to the built in speaker. -#spkr0 at pcppi? # PC speaker +spkr0 at pcppi? # PC speaker # Audio Support audio* at eap? diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index ea23fdcb995..5ed34e9171d 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.23 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: GENERIC,v 1.24 2005/05/13 03:41:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -268,7 +268,6 @@ ep* at isa? lc0 at isa? port 0x200 irq ? lc1 at isa? port 0x280 irq ? -# The spkr driver provides a simple tone interface to the built in speaker. spkr0 at pcppi? # PC speaker ds1687rtc0 at isa? port 0x72 # Dallas RTC diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index eef8d87d908..a2cbd7a6a9a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.412 2005/05/10 01:16:31 brad Exp $ +# $OpenBSD: GENERIC,v 1.413 2005/05/13 03:41:18 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -513,8 +513,7 @@ midi* at mpu? midi* at autri? midi* at eap? -# The spkr driver provides a simple tone interface to the built in speaker. -#spkr0 at pcppi? # PC speaker +spkr0 at pcppi? # PC speaker # Audio Support audio* at sb? |