Changeset 69498 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 28, 2017 3:07:25 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118837
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 52 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2009-201 7Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/ahci.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2011-201 7Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/apm.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2004-201 7Oracle Corporation7 * Copyright (C) 2004-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/apm_pm.asm
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/ata.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ata.h
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/bios.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/boot.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/disk.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/eltorito.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/floppy.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/floppyt.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2011-201 7Oracle Corporation7 * Copyright (C) 2011-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/invop.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2013-201 7Oracle Corporation7 * Copyright (C) 2013-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/keyboard.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/logo.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2004-201 7Oracle Corporation7 * Copyright (C) 2004-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/parallel.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pci32.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2004-201 7Oracle Corporation7 * Copyright (C) 2004-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/pcibio32.asm
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2016 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; -------------------------------------------------------------------- 16 18 17 19 -
trunk/src/VBox/Devices/PC/BIOS/pcibios.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2004-201 7Oracle Corporation7 * Copyright (C) 2004-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/pcibios.inc
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; -------------------------------------------------------------------- 16 17 ; 17 18 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pciutil.c
r69496 r69498 4 4 5 5 /* 6 * Copyright (C) 2011-201 7Oracle Corporation6 * Copyright (C) 2011-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/pciutil.h
r69496 r69498 4 4 5 5 /* 6 * Copyright (C) 2011-201 7Oracle Corporation6 * Copyright (C) 2011-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/pirq.inc
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; -------------------------------------------------------------------- 16 17 ; 17 18 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pmode.inc
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2004-201 7Oracle Corporation7 ; Copyright (C) 2004-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/pmsetup.inc
r69496 r69498 5 5 6 6 ; 7 ; Copyright (C) 2004-201 7Oracle Corporation7 ; Copyright (C) 2004-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/print.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ps2mouse.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2004-201 7Oracle Corporation7 * Copyright (C) 2004-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/serial.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/smidmi.inc
r69496 r69498 1 1 ; 2 ; Copyright (C) 2006-201 7Oracle Corporation2 ; Copyright (C) 2006-2015 Oracle Corporation 3 3 ; 4 4 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 ; -------------------------------------------------------------------- 11 12 ; 12 13 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/system.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/timepci.c
r69496 r69498 1 1 /* 2 * Copyright (C) 2006-201 7Oracle Corporation2 * Copyright (C) 2006-2016 Oracle Corporation 3 3 * 4 4 * This file is part of VirtualBox Open Source Edition (OSE), as … … 9 9 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 10 10 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 * -------------------------------------------------------------------- 11 12 * 12 13 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/vds.c
r69496 r69498 4 4 5 5 /* 6 * Copyright (C) 2011-201 7Oracle Corporation6 * Copyright (C) 2011-2016 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/BIOS/vds.h
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevACPI.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * -------------------------------------------------------------------- 16 17 * 17 18 * This code is loosely based on: -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2009-201 7Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevFwCommon.h
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2009-201 7Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2009-201 7Oracle Corporation7 * Copyright (C) 2009-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2016 -2017Oracle Corporation7 * Copyright (C) 2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r69496 r69498 8 8 9 9 /* 10 * Copyright (C) 2006-201 7Oracle Corporation10 * Copyright (C) 2006-2016 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 17 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 18 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 19 * -------------------------------------------------------------------- 19 20 * 20 21 * This code is based on: -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * ------------------------------------------------------------------- 16 17 * 17 18 * This code is based on: -
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevPcBios.h
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * -------------------------------------------------------------------- 16 17 * 17 18 * This code is based on: -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * -------------------------------------------------------------------- 16 17 * 17 18 * This code is based on: -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/vbox-standard.dsl
r69496 r69498 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.