mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2002-09-27 Andrew Cagney <ac131313@redhat.com>
* hw_disk.c (hw_disk_init_address): Set device type to "block", not "disk".
This commit is contained in:
parent
9bbe19fb37
commit
fe1198e63e
@ -1,3 +1,8 @@
|
||||
2002-09-27 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* hw_disk.c (hw_disk_init_address): Set device type to "block",
|
||||
not "disk".
|
||||
|
||||
2002-06-22 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* Makefile.in (INTL_SRC): Define.
|
||||
|
@ -233,7 +233,7 @@ hw_disk_init_address(device *me)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user