Fixed a typo in pci.c;
Attempt to fix the S3 linear framebuffer.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user