Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf esp declaration was moved to conf/files.



details:   https://anonhg.NetBSD.org/src/rev/695ee06b2d97
branches:  trunk
changeset: 484117:695ee06b2d97
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Mar 26 08:34:20 2000 +0000

description:
esp declaration was moved to conf/files.

diffstat:

 sys/arch/macppc/conf/files.macppc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 5e16d3445a8f -r 695ee06b2d97 sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Sun Mar 26 08:29:12 2000 +0000
+++ b/sys/arch/macppc/conf/files.macppc Sun Mar 26 08:34:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.30 2000/03/14 15:56:55 oster Exp $
+#      $NetBSD: files.macppc,v 1.31 2000/03/26 08:34:20 tsubai Exp $
 #
 # macppc-specific configuration info
 
@@ -29,6 +29,7 @@
 # RAIDframe
 #
 major {raid = 12}
+
 #
 # Machine-independent SCSI drivers
 #
@@ -108,7 +109,6 @@
 attach mediabay at obio
 file arch/macppc/dev/mediabay.c                        mediabay
 
-device esp: scsi, ncr53c9x
 attach esp at obio
 file arch/macppc/dev/esp.c                     esp
 



Home | Main Index | Thread Index | Old Index