mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[HALX86] Update the PCI hardware IDs database.
Extracted from the pci.ids database at https://pci-ids.ucw.cz/ from 2020-11-14 03:15:02 . Maintained by Albert Pool, Martin Mares, and other volunteers from the PCI ID Project. Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
f54c7b646c
commit
3e79cb8e6c
3 changed files with 1460 additions and 122 deletions
|
@ -5,8 +5,8 @@
|
||||||
#
|
#
|
||||||
# List of PCI ID's
|
# List of PCI ID's
|
||||||
#
|
#
|
||||||
# Version: 2019.09.28
|
# Version: 2020.11.14
|
||||||
# Date: 2019-09-28 03:15:02
|
# Date: 2020-11-14 03:15:02
|
||||||
#
|
#
|
||||||
# Maintained by Albert Pool, Martin Mares, and other volunteers from
|
# Maintained by Albert Pool, Martin Mares, and other volunteers from
|
||||||
# the PCI ID Project at https://pci-ids.ucw.cz/.
|
# the PCI ID Project at https://pci-ids.ucw.cz/.
|
||||||
|
@ -17,6 +17,10 @@
|
||||||
# This file can be distributed under either the GNU General Public License
|
# This file can be distributed under either the GNU General Public License
|
||||||
# (version 2 or higher) or the 3-clause BSD License.
|
# (version 2 or higher) or the 3-clause BSD License.
|
||||||
#
|
#
|
||||||
|
# The database is a compilation of factual data, and as such the copyright
|
||||||
|
# only covers the aggregation and formatting. The copyright is held by
|
||||||
|
# Martin Mares and Albert Pool.
|
||||||
|
#
|
||||||
|
|
||||||
# List of known device classes, subclasses and programming interfaces
|
# List of known device classes, subclasses and programming interfaces
|
||||||
|
|
||||||
|
@ -28,6 +32,7 @@
|
||||||
C 00 Unclassified device
|
C 00 Unclassified device
|
||||||
00 Non-VGA unclassified device
|
00 Non-VGA unclassified device
|
||||||
01 VGA compatible unclassified device
|
01 VGA compatible unclassified device
|
||||||
|
05 Image coprocessor
|
||||||
C 01 Mass storage controller
|
C 01 Mass storage controller
|
||||||
00 SCSI storage controller
|
00 SCSI storage controller
|
||||||
01 IDE interface
|
01 IDE interface
|
||||||
|
@ -150,6 +155,9 @@ C 08 Generic system peripheral
|
||||||
05 SD Host controller
|
05 SD Host controller
|
||||||
06 IOMMU
|
06 IOMMU
|
||||||
80 System peripheral
|
80 System peripheral
|
||||||
|
99 Timing Card
|
||||||
|
# PTP Grandmaster Source Clock
|
||||||
|
01 TAP Timing Card
|
||||||
C 09 Input device controller
|
C 09 Input device controller
|
||||||
00 Keyboard controller
|
00 Keyboard controller
|
||||||
01 Digitizer Pen
|
01 Digitizer Pen
|
||||||
|
@ -181,6 +189,7 @@ C 0c Serial bus controller
|
||||||
10 OHCI
|
10 OHCI
|
||||||
20 EHCI
|
20 EHCI
|
||||||
30 XHCI
|
30 XHCI
|
||||||
|
40 USB4 Host Interface
|
||||||
80 Unspecified
|
80 Unspecified
|
||||||
fe USB Device
|
fe USB Device
|
||||||
04 Fibre Channel
|
04 Fibre Channel
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -163,6 +163,13 @@ Used Version: ???
|
||||||
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
|
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
|
||||||
URL: http://www.vmware.com/download/open_sources.html
|
URL: http://www.vmware.com/download/open_sources.html
|
||||||
|
|
||||||
|
Title: PCI hardware IDs database
|
||||||
|
Path: hal/halx86/legacy/bus/pci_classes.ids
|
||||||
|
Path: hal/halx86/legacy/bus/pci_vendors.ids
|
||||||
|
Used Version: 2020.11.14
|
||||||
|
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
|
||||||
|
URL: https://github.com/pciutils/pciids
|
||||||
|
|
||||||
Title: DejaVu Fonts
|
Title: DejaVu Fonts
|
||||||
Path: media/fonts
|
Path: media/fonts
|
||||||
Used Version: 2.37
|
Used Version: 2.37
|
||||||
|
|
Loading…
Reference in a new issue