summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/BIOS/scsi.c
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* BIOS: Use get_cmos_word in other places where we read two adjacent cmos value...vboxsync2021-11-091-1/+1
* Devices/PC/BIOS: Remove the skip_b,skip_a mechanism as it is unused now makin...vboxsync2021-05-281-52/+10
* PC/BIOS/buslogic: Use the EXECUTE SCSI command instead of the mailbox interfa...vboxsync2021-05-251-3/+5
* Devices/PC/BIOS: Fix CD/DVD access with the new BusLogic and LsiLogic drivers...vboxsync2021-05-211-2/+33
* Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be able to ...vboxsync2021-05-191-2/+3
* Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be able to ...vboxsync2021-05-191-262/+145
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* PC/BIOS: Move cdb_rw10 and cdb_rw16 into the generic SCSI header so it can be...vboxsync2019-11-251-25/+0
* PC/BIOS: Move the generic SCSI definitions out of scsi.c into a separate headervboxsync2019-10-211-10/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* BIOS: Added INT13X support for El Torito emulated hard disks, merged resultin...vboxsync2017-12-231-4/+5
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* BIOS: Don't need to be so chatty.vboxsync2017-07-131-2/+2
* BIOS: Enable bus mastering for SCSI HBAs, too. Guests may rely on that.vboxsync2017-07-051-0/+19
* Devices/PC: Doxygen fixesvboxsync2016-10-221-2/+7
* scm: cleaning up todosvboxsync2016-08-161-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* BIOS: Operator precedence.vboxsync2015-12-021-2/+2
* BIOS: Inlined swap_64 for considerably smaller code.vboxsync2015-11-231-11/+0
* BIOS: Support 64-bit LBA operation. Contributed by Maksym Sobolyev. Thank you!vboxsync2015-11-171-45/+70
* Devices: Updated (C) year.vboxsync2015-06-091-1/+1
* BIOS: Better error checking in SCSI driver.vboxsync2015-04-101-0/+18
* BIOS: Corrected off-by-one sector count for SCSI/SAS devices.vboxsync2015-04-081-0/+1
* Undid accidental commit.vboxsync2015-04-081-1/+0
* BIOS: Corrected off-by-one sector count for SCSI/SAS devices.vboxsync2015-04-081-0/+1
* BIOS: Fixed drive detection when the first SCSI device is a CD-ROM.vboxsync2015-04-081-5/+5
* BIOS: Fixed format specifiers.vboxsync2014-09-221-1/+1
* BIOS: Let the compiler merge info/debug strings better in SCSI module.vboxsync2014-01-231-8/+8
* BIOS: If available, store logical geometry of SCSI disk in CMOS and use it.vboxsync2014-01-171-13/+44
* BIOS: Trailing spaces, begone!vboxsync2013-08-281-10/+10
* BIOS: Properly handle SCSI disk reads of 64K or more.vboxsync2013-05-231-12/+32
* BIOS: A bit more debug output.vboxsync2013-05-231-0/+8
* header (C) fixesvboxsync2013-02-041-1/+1
* SCSI/BIOS: Moved port base out of harm's way.vboxsync2012-12-271-3/+3
* BIOS: Log detected SCSI devices.vboxsync2012-10-261-1/+4
* BIOS: Fixed trouble with El Torito reading incomplete CD sectors over SCSI.vboxsync2012-10-171-5/+15
* BIOS: Added error checking to packet commands.vboxsync2012-10-161-1/+12
* BIOS: Support for SCSI CD-ROMs, larger than 64K SCSI transfers.vboxsync2012-09-301-77/+189
* BIOS: Use macros for getting controller specific device numbers.vboxsync2012-08-141-2/+2
* Renamed PC/BIOS-new to PC/BIOS and dropped the VBOX_WITH_NEW_BIOS makefile va...vboxsync2012-07-091-0/+447
* Removed old BIOS code.vboxsync2012-07-091-526/+0
* Renamed SCSI BIOS constants to elucidate their purpose.vboxsync2012-03-261-17/+17
* BIOS/AHCI: Updates for the driver, grub can boot from a SATA disk nowvboxsync2011-06-131-0/+5
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-2/+2