Skip to content

Commit

Permalink
Merge pull request #1044 from wwarthen/master
Browse files Browse the repository at this point in the history
Update discard.c
  • Loading branch information
EtchedPixels authored Feb 19, 2024
2 parents a5ceea5 + e936ae8 commit aacad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/platform/platform-rcbus-z180/discard.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ uint8_t plt_param(char *p)
void device_init(void)
{
ide_probe();
if (systype == 10) { /* Has SD glue */
if ((systype == 10) || (systype == 16)) { /* Has SD glue */
sd_probe();
#ifdef CONFIG_NET
netdev_init();
Expand Down

0 comments on commit aacad03

Please sign in to comment.