diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-08-04 19:47:02 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-08-04 19:47:02 +0000 |
| commit | a83733119d1b64788938a45135d822ae50dedca3 (patch) | |
| tree | dc155ce213c0f7126bccc7e5642a8ebdf7a9065f /sys/dev | |
| parent | 937a05ba81c3d6fc5c9558b98b882fd61fa56e7b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/vga_pci.c | 2 |
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__) |
