diff options
| author | Miguel <m.i@gmx.at> | 2018-10-13 17:18:49 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-13 17:18:49 +0200 |
| commit | 5aeab1c853e487aa0042d5c32200d623efe908d3 (patch) | |
| tree | 51c810e0ce95c2b031b69999be2c0ab4244b2749 /driver/pci.c | |
| parent | 279f3336a8f6b31ca38bdd272c73aebd68fa88fe (diff) | |
fontstuff et al.
Diffstat (limited to 'driver/pci.c')
| -rw-r--r-- | driver/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/pci.c b/driver/pci.c index a6d68c1..4d0ea3e 100644 --- a/driver/pci.c +++ b/driver/pci.c @@ -6,7 +6,7 @@ #define PCI_CONFIG_DATA 0xCFC #define PCI_CONFIG_ADDRESS 0xCF8 -static uint32_t e1000_addr; +static uint32_t e1000_addr=0; static char *get_class(uint8_t v) { |
