/[gxemul]/trunk/src/include/diskimage.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/src/include/diskimage.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Mon Oct 8 16:18:51 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 4940 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.982 2005/10/07 22:45:32 debug Exp $
20050816	Some success in decoding the way the SGI O2 PROM draws graphics
		during bootup; lines/rectangles and bitmaps work, enough to
		show the bootlogo etc. :-)
		Adding more PPC instructions, and (dummy) BAT registers.
20050817	Updating the pckbc to support scancode type 3 keyboards
		(required in order to interact with the SGI O2 PROM).
		Adding more PPC instructions.
20050818	Adding more ARM instructions; general register forms.
		Importing armreg.h from NetBSD (ARM cpu ids). Adding a (dummy)
		CATS machine mode (using SA110 as the default CPU).
		Continuing on general dyntrans related stuff.
20050819	Register forms for ARM load/stores. Gaah! The Compaq C Compiler
		bug is triggered for ARM loads as well, not just PPC :-(
		Adding full support for ARM PC-relative load/stores, and load/
		stores where the PC register is the destination register.
		Adding support for ARM a.out binaries.
20050820	Continuing to add more ARM instructions, and correcting some
		bugs. Continuing on CATS emulation.
		More work on the PPC stuff.
20050821	Minor PPC and ARM updates. Adding more machine types.
20050822	All ARM "data processing instructions" are now generated
		automatically.
20050824	Beginning the work on the ARM system control coprocessor.
		Adding support for ARM halfword load/stores, and signed loads.
20050825	Fixing an important bug related to the ARM condition codes.
		OpenBSD/zaurus and NetBSD/netwinder now print some boot
		messages. :)
		Adding a dummy SH (Hitachi SuperH) cpu family.
		Beginning to add some ARM virtual address translation.
		MIPS bugfixes: unaligned PC now cause an ADEL exception (at
		least for non-bintrans execution), and ADEL/ADES (not
		TLBL/TLBS) are used if userland tries to access kernel space.
		(Thanks to Joshua Wise for making me aware of these bugs.)
20050827	More work on the ARM emulation, and various other updates.
20050828	More ARM updates.
		Finally taking the time to work on translation invalidation
		(i.e. invalidating translated code mappings when memory is
		written to). Hopefully this doesn't break anything.
20050829	Moving CPU related files from src/ to a new subdir, src/cpus/.
		Moving PROM emulation stuff from src/ to src/promemul/.
		Better debug instruction trace for ARM loads and stores.
20050830	Various ARM updates (correcting CMP flag calculation, etc).
20050831	PPC instruction updates. (Flag fixes, etc.)
20050901	Various minor PPC and ARM instruction emulation updates.
		Minor OpenFirmware emulation updates.
20050903	Adding support for adding arbitrary ARM coprocessors (with
		the i80321 I/O coprocessor as a first test).
		Various other ARM and PPC updates.
20050904	Adding some SHcompact disassembly routines.
20050907	(Re)adding a dummy HPPA CPU module, and a dummy i960 module.
20050908	Began hacking on some Apple Partition Table support.
20050909	Adding support for loading Mach-O (Darwin PPC) binaries.
20050910	Fixing an ARM bug (Carry flag was incorrectly updated for some
		data processing instructions); OpenBSD/cats and NetBSD/
		netwinder get quite a bit further now.
		Applying a patch to dev_wdc, and a one-liner to dev_pcic, to
		make them work better when emulating new versions of OpenBSD.
		(Thanks to Alexander Yurchenko for the patches.)
		Also doing some other minor updates to dev_wdc. (Some cleanup,
		and finally converting to devinit, etc.)
20050912	IRIX doesn't have u_int64_t by default (noticed by Andreas
		<avr@gnulinux.nl>); configure updated to reflect this.
		Working on ARM register bank switching, CPSR vs SPSR issues,
		and beginning the work on interrupt/exception support.
20050913	Various minor ARM updates (speeding up load/store multiple,
		and fixing a ROR bug in R(); NetBSD/cats now boots as far as
		OpenBSD/cats).
20050917	Adding a dummy Atmel AVR (8-bit) cpu family skeleton.
20050918	Various minor updates.
20050919	Symbols are now loaded from Mach-O executables.
		Continuing the work on adding ARM exception support.
20050920	More work on ARM stuff: OpenBSD/cats and NetBSD/cats reach
		userland! :-)
20050921	Some more progress on ARM interrupt specifics.
20050923	Fixing linesize for VR4121 (patch by Yurchenko). Also fixing
		linesizes/cachesizes for some other VR4xxx.
		Adding a dummy Acer Labs M1543 PCI-ISA bridge (for CATS) and a
		dummy Symphony Labs 83C553 bridge (for Netwinder), usable by 
		dev_footbridge.
20050924	Some PPC progress.
20050925	More PPC progress.
20050926	PPC progress (fixing some bugs etc); Darwin's kernel gets
		slightly further than before.
20050928	Various updates: footbridge/ISA/pciide stuff, and finally
		fixing the VGA text scroll-by-changing-the-base-offset bug.
20050930	Adding a dummy S3 ViRGE pci card for CATS emulation, which
		both NetBSD and OpenBSD detects as VGA.
		Continuing on Footbridge (timers, ISA interrupt stuff).
20051001	Continuing... there are still bugs, probably interrupt-
		related.
