freebsd-src/sys/amd64
John Baldwin 5264a94f3f Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,
not the 'entry' member.  The entry point is formed from both a base and
a relative entry point.  'entry' is that relative offset.  It is perfectly
valid to have an entry point with a relative offset of 0.  PCIbios.ventry
is the virtual address of the entry point that takes both 'base' and
'entry' into account, thus it is the proper variable to test to see if we
have an entry point or not.
2002-09-05 17:07:07 +00:00
..
acpica Replace (ab)uses of "NULL" where "0" is really meant. 2002-08-22 21:24:01 +00:00
amd64 Move some variables to the BSS instead of explicitly zero'ing them. This 2002-09-05 17:05:15 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Statically compile pcn(4) into the install kernel vs. using as module. 2002-09-05 15:45:01 +00:00
ia32 Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to 2002-09-01 21:41:24 +00:00
include Function prototypes don't need 'extern'. 2002-09-04 19:31:09 +00:00
isa Revive backed out pmap related changes from Feb 2002. The highlights are: 2002-07-12 07:56:11 +00:00
pci Test PCIbios.ventry against 0 to see if we found a PCIbios entry point, 2002-09-05 17:07:07 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00