Fixed a typo in pci.c;

Attempt to fix the S3 linear framebuffer.
This commit is contained in:
OBattler
2016-11-05 03:33:01 +01:00
parent 0402908671
commit b5710421b0
2 changed files with 96 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
void (*pci_card_write[32])(int func, int addr, uint8_t val, void *priv);
uint8_t (*pci_card_read[32])(int func, int addr, void *priv);
void *pci_priv[32];
static uint8_t pci_index pci_func, pci_card, pci_bus, pci_enable, pci_key;
static uint8_t pci_index, pci_func, pci_card, pci_bus, pci_enable, pci_key;
static int pci_min_card, pci_max_card;
int pci_burst_time, pci_nonburst_time;