diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2013-12-08 07:40:37 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2013-12-08 07:40:37 +0000 |
| commit | 5019abc866fce66d27ff9566e337efcb9a321cbc (patch) | |
| tree | 6c2cb8c540a21224ff1bfb3b2d4691657d4053e5 /sys/dev | |
| parent | 4f1b3b4b51d23609c1dfccad786853b747b6096e (diff) | |
Add devices of Atom S1200 series from the datasheet
(Table 2-1 Local PCI Hierarchy, datasheet Volume 2 of 2).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 7963c322a9d..d85ee09c146 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.1165 2013/11/13 16:24:33 msaitoh Exp $ +$NetBSD: pcidevs,v 1.1166 2013/12/08 07:40:37 msaitoh Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -2590,6 +2590,24 @@ product INTEL HASWELL_PCIE16 0x0c01 Haswell PCI-E x16 Controller product INTEL HASWELL_PCIE8 0x0c05 Haswell PCI-E x8 Controller product INTEL HASWELL_PCIE4 0x0c09 Haswell PCI-E x4 Controller product INTEL HASWELL_MINI_HDA 0x0c0c Haswell Mini HD Audio Controller +product INTEL S1200_PCIE_1 0x0c46 Atom S1200 PCIe Root Port 1 +product INTEL S1200_PCIE_2 0x0c47 Atom S1200 PCIe Root Port 2 +product INTEL S1200_PCIE_3 0x0c48 Atom S1200 PCIe Root Port 3 +product INTEL S1200_PCIE_4 0x0c49 Atom S1200 PCIe Root Port 4 +product INTEL S1200_INTERNALMNG 0x0c54 Atom S1200 Internal management +product INTEL S1200_DFX1 0x0c55 Atom S1200 Debug function 1 +product INTEL S1200_DFX2 0x0c56 Atom S1200 Debug function 2 +product INTEL S1200_SMBUS_0 0x0c59 Atom S1200 SMBus 0 (PCIe mass-storage) +product INTEL S1200_SMBUS_1 0x0c5a Atom S1200 SMBus 1 (enclosure maintain) +product INTEL S1200_SMBUS_2 0x0c5b Atom S1200 SMBus 2 +product INTEL S1200_SMBUS_3 0x0c5c Atom S1200 SMBus 3 +product INTEL S1200_SMBUS_4 0x0c5d Atom S1200 SMBus 4 +product INTEL S1200_SMBUS_5 0x0c5e Atom S1200 SMBus 5 +product INTEL S1200_UART 0x0c5f Atom S1200 High-Speed UART +product INTEL S1200_ILB 0x0c60 Atom S1200 LPC bridge +product INTEL S1200_S1220 0x0c72 Atom S1220 Internal +product INTEL S1200_S1240 0x0c73 Atom S1240 Internal +product INTEL S1200_S1260 0x0c75 Atom S1260 Internal product INTEL 82542 0x1000 i82542 Gigabit Ethernet product INTEL 82543GC_FIBER 0x1001 i82453GC 1000baseX Ethernet product INTEL MODEM56 0x1002 56k Modem |
