diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:32:38 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:32:38 +0000 |
commit | fe5c151de41b0a0c6315856eadf58f4c82aeaf72 (patch) | |
tree | 287153241dcb5d8cc58ae5b3288f21777824b54d /emulators/psim-freebsd/files | |
parent | 745067e4018783a3e27b501fcc5798316eeca195 (diff) |
Notes
Diffstat (limited to 'emulators/psim-freebsd/files')
-rw-r--r-- | emulators/psim-freebsd/files/patch-hw_disk.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/psim-freebsd/files/patch-hw_disk.c b/emulators/psim-freebsd/files/patch-hw_disk.c deleted file mode 100644 index 53b67cf2d51a..000000000000 --- a/emulators/psim-freebsd/files/patch-hw_disk.c +++ /dev/null @@ -1,12 +0,0 @@ ---- sim/ppc/hw_disk.c.orig Thu Apr 15 18:35:09 1999 -+++ sim/ppc/hw_disk.c Mon Mar 25 15:58:01 2002 -@@ -232,6 +232,9 @@ - space, address, 0/*size*/, access_read_write_exec, - me); - -+ /* Tell the world we are a disk. */ -+ device_add_string_property(me, "device_type", "disk"); -+ - /* get the name of the file specifying the disk image */ - disk->name_index = 0; - disk->nr_names = device_find_string_array_property(me, "file", |