Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf Remove some bogus config goop that shou...



details:   https://anonhg.NetBSD.org/src/rev/202c61ef20e5
branches:  trunk
changeset: 565120:202c61ef20e5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 30 00:54:34 2004 +0000

description:
Remove some bogus config goop that should never have been here.

diffstat:

 sys/arch/evbppc/conf/files.obs405 |  14 +-------------
 sys/arch/evbppc/conf/files.walnut |  14 +-------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diffs (50 lines):

diff -r 1ad2e77d120c -r 202c61ef20e5 sys/arch/evbppc/conf/files.obs405
--- a/sys/arch/evbppc/conf/files.obs405 Tue Mar 30 00:04:37 2004 +0000
+++ b/sys/arch/evbppc/conf/files.obs405 Tue Mar 30 00:54:34 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.obs405,v 1.4 2003/11/19 14:27:24 scw Exp $
+#      $NetBSD: files.obs405,v 1.5 2004/03/30 00:54:34 simonb Exp $
 #
 # obs405-specific configuration info
 
@@ -23,15 +23,3 @@
 # Raster operations
 include "dev/rasops/files.rasops"
 include "dev/wsfont/files.wsfont"
-
-#
-# Machine-independent CardBus drivers
-#
-
-# XXX dev/pcmcia needs fdc
-device fdc {drive = -1}
-
-include "dev/cardbus/files.cardbus"
-include "dev/pcmcia/files.pcmcia"
-
-file arch/macppc/macppc/rbus_machdep.c         cardbus
diff -r 1ad2e77d120c -r 202c61ef20e5 sys/arch/evbppc/conf/files.walnut
--- a/sys/arch/evbppc/conf/files.walnut Tue Mar 30 00:04:37 2004 +0000
+++ b/sys/arch/evbppc/conf/files.walnut Tue Mar 30 00:54:34 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.walnut,v 1.6 2004/03/13 17:31:33 bjh21 Exp $
+#      $NetBSD: files.walnut,v 1.7 2004/03/30 00:54:34 simonb Exp $
 #
 # walnut-specific configuration info
 
@@ -58,15 +58,3 @@
 include "dev/pckbport/files.pckbport"
 attach pckbc at pbus with pckbc_pbus
 file   arch/evbppc/walnut/dev/pckbc_pbus.c     pckbc_pbus
-
-#
-# Machine-independent CardBus drivers
-#
-
-# XXX dev/pcmcia needs fdc
-device fdc {drive = -1}
-
-include "dev/cardbus/files.cardbus"
-include "dev/pcmcia/files.pcmcia"
-
-file arch/macppc/macppc/rbus_machdep.c         cardbus



Home | Main Index | Thread Index | Old Index