Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Define fdc, because dev/pcmcia needs it.



details:   https://anonhg.NetBSD.org/src/rev/86660bb6e282
branches:  trunk
changeset: 477197:86660bb6e282
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Oct 15 06:43:05 1999 +0000

description:
Define fdc, because dev/pcmcia needs it.

diffstat:

 sys/arch/macppc/conf/files.macppc |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r e526648e23bc -r 86660bb6e282 sys/arch/macppc/conf/files.macppc
--- a/sys/arch/macppc/conf/files.macppc Fri Oct 15 06:42:21 1999 +0000
+++ b/sys/arch/macppc/conf/files.macppc Fri Oct 15 06:43:05 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.macppc,v 1.23 1999/10/15 06:12:15 haya Exp $
+#      $NetBSD: files.macppc,v 1.24 1999/10/15 06:43:05 tsubai Exp $
 #
 # macppc-specific configuration info
 
@@ -166,6 +166,11 @@
 #
 # Machine-independent CardBus drivers
 #
+
+# XXX dev/pcmcia needs fdc
+device fdc {drive = -1}
+
 include "dev/files.cardbus"
 include "dev/pcmcia/files.pcmcia"
+
 file arch/macppc/macppc/rbus_machdep.c         cardbus



Home | Main Index | Thread Index | Old Index