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.121->1.122 (ross)



details:   https://anonhg.NetBSD.org/src/rev/ad906196ca2f
branches:  netbsd-1-4
changeset: 469170:ad906196ca2f
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jul 02 17:40:20 1999 +0000

description:
pullup 1.121->1.122 (ross)

diffstat:

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

diffs (53 lines):

diff -r f450fe06eb19 -r ad906196ca2f sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri Jul 02 17:37:15 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri Jul 02 17:40:20 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.114.2.4 1999/06/21 19:21:02 cgd Exp $
+# $NetBSD: GENERIC,v 1.114.2.5 1999/07/02 17:40:20 perry 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



Home | Main Index | Thread Index | Old Index