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.26->1.27 (ross)



details:   https://anonhg.NetBSD.org/src/rev/9af0dbdf246d
branches:  netbsd-1-4
changeset: 469171:9af0dbdf246d
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jul 02 17:42:02 1999 +0000

description:
pullup 1.26->1.27 (ross)

diffstat:

 sys/arch/alpha/conf/INSTALL |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r ad906196ca2f -r 9af0dbdf246d sys/arch/alpha/conf/INSTALL
--- a/sys/arch/alpha/conf/INSTALL       Fri Jul 02 17:40:20 1999 +0000
+++ b/sys/arch/alpha/conf/INSTALL       Fri Jul 02 17:42:02 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.23.2.1 1999/04/29 14:33:12 perry Exp $
+# $NetBSD: INSTALL,v 1.23.2.2 1999/07/02 17:42:02 perry 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



Home | Main Index | Thread Index | Old Index