freebsd-dev/sys/amd64
John Baldwin f6c48c1932 Use a single constant to define the sizes of the physmap[], phys_avail[],
and dump_avail[] arrays so they are in sync (previously it was possible
to store more entries in the physmap[] then we could store in phys_avail[],
which was pointless).  While I'm here, bump up the length of these tables
to hold 30 entries on amd64 and 16 on i386.  This allows machines with
fairly fragmented memory maps to boot ok (at least one machine would
not boot FreeBSD/i386 but would boot FreeBSD/amd64 because amd64 allowed
for more fragments).

MFC after:	3 days
2006-09-07 15:03:02 +00:00
..
acpica First pass at allowing memory to be mapped using cache modes other than 2006-08-11 19:22:57 +00:00
amd64 Use a single constant to define the sizes of the physmap[], phys_avail[], 2006-09-07 15:03:02 +00:00
compile
conf Remove sio(4) and related options from MI files to amd64, i386 2006-07-29 18:38:54 +00:00
ia32 Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is 2006-07-28 20:22:58 +00:00
include First pass at allowing memory to be mapped using cache modes other than 2006-08-11 19:22:57 +00:00
isa Rework how we wire up interrupt sources to CPUs: 2006-02-28 22:24:55 +00:00
linux32 MFi386 parts of rev 1.55 (modulo real MD parts): 2006-08-28 13:09:24 +00:00
pci MFi386: rename pcib_devclass to hostb_devclass (cosmetic here) 2006-03-13 23:58:40 +00:00
Makefile