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 Cyclades-Z.



details:   https://anonhg.NetBSD.org/src/rev/5a85d7aceebf
branches:  trunk
changeset: 486800:5a85d7aceebf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun May 28 23:06:39 2000 +0000

description:
Add Cyclades-Z.

diffstat:

 sys/arch/alpha/conf/ALPHA   |  5 +++--
 sys/arch/alpha/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 96adb999df7b -r 5a85d7aceebf sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun May 28 23:05:19 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun May 28 23:06:39 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.124 2000/05/25 16:33:13 mycroft Exp $
+# $NetBSD: ALPHA,v 1.125 2000/05/28 23:06:39 thorpej Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 maxusers 32
 
-ident          "ALPHA-$Revision: 1.124 $"
+ident          "ALPHA-$Revision: 1.125 $"
 
 # CPU Support
 #options       DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
@@ -221,6 +221,7 @@
 bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
 cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
 cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
+cz*    at      pci? dev ? function ?           # Cyclades-Z (untested)
 de*    at      pci? dev ? function ?           # 21x4x-based Ethernet
 dpt*   at      pci? dev ? function ?           # DPT SmartCache/SmartRAID
 eap*   at      pci? dev ? function ?           # Ensoniq AudioPCI
diff -r 96adb999df7b -r 5a85d7aceebf sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun May 28 23:05:19 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun May 28 23:06:39 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.153 2000/05/23 02:04:29 thorpej Exp $
+# $NetBSD: GENERIC,v 1.154 2000/05/28 23:06:39 thorpej Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.153 $"
+#ident                 "GENERIC-$Revision: 1.154 $"
 
 maxusers 32
 
@@ -193,6 +193,7 @@
 bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
 cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
 cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
+cz*    at      pci? dev ? funciton ?           # Cyclades-Z (untested)
 de*    at      pci? dev ? function ?           # 21x4x-based Ethernet
 dpt*   at      pci? dev ? function ?           # DPT SmartCache/SmartRAID
 eap*   at      pci? dev ? function ?           # Ensoniq AudioPCI



Home | Main Index | Thread Index | Old Index