Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf Add PCMCIA support (for nell at sbus a...



details:   https://anonhg.NetBSD.org/src/rev/f2088c1299d8
branches:  trunk
changeset: 526526:f2088c1299d8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 05 11:22:19 2002 +0000

description:
Add PCMCIA support (for nell at sbus and pci cardbus bridges)

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cec431fe9e04 -r f2088c1299d8 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Sun May 05 10:02:17 2002 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Sun May 05 11:22:19 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.60 2002/04/16 20:50:23 thorpej Exp $
+#      $NetBSD: files.sparc64,v 1.61 2002/05/05 11:22:19 martin Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -103,6 +103,9 @@
 attach audiocs at ebus with audiocs_ebus
 file   dev/ebus/cs4231_ebus.c                  audiocs_ebus
 
+# PCMCIA bus (references fdc)
+include "dev/pcmcia/files.pcmcia"
+
 #
 # Console related stuff
 #



Home | Main Index | Thread Index | Old Index