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 Add forgotten atabus at ata. Needed for ...



details:   https://anonhg.NetBSD.org/src/rev/3204684c2420
branches:  trunk
changeset: 784493:3204684c2420
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Tue Jan 29 21:04:55 2013 +0000

description:
Add forgotten atabus at ata. Needed for satalink.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 361cdcba82d0 -r 3204684c2420 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Tue Jan 29 21:02:50 2013 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Tue Jan 29 21:04:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.109 2013/01/29 00:52:50 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.110 2013/01/29 21:04:55 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.109 $"
+#ident                 "GENERIC-$Revision: 1.110 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -529,6 +529,7 @@
 
 atabus*        at wdc? 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
 cd*            at atapibus? drive ?    # ATAPI CD-ROM drives



Home | Main Index | Thread Index | Old Index