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 Enable efa in GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/397e0ce7cdfb
branches:  trunk
changeset: 770714:397e0ce7cdfb
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Sun Oct 30 11:16:05 2011 +0000

description:
Enable efa in GENERIC.

diffstat:

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

diffs (31 lines):

diff -r 0021b8f5bca1 -r 397e0ce7cdfb sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun Oct 30 11:10:42 2011 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun Oct 30 11:16:05 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.85 2011/10/27 22:12:23 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.86 2011/10/30 11:16:05 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -57,7 +57,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.85 $"
+#ident                 "GENERIC-$Revision: 1.86 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -528,10 +528,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 
 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