Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch kill PCPPISPEAKER
details: https://anonhg.NetBSD.org/src/rev/7553a011f460
branches: trunk
changeset: 819511:7553a011f460
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 09 02:25:46 2016 +0000
description:
kill PCPPISPEAKER
diffstat:
sys/arch/alpha/conf/GENERIC | 5 ++---
sys/arch/bebox/conf/GENERIC | 5 ++---
sys/arch/bebox/conf/INSTALL | 3 +--
sys/arch/cats/conf/GENERIC | 3 +--
sys/arch/cats/conf/INSTALL | 3 +--
sys/arch/prep/conf/GENERIC | 5 ++---
6 files changed, 9 insertions(+), 15 deletions(-)
diffs (129 lines):
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/alpha/conf/GENERIC Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.372 2016/12/08 11:31:09 nat Exp $
+# $NetBSD: GENERIC,v 1.373 2016/12/09 02:25:46 christos Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.372 $"
+ident "GENERIC-$Revision: 1.373 $"
maxusers 32
@@ -440,7 +440,6 @@
pms* at pckbc? # PS/2-style mouse (aux port)
attimer* at isa? # AT Timer
pcppi* at isa? # PC prog. periph. interface
-options PCPPISPEAKER
spkr0 at pcppi? # IBM BASIC emulation
isabeep0 at pcppi? # "keyboard" beep
com* at isa? port 0x3f8 irq 4 # standard serial ports
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/bebox/conf/GENERIC Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.148 2016/12/08 11:31:09 nat Exp $
+# $NetBSD: GENERIC,v 1.149 2016/12/09 02:25:46 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.148 $"
+#ident "GENERIC-$Revision: 1.149 $"
maxusers 32
@@ -202,7 +202,6 @@
mcclock0 at isa? port 0x70 # time-of-day clock
attimer0 at isa?
#pcppi0 at isa?
-#options PCPPISPEAKER
#spkr0 at pcppi?
wss0 at isa? port 0x82c irq 30 drq 6 drq2 7 # Windows Sound System
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/bebox/conf/INSTALL
--- a/sys/arch/bebox/conf/INSTALL Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/bebox/conf/INSTALL Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.57 2016/12/08 11:31:09 nat Exp $
+# $NetBSD: INSTALL,v 1.58 2016/12/09 02:25:46 christos Exp $
#
# First try for BeBox config file
#
@@ -179,7 +179,6 @@
ukphy* at mii? phy ? # generic unknown PHYs
#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
-#options PCPPISPEAKER
#spkr0 at pcppi?
# Joystick driver. Probe is a little strange; add only if you have one.
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/cats/conf/GENERIC Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.158 2016/12/08 11:31:09 nat Exp $
+# $NetBSD: GENERIC,v 1.159 2016/12/09 02:25:46 christos Exp $
#
# GENERIC machine description file
#
@@ -502,7 +502,6 @@
#ep* at isa? port ? irq ?
# The spkr driver provides a simple tone interface to the built in speaker.
-options PCPPISPEAKER
spkr0 at pcppi? # PC speaker
#options VAUDIOSPEAKER
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/cats/conf/INSTALL Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.98 2016/12/08 11:31:09 nat Exp $
+# $NetBSD: INSTALL,v 1.99 2016/12/09 02:25:46 christos Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -398,7 +398,6 @@
#ep* at isa? port ? irq ?
# The spkr driver provides a simple tone interface to the built in speaker.
-#options PCPPISPEAKER
#spkr0 at pcppi? # PC speaker
#options VAUDIOSPEAKER
diff -r 31b3f1032eb9 -r 7553a011f460 sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC Fri Dec 09 02:24:17 2016 +0000
+++ b/sys/arch/prep/conf/GENERIC Fri Dec 09 02:25:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.177 2016/12/08 11:31:12 nat Exp $
+# $NetBSD: GENERIC,v 1.178 2016/12/09 02:25:47 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.177 $"
+#ident "GENERIC-$Revision: 1.178 $"
maxusers 32
@@ -506,7 +506,6 @@
#midi* at pcppi? # MIDI interface to the PC speaker
# The spkr driver provides a simple tone interface to the built in speaker.
-#options PCPPISPEAKER
#spkr0 at pcppi? # PC speaker
#options VAUDIOSPEAKER
Home |
Main Index |
Thread Index |
Old Index