mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Enable BIOS modes on amd64.
Submitted by: paradox <ddkprog at yahoo com>
This commit is contained in:
parent
b209cefead
commit
b53c4efaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ vga_mmap(struct cdev *dev, vga_softc_t *sc, vm_offset_t offset, vm_offset_t *pad
|
|||
#endif
|
||||
|
||||
/* architecture dependent option */
|
||||
#ifndef __i386__
|
||||
#if !defined(__i386__) && !defined(__amd64__)
|
||||
#define VGA_NO_BIOS 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue