Changeset 69496 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 28, 2017 2:55:58 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118835
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 52 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
r64345 r69496 5 5 6 6 /* 7 * Copyright (C) 2009-201 6Oracle Corporation7 * Copyright (C) 2009-2017 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
r68611 r69496 5 5 6 6 /* 7 * Copyright (C) 2011-201 6Oracle Corporation7 * Copyright (C) 2011-2017 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
r66154 r69496 5 5 6 6 /* 7 * Copyright (C) 2004-201 6Oracle Corporation7 * Copyright (C) 2004-2017 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
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 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
r69033 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ata.h
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/bios.c
r63562 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r67785 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/boot.c
r63562 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/disk.c
r67694 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ebda.h
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/eltorito.c
r66372 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/floppy.c
r67694 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/floppyt.c
r62509 r69496 5 5 6 6 /* 7 * Copyright (C) 2011-201 6Oracle Corporation7 * Copyright (C) 2011-2017 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
r62509 r69496 5 5 6 6 /* 7 * Copyright (C) 2013-201 6Oracle Corporation7 * Copyright (C) 2013-2017 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
r67785 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/logo.c
r65293 r69496 5 5 6 6 /* 7 * Copyright (C) 2004-201 6Oracle Corporation7 * Copyright (C) 2004-2017 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
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pci32.c
r62509 r69496 5 5 6 6 /* 7 * Copyright (C) 2004-201 6Oracle Corporation7 * Copyright (C) 2004-2017 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
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2006-201 6Oracle Corporation7 ; Copyright (C) 2006-2017 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 ; --------------------------------------------------------------------18 16 19 17 -
trunk/src/VBox/Devices/PC/BIOS/pcibios.c
r63562 r69496 5 5 6 6 /* 7 * Copyright (C) 2004-201 6Oracle Corporation7 * Copyright (C) 2004-2017 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
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2017 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 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pciutil.c
r67805 r69496 4 4 5 5 /* 6 * Copyright (C) 2011-201 6Oracle Corporation6 * Copyright (C) 2011-2017 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
r62509 r69496 4 4 5 5 /* 6 * Copyright (C) 2011-201 6Oracle Corporation6 * Copyright (C) 2011-2017 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
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2006-201 5Oracle Corporation7 ; Copyright (C) 2006-2017 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 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/pmode.inc
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2004-201 5Oracle Corporation7 ; Copyright (C) 2004-2017 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
r69300 r69496 5 5 6 6 ; 7 ; Copyright (C) 2004-201 5Oracle Corporation7 ; Copyright (C) 2004-2017 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
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/ps2mouse.c
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r67953 r69496 5 5 6 6 /* 7 * Copyright (C) 2004-201 6Oracle Corporation7 * Copyright (C) 2004-2017 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
r62509 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/smidmi.inc
r69300 r69496 1 1 ; 2 ; Copyright (C) 2006-201 5Oracle Corporation2 ; Copyright (C) 2006-2017 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 ; --------------------------------------------------------------------12 11 ; 13 12 ; This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/system.c
r63562 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/timepci.c
r63562 r69496 1 1 /* 2 * Copyright (C) 2006-201 6Oracle Corporation2 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------12 11 * 13 12 * This code is based on: -
trunk/src/VBox/Devices/PC/BIOS/vds.c
r62509 r69496 4 4 5 5 /* 6 * Copyright (C) 2011-201 6Oracle Corporation6 * Copyright (C) 2011-2017 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
r69300 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevACPI.cpp
r69046 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r65916 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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 * This code is loosely based on: -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r65850 r69496 5 5 6 6 /* 7 * Copyright (C) 2009-201 6Oracle Corporation7 * Copyright (C) 2009-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevFwCommon.h
r62509 r69496 5 5 6 6 /* 7 * Copyright (C) 2009-201 6Oracle Corporation7 * Copyright (C) 2009-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r64369 r69496 5 5 6 6 /* 7 * Copyright (C) 2009-201 6Oracle Corporation7 * Copyright (C) 2009-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r63618 r69496 5 5 6 6 /* 7 * Copyright (C) 2016 Oracle Corporation7 * Copyright (C) 2016-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r64393 r69496 8 8 9 9 /* 10 * Copyright (C) 2006-201 6Oracle Corporation10 * Copyright (C) 2006-2017 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 * --------------------------------------------------------------------20 19 * 21 20 * This code is based on: -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r67891 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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 * This code is based on: -
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r62890 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DevPcBios.h
r62509 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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
r69046 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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 * This code is based on: -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r64369 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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 * This code is based on: -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r62956 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r62908 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 6Oracle Corporation7 * Copyright (C) 2006-2017 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
r69301 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2017 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
r69301 r69496 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2017 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.