VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41734   12 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41710   12 years vboxsync DevRTC: Extended the 'rtc' info with register A thru D.
(edit) @41709   12 years vboxsync Moved the code to the right placed.
(edit) @41708   12 years vboxsync DevRTC.cpp: r=bird: - Changed cmos to cmos1. - Don't start internal …
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41668   12 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41667   12 years vboxsync Compacted CMOS debug info output.
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41657   12 years vboxsync build prog prep.
(edit) @41655   12 years vboxsync Uncomment again.
(edit) @41654   12 years vboxsync BIOS: Do not save registers which do not need to be saved.
(edit) @41653   12 years vboxsync BIOS: Remove signed 32-bit multiply/divide routines (unnecessary).
(edit) @41651   12 years vboxsync Let assembly code control the CPU mode.
(edit) @41609   12 years vboxsync Need to include the source file headers.
(edit) @41607   12 years vboxsync I4M
(edit) @41606   12 years vboxsync Use the -zu flag.
(edit) @41605   12 years vboxsync Use the -zu flag.
(edit) @41604   12 years vboxsync drop the clibs dependency.
(edit) @41603   12 years vboxsync BIOS: More compatible IVT initialization.
(edit) @41601   12 years vboxsync BIOS-new: fixed reported version string
(edit) @41599   12 years vboxsync CMOS Debuging: As suggested by Michal, moved the debug information …
(edit) @41594   12 years vboxsync Fixed interesting (but harmless) typo.
(edit) @41593   12 years vboxsync PC/DevPcBios: Compilation error fixed
(edit) @41592   12 years vboxsync PC/DevPcBios: Addition of checks for bcd/hex output and code improvement.
(edit) @41582   13 years vboxsync PC/DevPCBios: Added support for CMOS RTC debugging info. Need to …
(edit) @41580   13 years vboxsync PC/DevPcBios: Addition of info cmos and info cmos2 debugging commands
(edit) @41574   13 years vboxsync PC/BIOS-new: For detection of normal PnP ROM .
(edit) @41566   13 years vboxsync RTC: Clear CMOS shutdown byte on reset.
(edit) @41560   13 years vboxsync Log which device triggered a reset.
(edit) @41547   13 years vboxsync Missing word.
(edit) @41544   13 years vboxsync BIOS-new: use i386 Assembler instructions; fixed post commands
(edit) @41543   13 years vboxsync BIOS-new: 16-bit/32-bit fix
(edit) @41537   13 years vboxsync PXE: To enable the check for detection of pnp BIOS.
(edit) @41515   13 years vboxsync Moved to Config.kmk
(edit) @41513   13 years vboxsync made the alternative work too.
(edit) @41512   13 years vboxsync Alternative way of 'building' the new bios code.
(edit) @41509   13 years vboxsync
(edit) @41508   13 years vboxsync Not needed either.
(edit) @41507   13 years vboxsync Removed cases handled by disHandleYasmDifferences.
(edit) @41506   13 years vboxsync Made it work.
(edit) @41503   13 years vboxsync Makefile.kmk: Header fix and if hack.
(edit) @41500   13 years vboxsync Use DISFormatYasmIsOddEncoding.
(edit) @41499   13 years vboxsync Rule for updating the alternative bios source.
(edit) @41498   13 years vboxsync Windows build issues.
(edit) @41496   13 years vboxsync BIOS-new: More dias code.
(edit) @41490   13 years vboxsync DevPcBios: be more verbose
(edit) @41489   13 years vboxsync A bit further.
(edit) @41488   13 years vboxsync A bit more code.
(edit) @41483   13 years vboxsync
(edit) @41482   13 years vboxsync a bit more…
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41445   13 years vboxsync BIOS: Disable A20 on boot.
(edit) @41316   13 years vboxsync A few minutes of code in between other things.
(edit) @41252   13 years vboxsync Devices/ACPI: Fix assertion in debug builds during a ACPI shutdown. …
(edit) @41088   13 years vboxsync Kick off for stupid work that just needs doing.
(edit) @41087   13 years vboxsync PC/BIOS-new/Makefile.kmk: wrong + not needed
(edit) @41084   13 years vboxsync Put together a kBuild makefile for the new BIOS code. No idea if the …
(edit) @40973   13 years vboxsync comment fix
(edit) @40960   13 years vboxsync BIOS: Set text mode if not displaying logo.
(edit) @40956   13 years vboxsync PDM,APIC,IO-APIC: More IRQ tagging.
(edit) @40944   13 years vboxsync DevIoApic.cpp: Fixed wrong indexing of auTagSrc in r77458.
(edit) @40937   13 years vboxsync Tag the APIC timer IRQs.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40754   13 years vboxsync BIOS: Do a basic sanity check on floppy boot sectors, too.
(edit) @40730   13 years vboxsync BIOS-new: Fixed potential flags problem.
(edit) @40723   13 years vboxsync BIOS-new: Typo.
(edit) @40721   13 years vboxsync BIOS-new: Enable interrupts when polling for keyboard input.
(edit) @40694   13 years vboxsync BIOS: Make last searched bus/dev/fn configurable.
(edit) @40648   13 years vboxsync Ensure DS has RM limit/attributes.
(edit) @40640   13 years vboxsync Renamed SCSI BIOS constants to elucidate their purpose.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40277   13 years vboxsync DevPcBios: always copy the BIOS to RAM and patch the DMI table field …
(edit) @40236   13 years vboxsync BIOS: Do not let fake shift keys modify shift flags.
(edit) @40150   13 years vboxsync Added note.
(edit) @40019   13 years vboxsync DevPcBios/DevFwCommon: enable DMI chassis information (type 3); …
(edit) @39946   13 years vboxsync Avoid keyboard BIOS read ID race.
(edit) @39914   13 years vboxsync Ctrl+Alt+Del needs to ignore Shift state.
(edit) @39913   13 years vboxsync Really stupid typo fixed.
(edit) @39904   13 years vboxsync Silly typo fix.
(edit) @39707   13 years vboxsync BIOS: allow to expose the processor informtion
(edit) @39651   13 years vboxsync Use indirect calls to avoid conditionals; renamed constants for clarity.
(edit) @39619   13 years vboxsync 16 bits is plenty for the AHCI index register.
(edit) @39611   13 years vboxsync Added notes.
(edit) @39610   13 years vboxsync Further fixes and more logging.
(edit) @39598   13 years vboxsync Silly coding error.
(edit) @39597   13 years vboxsync Throw away unneeded data from CD.
(edit) @39596   13 years vboxsync Minor cleanup.
(edit) @39591   13 years vboxsync Messing with read sizes some more.
(edit) @39590   13 years vboxsync Watch for TFES bit, too.
(edit) @39589   13 years vboxsync Undid previous change.
(edit) @39588   13 years vboxsync Watch for TFES bit, too.
(edit) @39583   13 years vboxsync Updated logging.
(edit) @39575   13 years vboxsync Cleanup, logging.
(edit) @39573   13 years vboxsync Fixed DMA workaround for AHCI/ATAPI.
(edit) @39571   13 years vboxsync Made ATAPI command building somewhat sane.
(edit) @39567   13 years vboxsync Reduced generated code size a bit more.
(edit) @39565   13 years vboxsync Used wrong macro.
(edit) @39560   13 years vboxsync BIOS: Initial AHCI CD-ROM support.
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