Bochs/bochs/iodev
Volker Ruppert e98c100f74 - a bunch of warnings in MSVC fixed
- name of source file in wxworkspace.zip fixed
2005-06-04 17:44:59 +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 - modified the bios / vgabios panic handling. BX_PANIC messages sent by the bios 2004-09-05 17:57:22 +00:00
biosdev.h - modified the bios / vgabios panic handling. BX_PANIC messages sent by the bios 2004-09-05 17:57:22 +00:00
busmouse.cc - missing initialisation of variable 'cur_command' added 2004-12-25 09:29:31 +00:00
busmouse.h - missing initialisation of variable 'cur_command' added 2004-12-25 09:29:31 +00:00
cdrom_amigaos.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
cdrom_beos.cc - add BeOS specific code from Bernd Korz 2001-12-07 18:58:24 +00:00
cdrom_beos.h - add BeOS specific code from Bernd Korz 2001-12-07 18:58:24 +00:00
cdrom.cc - now using GetDiskFreeSpaceEx() and valid arguments to determine the media size 2005-05-04 18:19:49 +00:00
cdrom.h - extended read TOC support for WinXP (SF patch #961665 from Ben Lunt) 2004-08-23 09:39:45 +00:00
cmos.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
cmos.h - implementation of the date and time change support 2003-01-04 00:02:07 +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 - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +00:00
devices.cc - fixed extended memory size in kByte reported by the BIOS. If there are more 2005-02-16 17:53:40 +00:00
dma.cc - extra page registers implemented (these registers have no effect on DMA operations) 2005-04-06 21:09:25 +00:00
dma.h - extra page registers implemented (these registers have no effect on DMA operations) 2005-04-06 21:09:25 +00:00
eth_arpback.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_fbsd.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_linux.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_null.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_packetmaker.cc - the PCI Pseudo-NIC is now independent from the NE2000 NIC stuff. New symbol 2004-10-03 20:06:12 +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 - use the 6th byte of the guest mac address if the source and destination address 2005-04-24 11:06:49 +00:00
eth_tuntap.cc - fixed tuntap incompatibility with Linux kernels 2.6.x (SF patch #1203305) 2005-05-21 07:38:29 +00:00
eth_vde.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_vnet.cc - reject TFTP read requests until the current session has been completed 2005-05-21 19:33:25 +00:00
eth_win32.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth.h - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
extfpuirq.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
extfpuirq.h - remove read handler, on Volker advice 2003-01-07 08:17:15 +00:00
floppy.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
floppy.h - prepared non-DMA mode implementation 2005-03-11 21:12:54 +00:00
gameport.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
gameport.h - implementation of the standard PC gameport for the Linux platform 2003-06-21 12:55:19 +00:00
guest2host.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
guest2host.h - fix spelling of acquire 2002-12-06 18:48:08 +00:00
harddrv.cc - now using GetDiskFreeSpaceEx() and valid arguments to determine the media size 2005-05-04 18:19:49 +00:00
harddrv.h - now using GetDiskFreeSpaceEx() and valid arguments to determine the media size 2005-05-04 18:19:49 +00:00
ioapic.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
ioapic.h - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
iodebug.cc - changed all iodev config macros to BX_SUPPORT_xxx 2004-08-06 15:49:55 +00:00
iodebug.h - fix compile problems in iodebug 2002-10-26 03:53:22 +00:00
iodev.h - changed data type of bulkIOHostAddr to Bit8u* (fixed compilation on 64 bit hosts) 2005-04-02 11:30:08 +00:00
keyboard.cc - fixed keyboard command "get scancode set" (SF patch #1159626) 2005-03-14 20:43:45 +00:00
keyboard.h - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
Makefile.in - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
ne2k.cc - update irq level after IMR write 2005-05-26 09:24:28 +00:00
ne2k.h - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +00:00
parallel.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
parallel.h - multiple parallel port support added (2 ports are available now) 2004-01-27 21:38:51 +00:00
pci2isa.cc - temporary pci irq initialisation removed from pci devices (now done in the 2004-09-25 22:15:02 +00:00
pci2isa.h - temporary pci irq initialisation removed from pci devices (now done in the 2004-09-25 22:15:02 +00:00
pci_ide.cc - missing initialization of the BM-DMA base address added 2005-03-24 19:19:19 +00:00
pci_ide.h - Busmaster DMA fuction implemented, but disabled for now. BM-DMA works in Linux, 2005-02-08 18:32:27 +00:00
pci.cc - changed all iodev config macros to BX_SUPPORT_xxx 2004-08-06 15:49:55 +00:00
pci.h - new functions for pci base address handling for memory and i/o space 2004-07-11 20:38:48 +00:00
pcidev.cc - some compilation errors and warnings fixed 2004-10-19 17:24:59 +00:00
pcidev.h Introduced Frank Cornelis's PCIDEV patch. 2004-01-15 02:08:37 +00:00
pcipnic.cc - access to data register fixed (initial patch by Gregory Trubetskoy) 2005-06-04 07:58:02 +00:00
pcipnic.h - replaced old style i/o and irq register mechanism by the new one for pci devices 2004-07-13 17:45:34 +00:00
pciusb_devs.h - USB keypad now supported (patch from Ben Lunt) 2005-01-14 18:28:47 +00:00
pciusb.cc - redirect mouse data to USB only when an USB mouse is connected 2005-01-21 16:07:38 +00:00
pciusb.h - redirect mouse data to USB only when an USB mouse is connected 2005-01-21 16:07:38 +00:00
pcivga.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
pcivga.h - changed BX_USE_P2I_SMF to BX_USE_PCIVGA_SMF 2003-01-27 21:11:55 +00:00
pic.cc - level sensitive irq mode implemented (update IRR after EOI) 2004-07-08 18:45:03 +00:00
pic.h - level sensitive irq mode implemented (update IRR after EOI) 2004-07-08 18:45:03 +00:00
pit82c54.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
pit82c54.h Applied SF patch #694889. 2004-01-16 16:30:46 +00:00
pit_wrap.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
pit_wrap.h - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pit.cc - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pit.h - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pnic_api.h Up to API version 1.1. IRQ support added. 2004-03-26 03:22:46 +00:00
sb16.cc - ASP/CSP registers and read/write functions added (reads/writes to these 2005-02-04 19:50:50 +00:00
sb16.h - ASP/CSP registers and read/write functions added (reads/writes to these 2005-02-04 19:50:50 +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 Add plugin support to Bochs by merging all the changes from the 2002-10-24 21:07:56 +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 - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +00:00
serial_raw.h - raw serial receive support for win32 added. It is disabled for now because it 2004-05-13 16:23:15 +00:00
serial.cc Merged patch 2005-01-19 18:21:40 +00:00
serial.h - first attempt to implement a wheel mouse (PS/2 or serial) based on patch 2004-12-05 20:23:39 +00:00
slowdown_timer.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
slowdown_timer.h - add a "clock: sync=[none|slowdown|realtime], time0=[timeValue|local|utc]" 2003-08-19 00:10:39 +00:00
soundlnx.cc - support for GNU/kFreeBSD and GNU/kNetBSD added in lowlevel iodev code (cdrom, 2004-09-11 15:39:53 +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 - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +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 - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +00:00
soundwin.h - removed lowlevel includes from iodev.h and device headers to reduce dependencies 2004-09-05 10:30:19 +00:00
speaker.cc - missing return value added 2005-02-12 08:59:47 +00:00
speaker.h - pc speaker output for win32 added 2005-01-29 12:08:31 +00:00
svga_cirrus.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
svga_cirrus.h - cpu-to-video transparent colorexpand function renamed and implementation completed 2005-04-13 18:39:26 +00:00
unmapped.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
unmapped.h Add plugin support to Bochs by merging all the changes from the 2002-10-24 21:07:56 +00:00
vga.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
vga.h - text mode update code no longer depends on the memory mapping (fixes SF bug 2005-03-18 14:52:29 +00:00
virt_timer.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
virt_timer.h Fixed some basic runtime problems. 2003-02-18 03:36:01 +00:00
vmware3.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
vmware3.h - configure / compile fixes for Solaris SunPro (patch from Robin Kay) 2004-08-11 11:09:01 +00:00