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 Turn on EV6 bits: Tsunami and system typ...
details: https://anonhg.NetBSD.org/src/rev/2b20b1cd269f
branches: trunk
changeset: 474135:2b20b1cd269f
user: ross <ross%NetBSD.org@localhost>
date: Tue Jun 29 07:04:15 1999 +0000
description:
Turn on EV6 bits: Tsunami and system type 6600.
diffstat:
sys/arch/alpha/conf/ALPHA | 9 ++++++++-
sys/arch/alpha/conf/GENERIC | 11 ++++++++++-
sys/arch/alpha/conf/INSTALL | 12 +++++++++++-
sys/arch/alpha/conf/files.alpha | 19 ++++++++++++++++---
4 files changed, 45 insertions(+), 6 deletions(-)
diffs (219 lines):
diff -r 08db77bfeb20 -r 2b20b1cd269f sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Tue Jun 29 06:50:41 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Tue Jun 29 07:04:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.96 1999/04/30 23:33:41 cgd Exp $
+# $NetBSD: ALPHA,v 1.97 1999/06/29 07:04:15 ross 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
diff -r 08db77bfeb20 -r 2b20b1cd269f sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Tue Jun 29 06:50:41 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC Tue Jun 29 07:04:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.121 1999/06/27 22:35:56 christos Exp $
+# $NetBSD: GENERIC,v 1.122 1999/06/29 07:04:15 ross Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
@@ -22,6 +22,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
@@ -37,6 +38,8 @@
file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
file-system MSDOSFS # MS-DOS-compatible file system
file-system NFS # Sun NFS-compatible file system client
+#file-system KERNFS
+#file-system PROCFS
# File system options
options NFSSERVER # Sun NFS-compatible file system server
@@ -114,6 +117,10 @@
#i2c at mcbus?
+#EV6 Tsunami Core Logic
+
+tsc* at mainbus0
+
# TurboChannel host bus adapter support
tcasic* at mainbus0
@@ -139,6 +146,7 @@
lca* at mainbus?
dwlpx* at kft?
mcpcia* at mcbus? mid ?
+tsp* at tsc?
# PCI bus support
pci* at apecs?
@@ -147,6 +155,7 @@
pci* at ppb?
pci* at dwlpx?
pci* at mcpcia?
+pci* at tsp?
# PCI devices
#adv* at pci? dev ? function ? # AdvanSys SCSI
diff -r 08db77bfeb20 -r 2b20b1cd269f sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL Tue Jun 29 06:50:41 1999 +0000
+++ b/sys/arch/alpha/conf/INSTALL Tue Jun 29 07:04:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.26 1999/06/27 22:35:43 christos Exp $
+# $NetBSD: INSTALL,v 1.27 1999/06/29 07:04:16 ross Exp $
#
# Alpha INSTALL kernel.
@@ -6,6 +6,9 @@
maxusers 8
+#options DDB
+#makeoptions DEBUG="-g"
+
# Enable the hooks used for initializing the ram-disk.
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
@@ -27,6 +30,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
# File systems
file-system FFS # Fast file system
@@ -82,6 +86,10 @@
mcbus* at mainbus0
mcmem* at mcbus? mid ?
+#EV6 Tsunami Core Logic
+
+tsc* at mainbus0
+
# TurboChannel host bus adapter support
tcasic* at mainbus0
@@ -105,6 +113,7 @@
lca* at mainbus?
dwlpx* at kft?
mcpcia* at mcbus? mid ?
+tsp* at tsc?
# PCI bus support
pci* at apecs?
@@ -113,6 +122,7 @@
pci* at ppb?
pci* at dwlpx?
pci* at mcpcia?
+pci* at tsp?
# PCI devices
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
diff -r 08db77bfeb20 -r 2b20b1cd269f sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha Tue Jun 29 06:50:41 1999 +0000
+++ b/sys/arch/alpha/conf/files.alpha Tue Jun 29 07:04:15 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.102 1999/06/07 20:31:27 thorpej Exp $
+# $NetBSD: files.alpha,v 1.103 1999/06/29 07:04:16 ross Exp $
#
# alpha-specific configuration info
@@ -24,6 +24,7 @@
defopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A
defopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
defopt DEC_EB66 # EB66: 21066 Evaluation Board
+defopt DEC_6600 # EV6 Various EV6 Systems
# Miscellaneous CPU-specific option headers
defopt FIX_UNALIGNED_VAX_FP
@@ -40,7 +41,7 @@
file arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 |
dec_eb64plus | dec_kn20aa | dec_kn8ae |
dec_kn300 | dec_550 | dec_1000 |
- dec_1000a | dec_eb66
+ dec_1000a | dec_eb66 | dec_6600
define alpha_sgmap
file arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500
@@ -299,6 +300,16 @@
file arch/alpha/pci/mcpcia_dma.c mcpcia
file arch/alpha/pci/mcpcia_pci.c mcpcia
+device tsc { }
+attach tsc at mainbus
+file arch/alpha/pci/tsc.c dec_6600
+
+device tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64
+attach tsp at tsc
+file arch/alpha/pci/tsp_dma.c tsp
+file arch/alpha/pci/tsp_pci.c tsp
+file arch/alpha/pci/tsp_bus_io.c tsp
+file arch/alpha/pci/tsp_bus_mem.c tsp
# CPU support files
file arch/alpha/pci/pci_2100_a50.c dec_2100_a50
@@ -317,6 +328,7 @@
file arch/alpha/pci/pci_550.c dec_550
file arch/alpha/pci/pci_1000a.c dec_1000a
file arch/alpha/pci/pci_1000.c dec_1000
+file arch/alpha/pci/pci_6600.c dec_6600
#
@@ -334,7 +346,7 @@
#
-# A12 if_de hack, this is temporary!
+# A12 if_de hack
#
device ade: ether, ifnet, arp
attach ade at pci
@@ -418,6 +430,7 @@
file arch/alpha/alpha/dec_kn300.c dec_kn300
file arch/alpha/alpha/avalon_a12.c avalon_a12
file arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a
+file arch/alpha/alpha/dec_6600.c dec_6600
# Kernel debugger support
file arch/alpha/alpha/db_disasm.c ddb
Home |
Main Index |
Thread Index |
Old Index