scottl      2008-02-15 06:26:25 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              conf.h 
    sys/geom             geom_disk.c 
    sys/i386/i386        dump_machdep.c minidump_machdep.c 
    sys/amd64/amd64      dump_machdep.c minidump_machdep.c 
  Log:
  Teach the dump and minidump code to respect the maxioszie attribute of
  the disk; the hard-coded assumption of 64K doesn't work in all cases.
  
  Revision  Changes    Path
  1.14      +6 -2      src/sys/amd64/amd64/dump_machdep.c
  1.4       +6 -2      src/sys/amd64/amd64/minidump_machdep.c
  1.105     +1 -0      src/sys/geom/geom_disk.c
  1.14      +6 -2      src/sys/i386/i386/dump_machdep.c
  1.5       +6 -2      src/sys/i386/i386/minidump_machdep.c
  1.235     +1 -0      src/sys/sys/conf.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