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 Don\'t forget to disable atabus* when di...



details:   https://anonhg.NetBSD.org/src/rev/6afbc583f536
branches:  trunk
changeset: 772886:6afbc583f536
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Thu Jan 19 22:43:11 2012 +0000

description:
Don\'t forget to disable atabus* when disabling the efa driver.

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 396cefa35be3 -r 6afbc583f536 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Jan 19 22:11:49 2012 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Jan 19 22:43:11 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.152 2012/01/19 22:11:49 rkujawa Exp $
+# $NetBSD: DRACO,v 1.153 2012/01/19 22:43:11 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.93 2012/01/19 00:14:08 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.94 2012/01/19 22:11:49 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.152 $"
+#ident                 "GENERIC-$Revision: 1.153 $"
 
 
 maxusers       8
diff -r 396cefa35be3 -r 6afbc583f536 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Thu Jan 19 22:11:49 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Thu Jan 19 22:43:11 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.282 2012/01/19 22:11:49 rkujawa Exp $
+# $NetBSD: GENERIC,v 1.283 2012/01/19 22:43:11 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.93 2012/01/19 00:14:08 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.94 2012/01/19 22:11:49 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.282 $"
+#ident                 "GENERIC-$Revision: 1.283 $"
 
 
 maxusers       8
@@ -432,7 +432,7 @@
 #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 
 wd*            at atabus? drive ?      #  + drives
 atapibus*      at atabus?              # ATAPI bus
 cd*            at atapibus? drive ?    # ATAPI CD-ROM drives
diff -r 396cefa35be3 -r 6afbc583f536 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Thu Jan 19 22:11:49 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Thu Jan 19 22:43:11 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.94 2012/01/19 22:11:49 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.95 2012/01/19 22:43:11 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.94 $"
+#ident                 "GENERIC-$Revision: 1.95 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -513,7 +513,7 @@
 #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 
 wd*            at atabus? drive ?      #  + drives
 atapibus*      at atabus?              # ATAPI bus
 cd*            at atapibus? drive ?    # ATAPI CD-ROM drives
diff -r 396cefa35be3 -r 6afbc583f536 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Thu Jan 19 22:11:49 2012 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Thu Jan 19 22:43:11 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.104 2012/01/19 22:11:49 rkujawa Exp $
+# $NetBSD: INSTALL,v 1.105 2012/01/19 22:43:11 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.93 2012/01/19 00:14:08 rkujawa Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.94 2012/01/19 22:11:49 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -29,7 +29,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.104 $"
+#ident                 "GENERIC-$Revision: 1.105 $"
 
 makeoptions    COPTS="-Os"
 
@@ -378,7 +378,7 @@
 #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 
 wd*            at atabus? drive ?      #  + drives
 atapibus*      at atabus?              # ATAPI bus
 cd*            at atapibus? drive ?    # ATAPI CD-ROM drives



Home | Main Index | Thread Index | Old Index