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 Disable X-Surf devices for DRACO's confi...
details: https://anonhg.NetBSD.org/src/rev/40a7e367b67f
branches: trunk
changeset: 330324:40a7e367b67f
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 05 09:47:30 2014 +0000
description:
Disable X-Surf devices for DRACO's configuration.
- ne at xsh requires ax88190 and ax88190 requires mii(4),
but all mii devices are declared only inside AMIGA_CONFIGURATION
- X-Surf also add wdc(4) but all children devices like atabus and
atapibus are declared only for AMIGA_CONFIGURATION
XXX: DRACO kernel is not built during build.sh release.
diffstat:
sys/arch/amiga/conf/GENERIC.in | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 2fa003699811 -r 40a7e367b67f sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Sat Jul 05 09:39:35 2014 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Sat Jul 05 09:47:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.123 2013/12/26 20:38:11 rkujawa Exp $
+# $NetBSD: GENERIC.in,v 1.124 2014/07/05 09:47:30 tsutsui Exp $
#
##
# GENERIC machine description file
@@ -52,7 +52,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.123 $"
+#ident "GENERIC-$Revision: 1.124 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -455,6 +455,7 @@
es* at zbus0 # CEI A4066 EthernetPLUS
qn* at zbus0 # Quicknet
+m4_ifdef(`AMIGA_CONFIGURATION', `m4_dnl
xsh* at zbus0 # X-Surf 100
ne* at xshbus? # NE2000 chip on X-Surf 100
@@ -464,6 +465,7 @@
wdc* at xsurfbus? # IDE on X-Surf
clockport* at gencp?
+')m4_dnl
# Arcnet
bah* at zbus0 # C=/Ameristar A2060 / 560
Home |
Main Index |
Thread Index |
Old Index