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 wdc at xsurf, remove WDC_NO_IDS (...



details:   https://anonhg.NetBSD.org/src/rev/59bf3833072c
branches:  trunk
changeset: 782826:59bf3833072c
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Wed Nov 21 22:33:50 2012 +0000

description:
Enable wdc at xsurf, remove WDC_NO_IDS (phx@ confirmed it's not needed).

diffstat:

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

diffs (28 lines):

diff -r 4fa183c98fe8 -r 59bf3833072c sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Wed Nov 21 20:45:35 2012 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Wed Nov 21 22:33:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.105 2012/11/19 22:39:47 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.106 2012/11/21 22:33:50 rkujawa Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.105 $"
+#ident                 "GENERIC-$Revision: 1.106 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -466,8 +466,7 @@
 xsurf*         at zbus0                # X-Surf
 ne*            at xsurfbus?            # NE2000 chip on X-Surf
 gencp*         at xsurfbus?            # clockports on X-Surf
-#wdc*          at xsurfbus?            # IDE on X-Surf
-#options       WDC_NO_IDS
+wdc*           at xsurfbus?            # IDE on X-Surf
 clockport*     at gencp?
 
 # Arcnet



Home | Main Index | Thread Index | Old Index