Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Add MX (PMAG-A) and TX (PMAG-RO/PMAG[B]-...



details:   https://anonhg.NetBSD.org/src/rev/a930af45d9fd
branches:  trunk
changeset: 514108:a930af45d9fd
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu Aug 23 01:29:31 2001 +0000

description:
Add MX (PMAG-A) and TX (PMAG-RO/PMAG[B]-J) supports and replace CX
(PMAG-B) code with one found in dev/tc/ directory.

diffstat:

 sys/arch/alpha/conf/TCWSCONS |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r db1292d62097 -r a930af45d9fd sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Thu Aug 23 01:16:52 2001 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Thu Aug 23 01:29:31 2001 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.21 2001/03/05 12:15:38 ad Exp $
+# $NetBSD: TCWSCONS,v 1.22 2001/08/23 01:29:31 nisimura Exp $
 #
 # TURBOchannel Alpha DEC3000
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "TCWSCONS-$Revision: 1.21 $"
+#ident                 "TCWSCONS-$Revision: 1.22 $"
 
 maxusers 32
 
@@ -131,6 +131,8 @@
 tcds*  at      tc? slot ? offset ?
 asc*   at      tcds? chip ?
 #cfb*  at      tc? slot ? offset ?
+#mfb*  at      tc? slot ? offset ?
+#tfb*  at      tc? slot ? offset ?
 sfb*   at      tc? slot ? offset ?
 #sfbp* at      tc? slot ? offset ?
 #px*   at      tc? slot ? offset ?
@@ -153,7 +155,10 @@
 
 # Workstation Console attachments
 #wsdisplay*    at      cfb?
+#wsdisplay*    at      mfb?
+#wsdisplay*    at      tfb?
 wsdisplay*     at      sfb?
+#wsdisplay*    at      sfbp?
 #wsdisplay*    at      px?
 #wsdisplay*    at      pxg?
 wskbd*         at      lkkbd? console ?



Home | Main Index | Thread Index | Old Index