Enable BIOS modes on amd64.

Submitted by:	paradox <ddkprog at yahoo com>
This commit is contained in:
Xin LI 2009-09-14 05:38:03 +00:00
parent b209cefead
commit b53c4efaa1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197185

View file

@ -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