Bochs/bochs/iodev
Volker Ruppert fd867bb311 - fixed counter programming behaviour (new value should be transferred to the
counter at the CLK pulse, not the next timer event)
- code cleanups
2009-04-11 07:04:52 +00:00
..
acpi.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
acpi.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
biosdev.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
busmouse.cc - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
busmouse.h - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
cdrom_amigaos.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
cdrom_beos.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
cdrom_beos.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
cdrom.cc - simplified setting device prefix for log functions 2009-04-10 08:15:25 +00:00
cdrom.h - preparing USB cdrom support (not yet complete) 2009-03-09 12:18:40 +00:00
cmos.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
cmos.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
crc32.cc 32-bit systems have a problem to allocate large amount of physical memory for Bochs simulation which makes simulation with 4G address space virtually impossible. But in most of the cases when 4G physical address space defined - it is not touched by default on every run so it is possible to allocate only really accessed blocks. This commit made all necessary preparations for it. 2008-04-17 14:39:33 +00:00
crc32.h Style and indent changes 2006-03-07 18:16:41 +00:00
devices.cc - implemented changeable VBE LFB base address (TODO: update PCIBIOS init) 2009-04-10 11:10:32 +00:00
dma.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
dma.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_arpback.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_fbsd.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_linux.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_null.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_packetmaker.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_packetmaker.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_tap.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_tuntap.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_vde.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth_vnet.cc - initialize guest IP address with 255.255.255.255 (expected by Windows guests) 2009-02-09 17:04:30 +00:00
eth_win32.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
eth.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
extfpuirq.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
extfpuirq.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
floppy.cc - changed parameter type for floppy status (inserted/ejected) to bx_param_bool_c 2009-03-25 18:33:43 +00:00
floppy.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
gameport.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
gameport.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
guest2host.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
guest2host.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
harddrv.cc - list option SERIES_ASK is required at runtime when using textconfig 2009-04-05 16:28:02 +00:00
harddrv.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
hdimage.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
hdimage.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
ioapic.cc apic.h is not needed for ioapic.cc 2009-02-22 17:37:09 +00:00
ioapic.h - converted I/O APIC to a device plugin 2009-02-22 10:44:50 +00:00
iodebug.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
iodebug.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
iodev.h - vbe_set_base_addr() fixed for win32 plugin support 2009-04-10 14:41:29 +00:00
keyboard.cc - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
keyboard.h - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
Makefile.in - reduce some more dependencies and related Makefile.in updates 2009-02-23 11:06:53 +00:00
ne2k.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
ne2k.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
parallel.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
parallel.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pci2isa.cc - converted I/O APIC to a device plugin 2009-02-22 10:44:50 +00:00
pci2isa.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pci_ide.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pci_ide.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pci.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pci.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcidev.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcidev.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcipnic.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcipnic.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcivga.cc - vbe_set_base_addr() fixed for win32 plugin support 2009-04-10 14:41:29 +00:00
pcivga.h - implemented changeable VBE LFB base address (TODO: update PCIBIOS init) 2009-04-10 11:10:32 +00:00
pic.cc - converted I/O APIC to a device plugin 2009-02-22 10:44:50 +00:00
pic.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pit82c54.cc - fixed counter programming behaviour (new value should be transferred to the 2009-04-11 07:04:52 +00:00
pit82c54.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pit_wrap.cc - fixed counter programming behaviour (new value should be transferred to the 2009-04-11 07:04:52 +00:00
pit_wrap.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pnic_api.h white space cleanups and coding style changes 2008-01-26 22:24:03 +00:00
sb16.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
sb16.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
scancodes.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
scancodes.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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
scsi_device.cc - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
scsi_device.h - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
scsidefs.h - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
scsipt.h whispace, tab2space, indent, dos2unix and other cleanups 2008-02-15 22:05:43 +00:00
serial_raw.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
serial_raw.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
serial.cc - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
serial.h - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +00:00
slowdown_timer.cc - simplified setting device prefix for log functions 2009-04-10 08:15:25 +00:00
slowdown_timer.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundlnx.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundlnx.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundosx.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundosx.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundwin.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
soundwin.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
speaker.cc - simplified setting device prefix for log functions 2009-04-10 08:15:25 +00:00
speaker.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
svga_cirrus.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
svga_cirrus.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
unmapped.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
unmapped.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
usb_common.cc - usb_msd: return status packet after partial disk write (Win98SE needs this) 2009-04-10 20:26:14 +00:00
usb_common.h - usb_msd: return status packet after partial disk write (Win98SE needs this) 2009-04-10 20:26:14 +00:00
usb_hid.cc - usb_msd: return status packet after partial disk write (Win98SE needs this) 2009-04-10 20:26:14 +00:00
usb_hid.h - added register/unregister methods for removable keyboard devices and updated 2009-03-03 18:29:51 +00:00
usb_hub.cc - usb_msd: return status packet after partial disk write (Win98SE needs this) 2009-04-10 20:26:14 +00:00
usb_hub.h - added unique serial number for the USB hub (multiple hubs now working on Win98) 2009-04-09 17:32:53 +00:00
usb_msd.cc - usb_msd: return status packet after partial disk write (Win98SE needs this) 2009-04-10 20:26:14 +00:00
usb_msd.h - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
usb_ohci.cc - don't turn on status bar leds for empty packets 2009-04-07 10:56:19 +00:00
usb_ohci.h - the status bar indicators for the USB HCs now show the data transfer 2009-04-06 09:30:26 +00:00
usb_uhci.cc - don't turn on status bar leds for empty packets 2009-04-07 10:56:19 +00:00
usb_uhci.h - the status bar indicators for the USB HCs now show the data transfer 2009-04-06 09:30:26 +00:00
vga.cc - implemented changeable VBE LFB base address (TODO: update PCIBIOS init) 2009-04-10 11:10:32 +00:00
vga.h - vbe_set_base_addr() fixed for win32 plugin support 2009-04-10 14:41:29 +00:00
virt_timer.cc - simplified setting device prefix for log functions 2009-04-10 08:15:25 +00:00
virt_timer.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
vmware3.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
vmware3.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
vmware4.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
vmware4.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00