diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-12 14:01:40 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-12 14:01:40 +0000 |
commit | 99e65551b9bcfa3dd0f837068d871552f6501af3 (patch) | |
tree | 47746a5cf787e85809af7176101c6cbcef1c23d8 /sys/amd64 | |
parent | 22bfcf5b903832f985a3d630fdad61b72a9d1763 (diff) | |
parent | aed257e3d8840e7e4ae6a445d46b4ec5a02ef330 (diff) | |
download | FreeBSD-src-99e65551b9bcfa3dd0f837068d871552f6501af3.zip FreeBSD-src-99e65551b9bcfa3dd0f837068d871552f6501af3.tar.gz |
MFC
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/amd64/machdep.c | 3 | ||||
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 127b2cf..94b4037 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1298,9 +1298,6 @@ add_smap_entry(struct bios_smap *smap, vm_paddr_t *physmap, int *physmap_idxp) * available physical memory in the system, then test this memory and * build the phys_avail array describing the actually-available memory. * - * If we cannot accurately determine the physical memory map, then use - * value from the 0xE801 call, and failing that, the RTC. - * * Total memory size may be set by the kernel environment variable * hw.physmem or the compile-time define MAXMEM. * diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 33c142c..c43cd33 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -165,6 +165,7 @@ device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc +options SC_PIXEL_MODE # add support for the raster text mode device agp # support several AGP chipsets |