Enable pccardd when the system is installed with PC-card support.
This commit is contained in:
parent
0b9ff6f4f4
commit
e5be36999f
@ -165,8 +165,10 @@ pccardInitialize(void)
|
||||
strcat(pccardd_cmd, card_irq);
|
||||
strcat(pccardd_cmd, " -z");
|
||||
|
||||
strcpy(pccardd_flags, card_irq);
|
||||
variable_set2("pccard_enable", "YES", 1);
|
||||
|
||||
variable_set2("pccardd_flags", card_irq, 1);
|
||||
strcpy(pccardd_flags, card_irq);
|
||||
|
||||
vsystem(pccardd_cmd);
|
||||
restorescr(w);
|
||||
|
@ -165,8 +165,10 @@ pccardInitialize(void)
|
||||
strcat(pccardd_cmd, card_irq);
|
||||
strcat(pccardd_cmd, " -z");
|
||||
|
||||
strcpy(pccardd_flags, card_irq);
|
||||
variable_set2("pccard_enable", "YES", 1);
|
||||
|
||||
variable_set2("pccardd_flags", card_irq, 1);
|
||||
strcpy(pccardd_flags, card_irq);
|
||||
|
||||
vsystem(pccardd_cmd);
|
||||
restorescr(w);
|
||||
|
Loading…
Reference in New Issue
Block a user