Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia add PCMCIA_CISTPL_SDIO definition.



details:   https://anonhg.NetBSD.org/src/rev/5018505ad224
branches:  trunk
changeset: 459214:5018505ad224
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sun Sep 01 00:36:52 2019 +0000

description:
add PCMCIA_CISTPL_SDIO definition.

diffstat:

 sys/dev/pcmcia/pcmciareg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 172ba3986a41 -r 5018505ad224 sys/dev/pcmcia/pcmciareg.h
--- a/sys/dev/pcmcia/pcmciareg.h        Sat Aug 31 21:35:50 2019 +0000
+++ b/sys/dev/pcmcia/pcmciareg.h        Sun Sep 01 00:36:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcmciareg.h,v 1.10 2005/12/11 12:23:23 christos Exp $  */
+/*     $NetBSD: pcmciareg.h,v 1.11 2019/09/01 00:36:52 mlelstv Exp $   */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -202,6 +202,7 @@
 
 /* #define     PCMCIA_CISTPL_RESERVED          0x80-0x8F */
 #define        PCMCIA_CISTPL_SPCL                      0x90
+#define        PCMCIA_CISTPL_SDIO                      0x91
 /* #define     PCMCIA_CISTPL_RESERVED          0x90-0xFE */
 
 /*



Home | Main Index | Thread Index | Old Index