jhb         2007-10-28 21:23:49 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c nexus.c 
    sys/i386/i386        machdep.c 
    sys/amd64/include/pc bios.h 
    sys/boot/i386/libi386 biosmem.c biossmap.c 
    sys/i386/include/pc  bios.h 
  Log:
  - Add constants for the different memory types in the SMAP table.
  - Use the SMAP types and constants from <machine/pc/bios.h> in the boot
    code rather than duplicating it.
  
  Revision  Changes    Path
  1.676     +1 -1      src/sys/amd64/amd64/machdep.c
  1.78      +1 -1      src/sys/amd64/amd64/nexus.c
  1.20      +8 -2      src/sys/amd64/include/pc/bios.h
  1.9       +8 -14     src/sys/boot/i386/libi386/biosmem.c
  1.7       +10 -17    src/sys/boot/i386/libi386/biossmap.c
  1.659     +1 -1      src/sys/i386/i386/machdep.c
  1.19      +8 -2      src/sys/i386/include/pc/bios.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to