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 Regen to disable amiga/efa(4) in GENERIC...



details:   https://anonhg.NetBSD.org/src/rev/2fb9b601e2ed
branches:  trunk
changeset: 932255:2fb9b601e2ed
user:      rin <rin%NetBSD.org@localhost>
date:      Sun May 03 10:06:29 2020 +0000

description:
Regen to disable amiga/efa(4) in GENERIC, accidentally enabled in the
previous revision.

efa_probe() seems broken and misdetected even if absent on A1200.

diffstat:

 sys/arch/amiga/conf/DRACO   |   6 +++---
 sys/arch/amiga/conf/GENERIC |  10 +++++-----
 sys/arch/amiga/conf/INSTALL |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (85 lines):

diff -r dc974a34bcb6 -r 2fb9b601e2ed sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sun May 03 08:36:09 2020 +0000
+++ b/sys/arch/amiga/conf/DRACO Sun May 03 10:06:29 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.191 2020/03/25 17:06:18 jdolecek Exp $
+# $NetBSD: DRACO,v 1.192 2020/05/03 10:06:29 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.191 $"
+#ident                 "GENERIC-$Revision: 1.192 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
diff -r dc974a34bcb6 -r 2fb9b601e2ed sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Sun May 03 08:36:09 2020 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Sun May 03 10:06:29 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.326 2020/03/25 17:06:18 jdolecek Exp $
+# $NetBSD: GENERIC,v 1.327 2020/05/03 10:06:29 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.326 $"
+#ident                 "GENERIC-$Revision: 1.327 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -426,10 +426,10 @@
 
 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 
+#atabus*       at efa? channel ?       # ATA bus 
 atabus*                at ata? channel ?       # ATA bus 
 wd*            at atabus? drive ?      #  + drives
 atapibus*      at atabus?              # ATAPI bus
diff -r dc974a34bcb6 -r 2fb9b601e2ed sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Sun May 03 08:36:09 2020 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Sun May 03 10:06:29 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.132 2019/05/26 23:03:31 sevan Exp $
+# $NetBSD: INSTALL,v 1.133 2020/05/03 10:06:29 rin Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.142 2019/05/26 23:00:57 sevan Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.143 2020/03/25 17:06:18 jdolecek Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.132 $"
+#ident                 "GENERIC-$Revision: 1.133 $"
 
 makeoptions    COPTS="-Os"
 



Home | Main Index | Thread Index | Old Index