mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 00:41:30 +01:00
Enable pccardd when the system is installed with PC-card support.
This commit is contained in:
parent
e4f25e405c
commit
606585d088
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55982
@ -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