Bochs/bochs/iodev
Volker Ruppert 9340f3b3f8 - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet)
* changed data format of text files for save/restore (looks like C/C++ structures,
    similar to the format used in old save/restore branches)
  * don't set the initial value of shadow bool parameters
  * don't set the initial value of bool parameters twice
  * cpu/init.cc: missing #undef added
  * ne2k.cc: variable tx_timer_active was never set to 1 (type now bx_bool)
  * floppy.cc: missing initialization of the 'eot' array in reset() added
  * pic.h: type of member 'byte_expected' changed to Bit8u
  * pit_wrap.h: unused members removed
2006-05-01 18:24:47 +00:00
..
aspi-win32.h - only define PACKED if it's not already defined, since in Cygwin it's 2001-06-25 12:52:37 +00:00
biosdev.cc - the Bochs BIOS and the LGPL'd VGABIOS never cause a panic at line number 0 2005-10-23 13:23:49 +00:00
biosdev.h Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
busmouse.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
busmouse.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
cdrom_amigaos.cc - fixed parameter list for function read_toc() 2006-02-20 21:58:05 +00:00
cdrom_beos.cc Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
cdrom_beos.h Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
cdrom.cc - fixed cdrom capacity of ISO image files 2006-03-26 00:38:58 +00:00
cdrom.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
cmos.cc - fixed a memory leak 2006-03-22 18:06:16 +00:00
cmos.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
crc32.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
crc32.h Style and indent changes 2006-03-07 18:16:41 +00:00
devices.cc - some more work for the save/restore feature in the plugins and devices code 2006-04-15 17:03:59 +00:00
dma.cc Substitute NULL to BX_CPU_C parameter instead of BX_CPU(0) for memory ops originated by devices 2006-03-06 19:23:13 +00:00
dma.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
eth_arpback.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_fbsd.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_linux.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_null.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_packetmaker.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_packetmaker.h - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_tap.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_tuntap.cc Allow for opening of persistent tuntap devices, using a 2006-04-25 22:52:38 +00:00
eth_vde.cc - fixed compile error on FreeBSD 2006-03-23 18:28:40 +00:00
eth_vnet.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth_win32.cc - implemented readable packet log file support similar to other networking modules 2006-02-02 18:49:30 +00:00
eth.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
eth.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
extfpuirq.cc Style and indent changes 2006-03-07 18:16:41 +00:00
extfpuirq.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
floppy.cc - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet) 2006-05-01 18:24:47 +00:00
floppy.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
gameport.cc Prepare configure support for SSE4 implemntation (coming soon) 2006-04-05 18:49:35 +00:00
gameport.h Prepare configure support for SSE4 implemntation (coming soon) 2006-04-05 18:49:35 +00:00
guest2host.cc Style and indent changes 2006-03-07 18:16:41 +00:00
guest2host.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
harddrv.cc - fixed cdrom capacity of ISO image files 2006-03-26 00:38:58 +00:00
harddrv.h Style and indent changes 2006-03-07 18:16:41 +00:00
hdimage.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
hdimage.h Fixed compilation error reported in #SF bug tracker 2006-03-25 18:04:15 +00:00
ioapic.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
ioapic.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
iodebug.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
iodebug.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
iodev.h - some more work for the save/restore feature in the plugins and devices code 2006-04-15 17:03:59 +00:00
keyboard.cc Remove unused members in vga and svga (Volker) 2006-04-27 11:58:07 +00:00
keyboard.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
Makefile.in Remove cpu.h -> devices.cc dependancy, kill_bochs_request moved from CPU to bx_pc_system 2006-03-14 18:11:22 +00:00
ne2k.cc - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet) 2006-05-01 18:24:47 +00:00
ne2k.h - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet) 2006-05-01 18:24:47 +00:00
parallel.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
parallel.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pci2isa.cc Remove duplicate line of code 2006-04-26 16:15:45 +00:00
pci2isa.h Started implemntation of APM control and status regs 2006-04-07 10:48:54 +00:00
pci_ide.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pci_ide.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pci.cc Flush TLB for all CPUs when memory mapping information changed by system (A20 change, PAM write or similar events) 2006-04-29 17:21:49 +00:00
pci.h Implement SMRAM conrol register in i440fx chipset and all its functionality in memory class 2006-03-26 22:15:07 +00:00
pcidev.cc Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
pcidev.h Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
pcipnic.cc Update to cope with bochs API changes 2006-04-26 00:04:49 +00:00
pcipnic.h Update to cope with bochs API changes 2006-04-26 00:04:49 +00:00
pciusb_devs.h - prepared USB flash stick implementation (patch by Ben Lunt - not yet complete) 2005-11-07 19:06:05 +00:00
pciusb.cc - changed some function argument and return types from char * to const char * 2006-03-13 18:55:53 +00:00
pciusb.h - changed some function argument and return types from char * to const char * 2006-03-13 18:55:53 +00:00
pcivga.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pcivga.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pic.cc Register I/O APIC as memory handler, optimize memory handlers array 2006-02-27 19:04:01 +00:00
pic.h - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet) 2006-05-01 18:24:47 +00:00
pit82c54.cc - fixed timer IRQ handler with a callback function for the OUT pin (OUT pin of 2006-01-08 20:39:08 +00:00
pit82c54.h - fixed timer IRQ handler with a callback function for the OUT pin (OUT pin of 2006-01-08 20:39:08 +00:00
pit_wrap.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pit_wrap.h - partial sync with BRANCH_SAVE_RESTORE_3 (hardware save/restore not present yet) 2006-05-01 18:24:47 +00:00
pit.cc - fixed timer frequency reporting of the old PIT 2006-01-08 09:45:11 +00:00
pit.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
pnic_api.h Up to API version 1.1. IRQ support added. 2004-03-26 03:22:46 +00:00
sb16.cc - sb16 options rewritten to a parameter tree 2006-03-03 20:29:50 +00:00
sb16.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
scancodes.cc Add plugin support to Bochs by merging all the changes from the 2002-10-24 21:07:56 +00:00
scancodes.h Style and indent changes 2006-03-07 18:16:41 +00:00
scsi_commands.h - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
scsidefs.h - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
scsipt.h - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
serial_raw.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
serial_raw.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
serial.cc - serial, parallel and usb options rewritten to a parameter tree 2006-03-01 17:14:36 +00:00
serial.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
slowdown_timer.cc - clock and cmos options rewritten to a parameter tree 2006-02-19 15:43:03 +00:00
slowdown_timer.h Update dependencies for iodev and root project folders. 2006-03-06 22:32:03 +00:00
soundlnx.cc - sb16 options rewritten to a parameter tree 2006-03-03 20:29:50 +00:00
soundlnx.h - support for GNU/kFreeBSD and GNU/kNetBSD added in lowlevel iodev code (cdrom, 2004-09-11 15:39:53 +00:00
soundosx.cc - sb16 options rewritten to a parameter tree 2006-03-03 20:29:50 +00:00
soundosx.h Added Brian Huffman's Sound for OSX code with a couple of tweaks. 2004-02-09 22:23:53 +00:00
soundwin.cc - sb16 options rewritten to a parameter tree 2006-03-03 20:29:50 +00:00
soundwin.h - some fixes in the (currently disabled) sndPlaySound feature (TODO: wave output 2006-02-05 17:13:54 +00:00
speaker.cc - don't include the device headers in networking/sound lowlevel code, virtual 2005-12-10 18:37:35 +00:00
speaker.h Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
svga_cirrus.cc Remove unused members in vga and svga (Volker) 2006-04-27 11:58:07 +00:00
svga_cirrus.h Remove unused members in vga and svga (Volker) 2006-04-27 11:58:07 +00:00
unmapped.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
unmapped.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
vga.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
vga.h Remove unused members in vga and svga (Volker) 2006-04-27 11:58:07 +00:00
virt_timer.cc More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
virt_timer.h More indent and C++ style changes (explicitly write virtual before virtual desctructors). 2006-03-07 21:11:20 +00:00
vmware3.cc Added missed CVS header to several files 2006-04-27 15:11:45 +00:00
vmware3.h Added missed CVS header to several files 2006-04-27 15:11:45 +00:00