Bochs/bochs/iodev
Volker Ruppert c6a9f8eb0d - added the capability to transfer more then one byte per ISA DMA cycle.
- use this feature for floppy read and write operations. This does not mean that
  the floppy now works faster than realtime, but it reduces the number of DMA
  calls from the CPU.
- removed outdated file: patch.fast-dma-cbothamy
- TODO: implement this feature in the SB16 (8 and 16 bit)
2012-07-12 21:20:46 +00:00
..
network - renamed PCI Pseudo NIC bochsrc option to "pcipnic" (temporary hack should 2012-07-11 21:03:59 +00:00
sound - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
usb - several improvements to the optional plugin control 2012-07-06 17:19:32 +00:00
acpi.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
acpi.h - moved pci_conf array as a protected member to the PCI device stub class (exists in all PCI devices) 2011-06-23 15:56:02 +00:00
aspi-win32.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
biosdev.cc - wx: use new log function name for the table of log modules 2012-02-23 17:16:35 +00:00
biosdev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
busmouse.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
busmouse.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
cdrom_amigaos.cc - renamed cdrom.cc to cdrom_misc.cc and created new file cdrom.cc that contains 2011-10-03 07:23:44 +00:00
cdrom_misc.cc - moved OSX specific cdrom code to separate file 2011-10-10 17:32:53 +00:00
cdrom_osx.cc - moved OSX specific cdrom code to separate file 2011-10-10 17:32:53 +00:00
cdrom_win32.cc removed redundant ifdef 2011-10-03 17:41:48 +00:00
cdrom.cc - renamed cdrom.cc to cdrom_misc.cc and created new file cdrom.cc that contains 2011-10-03 07:23:44 +00:00
cdrom.h - renamed cdrom.cc to cdrom_misc.cc and created new file cdrom.cc that contains 2011-10-03 07:23:44 +00:00
cmos.cc - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
cmos.h - added new parameter 'rtc_sync' for the 'clock' option. If this option is 2012-05-15 17:03:45 +00:00
devices.cc - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
devices.txt - another iodev cleanup: renamed pit_wrap files to 'pit' 2012-01-15 08:50:20 +00:00
dma.cc - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
dma.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
extfpuirq.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
extfpuirq.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
floppy.cc - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
floppy.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
gameport.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
gameport.h - implemented gameport (joystick) presence control by external device and use 2011-03-31 16:54:06 +00:00
harddrv.cc optimize harddrv code 2012-05-06 19:19:00 +00:00
harddrv.h optimize harddrv code 2012-05-06 19:19:00 +00:00
hdimage.cc - fixed some uninitialized values found with valgrind 2012-02-10 18:08:17 +00:00
hdimage.h - hdimage 'flat' mode: added support for Linux block devices (part of SF patch #3412431) 2011-11-26 15:09:00 +00:00
ioapic.cc allow 1-byte and 2-byte writes to I/O APIC index register 2012-05-22 14:48:48 +00:00
ioapic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
iodebug.cc - don't panic in debugger if the iodebug plugin is not loaded 2012-04-19 18:03:13 +00:00
iodebug.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
iodev.h - added the capability to transfer more then one byte per ISA DMA cycle. 2012-07-12 21:20:46 +00:00
keyboard.cc - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
keyboard.h - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
Makefile.in - added missing files / directories to target 'dist-clean' 2012-05-27 20:11:37 +00:00
parallel.cc - added 'gameport' and 'iodebug' to the default set of plugins (if present) 2012-07-08 07:01:25 +00:00
parallel.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pci2isa.cc - changed format of PCI config space dump (16 values per line) 2012-05-08 19:04:35 +00:00
pci2isa.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pci_ide.cc - class bx_list_c now contains a chained list of parameters. Removed the now 2012-02-12 18:43:20 +00:00
pci_ide.h - added pci_base_address array to bx_pci_device_stub_c and use it in most of the PCI devices instead 2011-06-25 12:43:27 +00:00
pci.cc - PCI-only now can be automatically assigned to a PCI slot if not specified 2012-07-09 17:23:07 +00:00
pci.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pcidev.cc - devices 'pcidev' and 'pcipnic': moved config parameter creation and bochsrc 2012-01-09 17:15:03 +00:00
pcidev.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pic.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pic.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
pit82c54.cc - pit: added debug_dump() 2012-05-01 15:53:28 +00:00
pit82c54.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
pit.cc - speaker should only beep if both bit #0 and #1 of port 0x61 are set 2012-05-03 19:45:06 +00:00
pit.h - speaker should only beep if both bit #0 and #1 of port 0x61 are set 2012-05-03 19:45:06 +00:00
scancodes.cc Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scancodes.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scsi_commands.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scsidefs.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
scsipt.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
serial_raw.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
serial_raw.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
serial.cc - added 'gameport' and 'iodebug' to the default set of plugins (if present) 2012-07-08 07:01:25 +00:00
serial.h - prepared support for sending absolute x/y values from the gui to the mouse emulation 2012-06-21 17:33:37 +00:00
slowdown_timer.cc - code for setting up log actions by device rewritten 2011-12-30 11:13:37 +00:00
slowdown_timer.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
speaker.cc - check the beep output interface and report the one to be used in the reset() 2012-05-24 18:06:40 +00:00
speaker.h - check the beep output interface and report the one to be used in the reset() 2012-05-24 18:06:40 +00:00
svga_cirrus.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
svga_cirrus.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
unmapped.cc - initial "log action by device" implementation added (TODO: check for 2011-12-29 19:51:54 +00:00
unmapped.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
vga.cc - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
vga.h - debugger command 'info device': implemented support for additional arguments 2012-04-23 17:06:19 +00:00
vgacore.cc - more accurate horizontal retrace emulation (based on the DOSBox implementation) 2012-04-08 14:21:18 +00:00
vgacore.h - more accurate horizontal retrace emulation (based on the DOSBox implementation) 2012-04-08 14:21:18 +00:00
virt_timer.cc - removed unused case with virtual timer support disabled 2012-05-17 09:11:48 +00:00
virt_timer.h - removed unused case with virtual timer support disabled 2012-05-17 09:11:48 +00:00
vmware3.cc - hdimage 'flat' mode: added support for Linux block devices (part of SF patch #3412431) 2011-11-26 15:09:00 +00:00
vmware3.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
vmware4.cc - hdimage 'flat' mode: added support for Linux block devices (part of SF patch #3412431) 2011-11-26 15:09:00 +00:00
vmware4.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00
vvfat.cc - fixed memory leaks 2012-02-18 08:52:25 +00:00
vvfat.h Adding Id and Rev property to all files 2011-02-24 22:05:47 +00:00