aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/vga_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index bde5cd7a55ca..a97ff631752b 100644
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -169,7 +169,7 @@ vga_pci_map_bios(device_t dev, size_t *size)
device_t pcib;
uint32_t rom_addr;
uint16_t config;
- volatile char *bios;
+ volatile unsigned char *bios;
int i, rid, found;
#if defined(__amd64__) || defined(__i386__)