20051002	More work on the Footbridge (interrupt stuff).
20051003	Various minor updates. (Trying to find the bug(s).)
20051004	Continuing on the ARM stuff.
20051005	More ARM-related fixes.
20051007	FINALLY! Found and fixed 2 ARM bugs: 1 memory related, and the
		other was because of an error in the ARM manual (load multiple
		with the S-bit set should _NOT_ load usermode registers, as the
		manual says, but it should load saved registers, which may or
		may not happen to be usermode registers).
		NetBSD/cats and OpenBSD/cats seem to install fine now :-)
		except for a minor bug at the end of the OpenBSD/cats install.
		Updating the documentation, preparing for the next release.
20051008	Continuing with release testing and cleanup.

1 #ifndef DISKIMAGE_H
2 #define DISKIMAGE_H
3
4 /*
5 * Copyright (C) 2003-2005 Anders Gavare. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:
9 *
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. The name of the author may not be used to endorse or promote products
16 * derived from this software without specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 *
31 * $Id: diskimage.h,v 1.29 2005/09/27 23:55:46 debug Exp $
32 *
33 * Generic disk image functions. (See diskimage.c for more info.)
34 */
35
36 #include <stdio.h>
37 #include <sys/types.h>
38
39 #include "misc.h"
40
41 /* Diskimage types: */
42 #define DISKIMAGE_SCSI 1
43 #define DISKIMAGE_IDE 2
44 #define DISKIMAGE_FLOPPY 3
45
46 #define DISKIMAGE_TYPES { "(NONE)", "SCSI", "IDE", "FLOPPY" }
47
48 struct diskimage {
49 struct diskimage *next;
50 int type; /* DISKIMAGE_SCSI, etc */
51 int id; /* SCSI id */
52
53 char *fname;
54 FILE *f;
55
56 int chs_override;
57 int cylinders;
58 int heads;
59 int sectors_per_track;
60
61 off_t total_size;
62 int logical_block_size;
63
64 int writable;
65 int is_a_cdrom;
66 int is_boot_device;
67
68 int is_a_tape;
69 uint64_t tape_offset;
70 int tape_filenr;
71 int filemark;
72
73 int rpms;
74 int ncyls;
75 };
76
77
78 /* Transfer command, sent from a SCSI controller device to a disk: */
79 struct scsi_transfer {
80 struct scsi_transfer *next_free;
81
82 /* These should be set by the SCSI controller before the call: */
83 unsigned char *msg_out;
84 size_t msg_out_len;
85 unsigned char *cmd;
86 size_t cmd_len;
87
88 /* data_out_len is set by the SCSI disk, if it needs data_out,
89 which is then filled in during a second pass in the controller. */
90 unsigned char *data_out;
91 size_t data_out_len;
92 size_t data_out_offset;
93
94 /* These should be set by the SCSI (disk) device before returning: */
95 unsigned char *data_in;
96 size_t data_in_len;
97 unsigned char *msg_in;
98 size_t msg_in_len;
99 unsigned char *status;
100 size_t status_len;
101 };
102
103
104 struct machine;
105
106 struct scsi_transfer *scsi_transfer_alloc(void);
107 void scsi_transfer_free(struct scsi_transfer *);
108 void scsi_transfer_allocbuf(size_t *lenp, unsigned char **pp,
109 size_t want_len, int clearflag);
110
111
112 int64_t diskimage_getsize(struct machine *machine, int id, int type);
113 void diskimage_getchs(struct machine *machine, int id, int type,
114 int *c, int *h, int *s);
115 int diskimage_scsicommand(struct cpu *cpu, int id, int type,
116 struct scsi_transfer *);
117 int diskimage_access(struct machine *machine, int id, int type, int writeflag,
118 off_t offset, unsigned char *buf, size_t len);
119 int diskimage_exist(struct machine *machine, int id, int type);
120 int diskimage_bootdev(struct machine *machine, int *typep);
121 int diskimage_add(struct machine *machine, char *fname);
122 int diskimage_getname(struct machine *machine, int id, int type,
123 char *buf, size_t bufsize);
124 int diskimage_is_a_cdrom(struct machine *machine, int id, int type);
125 int diskimage_is_a_tape(struct machine *machine, int id, int type);
126 void diskimage_dump_info(struct machine *machine);
127
128 /*
129 * SCSI commands:
130 */
131 #define SCSICMD_TEST_UNIT_READY 0x00 /* Mandatory */
132 #define SCSICMD_REQUEST_SENSE 0x03 /* Mandatory */
133 #define SCSICMD_INQUIRY 0x12 /* Mandatory */
134
135 #define SCSICMD_READ 0x08
136 #define SCSICMD_READ_10 0x28
137 #define SCSICMD_WRITE 0x0a
138 #define SCSICMD_WRITE_10 0x2a
139 #define SCSICMD_MODE_SELECT 0x15
140 #define SCSICMD_MODE_SENSE 0x1a
141 #define SCSICMD_START_STOP_UNIT 0x1b
142
143 #define SCSICMD_SYNCHRONIZE_CACHE 0x35
144
145 /* SCSI block device commands: */
146 #define SCSIBLOCKCMD_READ_CAPACITY 0x25
147
148 /* SCSI CD-ROM commands: */
149 #define SCSICDROM_READ_SUBCHANNEL 0x42
150 #define SCSICDROM_READ_TOC 0x43
151
152 /* SCSI tape commands: */
153 #define SCSICMD_REWIND 0x01
154 #define SCSICMD_READ_BLOCK_LIMITS 0x05
155 #define SCSICMD_SPACE 0x11
156
157
158 #endif /* DISKIMAGE_H */

  ViewVC Help
Powered by ViewVC 1.1.26