Searched hist:151894 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/ofw/
H A Dofw_disk.cdiff 151894 Mon Oct 31 03:09:38 MST 2005 grehan The mediasize shouldn't be multipled by the sector size when it was
in bytes to start off with. This caused the GPT geom sniffer to attempt
a seek just back from the end of the 'disk', which resulted in a > 4G
seek, causing gdb psim to exit since it only supports 32-bit seeks.

The size of the disk should really be specified in the psim device tree,
but for now do the minimal amount of work to get psim to run again.

Completed in 99 milliseconds