VirtualBox

source: vbox/trunk/src/VBox/Devices/PC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37541   14 years vboxsync DevHPET: Some minor cleanups.
(edit) @37539   14 years vboxsync DevHPET: Moved the frequency hinting into a function.
(edit) @37538   14 years vboxsync DevHPET: Split the u64Capabilities into u32Capabilities and u32Period.
(edit) @37537   14 years vboxsync DevHPET: Report the correct number of timers (off by one), making ICH9 …
(edit) @37536   14 years vboxsync DevHPET: making the number of timers more flexible.
(edit) @37534   14 years vboxsync DevHPET: Frequency hinting.
(edit) @37526   14 years vboxsync Dev*: Timer locking fixes.
(edit) @37519   14 years vboxsync DevACPI: Drop the last seen time workaround as the problem should be …
(edit) @37515   14 years vboxsync DevPit: Fixed locking wrt virtual sync timers.
(edit) @37514   14 years vboxsync DevRTC: nit
(edit) @37513   14 years vboxsync DevRTC: Locking adjustments.
(edit) @37512   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37511   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37510   14 years vboxsync DevHPET: No automatic locking, we're doing it ourselves.
(edit) @37509   14 years vboxsync DevHPET: Stop timers on reset.
(edit) @37508   14 years vboxsync DevHPET: Fixed locking.
(edit) @37507   14 years vboxsync DevHPET: updates…
(edit) @37506   14 years vboxsync DevHPET: Moving the code a bit around.
(edit) @37505   14 years vboxsync hpetTimerRegWrite32 optimization
(edit) @37504   14 years vboxsync DevHPET: More cleaning up…
(edit) @37501   14 years vboxsync DevHPET: More code massaging…
(edit) @37500   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37497   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37481   14 years vboxsync OSE header fixes
(edit) @37477   14 years vboxsync DevAPIC: Split out the IO-APIC into a separate source file.
(edit) @37476   14 years vboxsync DevAPIC.cpp: Some variable renaming
(edit) @37475   14 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37453   14 years vboxsync DevApic: working on getting the locking right…
(edit) @37446   14 years vboxsync DevACPI.cpp: More style cleanup.
(edit) @37444   14 years vboxsync DevACPI: Locking and code cleanup.
(edit) @37427   14 years vboxsync BIOS/AHCI: Updates for the driver, grub can boot from a SATA disk now
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37391   14 years vboxsync DevACPI: d'oh!
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37268   14 years vboxsync BIOS: Updates for the AHCI driver
(edit) @37237   14 years vboxsync DevACPI: attempt to make the ACPI timer SMP-safe
(edit) @37159   14 years vboxsync PIC: Return zero in poll mode if no interrupt.
(edit) @37049   14 years vboxsync Corrected the initial media state for 1.2M and 360K drives.
(edit) @37035   14 years vboxsync BIOS: Corrected one more checksum calculation.
(edit) @36971   14 years vboxsync HPET: cleanup, correct timers init per ICH9 spec, fix overflow hanling
(edit) @36877   14 years vboxsync BIOS: AHCI driver skeleton
(edit) @36870   14 years vboxsync Devices/HPET: cosmetical nitpicking
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36731   14 years vboxsync BIOS: Corrected EDD checksum calculation - two's complement is not …
(edit) @36704   14 years vboxsync BIOS: Try to find the right floppy data rate.
(edit) @36649   14 years vboxsync HPET: fix time jumps
(edit) @36228   14 years vboxsync Harmless warning fix.
(edit) @36205   14 years vboxsync BIOS: Shortened a ridiculously long loop.
(edit) @36204   14 years vboxsync DMA: Reworked the DMA code, added comments, fixed minor issues, made …
(edit) @36024   14 years vboxsync IOAPIC: assign ID matching MADT
(edit) @36014   14 years vboxsync PIC: Compacted info display so it does not take up two screens.
(edit) @35853   14 years vboxsync PIT: Use the mode 2 optimization also for modes 4 and 5.
(edit) @35848   14 years vboxsync PIT: Do not always pulse IRQ line when updating interrupt state.
(edit) @35782   14 years vboxsync ACPI: activate disabled bits from r65196
(edit) @35773   14 years vboxsync dev/acpi: fix index_end value
(edit) @35746   14 years vboxsync dev/serial: add to ACPI tables
(edit) @35672   14 years vboxsync Devices/DevACPI: PowerS4Enabled defaults to false
(edit) @35591   14 years vboxsync Devices/DevACPI: don't announce S1 support by default
(edit) @35546   14 years vboxsync Devices/DevACPI: enforce disabling of S1/S4 power states
(edit) @35400   14 years vboxsync introduced VBOX_WITH_PXE_ROM
(edit) @35399   14 years vboxsync accident commit
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35383   14 years vboxsync fixed missing dependency.
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35367   14 years vboxsync Etherboot-src/Makefile.kmk: Simplified the …
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35286   14 years vboxsync LPC: typo
(edit) @35178   14 years vboxsync PIT: Modes 2/6 and 3/7 are identical.
(edit) @35107   14 years vboxsync BIOS: Fix for multi-sector transfers of exactly 64K.
(edit) @35098   14 years vboxsync BIOS: Properly initialize hdimap table.
(edit) @35096   14 years vboxsync BIOS: Do not print ELDL messages in release builds.
(edit) @35073   14 years vboxsync PIC: Converted release assertion to log statement.
(edit) @35068   14 years vboxsync BIOS: Removed redundant checks (sector count already has to be less …
(edit) @35063   14 years vboxsync Braces.
(edit) @34994   14 years vboxsync BIOS: Properly report the number of sectors transferred by …
(edit) @34966   14 years vboxsync BIOS: Read multiple sectors at a time.
(edit) @34900   14 years vboxsync Moved rounding fix so that the PIT IRQ stat still works.
(edit) @34896   14 years vboxsync PIT: Avoid double calls of timer handler caused by integer truncation.
(edit) @34879   14 years vboxsync HPET: minor cleanup, more forgiving behavior
(edit) @34775   14 years vboxsync Linux build fix
(edit) @34768   14 years vboxsync PC/Etherboot-src: build speedup by converting sub-makefile to single …
(edit) @34752   14 years vboxsync LPC: print PIRQ mapping too
(edit) @34697   14 years vboxsync PIC: Clear IRR bit when edge triggered IRQ is deasserted.
(edit) @34695   14 years vboxsync PIC: Reversed IRQ flip-flop polarity.
(edit) @34692   14 years vboxsync Comments.
(edit) @34691   14 years vboxsync PIT: Fixed mode 3 timer interrupts (no longer doubled IRQ0 frequency).
(edit) @34506   14 years vboxsync LPC: Make lack of interrupts explicit.
(edit) @34504   14 years vboxsync LPC: fixed XP with ICH9
(edit) @34494   14 years vboxsync ACPI: hardcode interrupt - better reset behavior
(edit) @34489   14 years vboxsync one more
(edit) @34488   14 years vboxsync unicode
(edit) @34487   14 years vboxsync LPC: registers infomation
(edit) @34486   14 years vboxsync ACPI: allow to configure SCI if not yet configured (reset)
(edit) @34458   14 years vboxsync BIOS: removed generic vars mechanism
(edit) @34455   14 years vboxsync BIOS: now MCFG region is correctly reported in E820
(edit) @34427   14 years vboxsync ACPI: streamlined ACPI interrupt, works with OSX guests finally
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette