>>> NONAKA Kimihiro <non...@netbsd.org> 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