Bochs/bochs/iodev
Gregory Alexander b77b477bfa The PIT is going to start using virtual timers instead
of having its own realtime mechanism.  The old PIT
realtime mechanism will be removed next.
2003-02-18 16:54:48 +00:00
..
aspi-win32.h
biosdev.cc
biosdev.h
cdrom_amigaos.cc
cdrom_beos.cc
cdrom_beos.h
cdrom.cc - use the return value of ReadFile() to determine the presence of the cdrom media 2003-01-30 20:44:32 +00:00
cdrom.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
cmos.cc - removed unnecessary BX_INFOs 2003-01-05 21:40:07 +00:00
cmos.h - implementation of the date and time change support 2003-01-04 00:02:07 +00:00
crc32.cc
crc32.h
devices.cc Added init for bx_virt_timer 2003-02-18 03:38:03 +00:00
dma.cc - the value of the command register must be always 0x00 (BX_ERROR fixed) 2002-11-04 17:29:12 +00:00
dma.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
eth_arpback.cc - add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL 2002-11-20 19:06:23 +00:00
eth_fbsd.cc - add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL 2002-11-20 19:06:23 +00:00
eth_linux.cc - fixed some warnings in the lowlevel networking code 2003-02-16 19:35:57 +00:00
eth_null.cc - add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL 2002-11-20 19:06:23 +00:00
eth_packetmaker.cc - add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL 2002-11-20 19:06:23 +00:00
eth_packetmaker.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
eth_tap.cc - fixed some warnings in the lowlevel networking code 2003-02-16 19:35:57 +00:00
eth_tuntap.cc - fixed some warnings in the lowlevel networking code 2003-02-16 19:35:57 +00:00
eth_win32.cc - converted ne2k device to a plugin 2002-11-19 18:56:39 +00:00
eth.cc - add BX_PLUGGABLE to all ne2k sub-files, so that they will import DLL 2002-11-20 19:06:23 +00:00
eth.h
extfpuirq.cc - plugin name for register function fixed 2003-01-09 17:14:20 +00:00
extfpuirq.h - remove read handler, on Volker advice 2003-01-07 08:17:15 +00:00
floppy.cc - apply Ben Lunt's 160k, 180k, 320k floppy patch 2003-02-06 23:16:56 +00:00
floppy.h - floppy cleanup patch from Alex Thiel. New functions enter_idle_phase() and 2002-11-30 09:39:29 +00:00
guest2host.cc - fix spelling of acquire 2002-12-06 18:48:08 +00:00
guest2host.h - fix spelling of acquire 2002-12-06 18:48:08 +00:00
harddrv.cc - simplified the port number search in the read and write handler 2003-02-01 12:21:43 +00:00
harddrv.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
ioapic.cc - apply patch.ifdef-disabled-options. Comments from that patch are below: 2002-11-19 05:47:45 +00:00
ioapic.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
iodebug.cc - apply patch.ifdef-disabled-options. Comments from that patch are below: 2002-11-19 05:47:45 +00:00
iodebug.h - fix compile problems in iodebug 2002-10-26 03:53:22 +00:00
iodev.h Add the virtual timers to the main compile. 2003-02-17 03:58:29 +00:00
keyboard.cc - fix compile warnings (patch from HJ) 2003-01-05 01:37:21 +00:00
keyboard.h - the current paste operation now stops on hardware reset 2002-12-26 22:19:44 +00:00
Makefile.in Add the virtual timers to the main compile. 2003-02-17 03:58:29 +00:00
ne2k.cc - change "TCR write, reserved bits set" into an error instead of a panic. 2002-12-13 18:27:07 +00:00
ne2k.h - converted ne2k device to a plugin 2002-11-19 18:56:39 +00:00
parallel.cc
parallel.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
pci2isa.cc - new macro BX_PCI_DEV() for the PCI register function 2003-01-23 19:31:28 +00:00
pci2isa.h - converted devices pci and pci2isa to plugins 2002-11-09 20:51:40 +00:00
pci.cc - new macro BX_PCI_DEV() for the PCI register function 2003-01-23 19:31:28 +00:00
pci.h - new macro BX_PCI_DEV() for the PCI register function 2003-01-23 19:31:28 +00:00
pciusb.cc - don't register i/o port address base+0x14 (comparison fixed) 2003-02-06 19:09:24 +00:00
pciusb.h - added minimal USB support (patch from Ben Lunt <fys@cybertrails.com>, updated 2003-01-28 16:58:10 +00:00
pcivga.cc - new macro BX_PCI_DEV() for the PCI register function 2003-01-23 19:31:28 +00:00
pcivga.h - changed BX_USE_P2I_SMF to BX_USE_PCIVGA_SMF 2003-01-27 21:11:55 +00:00
pic.cc
pic.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
pit82c54.cc
pit82c54.h
pit_wrap.cc The PIT is going to start using virtual timers instead 2003-02-18 16:54:48 +00:00
pit_wrap.h Cleaned up the realtime PIT code for win32. 2002-12-07 20:01:10 +00:00
pit.cc - fix compile problem in old PIT 2002-10-26 03:57:19 +00:00
pit.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
sb16.cc - apply patch.ifdef-disabled-options. Comments from that patch are below: 2002-11-19 05:47:45 +00:00
sb16.h - converted sb16 device to a plugin 2002-11-13 18:39:41 +00:00
scancodes.cc
scancodes.h
scsi_commands.h
scsidefs.h
scsipt.h
serial_raw.cc
serial_raw.h
serial.cc - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
serial.h - Apply patch.replace-Boolean rev 1.3. Every "Boolean" is now changed to a 2002-10-25 11:44:41 +00:00
slowdown_timer.cc
slowdown_timer.h
soundlnx.cc - added check for symbol FreeBSD (makes the soundlnx.* files work on FreeBSD) 2002-12-24 10:12:26 +00:00
soundlnx.h - added check for symbol FreeBSD (makes the soundlnx.* files work on FreeBSD) 2002-12-24 10:12:26 +00:00
soundwin.cc - apply patch.ifdef-disabled-options. Comments from that patch are below: 2002-11-19 05:47:45 +00:00
soundwin.h
unmapped.cc - gcc 3.2 warnings fixed ("trigraph ??- ignored") 2002-12-27 10:20:53 +00:00
unmapped.h
vga.cc - VBE 4 bpp modes are using the default vga read/write/update code (for VESA 2003-02-09 08:25:22 +00:00
vga.h - VBE 4 bpp modes are using the default vga read/write/update code (for VESA 2003-02-09 08:25:22 +00:00
virt_timer.cc Linked virtual timer type to the realtime PIT option. 2003-02-18 16:52:40 +00:00
virt_timer.h Fixed some basic runtime problems. 2003-02-18 03:36:01 +00:00