Bochs/bochs/iodev
Bryce Denney 4ec5b4a967 - add UINT ReadTimeOut to the ADAPTER struct, reported by
Mike Lerwill <Mike@ml-solutions.co.uk>
- at the moment we only use hFile so the other pieces of the ADAPTER struct
  don't affect how this code turns out.  However, it would be safer to include
  the winpcap header file instead of hardcoding the structures, which are bound
  to change over time.
2002-03-08 16:37:01 +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
cdrom_amigaos.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
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_osx.cc - add support for raw CDROM under MacOS X, from 2001-12-07 21:56:15 +00:00
cdrom.cc - 'eject cd' support for linux (patch from Petr Stehlik <pstehlik@sophics.cz>) 2002-03-02 11:31:18 +00:00
cdrom.h - new cdrom button in the headerbar 2002-02-01 16:46:27 +00:00
cmos.cc - implementation of the edge triggered IRQ mode 2002-01-29 17:20:12 +00:00
cmos.h - reading status register C clears the IRQ 2002-01-26 10:00:08 +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 - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
devices.cc - implementation of the edge triggered IRQ mode 2002-01-29 17:20:12 +00:00
dma.cc - new function control_HRQ() changes the state of HRQ / cascade DRQ if necessary 2002-01-18 16:33:47 +00:00
dma.h - new function control_HRQ() changes the state of HRQ / cascade DRQ if necessary 2002-01-18 16:33:47 +00:00
eth_arpback.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
eth_fbsd.cc fixes from Frode Vatvedt Fjeld. Thanks! 2001-11-06 17:14:34 +00:00
eth_linux.cc - remove extra \n 2002-03-06 15:56:27 +00:00
eth_null.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
eth_packetmaker.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
eth_packetmaker.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
eth_win32.cc - add UINT ReadTimeOut to the ADAPTER struct, reported by 2002-03-08 16:37:01 +00:00
eth.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
eth.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
floppy.cc - checked in floppy timer 'idle' patch from Jeroen Janssen <japj@darius.demon.nl> 2002-02-27 18:16:30 +00:00
floppy.h - behaviour of floppy command 'sense interrupt status' after reset fixed 2002-02-06 18:51:48 +00:00
guest2host.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
guest2host.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
harddrv.cc - small bug fix in ATAPI command 0x42 (read sub-channel). 2002-02-12 16:03:00 +00:00
harddrv.h - new sense key SENSE_UNIT_ATTENTION for media change 2002-02-03 20:49:44 +00:00
ioapic.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
ioapic.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
iodebug.cc Added the control to enable/disable register tracing 2001-10-03 19:54:29 +00:00
iodebug.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
iodev.h - DMA-2 controller and dma16 read/write functions added 2001-12-18 13:12:45 +00:00
keyboard.cc - applied patch from Dave Poirier <eks@void-core.2y.net> 2002-02-23 09:32:49 +00:00
keyboard.h - updated keyboard with mf1, mf2 and mf3 scancodes set handling 2001-12-22 00:00:33 +00:00
Makefile.in - removed a dependency on /usr/include/math.h. System headers should never 2002-02-07 17:18:44 +00:00
ne2k.cc - the check for "auto transmit disable" was checking the wrong bit. 2002-03-08 08:33:37 +00:00
ne2k.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
parallel.cc - implementation of the edge triggered IRQ mode 2002-01-29 17:20:12 +00:00
parallel.h - direction flag added to control port, debug messages improved 2001-12-18 21:58:59 +00:00
pci.cc - apply patch.pci from Volker Ruppert. See 2001-11-14 01:39:22 +00:00
pci.h - apply patch.pci from Volker Ruppert. See 2001-11-14 01:39:22 +00:00
pic.cc - add null check on devices->ioapic->untrigger_irq, suggested by 2002-03-06 21:52:16 +00:00
pic.h - old IRQ handling functions are disabled now 2002-02-11 08:50:28 +00:00
pit82c54.cc Fix a warning. 2002-02-21 21:16:06 +00:00
pit82c54.h Fixed the PIT gate and improved the PIT printing options. 2002-02-21 19:22:42 +00:00
pit_wrap.cc More #define changes. 2002-02-08 22:27:51 +00:00
pit_wrap.h Added an experimental realtime PIT to the mix. 2002-02-07 21:22:55 +00:00
pit.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
pit.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
sb16.cc - implementation of the edge triggered IRQ mode 2002-01-29 17:20:12 +00:00
sb16.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
scancodes.cc - Deleted a "debug" include <X11/...> 2002-03-06 14:04:42 +00:00
scancodes.h - cosmetic change 2002-03-06 09:19:36 +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 - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
scsipt.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
serial_raw.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
serial_raw.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
serial.cc Fix receiver poll frequency to really be 100ms. This actually gives about an 2002-03-05 15:40:23 +00:00
serial.h - interrupt handling improved (only loopback works for now) 2002-01-20 16:35:32 +00:00
slowdown_timer.cc commented out the diagnostic code, no use using 10 jumps for nothing, and it will take less time to re-enable it in the future than using those if(0) 2002-03-06 01:19:50 +00:00
slowdown_timer.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
soundlnx.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
soundlnx.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
soundwin.cc - add "return BX_SOUND_OUTPUT_OK;" to avoid compile error in VC++5 2002-03-05 17:22:59 +00:00
soundwin.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
unmapped.cc - apply patch.memleaks-tominac from Darko Tominac <darko.tominac@zg.tel.hr> 2001-12-21 19:33:18 +00:00
unmapped.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
vga.cc - call dimension_update() only after a dimension change 2002-02-07 19:04:30 +00:00
vga.h - implementation of the text mode snapshot function 2002-02-04 20:31:35 +00:00