Source-Changes-D archive

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

Re: CVS commit: src/sys/dev/sdmmc



>>> NONAKA Kimihiro <nonaka%netbsd.org@localhost> wrote

> Module Name:  src
> Committed By: nonaka
> Date:         Sun Apr 26 07:21:13 UTC 2009
> 
> Modified Files:
>       src/sys/dev/sdmmc: sdmmcreg.h
> 
> Log Message:
> Added some command definitions.

|  
| -/* SD commands */                              /* response type */
| -#define SD_SEND_RELATIVE_ADDR          3       /* R6 */
| +/* SD commands */                      /* response type */
| +#define SD_SET_RELATIVE_ADDR           3       /* R6 */
|  #define SD_SEND_IF_COND                        8       /* R7 */

This part of changes broke the kernel build.

-- Takeshi Nakayama


Home | Main Index | Thread Index | Old Index