Enable pccardd when the system is installed with PC-card support.

This commit is contained in:
hosokawa 2000-01-14 17:18:42 +00:00
parent 0b9ff6f4f4
commit e5be36999f
2 changed files with 6 additions and 2 deletions

View File

@ -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);

View File

@ -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);