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 "wb at ebus" and sdmmc, ld for the...



details:   https://anonhg.NetBSD.org/src/rev/fed9fde80770
branches:  trunk
changeset: 932583:fed9fde80770
user:      jdc <jdc%NetBSD.org@localhost>
date:      Mon May 11 18:29:59 2020 +0000

description:
Add "wb at ebus" and sdmmc, ld for the SD card reader on SPARCle.

diffstat:

 sys/arch/sparc64/conf/GENERIC |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 5a75ffacbc32 -r fed9fde80770 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Mon May 11 17:40:50 2020 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Mon May 11 18:29:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.226 2020/03/28 08:35:36 isaki Exp $
+# $NetBSD: GENERIC,v 1.227 2020/05/11 18:29:59 jdc Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.226 $"
+#ident         "GENERIC-$Revision: 1.227 $"
 
 maxusers       64
 
@@ -281,6 +281,11 @@
 wskbd*         at pckbd? console ?
 wsmouse*       at pms? mux 0
 
+## Tadpole SPARCle SD card
+wb*            at ebus?                # Winbond W83L518D SD/MMC reader
+sdmmc*                 at wb?
+ld*            at sdmmc?
+
 ## Magma Serial/Parallel driver (not tested)
 #magma*        at sbus? slot ? offset ?
 #mtty* at magma?



Home | Main Index | Thread Index | Old Index