Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/conf pullup 1.96->1.97 (ross)



details:   https://anonhg.NetBSD.org/src/rev/f450fe06eb19
branches:  netbsd-1-4
changeset: 469169:f450fe06eb19
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jul 02 17:37:15 1999 +0000

description:
pullup 1.96->1.97 (ross)

diffstat:

 sys/arch/alpha/conf/ALPHA |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r fa02e421a2f1 -r f450fe06eb19 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Fri Jul 02 17:34:50 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Fri Jul 02 17:37:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.94.2.2 1999/06/21 19:20:36 cgd Exp $
+# $NetBSD: ALPHA,v 1.94.2.3 1999/07/02 17:37:15 perry Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -24,6 +24,7 @@
 options        DEC_1000A       # Corelle etc:  Digital AlphaServer 800/1000A
 options        DEC_ALPHABOOK1  # AlphaBook1:   Tadpole/DEC AlphaBook
 options        DEC_EB66        # EB66:         21066 Evaluation Board
+options        DEC_6600        # EV6:          264DP OEM Board
 
 # Standard system options
 options        KTRACE                  # System call tracing support
@@ -144,6 +145,10 @@
 
 #i2c   at      mcbus?
 
+#EV6 Tsunami Core Logic
+
+tsc*   at      mainbus0
+
 # TurboChannel host bus adapter support
 tcasic*        at      mainbus0
 
@@ -169,6 +174,7 @@
 lca*   at      mainbus?
 dwlpx* at      kft?
 mcpcia*        at      mcbus? mid ?
+tsp*   at      tsc?
 
 # PCI bus support
 pci*   at      apecs?
@@ -177,6 +183,7 @@
 pci*   at      ppb?
 pci*   at      dwlpx?
 pci*   at      mcpcia?
+pci*   at      tsp?
 
 # PCI devices
 #adv*  at      pci? dev ? function ?           # AdvanSys SCSI



Home | Main Index | Thread Index | Old Index