VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81493   5 years vboxsync 6.1.0_BETA2
(edit) @81412   5 years vboxsync PC/BIOS: Move the generic SCSI definitions out of scsi.c into a …
(edit) @81407   5 years vboxsync PC/BIOS/virtio.c: Updates
(edit) @81135   5 years vboxsync BIOS/virtio.c: Updates, can submit requests to the device now
(edit) @81130   5 years vboxsync BIOS: Fixed incorrect word swapping.
(edit) @81129   5 years vboxsync Devices/PC/BIOS/virtio.c: Updates
(edit) @81128   5 years vboxsync Devices/BIOS: Enable pci_write_config_* for the upcoming virtio driver
(edit) @81090   5 years vboxsync Devices/BIOS: Skeleton of a VirtIO driver, just detects any device for …
(edit) @81089   5 years vboxsync Devices/BIOS: Skeleton of a VirtIO driver, just detects any device for …
(edit) @80759   5 years vboxsync 6.1.0_BETA1
(edit) @79655   5 years vboxsync BIOS: ROM init routine may clobber registers, duh (see bugref:6549).
(edit) @78729   6 years vboxsync BIOS: After ATA reset, first wait for drive not busy, then read other …
(edit) @78714   6 years vboxsync Comment.
(edit) @78572   6 years vboxsync Undoing bad commit.
(edit) @78571   6 years vboxsync DevACPI: First check input, then take a lock.
(edit) @78423   6 years vboxsync BIOS: Reworked ATA device detection, old code relied on bugs in ATA …
(edit) @78406   6 years vboxsync Comment.
(edit) @78052   6 years vboxsync BIOS: Only probe IDE devices if a PCI IDE controller is present (see …
(edit) @77260   6 years vboxsync Comment.
(edit) @77117   6 years vboxsync Updated BIOS note.
(edit) @76968   6 years vboxsync BIOS: Skip HLT instruction in protected-mode APM idle call. Avoids …
(edit) @76960   6 years vboxsync Typo.
(edit) @76817   6 years vboxsync 6.0.2
(edit) @76791   6 years vboxsync BIOS: Added usage note.
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76519   6 years vboxsync Devices: Header guard fixing preps. bugref:9344
(edit) @76288   6 years vboxsync 6.0.0
(edit) @76129   6 years vboxsync 6.0.0_RC1
(edit) @75851   6 years vboxsync 6.0.0_BETA3
(edit) @75485   6 years vboxsync 6.0.0_BETA2
(edit) @75233   6 years vboxsync BIOS: Improved CMOS shutdown code path to avoid possible memory …
(edit) @75232   6 years vboxsync BIOS: Never report more than 15M extended memory on 286s.
(edit) @75229   6 years vboxsync BIOS: Rearranged INT 15h to better separate 286 and 386+ functionality.
(edit) @75153   6 years vboxsync Undid test code.
(edit) @75149   6 years vboxsync BIOS: Added custom video mode set function not limited by the list of …
(edit) @74983   6 years vboxsync Devices/*/BIOS: Regenreated alternative bios sources.
(edit) @74665   6 years vboxsync BIOS: Test VBOX_BIOS_CPU instead of BX_CPU.
(edit) @74613   6 years vboxsync BIOS: Inlined write_word, read_word and friends. Saves over 600 bytes …
(edit) @74612   6 years vboxsync BIOS: Slightly optimized INT 15h protected mode switching code.
(edit) @74580   6 years vboxsync BIOS: Build 32-bit APM only for 386+ BIOS.
(edit) @72499   6 years vboxsync BIOS: Fixed APIC disable logic, it was backwards before. No one …
(edit) @72416   7 years vboxsync PC/BIOS/post.c: r=bird
(edit) @71426   7 years vboxsync BIOS: Added disabled code which can place the FDPT outside of …
(edit) @71424   7 years vboxsync Reverted bad commit.
(edit) @71423   7 years vboxsync BIOS: Reduce harmless warnings for unsupported INT 15h functions.
(edit) @71422   7 years vboxsync BIOS: INT 15h/87h unconditionally disables A20 gate when done. Also …
(edit) @70333   7 years vboxsync BIOS: Added INT13X support for El Torito emulated hard disks, merged …
(edit) @69807   7 years vboxsync 5.2.2
(edit) @69703   7 years vboxsync BIOS: Slightly adjusted boot sector validity test (fixes …
(edit) @69501   7 years vboxsync PC/BIOS: Added LGPL disclaimer text where appropriate.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69300   7 years vboxsync PC/BIOS: scm updates
(edit) @69128   7 years vboxsync 5.2.0 again.
(edit) @69111   7 years vboxsync (C) year
(edit) @69033   7 years vboxsync BIOS: Put logical SPT into the FDPT properly; simplified conditional.
(edit) @69025   7 years vboxsync BIOS: Set INT 41h/46h in ATA setup rather than in assembler startup code.
(edit) @68934   7 years vboxsync 5.2.0_RC1
(edit) @68933   7 years vboxsync 5.2.0_RC1, reverted again.
(edit) @68932   7 years vboxsync 5.2.0_RC1
(edit) @68773   7 years vboxsync 5.2 beta 3
(edit) @68611   7 years vboxsync BIOS: Implemented timeout when waiting for drives to initialize after …
(edit) @68421   7 years vboxsync 5.2 Beta 2
(edit) @68290   7 years vboxsync 5.2 Beta 1
(edit) @67953   7 years vboxsync BIOS: Don't need to be so chatty.
(edit) @67889   7 years vboxsync Undoing bad commit.
(edit) @67888   7 years vboxsync BIOS: Typo (IRQ 10 and 11 both should have the dummy handler).
(edit) @67807   7 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67805   7 years vboxsync BIOS: Enable bus mastering for SCSI HBAs, too. Guests may rely on that.
(edit) @67789   7 years vboxsync Devices/PC/BIOS: updated alternative sources
(edit) @67785   7 years vboxsync BIOS: Preserve most flags on INT 16h/01h, 11h. Some software depends …
(edit) @67771   7 years vboxsync updated alternative system BIOS and VGA BIOS sources
(edit) @67694   7 years vboxsync BIOS: INT 13h, INT 15h always returns with interrupts enabled.
(edit) @67683   7 years vboxsync BIOS: updated alternative source
(edit) @67679   7 years vboxsync BIOS: Explicitly enable bus mastering for AHCI.
(edit) @67668   7 years vboxsync PDM: rip out the entire FakePCIBIOS support, no longer triggered from …
(edit) @67667   7 years vboxsync comment typo
(edit) @67644   7 years vboxsync BIOS: remove unused definitions, whitespace cleanup
(edit) @67495   7 years vboxsync Devices/BIOS: update alternative code
(edit) @67490   7 years vboxsync Whitespace.
(edit) @67115   8 years vboxsync BIOS: Clear high bits of registers after POST.
(edit) @67112   8 years vboxsync BIOS: Check APIC availability before hitting the APIC base MSR.
(edit) @67069   8 years vboxsync BIOS: Reduced INT 13h floppy service stack usage.
(edit) @67065   8 years vboxsync Whitespace.
(edit) @66959   8 years vboxsync BIOS: Removed useless PIC check from keyboard ISR.
(edit) @66372   8 years vboxsync BIOS: Corrected El Torito hard disk emulation geometry calculation.
(edit) @66154   8 years vboxsync bios: Use port defintion from VBox/bios.h.
(edit) @66146   8 years vboxsync Devices/BIOS: update alternative code
(edit) @66130   8 years vboxsync Devices/PC/DevPcBios+Devices/PC/BIOS/apm.c: relocate the APM shutdown …
(edit) @65293   8 years vboxsync PCBIOS/show_logo: Even without fade out, do the final fade out step to …
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @63625   8 years vboxsync BIOS: update alternative sources
(edit) @63571   8 years vboxsync 5.1.4
(edit) @63562   8 years vboxsync scm: cleaning up todos
(edit) @62509   8 years vboxsync (C) 2016
(edit) @62406   8 years vboxsync 5.1.2 (and convert two LogRel() statements back to Log() in …
(edit) @62301   8 years vboxsync BIOS: Mark floppy media as unknown if operation fails.
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