2002-09-27 Andrew Cagney * hw_disk.c (hw_disk_init_address): Set device type to "block", not "disk". Index: hw_disk.c =================================================================== RCS file: /cvs/src/src/sim/ppc/hw_disk.c,v retrieving revision 1.2 diff -u -r1.2 hw_disk.c --- hw_disk.c 25 Mar 2002 04:39:20 -0000 1.2 +++ hw_disk.c 27 Sep 2002 21:00:45 -0000 @@ -233,7 +233,7 @@ me); /* Tell the world we are a disk. */ - device_add_string_property(me, "device_type", "disk"); + device_add_string_property(me, "device_type", "block"); /* get the name of the file specifying the disk image */ disk->name_index = 0;