aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2019-08-04 19:47:02 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2019-08-04 19:47:02 +0000
commita83733119d1b64788938a45135d822ae50dedca3 (patch)
treedc155ce213c0f7126bccc7e5642a8ebdf7a9065f /sys/dev/pci
parent937a05ba81c3d6fc5c9558b98b882fd61fa56e7b (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-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__)