Source-Changes-HG archive

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

[src/trunk]: src/sys/arch The declaration for esp has moved to conf/files. (...



details:   https://anonhg.NetBSD.org/src/rev/4913a42f6270
branches:  trunk
changeset: 484202:4913a42f6270
user:      scottr <scottr%NetBSD.org@localhost>
date:      Mon Mar 27 21:47:46 2000 +0000

description:
The declaration for esp has moved to conf/files.  (Hi Charles!)

diffstat:

 sys/arch/mac68k/conf/files.mac68k   |  3 +--
 sys/arch/next68k/conf/files.next68k |  3 +--
 sys/arch/sun3/conf/files.sun3       |  3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r dc2ee6975743 -r 4913a42f6270 sys/arch/mac68k/conf/files.mac68k
--- a/sys/arch/mac68k/conf/files.mac68k Mon Mar 27 19:35:25 2000 +0000
+++ b/sys/arch/mac68k/conf/files.mac68k Mon Mar 27 21:47:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.mac68k,v 1.94 2000/03/14 15:56:55 oster Exp $
+#      $NetBSD: files.mac68k,v 1.95 2000/03/27 21:47:46 scottr Exp $
 
 # mac68k-specific configuration info
 
@@ -112,7 +112,6 @@
 file   arch/mac68k/dev/sbc.c           sbc
 file   arch/mac68k/obio/sbc_obio.c     sbc_obio
 
-device esp: scsi, ncr53c9x
 attach esp at obio_norm
 file   arch/mac68k/obio/esp.c          esp
 
diff -r dc2ee6975743 -r 4913a42f6270 sys/arch/next68k/conf/files.next68k
--- a/sys/arch/next68k/conf/files.next68k       Mon Mar 27 19:35:25 2000 +0000
+++ b/sys/arch/next68k/conf/files.next68k       Mon Mar 27 21:47:46 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.next68k,v 1.15 2000/03/14 15:56:56 oster Exp $
+# $NetBSD: files.next68k,v 1.16 2000/03/27 21:47:47 scottr Exp $
 
 # next68k-specific configuration info
 
@@ -83,7 +83,6 @@
 file   arch/next68k/dev/wskbdmap_next.c                nextkbd
 file    arch/next68k/dev/nextcons.c                     nextkbd
 
-device esp: scsi, ncr53c9x, disk
 attach esp at intio
 file   arch/next68k/dev/esp.c          esp needs-flag
 
diff -r dc2ee6975743 -r 4913a42f6270 sys/arch/sun3/conf/files.sun3
--- a/sys/arch/sun3/conf/files.sun3     Mon Mar 27 19:35:25 2000 +0000
+++ b/sys/arch/sun3/conf/files.sun3     Mon Mar 27 21:47:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sun3,v 1.56 2000/03/14 15:56:58 oster Exp $
+#      $NetBSD: files.sun3,v 1.57 2000/03/27 21:47:47 scottr Exp $
 
 #
 # sun3-specific configuration info
@@ -158,7 +158,6 @@
 file   arch/sun3/dev/si_obio.c         si_obio
 
 # Sun3/80 on-board SCSI
-device esp: scsi, ncr53c9x
 attach esp at obio
 file arch/sun3/dev/esp.c               esp
 device dma



Home | Main Index | Thread Index | Old Index