Bochs/bochs/iodev
Volker Ruppert d7e6649f72 - log type PCI2ISALOG added
- pci2isa prefix changed to "P2I"
- device name changed to "PIIX3 PCI-to-ISA bridge"
- added more default values to the reset() function
- added stubs for i/o mapped registers
- array pci_conf[] is now a part of the structure s
2002-09-21 11:38:12 +00:00
..
aspi-win32.h
biosdev.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
biosdev.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
cdrom_amigaos.cc - fixed the function argument of insert_cdrom() for Amiga OS and MacOSX 2002-05-28 15:39:05 +00:00
cdrom_beos.cc
cdrom_beos.h
cdrom_osx.cc - fixed the function argument of insert_cdrom() for Amiga OS and MacOSX 2002-05-28 15:39:05 +00:00
cdrom.cc - fixed error under linux 2.0.36, when reading toc on an iso file. 2002-09-13 14:21:53 +00:00
cdrom.h - revert previous revision to take out reset() method. The cdrom_interface 2002-08-28 16:45:18 +00:00
cmos.cc - first part of fix for bug [ 601166 ] CMOS Problem @ "0x0F Index 0x05 data" 2002-08-31 21:31:11 +00:00
cmos.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
crc32.cc
crc32.h
devices.cc - implementation of the PCI-to-ISA bridge started. I/O ports and features are 2002-09-16 19:18:58 +00:00
dma.cc - implementation of the DMA controller reset 2002-08-28 19:39:00 +00:00
dma.h - implementation of the DMA controller reset 2002-08-28 19:39:00 +00:00
eth_arpback.cc
eth_fbsd.cc - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
eth_linux.cc - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
eth_null.cc
eth_packetmaker.cc
eth_packetmaker.h
eth_tap.cc - clarify an err msg 2002-03-11 13:59:38 +00:00
eth_tuntap.cc - added a script directive in ne2k options of .bochsrc 2002-05-02 07:54:22 +00:00
eth_win32.cc - these are changes from Peter Tattam, who says "This dramatically improves 2002-09-12 06:44:04 +00:00
eth.cc - add tuntap interface 2002-04-18 00:59:58 +00:00
eth.h - make all packet mover classes report their log messages using the NE2K 2002-09-02 16:56:24 +00:00
floppy.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
floppy.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
guest2host.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
harddrv.cc - clean up ^M pollution from working in cygwin 2002-09-16 17:00:16 +00:00
harddrv.h - add support for Peter Tattam's external disk simulator 2002-09-12 06:49:04 +00:00
ioapic.cc - reset should have one arg, unsigned int type 2002-08-29 16:52:47 +00:00
ioapic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodebug.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
iodev.h - implementation of the PCI-to-ISA bridge started. I/O ports and features are 2002-09-16 19:18:58 +00:00
keyboard.cc - we kept getting /usr/include/math.h in the dependency list for keyboard.cc 2002-09-20 22:42:29 +00:00
keyboard.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
Makefile.in - update dependencies after adding the pci2isa device 2002-09-21 10:24:43 +00:00
ne2k.cc - in debugger, all output must now be printed with dbg_printf, instead 2002-09-15 11:20:11 +00:00
ne2k.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
parallel.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
parallel.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pci2isa.cc - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci2isa.h - log type PCI2ISALOG added 2002-09-21 11:38:12 +00:00
pci.cc - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pci.h - meaning of the memory type values changed (0 = ROM, 1 = Shadow RAM) 2002-08-31 15:35:51 +00:00
pic.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pic.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit82c54.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit82c54.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit_wrap.cc Made BX_USE_REALTIME_PIT checked at runtime. This is 2002-09-21 04:02:51 +00:00
pit_wrap.h Made BX_USE_REALTIME_PIT checked at runtime. This is 2002-09-21 04:02:51 +00:00
pit.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
pit.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
sb16.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
sb16.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
scancodes.cc - changed copyright strings 2002-04-01 22:43:01 +00:00
scancodes.h - changed copyright strings 2002-04-01 22:43:01 +00:00
scsi_commands.h
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
serial_raw.h
serial.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
serial.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
slowdown_timer.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
slowdown_timer.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
soundlnx.cc
soundlnx.h
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
unmapped.cc - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
unmapped.h - add "void reset(unsigned type)" method to every I/O device. 2002-08-27 19:54:46 +00:00
vga.cc - forward changes of the active charmap to the gui with the new function 2002-09-19 18:59:50 +00:00
vga.h - forward changes of the active charmap to the gui with the new function 2002-09-19 18:59:50 +00:00