Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf User reported that efa driver attached w...



details:   https://anonhg.NetBSD.org/src/rev/396cefa35be3
branches:  trunk
changeset: 772885:396cefa35be3
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Thu Jan 19 22:11:49 2012 +0000

description:
User reported that efa driver attached when FastATA hardware was absent, but 4x EIDE splitter was present. Disable efa in GENERIC until problem is solved and/or better probe function is written.

diffstat:

 sys/arch/amiga/conf/DRACO      |  6 +++---
 sys/arch/amiga/conf/GENERIC    |  8 ++++----
 sys/arch/amiga/conf/GENERIC.in |  6 +++---
 sys/arch/amiga/conf/INSTALL    |  8 ++++----
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (117 lines):

diff -r 1360ba9003c7 -r 396cefa35be3 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Jan 19 22:04:05 2012 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Jan 19 22:11:49 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.151 2012/01/19 00:14:08 rkujawa Exp $
+# $NetBSD: DRACO,v 1.152 2012/01/19 22:11:49 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.92 2012/01/11 17:04:29 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.93 2012/01/19 00:14:08 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.151 $"
+#ident                 "GENERIC-$Revision: 1.152 $"
 
 
 maxusers       8
diff -r 1360ba9003c7 -r 396cefa35be3 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Thu Jan 19 22:04:05 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Thu Jan 19 22:11:49 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.281 2012/01/19 00:14:08 rkujawa Exp $
+# $NetBSD: GENERIC,v 1.282 2012/01/19 22:11:49 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.92 2012/01/11 17:04:29 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.93 2012/01/19 00:14:08 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.281 $"
+#ident                 "GENERIC-$Revision: 1.282 $"
 
 
 maxusers       8
@@ -429,7 +429,7 @@
 
 wdc0           at mainbus0             # A4000 & A1200 IDE bus
 wdc*           at zbus0                # Buddha / Catweasel
-efa0           at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
+#efa0          at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
 
 atabus*        at wdc? channel ?       # ATA bus
 atabus*                at efa? channel ?       # ATA bus 
diff -r 1360ba9003c7 -r 396cefa35be3 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Thu Jan 19 22:04:05 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Thu Jan 19 22:11:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.93 2012/01/19 00:14:08 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.94 2012/01/19 22:11:49 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.93 $"
+#ident                 "GENERIC-$Revision: 1.94 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -510,7 +510,7 @@
 
 wdc0           at mainbus0             # A4000 & A1200 IDE bus
 wdc*           at zbus0                # Buddha / Catweasel
-efa0           at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
+#efa0          at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
 
 atabus*        at wdc? channel ?       # ATA bus
 atabus*                at efa? channel ?       # ATA bus 
diff -r 1360ba9003c7 -r 396cefa35be3 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Thu Jan 19 22:04:05 2012 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Thu Jan 19 22:11:49 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.103 2012/01/19 00:14:08 rkujawa Exp $
+# $NetBSD: INSTALL,v 1.104 2012/01/19 22:11:49 rkujawa Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.92 2012/01/11 17:04:29 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.93 2012/01/19 00:14:08 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.103 $"
+#ident                 "GENERIC-$Revision: 1.104 $"
 
 makeoptions    COPTS="-Os"
 
@@ -375,7 +375,7 @@
 
 wdc0           at mainbus0             # A4000 & A1200 IDE bus
 wdc*           at zbus0                # Buddha / Catweasel
-efa0           at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
+#efa0          at mainbus0             # ELBOX FastATA 1200 Mk-III/Mk-IV 
 
 atabus*        at wdc? channel ?       # ATA bus
 atabus*                at efa? channel ?       # ATA bus 



Home | Main Index | Thread Index | Old Index