Tyan k8sr lockups

Astrodog astrodog at gmail.com
Fri Apr 1 22:01:06 PST 2005


On Apr 1, 2005 8:26 PM, Doug White <dwhite at gumbysoft.com> wrote:
> On Fri, 1 Apr 2005, Gary Mu1der wrote:
> 
> > I have isolated the crash to the following dd command:
> >
> >       dd if=/dev/mem of=/dev/null bs=1024k skip=4040 count=1
> 
> Reading from random places in /dev/mem will cause unpredicatable behavior.
> Memory at that offset is in PCI memory-mapped device space, and reading
> from there may disrupt the PCI bridge, enable or disable interrupts, or
> worse.
> 
> --

I think the basic idea here is that dd'ing from /dev/mem may or may
not work, on any given hardware, and is certainly not reccomended. If
you want to test this "Safely", do an mdconfig, and dd onto, or from
the md device.


More information about the freebsd-amd64 mailing list