Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/conf Substitute bba for isdn placeholder.
details: https://anonhg.NetBSD.org/src/rev/7b0972410965
branches: trunk
changeset: 486751:7b0972410965
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sun May 28 06:02:12 2000 +0000
description:
Substitute bba for isdn placeholder.
diffstat:
sys/arch/pmax/conf/DS5000 | 7 ++++---
sys/arch/pmax/conf/GENERIC | 7 +++----
sys/arch/pmax/conf/INSTALL | 5 +++--
sys/arch/pmax/conf/R4000 | 5 +++--
sys/arch/pmax/conf/SULACO | 5 +++--
5 files changed, 16 insertions(+), 13 deletions(-)
diffs (115 lines):
diff -r e9491538e0b9 -r 7b0972410965 sys/arch/pmax/conf/DS5000
--- a/sys/arch/pmax/conf/DS5000 Sun May 28 05:56:36 2000 +0000
+++ b/sys/arch/pmax/conf/DS5000 Sun May 28 06:02:12 2000 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: DS5000,v 1.1 2000/02/19 09:46:48 nisimura Exp $
+# $NetBSD: DS5000,v 1.2 2000/05/28 06:02:12 gmcgarry Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
-#ident "GENERIC-$Revision: 1.1 $"
+#ident "GENERIC-$Revision: 1.2 $"
maxusers 64
@@ -143,7 +143,8 @@
mcclock* at ioasic? offset ? # DS1287 RTC
le* at ioasic? offset ? # LANCE
scc* at ioasic? offset ? # Z85C30
-#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
+bba* at ioasic? offset ? # MAXINE baseboard audio
+audio* at bba?
dtop* at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
xasc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
diff -r e9491538e0b9 -r 7b0972410965 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC Sun May 28 05:56:36 2000 +0000
+++ b/sys/arch/pmax/conf/GENERIC Sun May 28 06:02:12 2000 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: GENERIC,v 1.74 2000/05/02 08:03:53 augustss Exp $
+# $NetBSD: GENERIC,v 1.75 2000/05/28 06:02:12 gmcgarry Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
-#ident "GENERIC-$Revision: 1.74 $"
+#ident "GENERIC-$Revision: 1.75 $"
maxusers 64
@@ -143,9 +143,8 @@
mcclock* at ioasic? offset ? # DS1287 RTC
le* at ioasic? offset ? # LANCE
scc* at ioasic? offset ? # Z85C30
-bba0 at ioasic? offset ? # MAXINE audio
+bba* at ioasic? offset ? # MAXINE baseboard audio
audio* at bba?
-#isdn at ioasic? offset ? # MAXINE ISDN (not supported)
dtop* at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
diff -r e9491538e0b9 -r 7b0972410965 sys/arch/pmax/conf/INSTALL
--- a/sys/arch/pmax/conf/INSTALL Sun May 28 05:56:36 2000 +0000
+++ b/sys/arch/pmax/conf/INSTALL Sun May 28 06:02:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.31 2000/02/19 09:46:49 nisimura Exp $
+# $NetBSD: INSTALL,v 1.32 2000/05/28 06:02:12 gmcgarry Exp $
#
# Distribution install kernel (any model)
# netbsd: cut-down kernel for miniroots.
@@ -89,7 +89,8 @@
mcclock* at ioasic? offset ? # DS1287 RTC
le* at ioasic? offset ? # LANCE
scc* at ioasic? offset ? # Z85C30
-#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
+#bba* at ioasic? offset ? # MAXINE baseboard audio
+#audio* at bba?
dtop* at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
diff -r e9491538e0b9 -r 7b0972410965 sys/arch/pmax/conf/R4000
--- a/sys/arch/pmax/conf/R4000 Sun May 28 05:56:36 2000 +0000
+++ b/sys/arch/pmax/conf/R4000 Sun May 28 06:02:12 2000 +0000
@@ -2,7 +2,7 @@
# R4000 (any model) kernel config file
#
-# $NetBSD: R4000,v 1.19 2000/02/12 03:36:33 thorpej Exp $
+# $NetBSD: R4000,v 1.20 2000/05/28 06:02:13 gmcgarry Exp $
#
include "arch/pmax/conf/std.pmax"
@@ -101,7 +101,8 @@
scc0 at ioasic? offset ? # Z85C30
scc1 at ioasic? offset ? # Z85C30
dtop0 at ioasic? offset ? # MAXINE kbd and mouse
-#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
+bba0 at ioasic? offset ? # MAXINE baseboard audio
+audio* at bba0
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
# TURBOchannel devices
diff -r e9491538e0b9 -r 7b0972410965 sys/arch/pmax/conf/SULACO
--- a/sys/arch/pmax/conf/SULACO Sun May 28 05:56:36 2000 +0000
+++ b/sys/arch/pmax/conf/SULACO Sun May 28 06:02:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SULACO,v 1.4 2000/02/19 09:46:48 nisimura Exp $
+# $NetBSD: SULACO,v 1.5 2000/05/28 06:02:13 gmcgarry Exp $
#
# sulaco.nas.nasa.gov - thorpej's DECstation 5000/200
#
@@ -126,7 +126,8 @@
mcclock* at ioasic? offset ? # DS1287 RTC
le* at ioasic? offset ? # LANCE
scc* at ioasic? offset ? # Z85C30
-#isdn at ioasic? offset ? # MAXINE ISDN/audio (not supported)
+#bba* at ioasic? offset ? # MAXINE baseboard audio
+#audio* at bba?
dtop* at ioasic? offset ? # MAXINE kbd and mouse
#fdc at ioasic? offset ? # MAXINE floppy disk (not supported)
asc* at ioasic? offset ? # NCR53C94 SCSI with IOASIC
Home |
Main Index |
Thread Index |
Old Index