|
|
@40282
|
13 years |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@40280
|
13 years |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@40277
|
13 years |
vboxsync |
DevPcBios: always copy the BIOS to RAM and patch the DMI table field …
|
|
|
@40236
|
13 years |
vboxsync |
BIOS: Do not let fake shift keys modify shift flags.
|
|
|
@40150
|
13 years |
vboxsync |
Added note.
|
|
|
@40019
|
13 years |
vboxsync |
DevPcBios/DevFwCommon: enable DMI chassis information (type 3); …
|
|
|
@39946
|
13 years |
vboxsync |
Avoid keyboard BIOS read ID race.
|
|
|
@39914
|
13 years |
vboxsync |
Ctrl+Alt+Del needs to ignore Shift state.
|
|
|
@39913
|
13 years |
vboxsync |
Really stupid typo fixed.
|
|
|
@39904
|
13 years |
vboxsync |
Silly typo fix.
|
|
|
@39707
|
13 years |
vboxsync |
BIOS: allow to expose the processor informtion
|
|
|
@39651
|
13 years |
vboxsync |
Use indirect calls to avoid conditionals; renamed constants for clarity.
|
|
|
@39619
|
13 years |
vboxsync |
16 bits is plenty for the AHCI index register.
|
|
|
@39611
|
13 years |
vboxsync |
Added notes.
|
|
|
@39610
|
13 years |
vboxsync |
Further fixes and more logging.
|
|
|
@39598
|
13 years |
vboxsync |
Silly coding error.
|
|
|
@39597
|
13 years |
vboxsync |
Throw away unneeded data from CD.
|
|
|
@39596
|
13 years |
vboxsync |
Minor cleanup.
|
|
|
@39591
|
13 years |
vboxsync |
Messing with read sizes some more.
|
|
|
@39590
|
13 years |
vboxsync |
Watch for TFES bit, too.
|
|
|
@39589
|
13 years |
vboxsync |
Undid previous change.
|
|
|
@39588
|
13 years |
vboxsync |
Watch for TFES bit, too.
|
|
|
@39583
|
13 years |
vboxsync |
Updated logging.
|
|
|
@39575
|
13 years |
vboxsync |
Cleanup, logging.
|
|
|
@39573
|
13 years |
vboxsync |
Fixed DMA workaround for AHCI/ATAPI.
|
|
|
@39571
|
13 years |
vboxsync |
Made ATAPI command building somewhat sane.
|
|
|
@39567
|
13 years |
vboxsync |
Reduced generated code size a bit more.
|
|
|
@39565
|
13 years |
vboxsync |
Used wrong macro.
|
|
|
@39560
|
13 years |
vboxsync |
BIOS: Initial AHCI CD-ROM support.
|
|
|
@39559
|
13 years |
vboxsync |
Fixed VDS SG list length.
|
|
|
@39375
|
13 years |
vboxsync |
Straightened out BIOS AHCI code, reduced stack usage.
|
|
|
@39372
|
13 years |
vboxsync |
Refactored AHCI code to get rid of custom INT 13h handler.
|
|
|
@39371
|
13 years |
vboxsync |
DevAPIC: file header.
|
|
|
@39370
|
13 years |
vboxsync |
DevAPIC: file header.
|
|
|
@39369
|
13 years |
vboxsync |
DevAPIC.cpp: Fixed broadcast.
|
|
|
@39366
|
13 years |
vboxsync |
Further streamlined BIOS disk code for ATA/SCSI.
|
|
|
@39355
|
13 years |
vboxsync |
Reshuffled things some more.
|
|
|
@39347
|
13 years |
vboxsync |
More refactoring.
|
|
|
@39346
|
13 years |
vboxsync |
More merging of BIOS disk structures.
|
|
|
@39340
|
13 years |
vboxsync |
Started refactoring disk support.
|
|
|
@39311
|
13 years |
vboxsync |
DevIoApic.cpp: Wrong max cpu count check, forgot broadcast ID.
|
|
|
@39307
|
13 years |
vboxsync |
DevIoApic.cpp: Make sure the 'id' have the same value after reset as …
|
|
|
@39306
|
13 years |
vboxsync |
DevAPIC: > 32 CPUs, cleanups.
|
|
|
@39303
|
13 years |
vboxsync |
VMCPUSET changes.
|
|
|
@39274
|
13 years |
vboxsync |
Do not report nonexistent PIC->IOAPIC routing in MP tables; do report …
|
|
|
@39264
|
13 years |
vboxsync |
Report buses in MP tables in ascending order.
|
|
|
@39136
|
13 years |
vboxsync |
More MMIO refactoring and some other cleanups.
|
|
|
@39135
|
13 years |
vboxsync |
Changed PDMDevHlpMMIORegister to take flags and drop pfnFill. Added …
|
|
|
@39109
|
13 years |
vboxsync |
BIOS: Leave high interrupt vectors zeroed to indicate they are unused.
|
|
|
@39091
|
13 years |
vboxsync |
More parameter warning fixes; made PciIch9 check the saved state version.
|
|
|
@39060
|
13 years |
vboxsync |
DevApic,PDM: Combine the two read functions (MSR/MMIO); renamed debug …
|
|
|
@39059
|
13 years |
vboxsync |
unused variable warnings.
|
|
|
@39053
|
13 years |
vboxsync |
DevApic.cpp: Don't assert on invalid register accesses, do a DBGFStop …
|
|
|
@39017
|
13 years |
vboxsync |
BIOS: Do not trash caller's flags when PCI INT 1Ah service succeeds.
|
|
|
@38997
|
13 years |
vboxsync |
DMA recompiler bug workaround for floppy, too.
|
|
|
@38921
|
13 years |
vboxsync |
Converted incorrect assertion to log statement.
|
|
|
@38899
|
13 years |
vboxsync |
First cut at VDS support in AHCI BIOS.
|
|
|
@38897
|
13 years |
vboxsync |
Broke out PCI utility routines as they are not tied to AHCI.
|
|
|
@38890
|
13 years |
vboxsync |
More publics, workaround for bad PCI cfg access handling.
|
|
|
@38851
|
13 years |
vboxsync |
Recompiler DMA workaround.
|
|
|
@38850
|
13 years |
vboxsync |
DevIoApic.cpp: PDM provides locking via the helper interface, make the …
|
|
|
@38849
|
13 years |
vboxsync |
DevPIC.cpp: Use the NOP critical section on the device level - the PCI …
|
|
|
@38848
|
13 years |
vboxsync |
Integrated basic AHCI support into new BIOS.
|
|
|
@38833
|
13 years |
vboxsync |
Disable the A20 gate at POST.
|
|
|
@38832
|
13 years |
vboxsync |
Do not just loop forever.
|
|
|
@38829
|
13 years |
vboxsync |
Moved misnamed macros around.
|
|
|
@38828
|
13 years |
vboxsync |
Moved misnamed macros around.
|
|
|
@38808
|
13 years |
vboxsync |
BIOS: Properly pad disk type strings.
|
|
|
@38789
|
13 years |
vboxsync |
Moved things around to get proper location.
|
|
|
@38733
|
13 years |
vboxsync |
%S -> %s and some other minor cleanups.
|
|
|
@38706
|
13 years |
vboxsync |
Reduced read_word/write_word usage.
|
|
|
@38705
|
13 years |
vboxsync |
Create debug info, too.
|
|
|
@38700
|
13 years |
vboxsync |
build on unix.
|
|
|
@38699
|
13 years |
vboxsync |
Converted system BIOS to Watcom C.
|
|
|
@38698
|
13 years |
vboxsync |
Use 47 instead of 48 for user defined disk type.
|
|
|
@38544
|
13 years |
vboxsync |
BIOS: Cleaner initial state.
|
|
|
@38527
|
13 years |
vboxsync |
BIOS: Move the stack lower to avoid possible conflicts with PXE NBPs.
|
|
|
@38415
|
13 years |
vboxsync |
BIOS: Avoid a possible race (only enable keyboard interface after …
|
|
|
@38376
|
13 years |
vboxsync |
Drain more keys (Ctrl-Alt-Del generates more than bytes for key up). …
|
|
|
@38263
|
13 years |
vboxsync |
typo
|
|
|
@38261
|
13 years |
vboxsync |
Added (not currently used) ifdef, corrected IDT definitions.
|
|
|
@38221
|
13 years |
vboxsync |
Fixed assertion.
|
|
|
@38220
|
13 years |
vboxsync |
DevPcBios: Checksum basic CMOS data.
|
|
|
@38195
|
13 years |
vboxsync |
rtcLoadExec: Avoid asserting in TMTimerSetFrequencyHint.
|
|
|
@38188
|
13 years |
vboxsync |
DMA: Handle word access to page registers.
|
|
|
@37917
|
13 years |
vboxsync |
DevPcBios: Fail plainly if we encounter trouble loading a custom BIOS …
|
|
|
@37637
|
14 years |
vboxsync |
ioapicMMIOWrite: Don't access more than cb bytes from pv!
|
|
|
@37636
|
14 years |
vboxsync |
Changed FNIOMMMIOWRITE to take a const buffer pointer.
|
|
|
@37582
|
14 years |
vboxsync |
PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
|
|
|
@37574
|
14 years |
vboxsync |
DevAPIC.cpp: typo
|
|
|
@37541
|
14 years |
vboxsync |
DevHPET: Some minor cleanups.
|
|
|
@37539
|
14 years |
vboxsync |
DevHPET: Moved the frequency hinting into a function.
|
|
|
@37538
|
14 years |
vboxsync |
DevHPET: Split the u64Capabilities into u32Capabilities and u32Period.
|
|
|
@37537
|
14 years |
vboxsync |
DevHPET: Report the correct number of timers (off by one), making ICH9 …
|
|
|
@37536
|
14 years |
vboxsync |
DevHPET: making the number of timers more flexible.
|
|
|
@37534
|
14 years |
vboxsync |
DevHPET: Frequency hinting.
|
|
|
@37526
|
14 years |
vboxsync |
Dev*: Timer locking fixes.
|
|
|
@37519
|
14 years |
vboxsync |
DevACPI: Drop the last seen time workaround as the problem should be …
|
|
|
@37515
|
14 years |
vboxsync |
DevPit: Fixed locking wrt virtual sync timers.
|
|
|
@37514
|
14 years |
vboxsync |
DevRTC: nit
|
|
|