.. |
display
|
Fixed possible CMDFIFO failure.
|
2017-07-18 18:03:16 +00:00 |
hdimage
|
Changed a lot of malloc() / free() calls to C++ style new / delete.
|
2017-02-18 11:13:56 +00:00 |
network
|
Removed unnecessary include.
|
2017-06-28 15:34:34 +00:00 |
sound
|
Reverted BX_THREAD_KILL() changes in the lowlevel sound code. Now using control
|
2017-06-02 16:56:58 +00:00 |
usb
|
Some work on the USB device plugin code.
|
2017-06-01 20:04:10 +00:00 |
acpi.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +00:00 |
acpi.h
|
THe ACPI device can use the base class pci_read_handler().
|
2017-03-27 19:38:37 +00:00 |
biosdev.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
biosdev.h
|
|
|
busmouse.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +00:00 |
busmouse.h
|
|
|
cmos.cc
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
cmos.h
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
devices.cc
|
Rewrite of the USB devices plugin code similar to the network driver code.
|
2017-05-28 08:13:06 +00:00 |
devices.txt
|
Updated devices list.
|
2017-03-18 09:40:20 +00:00 |
dma.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
dma.h
|
|
|
extfpuirq.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
extfpuirq.h
|
|
|
floppy.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +00:00 |
floppy.h
|
|
|
gameport.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
gameport.h
|
|
|
harddrv.cc
|
It is valid to set up the PRD size larger than the IDE transfer size. Fixed
|
2017-05-07 07:47:08 +00:00 |
harddrv.h
|
|
|
hpet.cc
|
better way of fixing shift of 1 by 64-bit to avoid integer overflow
|
2017-04-17 20:38:18 +00:00 |
hpet.h
|
Missed the new HPET files.
|
2017-04-17 07:31:08 +00:00 |
ioapic.cc
|
Added method to convert cpu ticks to nanoseconds (required for HPET).
|
2017-04-14 19:35:21 +00:00 |
ioapic.h
|
|
|
iodebug.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
iodebug.h
|
|
|
iodev.h
|
Rewrite of the USB devices plugin code similar to the network driver code.
|
2017-05-28 08:13:06 +00:00 |
keyboard.cc
|
Moved method release_keys() to the common devices code to make sure this
|
2017-04-22 15:32:07 +00:00 |
keyboard.h
|
Moved method release_keys() to the common devices code to make sure this
|
2017-04-22 15:32:07 +00:00 |
Makefile.in
|
Added initial version of the High Precision Event Timer (HPET) ported from Qemu.
|
2017-04-17 07:26:00 +00:00 |
parallel.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
parallel.h
|
|
|
pci2isa.cc
|
Some work on the PCI devices code.
|
2017-03-24 19:57:25 +00:00 |
pci2isa.h
|
Some work on the PCI devices code.
|
2017-03-24 19:57:25 +00:00 |
pci_ide.cc
|
It is valid to set up the PRD size larger than the IDE transfer size. Fixed
|
2017-05-07 07:47:08 +00:00 |
pci_ide.h
|
Some work on the PCI devices code.
|
2017-03-24 19:57:25 +00:00 |
pci.cc
|
Some work on the PCI devices code.
|
2017-03-24 19:57:25 +00:00 |
pci.h
|
Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class
|
2017-03-26 08:09:28 +00:00 |
pcidev.cc
|
Changed a lot of malloc() / free() calls to C++ style new / delete.
|
2017-02-18 11:13:56 +00:00 |
pcidev.h
|
Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class
|
2017-03-26 08:09:28 +00:00 |
pic.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
pic.h
|
|
|
pit82c54.cc
|
|
|
pit82c54.h
|
|
|
pit.cc
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
pit.h
|
Prepared devices and timer code for HPET support
|
2017-04-15 20:31:07 +00:00 |
scancodes.cc
|
|
|
scancodes.h
|
|
|
serial_raw.cc
|
|
|
serial_raw.h
|
|
|
serial.cc
|
Cleanups in the Bochs system timer code
|
2017-03-30 18:08:15 +00:00 |
serial.h
|
|
|
slowdown_timer.cc
|
|
|
slowdown_timer.h
|
|
|
speaker.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
speaker.h
|
|
|
unmapped.cc
|
Removed unused argc and argv parameters from plugin init functions.
|
2017-01-28 09:52:09 +00:00 |
unmapped.h
|
|
|
virt_timer.cc
|
|
|
virt_timer.h
|
|
|