Bochs/bochs/iodev
Volker Ruppert 6a290014f6 - ATAPI command 'read cd' partially implemented
- cdrom name returned by ATAPI command 'inquiry' changed
- some more indent mode fixes
2005-10-02 15:44:10 +00:00
..
aspi-win32.h
biosdev.cc
biosdev.h
busmouse.cc - missing initialisation of variable 'cur_command' added 2004-12-25 09:29:31 +00:00
busmouse.h - missing initialisation of variable 'cur_command' added 2004-12-25 09:29:31 +00:00
cdrom_amigaos.cc - replacing uint* types by Bit*u types since they are identical (BeOS code untouched) 2005-06-26 10:54:49 +00:00
cdrom_beos.cc
cdrom_beos.h
cdrom.cc - some fixes for OS X Tiger (10.4.1) by brianonn@telus.net 2005-07-24 07:25:02 +00:00
cdrom.h - replacing uint* types by Bit*u types since they are identical (BeOS code untouched) 2005-06-26 10:54:49 +00:00
cmos.cc - renamed cmos image parameter to 'rtc_init' 2005-09-18 07:16:28 +00:00
cmos.h - binary RTC mode implemented 2005-09-11 20:03:56 +00:00
crc32.cc
crc32.h
devices.cc - don't report read/write accesses to the PCI host controller with wrong io_len 2005-10-01 17:40:07 +00:00
dma.cc - extra page registers implemented (these registers have no effect on DMA operations) 2005-04-06 21:09:25 +00:00
dma.h - extra page registers implemented (these registers have no effect on DMA operations) 2005-04-06 21:09:25 +00:00
eth_arpback.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_fbsd.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_linux.cc - fixed compilation with x86_64 and gcc4 (SF patch #1211525 by scop) 2005-06-05 07:24:43 +00:00
eth_null.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_packetmaker.cc
eth_packetmaker.h - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth_tap.cc - fixes for Solaris 2.9 (tested with the compile farm) 2005-07-03 09:57:41 +00:00
eth_tuntap.cc - some fixes for OS X Tiger (10.4.1) by brianonn@telus.net 2005-07-24 07:25:02 +00:00
eth_vde.cc - replacing uint* types by Bit*u types since they are identical (BeOS code untouched) 2005-06-26 10:54:49 +00:00
eth_vnet.cc - TFTP write support implemented (doesn't overwrite files) 2005-06-12 08:59:32 +00:00
eth_win32.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth.cc - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
eth.h - dependencies between NE2k and PCI Pseudo-NIC removed from the config interface 2004-10-07 17:38:03 +00:00
extfpuirq.cc
extfpuirq.h
floppy.cc - floppy commands 0x04 and 0x4A do not reset the disk change line (SF patch 2005-09-28 17:36:01 +00:00
floppy.h - fixes for OS/2 in the floppy and rombios code (patch from Robin Kay) 2005-08-24 20:45:57 +00:00
gameport.cc
gameport.h
guest2host.cc
guest2host.h
harddrv.cc - ATAPI command 'read cd' partially implemented 2005-10-02 15:44:10 +00:00
harddrv.h - deprecated option 'newharddrivesupport' removed from hard drive code 2005-10-02 10:16:54 +00:00
ioapic.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
ioapic.h - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
iodebug.cc
iodebug.h
iodev.h - the BM-DMA interrupt flag must be set when the ide controller generates an interrupt 2005-09-05 18:32:23 +00:00
keyboard.cc - ignore the clock line until after the BAT completion code has been sent 2005-09-13 19:35:01 +00:00
keyboard.h - ignore the clock line until after the BAT completion code has been sent 2005-09-13 19:35:01 +00:00
Makefile.in - detection of wget (or equivalent commands) added (based on SF patch #816979) 2005-07-30 15:04:26 +00:00
ne2k.cc - PCI command register behaviour fixes in some devices 2005-09-23 19:31:12 +00:00
ne2k.h
parallel.cc
parallel.h
pci2isa.cc - PCI command register behaviour fixes in some devices 2005-09-23 19:31:12 +00:00
pci2isa.h
pci_ide.cc - PCI command register behaviour fixes in some devices 2005-09-23 19:31:12 +00:00
pci_ide.h - the BM-DMA interrupt flag must be set when the ide controller generates an interrupt 2005-09-05 18:32:23 +00:00
pci.cc - PCI command register behaviour fixes in some devices 2005-09-23 19:31:12 +00:00
pci.h
pcidev.cc - some compilation errors and warnings fixed 2004-10-19 17:24:59 +00:00
pcidev.h
pcipnic.cc - removed temporary PCI base address initialization in the reset() functions 2005-09-22 21:12:26 +00:00
pcipnic.h
pciusb_devs.h - USB keypad now supported (patch from Ben Lunt) 2005-01-14 18:28:47 +00:00
pciusb.cc - PCI command register behaviour fixes in some devices 2005-09-23 19:31:12 +00:00
pciusb.h - redirect mouse data to USB only when an USB mouse is connected 2005-01-21 16:07:38 +00:00
pcivga.cc - base address area set to read-only (TODO: implement framebuffer base at 0x10) 2005-09-18 13:02:56 +00:00
pcivga.h
pic.cc
pic.h
pit82c54.cc
pit82c54.h
pit_wrap.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
pit_wrap.h - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pit.cc - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pit.h - removed old unused code designed for a save/restore feature 2004-12-13 19:10:38 +00:00
pnic_api.h
sb16.cc - SB16: in 16-bit mode the 8-bit DMA channel is used if 16-bit DMA is disabled 2005-08-27 08:17:13 +00:00
sb16.h - ASP/CSP registers and read/write functions added (reads/writes to these 2005-02-04 19:50:50 +00:00
scancodes.cc
scancodes.h
scsi_commands.h
scsidefs.h
scsipt.h
serial_raw.cc
serial_raw.h
serial.cc - missing include for FreeBSD and others added 2005-07-11 16:24:47 +00:00
serial.h - com->socket redirection support added (initial SF patch #1107945 by Andrew Backer) 2005-07-10 16:51:09 +00:00
slowdown_timer.cc - some more warnings in MSVC fixed 2005-06-06 20:14:50 +00:00
slowdown_timer.h
soundlnx.cc
soundlnx.h
soundosx.cc
soundosx.h
soundwin.cc
soundwin.h
speaker.cc - added simple speaker support for OS X using the default system beep 2005-07-27 19:17:29 +00:00
speaker.h - pc speaker output for win32 added 2005-01-29 12:08:31 +00:00
svga_cirrus.cc - removed temporary PCI base address initialization in the reset() functions 2005-09-22 21:12:26 +00:00
svga_cirrus.h - cpu-to-video transparent colorexpand function renamed and implementation completed 2005-04-13 18:39:26 +00:00
unmapped.cc
unmapped.h
vga.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
vga.h - text mode update code no longer depends on the memory mapping (fixes SF bug 2005-03-18 14:52:29 +00:00
virt_timer.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
virt_timer.h
vmware3.cc - a bunch of warnings in MSVC fixed 2005-06-04 17:44:59 +00:00
vmware3.h