Bochs/bochs/iodev
Volker Ruppert 11fa3b2c4a - added runtime configuration parameters for USB cdrom drive
- scsi_device: changed some variable types
- usb_hub: removed unused method
2009-04-06 15:36:55 +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
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 - preparing USB cdrom support (not yet complete) 2009-03-09 12:18:40 +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
devices.cc - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +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 - improved mouse register mechanism for the default mouse selected with the 2009-03-03 20:34:50 +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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
pcivga.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05: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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05: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
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
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
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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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 - fixed SCSI cdrom support (missing completion call) and enabled USB/SCSI cdrom 2009-04-03 16:42:56 +00:00
usb_common.h - preparing USB cdrom support (not yet complete) 2009-03-09 12:18:40 +00:00
usb_hid.cc - changed USB HID version for mouse and tablet to 1.00 (was: 0.01 !) 2009-03-06 23:48:25 +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 - added get/set methods for device pointers in bx_param_c. This makes it easier 2009-04-06 10:38:57 +00:00
usb_hub.h - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
usb_msd.cc - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
usb_msd.h - added runtime configuration parameters for USB cdrom drive 2009-04-06 15:36:55 +00:00
usb_ohci.cc - the status bar indicators for the USB HCs now show the data transfer 2009-04-06 09:30:26 +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 - the status bar indicators for the USB HCs now show the data transfer 2009-04-06 09:30:26 +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 - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
vga.h - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +00:00
virt_timer.cc - removed wrong character from FSF address (converted invisible and useless 2009-02-08 09:05:52 +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