Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch ncr(4) wouldn't work, so s/ncr/siop/.
details: https://anonhg.NetBSD.org/src/rev/49228fa017fd
branches: trunk
changeset: 486639:49228fa017fd
user: soren <soren%NetBSD.org@localhost>
date: Sat May 27 02:19:34 2000 +0000
description:
ncr(4) wouldn't work, so s/ncr/siop/.
diffstat:
sys/arch/arc/conf/GENERIC | 8 ++++----
sys/arch/arc/conf/P4032 | 6 +++---
sys/arch/arc/conf/RAMDISK | 6 +++---
sys/arch/prep/conf/NATSUMI | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (92 lines):
diff -r 0df12e454e49 -r 49228fa017fd sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Sat May 27 02:18:12 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Sat May 27 02:19:34 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:29 itojun Exp $
+# $NetBSD: GENERIC,v 1.30 2000/05/27 02:19:35 soren Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
include "arch/arc/conf/std.arc"
-#ident "GENERIC-$Revision: 1.29 $"
+#ident "GENERIC-$Revision: 1.30 $"
maxusers 32 # estimated number of users
@@ -234,8 +234,8 @@
#pci* at pbcpcibr?
#pcivga* at pci? dev ? function ?
-#ncr* at pci? dev ? function ?
-#scsibus* at ncr?
+#siop* at pci? dev ? function ?
+#scsibus* at siop?
#de* at pci? dev ? function ?
#### SCSI bus devices
diff -r 0df12e454e49 -r 49228fa017fd sys/arch/arc/conf/P4032
--- a/sys/arch/arc/conf/P4032 Sat May 27 02:18:12 2000 +0000
+++ b/sys/arch/arc/conf/P4032 Sat May 27 02:19:34 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: P4032,v 1.5 2000/03/22 00:58:18 cgd Exp $
+# $NetBSD: P4032,v 1.6 2000/05/27 02:19:35 soren Exp $
# $OpenBSD: P4032,v 1.5 1998/03/16 09:38:36 pefo Exp $
#
# configuration file for Algorithmics P4032 board
@@ -142,8 +142,8 @@
pci* at pbcpcibr?
#pcivga* at pci? dev ? function ?
-ncr* at pci? dev ? function ?
-scsibus* at ncr?
+siop* at pci? dev ? function ?
+scsibus* at siop?
de* at pci? dev ? function ?
#### SCSI bus devices
diff -r 0df12e454e49 -r 49228fa017fd sys/arch/arc/conf/RAMDISK
--- a/sys/arch/arc/conf/RAMDISK Sat May 27 02:18:12 2000 +0000
+++ b/sys/arch/arc/conf/RAMDISK Sat May 27 02:19:34 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: RAMDISK,v 1.6 2000/03/22 00:58:18 cgd Exp $
+# $NetBSD: RAMDISK,v 1.7 2000/05/27 02:19:35 soren Exp $
# $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
@@ -238,8 +238,8 @@
#pci* at pbcpcibr?
#pcivga* at pci? dev ? function ?
-#ncr* at pci? dev ? function ?
-#scsibus* at ncr?
+#siop* at pci? dev ? function ?
+#scsibus* at siop?
#de* at pci? dev ? function ?
#### SCSI bus devices
diff -r 0df12e454e49 -r 49228fa017fd sys/arch/prep/conf/NATSUMI
--- a/sys/arch/prep/conf/NATSUMI Sat May 27 02:18:12 2000 +0000
+++ b/sys/arch/prep/conf/NATSUMI Sat May 27 02:19:34 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NATSUMI,v 1.2 2000/03/22 00:58:22 cgd Exp $
+# $NetBSD: NATSUMI,v 1.3 2000/05/27 02:19:34 soren Exp $
#
# for IBM 6050/6070
#
@@ -188,11 +188,11 @@
# PCI SCSI controllers
#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
-#ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
+#siop* at pci? dev ? function ? # NCR 53c8xx SCSI
# SCSI bus support
#scsibus* at ahc?
-#scsibus* at ncr?
+#scsibus* at siop?
# SCSI devices
#sd* at scsibus? target ? lun ? # SCSI disk drives
Home |
Main Index |
Thread Index |
Old Index