mmcsd(4): Fix typo in disk_create() args. Allows accessing >1 SD-/MMC-card.
authorImre Vadász <imre@vdsz.com>
Thu, 17 Mar 2016 20:25:56 +0000 (21:25 +0100)
committerImre Vadász <imre@vdsz.com>
Thu, 17 Mar 2016 21:30:58 +0000 (22:30 +0100)
commitd0f2d299e9072bb456f556f7c32d8afe051b0954
tree9d2a4ebb4e1f62ed6789525f831ba18c8cccbfd1
parent919827e91477f6c13fbb77a016b583e7e912a442
mmcsd(4): Fix typo in disk_create() args. Allows accessing >1 SD-/MMC-card.

* sc->unit was always 0, so only mmcsd0 was accessible.
sys/dev/disk/mmcsd/mmcsd.c