History log of /src/sys/dev/pci/pcidevs
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.1536 04-Dec-2025 andvar

Add VIA VT6420 IDE controller.


# 1.1535 25-Nov-2025 pgoyette

More MediaTek WiFi products


# 1.1534 25-Nov-2025 mlelstv

Add Realtek 8161.


# 1.1533 07-Nov-2025 riz

Add Adaptec RAID 5445, 5805 and 5085


# 1.1532 07-Nov-2025 pgoyette

Add Realtek 8127


# 1.1531 27-Oct-2025 andvar

Add IDs for one more VT82C596B PM Controller and VX11 PCI-ISA bridge.
Will be needed later to add SMBus support.


# 1.1530 21-Oct-2025 pgoyette

add MediaTek MT7927


# 1.1529 21-Oct-2025 pgoyette

Add MediaTek


# 1.1528 17-Oct-2025 andvar

Add VIA VT8233C PCI-ISA Bridge.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1527 03-May-2025 rin

branches: 1.1527.2;
pcidevs: Add EXAR XR17V358 -- octal-channel Universal PCIe UART


# 1.1526 01-May-2025 andvar

make whitespace and tab usage more consistent, at least for the same vendor.
remove trailing whitspaces.
remove leading whitespace before tabs.
fix typo s/MIS/MSI/ for MSI 3090 description.

No definition changes expected.


# 1.1525 01-May-2025 andvar

Add Etron vendor and its xHCI controllers (used in some AMD/Intel boards).
Add various VIA devices, either documented in publicly available datasheets
or some from dmesg in personally owned devices.


# 1.1524 28-Apr-2025 andvar

fix typo in previous commit s/FHC/FCH/ for AMD RAID mode SATA controller.


# 1.1523 28-Apr-2025 andvar

Add AMD X370/X399/A320/A520/600 Series SATA/xHCI devices, 600 Series and Navi
PCIe Switch Upstream/Downstream Ports, Raven Ridge Vega GPUs and GeForce 6200A.


# 1.1522 20-Apr-2025 andvar

viaide(4): Improve VT8251 integrated SATA controller support in IDE/RAID modes.

Use via_chip_map() to attach this controller in IDE and RAID modes, similarly
to VX800. This allows drives to be identified and attached successfully on all
four ports (two channels with master/slave ports).

Switch channel setup to sata_setup_channel(), replacing via_setup_channel().
This avoids writes to the 0x50 register, which is only relevant for IDE
controllers. Writes to SATA controller registers caused drives on the IDE
controller (0x0571) to fail to attach. Apply this fix also to VX900 and VT8261.

Rename VT8237R_SATA to VT8251_SATA (0x3349 is not used for VT8237R, AFAIK).
This PCI ID is used in RAID mode on newer (CE) chipset revision and in all
modes (IDE/RAID/AHCI) on older revision.
Add the 0x5287 PCI ID, used in IDE mode on newer (CE) chipset revision.
Rename VT8251_SATA to VT8251_AHCI (0x6287 is used only in AHCI mode).
Add VT8251_AHCI to the ahcisata(4) quirk list, same as VT8251_SATA.

For more details, see the tech-kern thread:
https://mail-index.netbsd.org/tech-kern/2025/04/13/msg030365.html

Should fix and close PR kern/37517.

Tested on Asus A8V-VM (CD) and MSI MS-7318 (CE) motherboards.

Reviewed by bad.


# 1.1521 05-Apr-2025 andvar

viaide(4): Add RAID mode support for VIA VX900/VX11 SATA controllers.

The BIOS option to enable RAID is uncommon on systems using these chipsets;
however, at least two motherboards mention it in their manuals. The RAID
firmware does not provide management features, but it can recognize and boot
from preconfigured VIA RAID arrays.

Tested on ECS VX900-I.

Also add the VX11 chipset to the controller name, as it shares the same PCI ID.


# 1.1520 03-Apr-2025 andvar

viaide(4): Add support for VIA VT6415/VT6330 single-channel IDE controllers.

Beyond adding the usual identification code, several adjustments were required:

1) Introduced 'single_channel` to set 'nchannels` to 1 for this controller.

2) Added 'APO_IDECONF_ALWAYS_EN` definition and the 'no_ideconf` flag to mimic
enabled channel bits, as this controller's enable chip register is unset.
Applied the same to VT6410, following OpenBSD and Linux, since some
controllers are known to not set this register as well.

3) Combined all VIA controllers identified by PCI ID (not ISA bus) using switch
fallthrough, as they currently share the same UDMA setting. Consequently,
the VX900 name printing was moved to the device description and adjusted
to better reflect the device.

4) Moved setting interface bits for RAID controllers under the RAID capability
check, enabling the above fallthrough and paving the way for support of other
RAID-capable controllers in upcoming changes.

5) The VT6330 is a combo FireWire/IDE controller. Added its FireWire controller
PCI ID to pcidevs.

Tested on ASRock P5B-DE.

Reviewed by jak and bad.

Addresses PR kern/45917


# 1.1519 03-Mar-2025 andvar

Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual
purpose.

These are not separate IDE controllers for CX700 and CX700M2 but rather the
IDE and RAID modes of the same controller in these chipsets (and few more).


# 1.1518 23-Jan-2025 andvar

Add VIA VT8261 southbridge SATA controller IDs and PCIB.


# 1.1517 23-Jan-2025 mrg

add several more intel meteor lake and crucial ssd ids


# 1.1516 18-Jan-2025 mrg

add a bunch of intel arrow lake devices, and several more NPU devices


# 1.1515 03-Jan-2025 mrg

add a bunch of missing nvidia gpu ids.

these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.


# 1.1514 12-Dec-2024 msaitoh

pcidevs: Add some Oxford Semiconductor devices from FreeBSD.


# 1.1513 11-Nov-2024 msaitoh

Add many Brainboxes devices. Repoted in PR/kern 55824 by Cameron Williams.


# 1.1512 19-Oct-2024 mlelstv

Add Raspberry Pi5 Ethernet.


# 1.1511 16-Oct-2024 msaitoh

pcidevs: Add some AMD devies.


# 1.1510 20-Aug-2024 dogcow

Add Areca ARC-1224


# 1.1509 17-Jul-2024 mrg

add the intel "arc" a-series of cards.


# 1.1508 11-Jul-2024 msaitoh

Add Realtek RTL8126.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1507 23-Jun-2024 jakllsch

branches: 1.1507.2;
Add Brainboxes and devices

From Cameron Williams in PR 58358.


# 1.1506 12-May-2024 msaitoh

Add some Intel Rapotr Lake graphics.


# 1.1505 12-May-2024 msaitoh

Add Phison PS5021 and PS5026.


# 1.1504 06-Apr-2024 andvar

Add Zhaoxin devices, mainly from my TVS-675 NAS device, and some additional
to fill the gaps from pci-ids database.


# 1.1503 28-Feb-2024 jakllsch

Add (Realtek/)Killer E2600 Ethernet


# 1.1502 18-Jan-2024 msaitoh

Add Intel I219-{LM,V}(20,21)


# 1.1501 28-Dec-2023 msaitoh

Update Intel Raptor Lake devices.


# 1.1500 28-Dec-2023 msaitoh

Add Intel C26[26] eSPI.


# 1.1499 13-Nov-2023 jnemeth

add some newer Areca boards in prep for updating driver


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.1498 26-Oct-2023 msaitoh

pcidevs: Add Mellanox ConnectX-6 Lx.


# 1.1497 11-Oct-2023 msaitoh

pcidevs: Add Intel I219{V,LM}({22,23})


# 1.1496 10-Oct-2023 abs

Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier


# 1.1495 08-Oct-2023 msaitoh

Add Pericom(Diodes) PCIe switches.


# 1.1494 04-Oct-2023 rin

pcidevs: Add missing I225/I226 series devices


# 1.1493 04-Oct-2023 msaitoh

Add Intel 82599 LS.


# 1.1492 10-Aug-2023 andvar

rename PCI to PCIE for naming consistency.


# 1.1491 09-Aug-2023 msaitoh

Simplify descriptions of Snow Ridge internal Ethernet devices.


# 1.1490 09-Aug-2023 msaitoh

Add some Intel Xeon D-2100 devices. Fix description of Intel 0x37d0.


# 1.1489 05-Aug-2023 andvar

fix duplicate definition.


# 1.1488 05-Aug-2023 andvar

Add device ids of the VX800 chipset and s3 chrome 500 series GPU.
Descriptions mainly aligned with VX800/820 Series System Programming Manual.


# 1.1487 04-Aug-2023 msaitoh

Add Intel I226 devices.


# 1.1486 04-Aug-2023 msaitoh

Fix some descriptions of Intel Snow Ridge.


# 1.1485 04-Aug-2023 msaitoh

Add Intel Snow Ridge devices.


# 1.1484 31-Jul-2023 tnn

pcidevs: add ASMedia ASM106x


# 1.1483 28-Jul-2023 msaitoh

Add AMD 19h/7xh Root Complex.


# 1.1482 23-Jul-2023 msaitoh

Add Intel 700 series chipset devices.


# 1.1481 22-Jul-2023 msaitoh

Add Alder Lake-N and Raptor Lake devices.


# 1.1480 06-Apr-2023 msaitoh

The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.


# 1.1479 14-Feb-2023 msaitoh

Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.


# 1.1478 03-Feb-2023 msaitoh

Add Samsung SM990.


# 1.1477 29-Jan-2023 thorpej

Add ID for the EXAR XR17V354 PCIe UART.

From HÃ¥kan Engvall.
PR kern/57202


# 1.1476 18-Jan-2023 msaitoh

Add AMD Family 19h/1xh devices.


# 1.1475 14-Jan-2023 ryo

add Aquantia (Marvell) AQC113 ethernet devices and the variants


# 1.1474 04-Jan-2023 msaitoh

Fix typo. s/SSC/SCC/.


# 1.1473 30-Dec-2022 msaitoh

Add Elkhart Lake Shared SRAM.


# 1.1472 28-Dec-2022 msaitoh

Update Intel Elkhart Lake devices.


Revision tags: netbsd-10-base
# 1.1471 22-Nov-2022 msaitoh

branches: 1.1471.2;
Add some Xeon Scalable devices from OpenBSD.


# 1.1470 26-Oct-2022 msaitoh

Add AMD F17/Axh devices.


# 1.1469 26-Oct-2022 msaitoh

Add some AMD 17h/9xh devices from OpenBSD.


# 1.1468 07-Oct-2022 snj

add NVIDIA GeForce GTX 770


# 1.1467 02-Oct-2022 martin

Add AMD FCH SATA Controller D


Revision tags: bouyer-sunxi-drm-base
# 1.1466 01-Oct-2022 msaitoh

Add AMD 19h/6xh Root Complex.


# 1.1465 28-Sep-2022 msaitoh

Sort by number. No functional change.


# 1.1464 28-Sep-2022 msaitoh

Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.


# 1.1463 28-Sep-2022 msaitoh

Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.


# 1.1462 13-Sep-2022 msaitoh

Add more Alder Lake devices.


# 1.1461 11-Sep-2022 mrg

add several samsung nvme entries


# 1.1460 27-Jun-2022 msaitoh

Add some MegaRAID devices.


# 1.1459 17-Jun-2022 msaitoh

Update some descriptions of Intel 700 series Ethernet devices.


# 1.1458 02-Jun-2022 mrg

add some AMD zen2/3 devices.


# 1.1457 11-May-2022 markd

Add some Broadcom / LSI RAID cards.


# 1.1456 04-May-2022 martin

Rename one of the XEONSC_RAS entries slightly to avoid conflicts


# 1.1455 04-May-2022 nia

More Xeon Scalable / Skylake-E devices


# 1.1454 27-Apr-2022 msaitoh

Update some AMD devices:

- Rename AMD 15h/6xh devices.
- Add some devices.
- Use OHCI for OHCI device.
- Use EHCI for EHCI device.
- and some minor changes.


# 1.1453 22-Apr-2022 skrll

Add some Broadcom devices. From OpenBSD.


# 1.1452 24-Mar-2022 yamaguchi

Added Intel V710 for 5000BaseT


# 1.1451 24-Mar-2022 yamaguchi

Change description about Intel X710 10GBaseT device


# 1.1450 16-Mar-2022 yamaguchi

Added Intel X710 devices and rename X710_10G_T to X710_10G_T_1


# 1.1449 15-Feb-2022 msaitoh

Add VMware AHCI and NVMe.


# 1.1448 02-Feb-2022 msaitoh

Add some devices from AMD BKDG.


# 1.1447 02-Feb-2022 msaitoh

Fix AMD F16_HB from 0x1568 to 0x1538.

AMD BKDG says the host bridge's device ID is 0x1538. Before pcidevs
rev. 1.1261, F16_HB was located next to 0x1537, so I suspect 0x1568 was typo
of 0x1538.


# 1.1446 25-Jan-2022 msaitoh

Add Alder Lake devices and Intel 600 Series PCH devices.


# 1.1445 01-Jan-2022 msaitoh

s/sytem/system/


# 1.1444 30-Nov-2021 msaitoh

Add Intel Rocket Lake devices.


# 1.1443 03-Nov-2021 msaitoh

- Rename EHL_TRACE* macros
- Update Jasper Lake's Processor Transaction Routers.


# 1.1442 27-Oct-2021 msaitoh

Add Intel Elkhart Lake devices.


# 1.1441 27-Oct-2021 msaitoh

Add Intel Gemini Lake TXE HECI 1.


# 1.1440 13-Oct-2021 msaitoh

Add Intel I219V 15-19 and I219LM 16-19.


# 1.1439 13-Oct-2021 msaitoh

Add Intel I219's version number.


# 1.1438 12-Oct-2021 msaitoh

Add Intel 400 Series PCH-V devices.


# 1.1437 11-Oct-2021 msaitoh

Add Intel 500 Series PCH-H devices.


# 1.1436 11-Oct-2021 msaitoh

Remove duplicated entries.


# 1.1435 02-Oct-2021 mrg

add intel 660p ssd, and expand the 760p description.


# 1.1434 23-Sep-2021 msaitoh

Add some Intel devices:

- Tiger Lake
- I225V and I225LM
- WiFi 6 AX201


# 1.1433 06-Sep-2021 mrg

the CPU ident and AMD both say this is "R2 Graphics", not R3.


# 1.1432 03-Sep-2021 mrg

add a whole bunch of radeon devices.

now all the radeons i have are here (and dozens i don't :)


# 1.1431 30-Aug-2021 andvar

add RDC R6022 PCI-Host bridge.


# 1.1430 30-Aug-2021 mrg

add a bunch of nvidia devices.


# 1.1429 30-Aug-2021 mrg

add radeon x1550.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base thorpej-i2c-spi-conf-base
# 1.1428 17-Jul-2021 mrg

add current generation NVIDIA graphics cards (3050-3090 etc.)


# 1.1427 12-Jul-2021 msaitoh

Add Intel Jasper Lake devices and Reealtek RTL8821CE.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.1426 21-Apr-2021 jakllsch

branches: 1.1426.2;
Fix Realtek RTL8125 description


Revision tags: thorpej-cfargs-base thorpej-futex-base
# 1.1425 02-Apr-2021 rin

PDC20265 is Ultra/100, not 66.


# 1.1424 30-Jan-2021 jmcneill

branches: 1.1424.2;
Add some more product IDs for mcx(4)


# 1.1423 29-Dec-2020 skrll

Sort Cavium devices


# 1.1422 29-Dec-2020 skrll

Trailing whitespace


# 1.1421 20-Nov-2020 msaitoh

Add newer Intel PCH internal devices.


# 1.1420 19-Nov-2020 reinoud

Add modern QUMRANET/Red Hat VIRTIO range PCI devices


# 1.1419 14-Jul-2020 jdolecek

branches: 1.1419.2;
add newer ciss(4) devices, list obtained from FreeBSD


# 1.1418 09-Jul-2020 msaitoh

Remove duplicated entry.


# 1.1417 24-Jun-2020 thorpej

Add a couple of additional device IDs for the AMD Cryptographic Coprocessor.


# 1.1416 13-Jun-2020 ryo

add ASIX AX99100 Multi I/O (Serial,Parallel,I2C,SPI,LocalBus,GPIO) Controller


# 1.1415 11-Jun-2020 jdolecek

add Intel XMM 7360 LTE Modem


# 1.1414 26-May-2020 martin

Add RTL8192EE Wireless LAN 802.11n PCI-E NIC


# 1.1413 01-May-2020 jmcneill

Add IDs for Ampere eMAG PCIe Root Ports


Revision tags: bouyer-xenpvh-base2
# 1.1412 23-Apr-2020 msaitoh

Remove duplicated entry.


# 1.1411 22-Apr-2020 christos

Add AQUANTIA AQC100 from Andrius V.


# 1.1410 22-Apr-2020 prlw1

Add an eclectic mix of
GeForce GTX 680, RTS522A PCI-E Card Reader, intel wifi 9560
+ whitespace


# 1.1409 22-Apr-2020 msaitoh

Add Intel Whiskey Lake U and Amber Lake Y devices.


# 1.1408 22-Apr-2020 msaitoh

Add Aquantia AQC100, AQC100S and D100.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1
# 1.1407 18-Apr-2020 simonb

Add ATI Radeon R5/R6/R7 Graphics.


# 1.1406 16-Apr-2020 msaitoh

- Add some Intel UHD Graphics devices. Mainly taken from OpenBSD.
- Add Comet Lake devices.
- Modify description of Intel 0x591e from HD Graphics to UHD Graphics.
- Add Western Digital WD Blue SN550 NVMe SSD


Revision tags: phil-wifi-20200411
# 1.1405 10-Apr-2020 christos

Fix typo


Revision tags: bouyer-xenpvh-base
# 1.1404 07-Apr-2020 christos

branches: 1.1404.2;
Add more RDC products (Andrius V)


Revision tags: phil-wifi-20200406
# 1.1403 01-Apr-2020 msaitoh

Add NVIDIA Quadro NVS 295.


# 1.1402 11-Mar-2020 msaitoh

Add some GeForce devices.


# 1.1401 11-Mar-2020 fcambus

Add device IDs of the VIA VX900 chipset.


# 1.1400 08-Mar-2020 msaitoh

NVIDIA 0x036[0-7] are nForce MCP55 LPC Bridge.


# 1.1399 05-Mar-2020 msaitoh

Add Farallon PN9000SX Ethernet.


Revision tags: is-mlppp-base ad-namecache-base3
# 1.1398 19-Feb-2020 mrg

add a couple of GPUs i have:

product ATI RADEON_HD4290 0x9714 Radeon HD4290 Graphics
product NVIDIA GF_440 0x0de0 GeForce GT 440


# 1.1397 28-Jan-2020 msaitoh

Remove duplicated entries.


Revision tags: ad-namecache-base2
# 1.1396 21-Jan-2020 msaitoh

Add Intel I219 LM10-LM15 and V10-V14 from OpenBSD.


Revision tags: ad-namecache-base1 ad-namecache-base
# 1.1395 01-Jan-2020 ryo

branches: 1.1395.2;
add Aquantia AQC 10G network adapters


# 1.1394 29-Dec-2019 sevan

Killer E3000
from OpenBSD


# 1.1393 18-Dec-2019 msaitoh

Add AMD Family14h PCIe.


# 1.1392 27-Nov-2019 msaitoh

- Add Xeon D-1500 NTB-secondary
- Add Xeon D NS QuickData DMA channel 0-7


Revision tags: phil-wifi-20191119
# 1.1391 14-Nov-2019 msaitoh

Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.


# 1.1390 08-Nov-2019 msaitoh

- Update Intel's NVMe SSDs.
- Modify 0x0953's description to "750 or DC P3[567]00 SSD"
- Add DC P4[56]00
- Add Apollo Lake TXE HECI.


# 1.1389 29-Oct-2019 msaitoh

Add Realtek RTL8125.


# 1.1388 12-Oct-2019 skrll

Spell controller correctly


# 1.1387 21-Sep-2019 msaitoh

Add Killer E2400 and E2500.


# 1.1386 21-Sep-2019 msaitoh

Modify Attansic Ethernet devices' description to clarify.


# 1.1385 24-Aug-2019 jmcneill

Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex


# 1.1384 21-Aug-2019 mrg

add micron/crucial SM2263 nvme.
add some device found on asus x570-p with ryzen 3200G cpu.
spell it "PCIe' when using the name.


Revision tags: netbsd-9-base
# 1.1383 28-Jul-2019 mlelstv

branches: 1.1383.2;
Add BCM2711 PCIe Host bridge for RPI4


# 1.1382 24-Jul-2019 msaitoh

- Add some AMD devices mainly taken from OpenBSD.
- Rename some device names for consistency.
- Use _HDA for HD Audio.


# 1.1381 18-Jul-2019 msaitoh

- Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7.
- Add Some AMD Ryzen 3xxx's devices.


# 1.1380 12-Jul-2019 msaitoh

Fix previous (s/1000/1100/).


# 1.1379 12-Jul-2019 msaitoh

Add some ServerWorks HT1100 devices from OpenBSD.


# 1.1378 09-Jul-2019 msaitoh

Add Phison PS5000 and PS5016 NVMe.


# 1.1377 05-Jul-2019 msaitoh

Add some Intel Whisky Lake devices.


# 1.1376 02-Jul-2019 msaitoh

Modify some descriptions of Virtio devices from OpenBSD to identify the
functions.


Revision tags: phil-wifi-20190609
# 1.1375 04-Jun-2019 msaitoh

Update some Intel ixgbe devices:
- Add Xeon D XFI.
- Add "(Hyper-V)" to 0x15a9's description.
- Add C3000 QSFP devices.


# 1.1374 01-Jun-2019 jdolecek

rename VT8237S_SATA_2 to VT8237S_SATA_RAID and update description to have
different one to VT8237S_SATA

part of PR kern/43309


# 1.1373 30-May-2019 mlelstv

add IDs for SATA controllers VT8237S and VX855


Revision tags: isaki-audio2-base
# 1.1372 15-Apr-2019 msaitoh

Avoid duplication.


# 1.1371 15-Apr-2019 msaitoh

- Add some Intel Xeon Scalable processor's devices.
- Add Some Qlogic devices from OpenBSD.
- Rename Qlogic 0x3022's name from ISP3022 to ISP4022.


# 1.1370 12-Apr-2019 msaitoh

- Add some new C620 LPC devices.
- Remove extra white spaces.


# 1.1369 11-Apr-2019 mrg

fix a couple of errors in the previous.


# 1.1368 11-Apr-2019 mrg

add a bunch of PCI devices on my systems, and a bunch of similar
ones found in the same sources online (mostly, Intel, AMD, Nvidia
and ASMedia web sites.) this includes:

- bunch of xeon e5 v3 devices
- bunch of radeon chipsets
- bunch of nvidia chipsets
- bunch of marvell chipsets
- bunch of asmedia chipsets

be more consistent with device naming within some groups.


# 1.1367 08-Mar-2019 msaitoh

- Add other two Core 8G host bridges.
- Add Intel Xeon E devices.


# 1.1366 05-Mar-2019 msaitoh

Add Intel I219 variations for Cannon Lake.


# 1.1365 20-Feb-2019 msaitoh

Add SK-NET SK-9Mxx Gigabit Ethernet.


# 1.1364 20-Feb-2019 msaitoh

Add some Broadcom Ethernet devices from {Open,Free}BSD.


# 1.1363 14-Feb-2019 msaitoh

Add Tundra (now IDT) TSI381 and PEB383 from OpenBSD.


# 1.1362 08-Feb-2019 msaitoh

- Add Some Freescale MPC834x devices from OpenBSD.
- Add Intel I210 SGMII Flash-less device from the spec update document.


# 1.1361 06-Feb-2019 msaitoh

From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.


# 1.1360 28-Jan-2019 msaitoh

Add AMD Family 17h devices from OpenBSD.


Revision tags: pgoyette-compat-20190127
# 1.1359 26-Jan-2019 msaitoh

Add some RADEON devices. Mainly taken from OpenBSD.


# 1.1358 21-Jan-2019 msaitoh

Marvell 0x4365 is 88E8070.


Revision tags: pgoyette-compat-20190118
# 1.1357 26-Dec-2018 msaitoh

Add yet another Intel Core QuickPath Generic Non-Core Register.


Revision tags: pgoyette-compat-1226
# 1.1356 03-Dec-2018 bouyer

Add 2 Symbios products, from OpenBSD


# 1.1355 29-Nov-2018 jmcneill

Add Amazon.com UART, NVMe, and ENA PCI IDs.


Revision tags: pgoyette-compat-1126
# 1.1354 24-Nov-2018 skrll

Add Rockchip vendor ID and a device. Requested by jak@

From OpenBSD


# 1.1353 24-Nov-2018 skrll

Add a whole bunch of Cavium ThunderX devices


# 1.1352 12-Nov-2018 msaitoh

Add some Intel 100 series and C230 series devices.


# 1.1351 08-Nov-2018 msaitoh

"s/ are are / are /" in comment. No functional change.


# 1.1350 08-Nov-2018 msaitoh

Add two otehr I2C devices of Intel.


Revision tags: pgoyette-compat-1020
# 1.1349 16-Oct-2018 jmcneill

Add AMD Seattle Host Bridge and PCIE root port devices


# 1.1348 15-Oct-2018 uwe

Adaptec RAID 2445 and 2805


Revision tags: pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base
# 1.1347 23-Aug-2018 msaitoh

- Add C62x to the descriptions of Intel C620 series devices.
- Add 0xa1ca for Intel C629 LPC or eSPI.


# 1.1346 30-Jul-2018 msaitoh

Add Toshiba's XG4 and XG5 NVMe SSD.


# 1.1345 30-Jul-2018 msaitoh

Add some Intel devices. Some of them are found in Core i7-8550U.


Revision tags: pgoyette-compat-0728
# 1.1344 06-Jul-2018 prlw1

Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion
from thorpej@


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1343 20-Jun-2018 msaitoh

branches: 1.1343.2;
Add nSYS Technologies.


# 1.1342 14-Jun-2018 msaitoh

Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD 4500(0x9553)
from OpenBSD.


# 1.1341 12-Jun-2018 jdolecek

add two more Yukon variants (from OpenBSD)


# 1.1340 09-Jun-2018 jdolecek

small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, rename
YUKON_1 to YUKON_8070

also adjust description for YUKON_8055_2 to have "88E8055-2" just so that it shows
up differently


# 1.1339 31-May-2018 mrg

add a bunch of nvidia devices from various generations.


# 1.1338 31-May-2018 msaitoh

- Add some Intel 82965 devices.
- Change Intel 0x2a06 from IDE to IDER


# 1.1337 28-May-2018 msaitoh

Add some Intel 4 series chipset devices.


# 1.1336 26-May-2018 jakllsch

Add Intel 82Q45 IDER


# 1.1335 24-May-2018 msaitoh

Add some Marvell Yukon devices.


Revision tags: pgoyette-compat-0521
# 1.1334 21-May-2018 jnemeth

add Oxford Semiconductor OXPCIe954 PCIe 4-port serial card


# 1.1333 03-May-2018 maya

Add some broadcom 802.11ac wifi devices


Revision tags: pgoyette-compat-0502
# 1.1332 28-Apr-2018 mlelstv

Add Symbios/LSI RAID and SAS controllers.


# 1.1331 24-Apr-2018 maya

add realtek RT525A PCI-E card reader

found in my Dell XPS 15 9550.


Revision tags: pgoyette-compat-0422
# 1.1330 17-Apr-2018 nonaka

Added some NVMe devices.


# 1.1329 16-Apr-2018 msaitoh

Add Intel SSD 760p.


# 1.1328 16-Apr-2018 msaitoh

Add some 8th Generation Intel Core Processor devices.


Revision tags: pgoyette-compat-0415
# 1.1327 09-Apr-2018 msaitoh

Add new I219 devices (using with 300 series chipset).


# 1.1326 09-Apr-2018 msaitoh

Add Intel 300 series devices.


Revision tags: pgoyette-compat-0407
# 1.1325 04-Apr-2018 msaitoh

Add Intel Coffee Lake internal graphics devices. From ark.intel.com.


# 1.1324 02-Apr-2018 msaitoh

Add Intel X299 and Z370 LPC.


# 1.1323 31-Mar-2018 sevan

What we have listed as the PowerBook G3 Firwire device is actually the UniNorth
Firwire interface which is not exclusive to the PowerBook G3.
It can be found in the G3 iMac DV for example
http://dmesgd.nycbug.org/index.cgi?do=view&id=1124

Rename the PBG3_FW device UNINORTH_FW & set the previously listed UNINORTH_FW to
UNINORTH2_FW which is what the device actually is.

Verified using https://pci-ids.ucw.cz/read/PC/106b


Revision tags: pgoyette-compat-0330
# 1.1322 26-Mar-2018 msaitoh

Add two VIA xHCI devices from OpenBSD.


Revision tags: pgoyette-compat-0322
# 1.1321 20-Mar-2018 nonaka

Add Intel Wireless AC 9260.


# 1.1320 16-Mar-2018 msaitoh

Intel 0x15c4 is SFI based and 0x15ce is KR based.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.1319 04-Mar-2018 jdolecek

branches: 1.1319.2;
according to VT82C686A chip specs, the VIA Technologies device 0x3057
is more a Power Management controller, rename the pcidevs entry and device
macro

PR kern/31963 by Nicolas Joly


# 1.1318 04-Mar-2018 jdolecek

apply some updates and recommended corrections to pcidevs descriptions

PR kern/45733 by Greg A.Woods


# 1.1317 02-Mar-2018 msaitoh

Add Intel Gemini Lake devices.


# 1.1316 24-Feb-2018 mlelstv

Add AMD KERNCZ chipset for Zen processors.


# 1.1315 22-Feb-2018 msaitoh

Add some Xeon E5 (v1) and E5 v2 devices.


# 1.1314 22-Feb-2018 msaitoh

s/C62x9/C62x/


# 1.1313 22-Feb-2018 msaitoh

Fix C62x9 sSATA Controller (RAID) device ID.


# 1.1312 22-Feb-2018 msaitoh

Add C620 devices.


# 1.1311 21-Feb-2018 msaitoh

Add some Intel Ethernet devices.


# 1.1310 21-Feb-2018 msaitoh

Add some ServerEngines (Emulex) products from OpenBSD.


# 1.1309 17-Feb-2018 sevan

grammar


# 1.1308 16-Feb-2018 sevan

Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)


# 1.1307 25-Jan-2018 sborrill

Add Marvell Yukon 88E8040T


# 1.1306 24-Jan-2018 sevan

Add Nvidia GeForce FX Go5200, as found in the PowerBook6,4


# 1.1305 21-Jan-2018 sevan

Add the GeForce4 MX440 Go, as found on the 17" flat panel G4 iMac (PowerMac4,5).

Thanks to Jasper Wallace <jasper AT pointless DOT net> for the loan of the hardware.


# 1.1304 09-Jan-2018 msaitoh

Add Intel Apollo Lake devices.


# 1.1303 09-Jan-2018 msaitoh

- s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
- Add Atom E3800 (Bay Trail) eMMC 4.5


# 1.1302 18-Dec-2017 msaitoh

Add some Chelsio devices.


Revision tags: tls-maxphys-base-20171202
# 1.1301 09-Nov-2017 msaitoh

Add PEX 8605 4port 4lane PCIe Gen 2 switch.


# 1.1300 30-Oct-2017 sevan

Add Areca ARC1214 & ARC1880.
From OpenBSD.


# 1.1299 20-Oct-2017 christos

update entry for Marvel Yukon 8058, and fix URL for pci ids (Rocky Hotas)


# 1.1298 15-Sep-2017 hikaru

Add Intel QuickAssist devices.


Revision tags: nick-nhusb-base-20170825
# 1.1297 17-Aug-2017 msaitoh

Add C3000 devices.


# 1.1296 02-Aug-2017 msaitoh

PCI device ID of Atom x5-Z8350's video is 0x22b0. ark.intel.com says 0x22b0 is
Intel HD Graphics 400.


# 1.1295 26-Jul-2017 msaitoh

Add Intel 5520/X58 QuickPath from OpenBSD.


# 1.1294 22-Jul-2017 msaitoh

- Add some AMD devices.
- Add Broadcom BCM5762.


Revision tags: perseant-stdc-iso10646-base
# 1.1293 07-Jul-2017 msaitoh

Add Atom Z8000 devices from "Intel Atom Z8000 Processor Series Datasheet
(Volume 2 of 2)".


# 1.1292 04-Jul-2017 msaitoh

Add Intel 82Q965 HECI.


# 1.1291 17-Jun-2017 jdolecek

add entry for Adaptec 1220SA


# 1.1290 06-Jun-2017 msaitoh

- Change VMware's 0x0770 from "Virtual USB" to "Virtual EHCI"
- Add VMware's 0x0774(UHCI) and 0x0778(xHCI)


Revision tags: netbsd-8-base
# 1.1289 23-May-2017 nonaka

branches: 1.1289.2;
Add some AMD entries.


Revision tags: prg-localcount2-base3 prg-localcount2-base2
# 1.1288 08-May-2017 msaitoh

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.


Revision tags: prg-localcount2-base1
# 1.1287 27-Apr-2017 msaitoh

- Add some Pericom (Diodes) devices.
- s/P17C9/PI7C9/


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1286 19-Apr-2017 msaitoh

branches: 1.1286.2;
Add BCM4401 B0 step. Old BCM4401 B0 entry is changed to B1. From OpenBSD.


# 1.1285 13-Apr-2017 msaitoh

Add Broadcom BCM577x5 SDMMC, Memstic and xD.


Revision tags: jdolecek-ncq-base
# 1.1284 31-Mar-2017 skrll

Fix BCM4727 entry


# 1.1283 31-Mar-2017 msaitoh

- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader


# 1.1282 23-Mar-2017 msaitoh

Add Huawei Hi1710 BMC


Revision tags: pgoyette-localcount-20170320
# 1.1281 14-Mar-2017 nonaka

Added Intel Wireless 3168 entry.


# 1.1280 27-Feb-2017 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20170204
# 1.1279 16-Jan-2017 msaitoh

Add Intel SSD DC P3520.


Revision tags: bouyer-socketcan-base
# 1.1278 15-Jan-2017 msaitoh

branches: 1.1278.2;
Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub(PCI) Datasheet Volume 1 of 2 (335192-001)".


# 1.1277 15-Jan-2017 msaitoh

Add Core 7G devices from "7th Generation Intel Processor Families for
{S, U/Y, H} Platforms Datasheel Volume 2 of 2" (S: 335196-001, U/Y: 334662-002,
H: 335191-001). For 0x5906 (U processor, HD Graphics 610), it's taken from
ark.inte.com.


# 1.1276 10-Jan-2017 nonaka

Add Intel Dual Band Wireless 8265 entry.


Revision tags: pgoyette-localcount-20170107
# 1.1275 27-Dec-2016 msaitoh

Add some Radeon devices. Mainly taken from OpenBSD.


# 1.1274 26-Dec-2016 msaitoh

0x10cb is not 82801H(ICH8) but 82801I(ICH9).


Revision tags: nick-nhusb-base-20161204
# 1.1273 01-Dec-2016 msaitoh

- Add more Intel 10G devices
- indent


# 1.1272 23-Nov-2016 christos

one more atheros device


Revision tags: pgoyette-localcount-20161104
# 1.1271 28-Oct-2016 msaitoh

- Add some Core i7-800 and i5-700 devices from "Intel Core i7-800 and i5-700
Desktop Processor Series Datasheet - Volume 2" (Document Number 322910-003).
- Change some descriptions of Core i5-600 and i3-500 devices.


# 1.1270 26-Oct-2016 msaitoh

i82567V-3 is not ICH9 but ICH8.


# 1.1269 24-Oct-2016 msaitoh

Add Xeon E7 v4 devices from "Intel Xeon Processor E7 v4 Product Famliy
Datasheet Volume 2: Registers".


# 1.1268 20-Oct-2016 msaitoh

Add newer I219 devices.


# 1.1267 19-Oct-2016 msaitoh

Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"


# 1.1266 04-Oct-2016 kiyohara

Add Marvell 88AP510.


Revision tags: nick-nhusb-base-20161004
# 1.1265 16-Sep-2016 msaitoh

- Add ASMEDIA ASM1083/1085/1142
- Add AMD RADEON 34xx HD Audio
- Add some Intel Core i7-6xxxK devices from "Intel Core i7 Processor Family
for LGA2011-v3 Socket Datasheet - Volume 2 of 2: Registers"
- Add "Core i7-6xxxK" to some Intel devices' description.


Revision tags: localcount-20160914
# 1.1264 01-Sep-2016 msaitoh

Add some 1st gen Core PCI devices. Mainly taken from "Intel Core, Pentium
Desktop Processor Series: Datasheet, Vol. 2"


# 1.1263 23-Aug-2016 msaitoh

Fix:
- ATI 0x4394 is AHCI SATA.
- ATI 0x4395 is Storage mode SATA.


# 1.1262 23-Aug-2016 msaitoh

Fix XE5_V3_IMC1_DDRIO_[34]'s values.


# 1.1261 23-Aug-2016 msaitoh

- Fix entries. The following problems were found while sorting entries:
- Remove the following entries because the value is duplicated:

CMDTECH_240 (CMDTECH_AAR_1210SA has the same value)
INTEL_C610_SATA_RAID (INTEL_82801H_SATA_RAID has the same vaule)
INTEL_C610_PCIE_1_3 (82801BA_HPB has the same value)
GEFORCE_610M3 (GEFORCE_610M2 has the same value)

- RADEON_RV350_NQ is not 0x4e41 but 0x4e51
- 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.

- The following two entries have the same number. Fix one of them:

DH89XXCL_USB_2 to 0x23b5 (was 0x23b4 (== DH89XXCL_USB_1))
5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
82X58_PCIE_0_1 to 0x3421 (was 0x3420 (== 82X58_PCIE_0_0))
82801JI_THERMAL to 0x3a32 (was 0x3a30 (== 82801JI_SMB))

- Sort entries in device ID's order.


# 1.1260 19-Aug-2016 msaitoh

Add more Xeon D devices.


# 1.1259 17-Aug-2016 msaitoh

Update Skylake devices.


# 1.1258 17-Aug-2016 msaitoh

Add Xeon D devices.


# 1.1257 08-Aug-2016 msaitoh

Add some Xeon E5 v3 devices.


Revision tags: pgoyette-localcount-20160806
# 1.1256 29-Jul-2016 nonaka

Add MegaRAID SAS3008


# 1.1255 28-Jul-2016 nonaka

Add Super Micro Computer Inc


# 1.1254 28-Jul-2016 nonaka

sort by vendor id.


Revision tags: pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907
# 1.1253 06-Jul-2016 christos

branches: 1.1253.2;
more ral products


# 1.1252 27-Jun-2016 pgoyette

Add a couple more devices, from PR kern/40987


# 1.1251 01-Jun-2016 pgoyette

Add Intel 82597EX_SR, from PR kern/47750


# 1.1250 30-May-2016 nonaka

Added some Intel wireless devices from OpenBSD.


Revision tags: nick-nhusb-base-20160529
# 1.1249 27-Apr-2016 christos

more ral devices from OpenBSD


# 1.1248 26-Apr-2016 msaitoh

Add devices from "6th Generation Intel Processor Families I/O Platform
Datasheet (U/Y-Processor platform) Volume 1 of 2"


Revision tags: nick-nhusb-base-20160422 nick-nhusb-base-20160319
# 1.1247 12-Feb-2016 mrg

add several NVIDIA geforce and NVS cards.


# 1.1246 01-Feb-2016 msaitoh

- s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.


# 1.1245 22-Jan-2016 msaitoh

Add anoter new I219-LM.


Revision tags: nick-nhusb-base-20151226
# 1.1244 01-Dec-2015 msaitoh

Add Intel 100 series chipset devices from "Table 2-1. PCH-H Device and
Revision ID Table, Intel 100 Series Chipset Family Platform Controller
Hub(PCI) Datasheet".


# 1.1243 01-Dec-2015 msaitoh

Add Intel Core 6G devices from datasheets.


# 1.1242 16-Nov-2015 msaitoh

Change macro name of Braswell PCU SMBus.


# 1.1241 16-Nov-2015 msaitoh

Add Braswell devices from "Table 23-4 PCI Devices and Functions,
N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet
(Document Number: 332093-001)"


# 1.1240 06-Nov-2015 nonaka

Add some ATI/AMD devices.


# 1.1239 22-Oct-2015 msaitoh

Add some entries from Intel 965 Express Chipset Family Datasheet.


# 1.1238 21-Oct-2015 nonaka

Add Samsung SM951 M.2 NVMe SSD.


# 1.1237 19-Oct-2015 tnn

fix I219_LM2 entry


# 1.1236 19-Oct-2015 tnn

add I219 family Ethernet devices


Revision tags: nick-nhusb-base-20150921
# 1.1235 28-Aug-2015 nonaka

Add Intel Dual Band Wireless AC 3165.


# 1.1234 27-Aug-2015 nonaka

Added Realtek RTL8192CE.


# 1.1233 26-Aug-2015 msaitoh

Add Intel PCIe NVMe SSD.


# 1.1232 23-Aug-2015 jakllsch

Add another ID for Intel 82Q45 KT


# 1.1231 14-Aug-2015 nonaka

Added ASMedia ASM1042A USB 3.0 Host Controller.


# 1.1230 14-Aug-2015 knakahara

Add Marvell Armada38x.


# 1.1229 13-Aug-2015 msaitoh

Add some Red Hat devices.


# 1.1228 26-Jun-2015 msaitoh

Add PLX Technology PEX 8111.


Revision tags: nick-nhusb-base-20150606
# 1.1227 02-Jun-2015 nonaka

fix typo. s/Wirelsss/Wireless/


# 1.1226 16-May-2015 msaitoh

Add some Intel Core 5G devices and Realtek RTL8188EE.


# 1.1225 13-May-2015 nonaka

Added Qualcomm Atheros QCA986x/988x.


# 1.1224 11-May-2015 msaitoh

Add Samsung SM951.


# 1.1223 09-May-2015 christos

PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX


# 1.1222 04-May-2015 ryo

add SystemBase SB16C1050 UARTs


# 1.1221 03-May-2015 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20150406
# 1.1220 02-Apr-2015 tnn

Mobile 5th Generation Intel Core devices, from intel doc #330837-004


# 1.1219 20-Mar-2015 msaitoh

Add MegaRAID SAS3108


# 1.1218 20-Mar-2015 msaitoh

Add Xeon E5 v3 and C61x devices.


# 1.1217 18-Mar-2015 msaitoh

Add some Intel 9 series devices.


# 1.1216 04-Mar-2015 knakahara

add nForce Host Bridges.


# 1.1215 15-Feb-2015 msaitoh

Add some devices:
- Radeon HD 54xx Audio
- Dell DARC 4 devices
- Some Intel IOP332 devices
- Intel 63xxESB AC'97 Audio Controller
- Some Intel E7520 devices


# 1.1214 25-Jan-2015 msaitoh

- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.


# 1.1213 18-Jan-2015 christos

PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets


# 1.1212 16-Jan-2015 msaitoh

Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.


# 1.1211 14-Jan-2015 msaitoh

Sort VIATECH's entries in the device ID's order.


# 1.1210 31-Dec-2014 veego

Add two Intel 9 Series devices


# 1.1209 23-Dec-2014 msaitoh

Add some Intel 10/40G devices.


# 1.1208 17-Dec-2014 hikaru

Add QuickAssist Virtual Function Device IDs


# 1.1207 15-Dec-2014 msaitoh

- Rename DH89xxCC's names from DH89XX_ to DH89XXCC_.
- Add some DH89xxCC's devices.
- Add DH89XXCL's devices.


# 1.1206 15-Dec-2014 msaitoh

Change Intel 0x0434 entry:
- Rename DH89XX_QA to DH89XXCC_IQIA
- Modify the description to DH89xxCC PCIe Endpoint and QuickAssist
(include typo fix)


Revision tags: nick-nhusb-base
# 1.1205 30-Oct-2014 nonaka

branches: 1.1205.2;
Add some Intel Wi-Fi devices.


# 1.1204 29-Oct-2014 nonaka

Add Realtek RTL8402 PCI-E Card Reader.


# 1.1203 01-Oct-2014 msaitoh

Add Intel Atom Z36xx and Z37xx devices from the datasheet.


# 1.1202 25-Sep-2014 msaitoh

- Add some Intel gigabit Ethernet devices.
- Remove trailing white spaces.


# 1.1201 16-Sep-2014 msaitoh

Add some new Intel I218 devices.


# 1.1200 01-Sep-2014 msaitoh

Add Samsung Electronics XP941 M.2 SSD


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.1199 30-Jul-2014 msaitoh

branches: 1.1199.2;
Add Intel Xeon E3-1200 v3 Host Bridge, DRAM.


# 1.1198 25-Jul-2014 msaitoh

Add some Intel Core internal devices.


# 1.1197 08-Jul-2014 msaitoh

Add some RDC devices.


# 1.1196 03-Jul-2014 msaitoh

Add some Intel X38 devices.


# 1.1195 02-Jul-2014 msaitoh

Add Intel DH89xx devices.


# 1.1194 23-Jun-2014 msaitoh

Add some HP iLO devices.
Add Matrox MGA G200eH.


# 1.1193 09-Jun-2014 msaitoh

Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller.
- Add ASPEED AST1150 PCIe-to-PCI bridge.


# 1.1192 30-May-2014 msaitoh

Add Intel 3200 Host and PCIe.


# 1.1191 28-May-2014 msaitoh

- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213


# 1.1190 28-May-2014 msaitoh

Add Intel X540-AT2.


# 1.1189 25-May-2014 njoly

Add GeForce GT 640M.


Revision tags: yamt-pagecache-base9 rmind-smpnet-nbase rmind-smpnet-base
# 1.1188 26-Apr-2014 mrg

add some new Attansic ethernet devices (but no driver)


# 1.1187 09-Apr-2014 msaitoh

Add yet another 82599 device


# 1.1186 09-Apr-2014 msaitoh

- Add some Ivy Bridge devices from the document.
- sort by device ID.


# 1.1185 07-Apr-2014 njoly

Add Intel Ivy Bridge PCI Express Root Port


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.1184 15-Mar-2014 kiyohara

branches: 1.1184.2;
Add some Armada 370 IDs.


# 1.1183 14-Feb-2014 njoly

Add GeForce 210 High Definition Audio Controller.


# 1.1182 26-Jan-2014 msaitoh

Add some OXPCIe952 devices.


# 1.1181 21-Jan-2014 msaitoh

Rename MARVELL2's 0x91a3 entry to 88SE91XX.


# 1.1180 10-Jan-2014 msaitoh

Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.


# 1.1179 09-Jan-2014 christos

revert unintended changes


# 1.1178 09-Jan-2014 msaitoh

Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.


# 1.1177 04-Jan-2014 msaitoh

Add Intel Z68 LPC


# 1.1176 01-Jan-2014 msaitoh

Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.


# 1.1175 30-Dec-2013 msaitoh

Add ASPEED AST2000.


# 1.1174 27-Dec-2013 msaitoh

Add some Marvell 88SE9xxx devices.


# 1.1173 25-Dec-2013 msaitoh

Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.


# 1.1172 23-Dec-2013 msaitoh

Add Intel C2000 devices.


# 1.1171 22-Dec-2013 nonaka

Added some Realtek devices.


# 1.1170 21-Dec-2013 msaitoh

Add some Intel E600 and EG20T devices.


# 1.1169 15-Dec-2013 pgoyette

Add ASMedia ASM1042 xHCI USB3 controller


# 1.1168 13-Dec-2013 pedro

Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@


# 1.1167 12-Dec-2013 nonaka

Added Radeon HD6320 Graphics.


# 1.1166 08-Dec-2013 msaitoh

Add devices of Atom S1200 series from the datasheet
(Table 2-1 Local PCI Hierarchy, datasheet Volume 2 of 2).


# 1.1165 13-Nov-2013 msaitoh

Add Intel I347-AT4


# 1.1164 07-Nov-2013 msaitoh

Add Quark X1000 devices.


# 1.1163 07-Nov-2013 msaitoh

Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Core
Processor Family I/O" datasheet (Document number: 329003)


# 1.1162 14-Sep-2013 soren

Update some AMD/ATI chipset names.
Add Renesas USB 3.0 controllers.


# 1.1161 04-Sep-2013 christos

PR/48180: Christian Groessler: Support for Oxford Semi OXuPCI952 dual serial
PCI card


# 1.1160 23-Aug-2013 christos

PR/48150: Noriyuki Koizumi: Add support for Intel Centrino Advanced-N 6235
Wi-Fi controller


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1
# 1.1159 17-Jul-2013 soren

Extend support for Nanjing QinHeng Electronics puc(4) devices.


Revision tags: riastradh-drm2-base
# 1.1158 13-Jun-2013 matt

branches: 1.1158.2; 1.1158.4;
Add ATI RADEON_HD7340


# 1.1157 05-Jun-2013 msaitoh

Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Mobile 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Intel Xeon Processor E3-1200 v3 Product Family Datasheet Volume 2 of 2


# 1.1156 04-Jun-2013 msaitoh

Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)


# 1.1155 03-Jun-2013 msaitoh

Add Intel 8 Series KT.


# 1.1154 20-Apr-2013 rkujawa

Add IDs for Marvell Armada XP.

Obtained from Marvell, Semihalf.


# 1.1153 18-Apr-2013 msaitoh

Fix cut & paste bug in some I210 series.


# 1.1152 18-Apr-2013 msaitoh

Add Intel I21[0178] Ethernet.


Revision tags: agc-symver-base
# 1.1151 06-Mar-2013 msaitoh

Add ALTIMA AC1003, BROADCOM BCM57782 and BCM57786.


# 1.1150 03-Mar-2013 msaitoh

BCM5785F is not gigabit Ethernet.


# 1.1149 27-Feb-2013 msaitoh

- Add APPLE BCM5701
- Add BROADCOM BCM57766
- BCM5719 is not 10G but 1G


# 1.1148 20-Feb-2013 msaitoh

- Add device IDs for Broadcom BCM57710, BCM57711(E), BCM57712(E) and BCM5719.
- Change BCM5720's device ID from 0x1658 to 0x165f. 0x1658 is only for the
pre-product and not released to public.


# 1.1147 30-Jan-2013 msaitoh

Change from "3400 USB" to "3400 USB EHCI" for EHCI devices.


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7
# 1.1146 06-Dec-2012 msaitoh

Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
(5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420


# 1.1145 05-Dec-2012 christos

Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)


# 1.1144 29-Nov-2012 msaitoh

Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)


Revision tags: yamt-pagecache-base6
# 1.1143 21-Oct-2012 matt

Add more ASMEDIA 1061 variants.


# 1.1142 20-Oct-2012 msaitoh

Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105


# 1.1141 20-Oct-2012 matt

Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).


# 1.1140 19-Oct-2012 prlw1

Add Intel Centrino Wireless-N 2230


# 1.1139 29-Sep-2012 gsutre

Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.


# 1.1138 25-Sep-2012 gson

Add Lava Computers SSERIAL-PCI single serial port adapter.


# 1.1137 23-Sep-2012 chs

add a bunch of devices.


# 1.1136 18-Sep-2012 matt

Fix tpyo.


# 1.1135 17-Sep-2012 matt

Add ASMEDIA ASM1061


# 1.1134 17-Sep-2012 tsutsui

Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.


# 1.1133 13-Sep-2012 nonaka

Added ALTERA EP4CGX15BF14C8N entry.


# 1.1132 10-Aug-2012 bouyer

branches: 1.1132.2;
Add some PCI AHCI controllers, from linux


# 1.1131 07-Aug-2012 msaitoh

Add some Intel's KT (Serial over LAN) devices.


# 1.1130 06-Aug-2012 msaitoh

Add 82GM45_KT for puc(4)


# 1.1129 05-Aug-2012 msaitoh

Add entries for puc(4) devices.


# 1.1128 05-Aug-2012 bouyer

Add LSI MegaRAID SAS2208


# 1.1127 27-Jul-2012 matt

Add EG20T PCH. Closes PR/45567.


# 1.1126 26-Jul-2012 uwe

Add VirtualBox ids.


# 1.1125 25-Jul-2012 msaitoh

Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)

Modify some devices to clarify


# 1.1124 23-Jul-2012 msaitoh

Add some ATI and SIS devices.
Fixes PR#39580


# 1.1123 23-Jul-2012 msaitoh

Add some Intel 7 series devices.


# 1.1122 22-Jul-2012 matt

Add more FREESCALE devices
Fix RICOH RU5230 description


# 1.1121 20-Jul-2012 msaitoh

Add some Intel's devices.


# 1.1120 19-Jul-2012 msaitoh

Add XGI Technology's devices.


# 1.1119 12-Jul-2012 kiyohara

Add Marvell SoC 88F6282.


# 1.1118 26-Jun-2012 drochner

fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards


Revision tags: jmcneill-usbmp-base10
# 1.1117 25-May-2012 msaitoh

Add some Intel I350 Ethernet products.


Revision tags: yamt-pagecache-base5 jmcneill-usbmp-base9
# 1.1116 18-Apr-2012 bouyer

Add various newer LSI RAID/SAS controllers, from OpenBSD.


Revision tags: yamt-pagecache-base4
# 1.1115 13-Apr-2012 cegger

Add AMD Family15h ids


# 1.1114 09-Apr-2012 mlelstv

Add Intel Sandybridge integrated graphics


# 1.1113 08-Apr-2012 jakllsch

Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.


# 1.1112 08-Apr-2012 jakllsch

- NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller


# 1.1111 08-Apr-2012 jakllsch

Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.


# 1.1110 07-Apr-2012 christos

more broadcom stuff


Revision tags: jmcneill-usbmp-base8
# 1.1109 04-Apr-2012 uwe

Add Marvell Yukon 88e8040 ethernet.


# 1.1108 28-Mar-2012 pgoyette

Add JMB 362 (as found on ASUS M5A99X motherboard)


# 1.1107 21-Mar-2012 sborrill

Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).


# 1.1106 18-Mar-2012 tsutsui

Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.


Revision tags: jmcneill-usbmp-base7 jmcneill-usbmp-base6 jmcneill-usbmp-base4
# 1.1105 03-Mar-2012 nonaka

Added some AMD/ATI devices.


# 1.1104 02-Mar-2012 nonaka

Added Ricoh 5U822.
Rename Ricoh 5CE823 to 5U823.


# 1.1103 02-Mar-2012 nonaka

Added Ricoh 5CE823.


Revision tags: jmcneill-usbmp-base5 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.1102 15-Feb-2012 tsutsui

branches: 1.1102.2;
Add VIA VX900 Host Bridge, to handle its quirk. PR/46018
Ok releng@


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.1101 18-Oct-2011 jmcneill

branches: 1.1101.2; 1.1101.6;
add a couple vmware product IDs


# 1.1100 06-Oct-2011 jmcneill

add GeForce GTX 550 Ti


# 1.1099 04-Oct-2011 njoly

Add 3WARE 9750 Series RAID.


# 1.1098 23-Sep-2011 njoly

Add NVIDIA GeForce 210.


# 1.1097 05-Sep-2011 msaitoh

Change Intel 0x1229 product name from 82557 to 8255x


# 1.1096 02-Sep-2011 msaitoh

Add some fxp devices.


# 1.1095 15-Aug-2011 msaitoh

Sort lines.


# 1.1094 11-Aug-2011 bouyer

Add SiS 315 Pro VGA


# 1.1093 09-Aug-2011 mbalmer

Add the QUANCOM PWDOG1.


# 1.1092 06-Aug-2011 jakllsch

Add Marvell 88SE9128.


# 1.1091 06-Aug-2011 jakllsch

Adjust inconsistent whitespace in MARVELL products.


# 1.1090 06-Aug-2011 mbalmer

It's QUANCOM Electronic GmbH, not Quancm.


# 1.1089 04-Aug-2011 jakllsch

Add Conexant CX23885


# 1.1088 23-Jul-2011 matt

Add MARVELL2 vendor and 88SE9123 device.


# 1.1087 28-Jun-2011 sborrill

Add Nvidia GeForce 8500 GT


# 1.1086 27-Jun-2011 nonaka

Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers.


Revision tags: rmind-uvmplock-nbase rmind-uvmplock-base
# 1.1085 07-Jun-2011 cegger

add ATI Radeon Cypress and Lucent IEEE 1394b Controller


# 1.1084 06-Jun-2011 msaitoh

Rename 82801DB LPC Interface Bridge for consisitency.


Revision tags: cherry-xenmp-base
# 1.1083 28-May-2011 phx

branches: 1.1083.2;
Renamed VT6410 to VT6410_RAID.


# 1.1082 28-May-2011 phx

Add VIA VT6410 ATA RAID controller.


# 1.1081 28-May-2011 ryo

add SystemBase SB16C1058 8 port serial cards


# 1.1080 27-May-2011 matt

Add ALI M5288 SATA/Raid Controller


# 1.1079 22-May-2011 mrg

add some fujitsu ethernet id's and a new vendor id. partly from
Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

XXX: move the #if 0'd usage of PCI_VENDOR_CITICORP inside the #if 0 code
XXX: region, as this id conflits with the (4th) fijutsi id.


# 1.1078 21-May-2011 msaitoh

Add some iwn(4) devices.


# 1.1077 20-May-2011 msaitoh

Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10.


# 1.1076 15-May-2011 msaitoh

Add entries for Intel 6 series' devices.


# 1.1075 14-May-2011 martin

Add Nanjing QinHeng Electronics, from PR kern/44956.


# 1.1074 13-May-2011 msaitoh

add entries for 82579LM and 82579V


# 1.1073 02-May-2011 manu

Don't conflict SUNIX new vendor Id with the previous one


# 1.1072 02-May-2011 manu

Add new PCI vendor Id for Sunix, and the corresponding device Id.


# 1.1071 13-Apr-2011 wiz

+ ATI Radeon HD4650.


# 1.1070 04-Apr-2011 bouyer

Add RDC PCI-ISA bridge


# 1.1069 04-Apr-2011 bouyer

Add rdcide(4), a driver for the IDE controller found in RDC's
vortex86/PMX-1000 system-on-chip.


# 1.1068 16-Mar-2011 matt

Add Freescale P2020/P2010 device ids


# 1.1067 05-Mar-2011 matt

Add ATHEROS AR2427 and AR9287


Revision tags: bouyer-quota2-nbase
# 1.1066 25-Feb-2011 jmcneill

add AMD (ATI) Radeon HD 6310 Graphics ID


# 1.1065 25-Feb-2011 jmcneill

add AMD Family14h host bridge IDs


# 1.1064 24-Feb-2011 matt

Update desc for RT3090. Add Intel NM10_LPC


# 1.1063 24-Feb-2011 matt

Add RT3090


# 1.1062 23-Feb-2011 jmcneill

add Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC


# 1.1061 22-Feb-2011 jmcneill

Add Atheros AR8132, AR8151, AR8151 v2.0, AR8152 v1.1, and AR8152 v2.0


# 1.1060 21-Feb-2011 njoly

Add two more Intel 82Q45 devices.


# 1.1059 20-Feb-2011 msaitoh

Add MosChip(Netmos) 9904 and 9922.
Add MosChip(Netmos) 9865 (already supported by puc(4))


# 1.1058 18-Feb-2011 jmcneill

add Adaptec RAID 3405


Revision tags: bouyer-quota2-base
# 1.1057 03-Feb-2011 njoly

Add a few Nvidia devices.


# 1.1056 26-Jan-2011 bouyer

Add RDC Semiconductor R6040 10/100 Ethernet


Revision tags: jruoho-x86intr-base
# 1.1055 11-Jan-2011 dyoung

branches: 1.1055.2; 1.1055.4;
Add Intel 82599 product IDs.


Revision tags: matt-mips64-premerge-20101231
# 1.1054 16-Dec-2010 cegger

Brdige -> Bridge


# 1.1053 11-Dec-2010 matt

Add some more devices that I've encountered.


# 1.1052 11-Nov-2010 cegger

add AMD RD880, ATI Radeon HD5600, ATI Radeon HD4200 and Atheros AR9285


# 1.1051 06-Nov-2010 jakllsch

Add Intel SCH IDE Controller, from OpenBSD via Tomokazu HARADA in PR#42310.


Revision tags: uebayasi-xip-base4 uebayasi-xip-base3
# 1.1050 14-Oct-2010 taca

Remove duplicate entries:

* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.


Revision tags: yamt-nfs-mp-base11
# 1.1049 26-Aug-2010 dogcow

Add several Broadcom BCM43xx devices.


Revision tags: uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.1048 01-Aug-2010 msaitoh

Add VScom PCI-200Li


# 1.1047 30-Jul-2010 njoly

Update ICH10 devices, from Intel I/O Controller Hub 10 datasheet
errata.


# 1.1046 29-Jul-2010 njoly

Adjust ICH10 watchdog timer entries which are really LPC interface
bridges. While here consistently use `xxx LPC Interface Bridge' for
Intel products.


# 1.1045 29-Jul-2010 njoly

Add Matrox MGA G200eW. From OpenBSD.


# 1.1044 27-Jul-2010 msaitoh

Add Quatech, System Base, Pcre Systems and Syba Tech.


# 1.1043 13-Jul-2010 msaitoh

Add Advantech PCI-1604


# 1.1042 13-Jul-2010 kiyohara

Add Marvell MV78100/MV78200 SoC. (Discovery Innovation)


# 1.1041 08-Jul-2010 msaitoh

- Add "vendor SYBA" and two cards.
- Add two Avlab cards.
- Add two Moxa cards.
- Add some VScom cards.


# 1.1040 08-Jul-2010 msaitoh

Add Advantech PCI-1610 and PCI-1612


# 1.1039 07-Jul-2010 msaitoh

0x1409 is SUNIX


# 1.1038 06-Jul-2010 msaitoh

Fix the name of PCI-1620A-AE.


# 1.1037 06-Jul-2010 msaitoh

Add Advantech and Decision Computer's vendor IDs and their products.


# 1.1036 02-Jul-2010 mrg

add NetMOS 9901 PCI-E uart


# 1.1035 16-Jun-2010 riz

Add a bunch of Intel host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver and PR#42906 from Henry Bent.


# 1.1034 08-Jun-2010 pgoyette

Add a couple entries for ATI Radeon 4250 HD


# 1.1033 08-Jun-2010 mrg

add two pciids for the satalink driver, from the linux driver, for PR#32577.


# 1.1032 15-May-2010 jakllsch

Add NetChip (now PLX) vendor ID, as well as NET228[02] device IDs.


# 1.1031 12-May-2010 christos

Use device names from the OpenBSD iwn driver, adding and modifying device
names as needed. From Sverre Froyen


# 1.1030 10-May-2010 matt

Add MARVELL 88SB2211 PCIe-PCI bridge


# 1.1029 08-May-2010 pgoyette

Add a couple more SMBus controllers. From FreeBSD.


# 1.1028 07-May-2010 kiyohara

Add Marvell MV64460.
Rename Marvell GT64360 to MV64360.


Revision tags: uebayasi-xip-base1
# 1.1027 17-Apr-2010 christos

add support for the 6000. From sverre froyen


# 1.1026 02-Apr-2010 jakllsch

Add Intel 82855GM Host-AGP Bridge.


# 1.1025 14-Mar-2010 mrg

branches: 1.1025.2;
add several core i7 devices, and some more ricoh card reader controllers.


Revision tags: yamt-nfs-mp-base9
# 1.1024 25-Feb-2010 macallan

add 3Dlabs Wildcat 5110, also known as Sun XVR-500


# 1.1023 16-Feb-2010 msaitoh

Add entries for 82576 and 82580


# 1.1022 09-Feb-2010 hubertf

Add entry for Juniper Networks Experimental Clock Version 0
Fixes PR kern/42742


# 1.1021 09-Feb-2010 msaitoh

Make some bge's name close to the real product names.


# 1.1020 08-Feb-2010 msaitoh

Add some MegaRAID Entries


Revision tags: uebayasi-xip-base
# 1.1019 03-Feb-2010 macallan

branches: 1.1019.2;
add Apple PowerBook G3 Firewire controllers


# 1.1018 30-Jan-2010 jakllsch

Add Qumranet vendor and Virtio device IDs.
Also, sort some vendor entries.


# 1.1017 24-Jan-2010 msaitoh

Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788,
57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.


# 1.1016 21-Jan-2010 hubertf

add/improve a few devices


# 1.1015 19-Jan-2010 mbalmer

Add two IBM RSS devices.


# 1.1014 14-Jan-2010 sborrill

Fix typo in (unused) vendor name


# 1.1013 12-Jan-2010 msaitoh

add i82567LM-2 i82567LM-4 i82567V-3 LAN controller


# 1.1012 12-Jan-2010 msaitoh

rename some wm devices to know PHY type


# 1.1011 12-Jan-2010 nonaka

Added RENESAS SH7780/SH7785 PCI Controller.


# 1.1010 11-Jan-2010 msaitoh

fix for i82577


# 1.1009 07-Jan-2010 msaitoh

Add PCH LAN and i82575


# 1.1008 07-Jan-2010 jdc

Add Sun Cassini/NS Saturn devices.


# 1.1007 03-Jan-2010 jnemeth

PR/42558 - Ryo ONODERA -- add entry for IO-DATA TV tuner card


# 1.1006 29-Dec-2009 msaitoh

add entry for i82583V


Revision tags: matt-premerge-20091211
# 1.1005 13-Dec-2009 matt

Add RMI (NetLogic)


# 1.1004 05-Dec-2009 dsl

Correct what are clearly typos leading to duplicate vendor:product pairs.
Where possible values have been checked against the pcidatabase and x.org.
In some cases I've only commented on some dubious entries!
Values will be picked up by the next update.
Info from PR/36487


# 1.1003 30-Nov-2009 sborrill

Add Intel 3400 devices


# 1.1002 21-Nov-2009 jakllsch

Add CX700 and VX800/VX820 LPC bridge IDs.


# 1.1001 18-Nov-2009 bouyer

Complete BROADCOM BCM5709 family, and add BCM5716 family.


# 1.1000 18-Nov-2009 jakllsch

Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.


Revision tags: jym-xensuspend-nbase
# 1.999 13-Oct-2009 cegger

- replace 'Advanced Micro Devices' with 'AMD'.
Requested by jmcneill@
- remove duplicate printing of 'AMD' with the AMD HUDSON-2 chipset.


# 1.998 13-Oct-2009 cegger

AMD SB900 renamed to AMD HUDSON-2


# 1.997 05-Oct-2009 cegger

add SB900 IDE/SATA ids


# 1.996 20-Sep-2009 christos

PR/42100: Dave J. Barnes: Support for old toshiba PICCOLO IDE controllers.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7
# 1.995 01-Aug-2009 matt

Add Silicon Motion SM502


Revision tags: jymxensuspend-base yamt-nfs-mp-base6
# 1.994 07-Jul-2009 cegger

correct product ids for RD890 chipset


# 1.993 29-Jun-2009 hubertf

add a few sdhc(4) devices


Revision tags: yamt-nfs-mp-base5
# 1.992 12-Jun-2009 rjs

Add some more Marvell devices.


# 1.991 11-Jun-2009 cegger

add ADP2, Marvell and Triones devices.
Taken from mvsata diff from Kiyohara Takashi, resolved apply conflicts.


# 1.990 29-May-2009 skrll

Add a bunch of HP stuff. From OpenBSD.


# 1.989 18-May-2009 skrll

Add more devices in my c3700.


Revision tags: yamt-nfs-mp-base4
# 1.988 13-May-2009 cegger

add RX780/RX790 chipset host bridge and Radeon X1600


Revision tags: jym-xensuspend-base
# 1.987 09-May-2009 sborrill

Add alternative product ID for VIA VT8237A Integrated SATA Controller


Revision tags: yamt-nfs-mp-base3
# 1.986 30-Apr-2009 skrll

Add another NS product found in hppa machines.


# 1.985 30-Apr-2009 skrll

Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.


Revision tags: nick-hppapmap-base4
# 1.984 28-Apr-2009 ginsbach

Add Mellanox Technologies Infiniband devices.


Revision tags: nick-hppapmap-base3 nick-hppapmap-base
# 1.983 25-Apr-2009 tsutsui

Tweak some Realtek re(4) device names.


# 1.982 07-Apr-2009 msaitoh

add 82801J_D_BM_LF (ICH10)


# 1.981 10-Mar-2009 msaitoh

add i82567LF-3 LAN Controller


Revision tags: nick-hppapmap-base2
# 1.980 28-Feb-2009 schwarz

correct entry for Lucent 0x5802 into 2-port USB Host Controller


# 1.979 26-Feb-2009 mjf

Add Initio INIC-1622 SATA Controller.


# 1.978 19-Feb-2009 sborrill

Add Intel i82574L 1000baseT Ethernet as used in Pro/1000 CT Desktop adapter


# 1.977 11-Feb-2009 markd

Add more ICH9 SATA controller variants


# 1.976 06-Feb-2009 jakllsch

branches: 1.976.2;
Add TI PCIxx12-series product IDs.


# 1.975 27-Jan-2009 markd

Add Intel 82567LM_3 ethernet


# 1.974 21-Jan-2009 jnemeth

add a comment explaining how to regenerate pcidevs.h and pcidevs_data.h


# 1.973 19-Jan-2009 jmcneill

Attansic L1E Gigabit Ethernet Adapter


Revision tags: mjf-devfs2-base
# 1.972 07-Jan-2009 jnemeth

fix typo in LUCENT ET1301


# 1.971 27-Dec-2008 tsutsui

Fix tyop in previous.


# 1.970 27-Dec-2008 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driver


# 1.969 21-Dec-2008 nonaka

Add VIA VT8237S Integrated SATA Controller ID.


# 1.968 16-Dec-2008 christos

add more intel iwn devices


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.967 29-Nov-2008 christos

Add support for the Intel G45 AGP. From Arnaud Lacombe


# 1.966 18-Nov-2008 matt

Make more consistent (change capitalization) etc. Shrinks by 33 tokens
and 300 bytes.


# 1.965 08-Nov-2008 christos

Support for Intel G35 as found on Asus P5E-VM HDMI motherboard from
Milos Negovanovic


# 1.964 04-Nov-2008 cegger

fix typo in previous: prodcut -> product


# 1.963 04-Nov-2008 cegger

add ATI RD790 and RD890 chipset ids


Revision tags: netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1
# 1.962 15-Oct-2008 bouyer

branches: 1.962.2; 1.962.4;
Fix entry description.


# 1.961 15-Oct-2008 bouyer

Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.


Revision tags: wrstuden-revivesa-base-4
# 1.960 01-Oct-2008 christos

ICH10 support from Brad du Plessis


# 1.959 28-Sep-2008 bouyer

Add JMicron JMC250 Gigabit Etheret and JMC260 Fast Ethernet Controllers.
While here, fix other JMicron device IDs (product ID is 4 digits, not five).


Revision tags: wrstuden-revivesa-base-3
# 1.958 18-Sep-2008 cegger

correct C51 host bridge numbers. Spotted by njoly@


# 1.957 18-Sep-2008 cegger

add NVIDIA C51 products


# 1.956 13-Sep-2008 njoly

Add Nvidia GeForce 6150 devices.


# 1.955 08-Sep-2008 cegger

Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer


# 1.954 08-Sep-2008 cegger

correct product id for serverworks usb controllers


Revision tags: wrstuden-revivesa-base-2
# 1.953 06-Sep-2008 rmind

PR/39119: Jan Thorsson: Support for VIA CX700M2 IDE controller.


# 1.952 06-Sep-2008 rmind

PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards.


# 1.951 05-Sep-2008 cegger

Add some ServerWorks products


# 1.950 27-Aug-2008 christos

Add one more cardbus bridge


# 1.949 23-Aug-2008 tsutsui

- add a Realtek 8139D variant (from FreeBSD)
- remove a duplicated entry of Realtek 0x8138


# 1.948 22-Aug-2008 tnn

Add Intel 82945GME Host Bridge
Intel 82945GME Integrated Graphics Device


# 1.947 19-Aug-2008 matthias

Typo


# 1.946 19-Aug-2008 matthias

Add pci ids for intel 82946GZ_{HB,IG} (used in my AcerPower 2000)


# 1.945 06-Aug-2008 dyoung

Define O2 Micro OZ711E0. From OpenBSD.


Revision tags: simonb-wapbl-nbase simonb-wapbl-base
# 1.944 29-Jul-2008 tron

Add nVidia GeForce 7300 LE.


# 1.943 15-Jul-2008 tonnerre

Add some PCI IDs from the Thinkpad T61/X61/R61 series as observed in
PR 37988 and on my own T61.


Revision tags: wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 wrstuden-revivesa-base
# 1.942 25-May-2008 chs

branches: 1.942.2; 1.942.4;
add devices found in the last model of powermac G5. from openbsd.


# 1.941 20-May-2008 cegger

add some ATI products (SB600 modem, RD790 and RS690)


Revision tags: hpcarm-cleanup-nbase yamt-pf42-base2 yamt-nfs-mp-base2
# 1.940 13-May-2008 rjs

Add SIS 756 Host Bridge.


# 1.939 08-May-2008 sborrill

Add support for IBM ServeRAID 8k (and 8k-l)


# 1.938 30-Apr-2008 joerg

branches: 1.938.2;
+ 3ware 9690


Revision tags: yamt-pf42-baseX yamt-nfs-mp-base yamt-pf42-base
# 1.937 17-Apr-2008 christos

branches: 1.937.2; 1.937.4;
sync with openbsd; fixes observed corruption issues.


# 1.936 15-Apr-2008 cegger

add devices found on HP Pavilion dv9700 Notebook


# 1.935 09-Apr-2008 joerg

Add PCI ID of 3Ware 9650 family.


# 1.934 03-Apr-2008 riz

Digi International Neo 4 and 8 port serial boards.


# 1.933 01-Apr-2008 cegger

add XenSource and its virtual product - only found on Xen HVM guests


Revision tags: ad-socklock-base1
# 1.932 26-Mar-2008 jmcneill

PR#38301: Add support for SMBus controllers for ATI SB600, SB700, SB800
chipsets, from Christoph Egger


Revision tags: yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase keiichi-mipv6-base matt-armv6-nbase hpcarm-cleanup-base
# 1.931 24-Feb-2008 xtraeme

+ Dell PERC 6.


# 1.930 22-Feb-2008 tsutsui

Add I-O DATA RSA-PCI 2 port serial board.


Revision tags: nick-net80211-sync-base mjf-devfs-base
# 1.929 13-Feb-2008 tron

branches: 1.929.2; 1.929.6;
Import PCI ids for the Matrox MGA G200e and the Intel E7230 and 82975X
chipsets from OpenBSD.


# 1.928 10-Feb-2008 ichiro

add few devices
PM965 interface


# 1.927 05-Feb-2008 ichiro

added some devices of "PCI-Cardbus bridge"


Revision tags: bouyer-xeni386-nbase bouyer-xeni386-base
# 1.926 11-Jan-2008 tnn

Add ServeRAID 6/7


# 1.925 11-Jan-2008 ragge

Add Intel quad 1000baseT copper PCI express card.


Revision tags: matt-armv6-base
# 1.924 03-Jan-2008 jnemeth

Symbios Logic 0x0030 is used for both 53c1020/53c1030 from Dave Huang


# 1.923 30-Dec-2007 jdc

Add Apple Shasta GMAC (From FreeBSD).


# 1.922 28-Dec-2007 dholland

typo fix: brige -> bridge


Revision tags: vmlocking2-base3
# 1.921 24-Dec-2007 hamajima

Add Intel 82801GB Ethernet Controller


Revision tags: yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 vmlocking-nbase jmcneill-pm-base reinoud-bufcleanup-base
# 1.920 26-Nov-2007 bjs

branches: 1.920.2; 1.920.6;
Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have
consulted indicated that this ID is an R430 (including xf86-video-ati).

PCI_PRODUCT_ATI_RADEON_R430_554F (primary)
PCI_PRODUCT_ATI_RADEON_R430_556F (secondary)

vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00)
ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured


# 1.919 24-Nov-2007 markd

Add INTEL Q33 and Q35 chipsets


# 1.918 24-Nov-2007 markd

s/product\tINTEL/product INTEL/


# 1.917 23-Nov-2007 xtraeme

Add some Intel 5000 Series Chipset devices.


Revision tags: bouyer-xenamd64-base2 bouyer-xenamd64-base
# 1.916 19-Nov-2007 ad

Add a few more pcibs


# 1.915 15-Nov-2007 manu

It's 88C055, not 88CO55.


# 1.914 14-Nov-2007 xtraeme

Add NVIDIA MCP7[37] devices, from OpenBSD.


# 1.913 12-Nov-2007 joerg

Merge a PCI IDs of Intel 82G33 and 82965PM from jmcneill-pm.


Revision tags: jmcneill-base
# 1.912 30-Oct-2007 xtraeme

branches: 1.912.2;
Erm fix previous, it's Intel IOP333 not 332.


# 1.911 30-Oct-2007 xtraeme

Add Intel IOP332 A/B Segments.


# 1.910 30-Oct-2007 xtraeme

Areca ARC SATA RAID Controllers, from OpenBSD.


# 1.909 30-Oct-2007 jnemeth

PR/37201 - Yasushi Oshima -- Intel 82965G chipset support


# 1.908 24-Oct-2007 xtraeme

- Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.

From OpenBSD.


# 1.907 22-Oct-2007 manu

Add support for Marvell 88CO55. Newer iMacs come with that chip.


# 1.906 22-Oct-2007 nisimura

PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.


Revision tags: yamt-x86pmap-base4 yamt-x86pmap-base3
# 1.905 14-Oct-2007 xtraeme

branches: 1.905.2;
IC Plus Corp IP100A support for ste(4), submitted by
Pedro Alejandro Lopez-Valencia in PR kern/36605.


Revision tags: vmlocking-base
# 1.904 09-Oct-2007 garbled

Add a bunch of IBM PCI dev id's for graphics cards and PCI bridges


Revision tags: yamt-x86pmap-base2 yamt-x86pmap-base
# 1.903 20-Sep-2007 xtraeme

branches: 1.903.2;
+ ATI Radeon HD2600 XT


# 1.902 17-Sep-2007 msaitoh

addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2


# 1.901 11-Sep-2007 jnemeth

sort CMDTECH and add CMDTECH SiI3531 SATALink


Revision tags: nick-csl-alignment-base5
# 1.900 09-Sep-2007 xtraeme

Another ICH8M SATA Controller found in jmcneill's laptop.


# 1.899 08-Sep-2007 ober

Add definitions for Intel 4965AGN.


# 1.898 07-Sep-2007 cube

Add EVE.


# 1.897 02-Sep-2007 ober

Add Intel LPC 82801HEM and 82801IO entries


# 1.896 01-Sep-2007 ober

ICH8M LPC Interface bridge. ok xtraeme


# 1.895 31-Aug-2007 xtraeme

+ VIA CX700 IDE Controller


# 1.894 30-Aug-2007 xtraeme

+ Intel 82801HBM IDE Controller


# 1.893 28-Aug-2007 msaitoh

add ICH9's Ethers


# 1.892 26-Aug-2007 xtraeme

branches: 1.892.2;
Add two ICH8 LPC Interface Bridges.


# 1.891 19-Aug-2007 riz

Add 27 Intel ICH9 device IDs, from:
http://download.intel.com/design/chipsets/specupdt/31697301.pdf


# 1.890 14-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- add some MARVELL devices


# 1.889 11-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- AMD product updates


# 1.888 08-Aug-2007 tron

Add some Attansis and VIA devices, correct order.

Patch provided by Christoph Egger on "tech-kern" mailing list.


Revision tags: matt-mips64-base
# 1.887 06-Aug-2007 martin

branches: 1.887.2;
Add a serverworks south bridge


# 1.886 04-Aug-2007 kiyohara

Add support agp_amd64. Imported from FreeBSD.


Revision tags: nick-csl-alignment-base mjf-ufs-trans-base
# 1.885 07-Jul-2007 jklos

branches: 1.885.2; 1.885.6;
Added Chelsio vendor plus 10 gig hardware (and friends).


# 1.884 06-Jul-2007 hpeyerl

ATI updates from Christoph Egger


# 1.883 27-Jun-2007 xtraeme

Improve the NS CS5535 entries and remove the NS part, it's redundant.


# 1.882 26-Jun-2007 xtraeme

Add National Semiconductor CS5535 devices, found in the decTOP.


# 1.881 28-May-2007 mrg

add ALi M5261 ethernet (tulip clone)


# 1.880 19-May-2007 tsutsui

Add IBM GXT250P video.


Revision tags: yamt-idlelwp-base8
# 1.879 16-May-2007 mrg

add Nvidia MPC04 SMBus


# 1.878 02-May-2007 bouyer

Add JMicron Technology vendor ID, and their current PCIe SATA/PATA
controllers.


# 1.877 29-Apr-2007 bouyer

Remove extra "Intel" from previous commit


# 1.876 29-Apr-2007 bouyer

Add:
Intel i82801H IFE (GT) LAN Controller
Intel i82801H IFE (G) LAN Controller
from FreeBSD


Revision tags: thorpej-atomic-base
# 1.875 27-Mar-2007 pooka

add GeForce Go 7600


# 1.874 25-Mar-2007 isaki

Add ATI ES1000.


# 1.873 17-Mar-2007 dyoung

Add Infineon ADM5120 PCI host bridge.


# 1.872 10-Mar-2007 christos

branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA


# 1.871 09-Mar-2007 xtraeme

branches: 1.871.2;
+ATI Radeon X1300


# 1.870 03-Mar-2007 jmcneill

Add pcHDTV HD-5500 HDTV video capture


# 1.869 01-Mar-2007 jmcneill

Add Conexant CX2388X Audio/Video Decoder


Revision tags: ad-audiomp-base
# 1.868 16-Feb-2007 markd

branches: 1.868.2;
Add i965Q


# 1.867 10-Feb-2007 mlelstv

Add support for VT8237A/VT82C586A PCI-ISA-Bridge
Fixes PR kern/35314


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.866 30-Jan-2007 msaitoh

add some msk devices


# 1.865 28-Jan-2007 chs

add another Realtek wifi, some SIIG serial cards and another nForce chipset.
remove some duplicate entries.


# 1.864 27-Jan-2007 isaki

Fix typo. s/Seria ATA/Serial ATA/


# 1.863 21-Jan-2007 isaki

Add AMD Geode LX and CS5536.
Reviewed by tsutsui@ on port-i386.


# 1.862 14-Jan-2007 rpaulo

Add new Parallels video id.


# 1.861 06-Jan-2007 jmcneill

Add Xbox SMBus controller, and rename "Xbox nForce" to accurately reflect
that it is the Host-PCI controller.


# 1.860 04-Jan-2007 jmcneill

It's nForce Ethernet, not Ethetnet


# 1.859 04-Jan-2007 jmcneill

Add Xbox nForce video, from Andrew Gillham.


# 1.858 31-Dec-2006 ichiro

add RCF-CBA2 CF-Adapter
(WORKBIT-CF32A)


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4
# 1.857 10-Dec-2006 bouyer

Add another PCI ID for Dell PERC 5 (from OpenBSD)


Revision tags: yamt-splraiseipl-base3
# 1.856 09-Dec-2006 manu

Add support for 4 and 8 ports modem boards from Perle systems


Revision tags: netbsd-4-base
# 1.855 26-Nov-2006 tsutsui

branches: 1.855.2;
- add more Broadcom product IDs, and fix two alternative IDs
(from FreeBSD and OpenBSD)
- sort by product ID


# 1.854 26-Nov-2006 enami

Add product id of yet another i82557 variant.


# 1.853 18-Nov-2006 tsutsui

Add an ID of Broadcom BCM5752M. From Matt Kolb on tech-kern.


# 1.852 18-Nov-2006 tsutsui

- add Realtek RTL8100 (from FreeBSD)
- fix entry of RTL8169SC
- remove vague comment in Realtek entry


# 1.851 17-Nov-2006 tsutsui

Add and note more Realtek Ethernet chips.


# 1.850 13-Nov-2006 xtraeme

Fix typo in previous (hi bouyer).


# 1.849 13-Nov-2006 bouyer

Add NetMos 9855 Quad UART and 1284 Printer port


# 1.848 08-Nov-2006 rpaulo

Add AMD PCI-X IOAPIC.


# 1.847 08-Nov-2006 martti

Fix aligment.


# 1.846 08-Nov-2006 martti

List MEGARAID_SAS and MEGARAID_VERDE_ZCR as SYMBIOS products.


# 1.845 07-Nov-2006 martti

Added some MegaRAID SAS controllers.


# 1.844 03-Nov-2006 abs

Add Broadcom BCM5754 (0x167a)


# 1.843 31-Oct-2006 manu

Add support for Perle systems PCI-RAS 4 modem ports
See http://www.perle.com/products/Multimodem-Cards.shtml for product details


# 1.842 25-Oct-2006 bouyer

Add VIA VT8237A Integrated SATA Controller, from FreeBSD.


# 1.841 23-Oct-2006 rjs

Add Motorola MPC5200B host bridge.


Revision tags: yamt-splraiseipl-base2
# 1.840 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.839 09-Oct-2006 cube

Add one puc device by Moschip (formerly NetMos). Not the one I have, but
as I went through the datasheets...


# 1.838 02-Oct-2006 cube

Oops, pasto.


# 1.837 02-Oct-2006 cube

Add an NVIDIA MCP55 device I forgot (ISA bridge).


# 1.836 29-Sep-2006 cube

Add ids of devices found in the nForce 570 chipset.
Add GeForce 6200LE.


# 1.835 27-Sep-2006 cube

Add the Intel PRO/100 variant found on the D946GZIS motherboard.


# 1.834 27-Sep-2006 sketch

Add TI ACX100B and rename existing (unused) TI ACX100 to ACX100A.


# 1.833 25-Sep-2006 heas

Add entries for Datum Inc. (Bancomm) & the BC635PCI_U card.


# 1.832 24-Sep-2006 briggs

Add IDs for the devices in the last-generation PowerBook G4.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 rpaulo-netinet-merge-pcb-base
# 1.831 07-Sep-2006 riz

branches: 1.831.2;
Add the SK-9Sxx Gigabit Ethernet, from OpenBSD.


# 1.830 07-Sep-2006 itohy

branches: 1.830.2;
Add Workbit NinjaATA-32Bi and NPATA-32 busmastering PIO IDE controllers.


# 1.829 03-Sep-2006 xtraeme

Add missing PDC20265 device... removed accidentally in previous.


# 1.828 03-Sep-2006 xtraeme

Add some missing devices from Promise and sort them.


# 1.827 03-Sep-2006 xtraeme

Add some ICH8 devices... from obsd.


Revision tags: yamt-pdpolicy-base8
# 1.826 03-Sep-2006 xtraeme

Erm forgot to add MCP61/65 SATA Controllers and sort them.


# 1.825 03-Sep-2006 xtraeme

- Add all pciids for nvidia MCP61/65 controllers, from obsd.
- Improve description in all them.


# 1.824 03-Sep-2006 xtraeme

- Add nForce MCP61/65 LAN controllers... from obsd.
- Improve description in some nForce controllers as well.


# 1.823 27-Aug-2006 christos

PR/34289: St�phane Witzmann: Add some missing PCI devices in pcidevs


# 1.822 24-Aug-2006 riz

Add a bunch of Marvell product IDs, from OpenBSD.


# 1.821 23-Aug-2006 cube

Add Broadcom NetXtreme II devices.


# 1.820 22-Aug-2006 riz

Rename vendor GALILEO -> vendor MARVELL . Marvell bought Galileo years
ago, we have little existing stuff in the tree, and this will make it
easier to keep certain network drivers in sync with other OSes.

OK matt@, uwe@


# 1.819 13-Aug-2006 dsainty

Add the Promise PDC20771, present on the Promise FastTrak TX2300


Revision tags: yamt-pdpolicy-base7
# 1.818 10-Aug-2006 simonb

Fix typo in 3945 Intel wireless card name.
Pointed out in private mail by Jean-Baptiste Campesato.


# 1.817 09-Aug-2006 jnemeth

add some Token Ring devices


# 1.816 08-Aug-2006 cube

Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.


Revision tags: abandoned-netbsd-4-base
# 1.815 06-Aug-2006 jmcneill

branches: 1.815.2;
Add entry for IBM ThinkPad audio. From Stephane Witzmann.


# 1.814 03-Aug-2006 bsh

Device 10de:026c is not AC-97 controller but nForce430 HD Audio controller.

Pointed out by Brad. Thanks.


# 1.813 01-Aug-2006 xtraeme

Add nForce3 250 SATA2.


# 1.812 01-Aug-2006 bsh

add an another device ID for AC-97 controller in nForce430 (MCP51).

XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?


# 1.811 30-Jul-2006 jmcneill

Add VIA VT3314 (CN900) UniChrome integrated graphics


# 1.810 30-Jul-2006 oster

Recognize another Intel PRO/100 VM Network Controller.


# 1.809 30-Jul-2006 simonb

Add 82945P_IGD.
Should this be "82945G_IGD", and other 945 device IDs have G instead of P
suffix?


# 1.808 21-Jul-2006 gdamore

Update ADMtek pci device ids to match data sheets. While here, add the 9513
device (although I've never seen one, I have a datasheet for it. :-)


# 1.807 18-Jul-2006 itohy

Identify vendor 0x1317, product 0x9511 as ADMtek AN983B,
since OpenSolaris says it is "ADMTek Comet 983b".


# 1.806 13-Jul-2006 kent

- add VIA VT8237A/8251 High Definition Audio Controller
- add some tabs


# 1.805 07-Jul-2006 simonb

Add another Intel 3945 wireless minipci device id.
Small part of kern/33778 by Jean-Baptiste Campesato.


# 1.804 30-Jun-2006 nisimura

Add kse(4) driver for Micrel KSZ8842/8841 Ethernet controller.


# 1.803 30-Jun-2006 xtraeme

Add ITE IT8211 IDE Controller.


# 1.802 30-Jun-2006 xtraeme

Add some missing ATI devices.


# 1.801 27-Jun-2006 kent

improve the description of NVIDIA MCP55_HDA


# 1.800 26-Jun-2006 xtraeme

Add SIS 660, 760, 761 IDE Controllers and SIS 181/182 SATA controllers
(from obsd).


# 1.799 26-Jun-2006 xtraeme

Add PROMISE PDC20775 and PDC40718 SATA controllers (from obsd).


Revision tags: yamt-pdpolicy-base6
# 1.798 25-Jun-2006 soren

Add quirk for the not quite standard PCI bus in Parallels Desktop for Mac.


Revision tags: chap-midi-nbase chap-midi-base
# 1.797 18-Jun-2006 christos

PR/33761: dieter roelants: NetBSD doesn't recognize a RealTek 8168B nic


# 1.796 18-Jun-2006 xtraeme

Add ALI M1533 PCI-ISA Bridge


# 1.795 15-Jun-2006 heinz

Added information about LSI's SAS, parallel SCSI and FC adapters (from LSI's
Linux driver package and http://pciids.sourceforge.net/).


Revision tags: gdamore-uart-base
# 1.794 14-Jun-2006 grant

branches: 1.794.2;
QLogic is the correct writing, not "Q Logic".


# 1.793 14-Jun-2006 grant

add QLogic QLA200 fibre channel card.


# 1.792 08-Jun-2006 kent

add 23 ICH8 devices.
http://download.intel.com/design/chipsets/specupdt/31305701.pdf

No regen follows because no one refers them.


Revision tags: simonb-timecounters-base
# 1.791 06-Jun-2006 rpaulo

Attachment framework for the rt2561.c and rt2661.c drivers.

From OpenBSD.


# 1.790 05-Jun-2006 martin

Add D-Link Air DWL-610


# 1.789 05-Jun-2006 msaitoh

add 82541ER_LOM, 82547EI_MOBILE, 82546GB_PCIE(PRO/100MT),
82546GB_QUAD_COPPER(PRO/1000MT QP) and 82572EI(PRO/1000PT).


# 1.788 31-May-2006 riz

Add a couple DLINK product IDs, from OpenBSD.


Revision tags: yamt-pdpolicy-base5
# 1.787 19-May-2006 markd

branches: 1.787.2;
Add some devices found on a Dell Latitude D620.


Revision tags: elad-kernelauth-base
# 1.786 30-Apr-2006 xtraeme

PR kern/32849: pcidevs update for Intel 82801CA AC'97 Modem Controller.
Apply patch from Nicolas Joly.


# 1.785 30-Apr-2006 xtraeme

PR port-amd64/33393: viaide driver patch for VT8237R SATA.


# 1.784 29-Apr-2006 gdamore

Add Audigy4 device id.


# 1.783 25-Apr-2006 wrstuden

Tweak 3ware 9500 ID, and add 3ware 9550 ID.


# 1.782 20-Apr-2006 gdamore

Add a bunch of additional Radeon entries, and correct/cleanup a few of them
for consistency and to match Xorg. I am assuming that Xorg contains the
correct information, since it actually makes use of this information.


# 1.781 15-Apr-2006 jmcneill

Add entry for Turtle Beach Santa Cruz, and Cirrus Logic CS4615 while we're
here.


Revision tags: yamt-pdpolicy-base4
# 1.780 06-Apr-2006 simonb

Sort some Intel GigE nics by product ID.


# 1.779 05-Apr-2006 nonaka

Added "Faraday Technology" in vendor list.


Revision tags: yamt-pdpolicy-base3
# 1.778 26-Mar-2006 jonathan

Fix cut-and-paste typo in human-readable description of bcm5780S
(used to say bcm5782s, should be bcm5780s; make it so).


# 1.777 25-Mar-2006 rpaulo

Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
port-i386.


# 1.776 21-Mar-2006 he

Add a bunch of IDs for Compaq/HP Smart Array controllers supported
by the soon to be added ciss(4) driver.


Revision tags: peter-altq-base yamt-pdpolicy-base2
# 1.775 12-Mar-2006 chs

branches: 1.775.2;
fix name of Radeon 9000 Pro.
add Radeon 9200 Secondary ID.
add Comtrol, Magma and SIIG multi-port serial cards.
add more Dolphin SCI cards.
add IBM ServeRAID 4/5.
add Mitsubishi Tornado 3000.
add or rename various NVIDIA IDs to match openbsd.
add SafeNet SafeXcel.


# 1.774 09-Mar-2006 he

Add vendor code for Nortel and Baystack 21 id. Part of info
submitted in PR#33044.


# 1.773 09-Mar-2006 hamajima

Add EXAR devices.
Fix duplicated NVIDIA product id 0x0057.


# 1.772 07-Mar-2006 bouyer

Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.


# 1.771 06-Mar-2006 bouyer

branches: 1.771.2;
Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.


# 1.770 06-Mar-2006 martin

Add MOXA devices, from Olivier Cherrier


Revision tags: yamt-pdpolicy-base
# 1.769 01-Mar-2006 dogcow

branches: 1.769.2;
add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.)


Revision tags: yamt-uio_vmspace-base5
# 1.768 28-Feb-2006 gdamore

Add Radeon 7000/VE (QZ).


# 1.767 21-Feb-2006 chuck

add entry for LINKSYS PCM200 10/100 ethernet card


# 1.766 16-Feb-2006 kochi

add two more ICH7-M LPC device ids from intel document
(Intel I/O Controller Hub 7 (ICH7) Family Specification Update)


# 1.765 12-Feb-2006 tron

Fix inconsistencies in names for components for recent Intel chipsets.


# 1.764 12-Feb-2006 tron

Correct cut and paste error in last change.


# 1.763 12-Feb-2006 tron

Add entries for Intel i955X chipset.


# 1.762 07-Feb-2006 cube

I wonder how the leading junk arrive there...


# 1.761 07-Feb-2006 cube

Add PLX's 9054 I/O Accelerator.


# 1.760 06-Feb-2006 abs

Add SIS 190 Ethernet, as found in ASUS T2-AE1


# 1.759 02-Feb-2006 christos

branches: 1.759.2;
PR/32695: Chuck Tuffli: incorrect PCI device id for CMD Technology (0x1095)
SiI3132 SATALink (0x3132)


# 1.758 26-Jan-2006 bouyer

branches: 1.758.2;
Add Promise PDC2057x SATA/150 controllers, from FreeBSD.


# 1.757 16-Jan-2006 christos

PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics


# 1.756 10-Jan-2006 cdi

PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
S4HRP laptops.


# 1.755 02-Jan-2006 manu

Add support for nForce430 ATA133 and SATA controllers. My disks now run
at a decent speed.


# 1.754 02-Jan-2006 tron

Fix cut and paste error. Noted by Bernhard Moellemann.


# 1.753 02-Jan-2006 tron

- Spell NVIDIA as "NVIDIA" instead of "Nvidia". This matches their
website and viaide(4).
- Add entry for builtin ethernet of NVIDIA nForce4 chipset.
Information provided by Bernhard Moellemann.


# 1.752 01-Jan-2006 xtraeme

Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.


# 1.751 29-Dec-2005 jonathan

branches: 1.751.2;
Add pcidevs entry for the (Serverworks?) PCI-Express to PCI-X bridge
chip integral to Broadcom bcm5714 and bcm5715 PCI-Express dual-port
gigabit Ethernet chips.


# 1.750 19-Dec-2005 jonathan

Add an entry for S&K (Schneider&koch, also SysKonnect) PCI-Express
gigabit ethernet boards (SK-9E21D single-port, SK-9E22 dual-port)
based on the Marvell Yukon-2 chipset.


# 1.749 19-Dec-2005 jonathan

Add ID 0x3132 for Silicon Image, PCI-Express dual-port SATA-II version
of SiI 3124 (PCI-X quad SATA).


# 1.748 18-Dec-2005 sekiya

Add device information for Linksys IPN2200. From ndiswrapper list.


# 1.747 11-Dec-2005 jonathan

Remove extraneous //// markers of potential conflict in last commit.


# 1.746 11-Dec-2005 jonathan

Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)


Revision tags: ktrace-lwp-base
# 1.745 10-Dec-2005 jonathan

Add PCI device entries for Broadcom Ethernet devices: PCI-Express
gigabit bcm5714 (copper), bcm5714S (serdes), bcm5715 (copper),
bcm5715S (SERDES), also bcm5780 (copper) and bcm5780S (SERDES).

Extracted from Broadcom-supplied Linux driver and from prerelease patches
for Linux-2.6.15.


# 1.744 09-Dec-2005 xtraeme

Add two VMware SVGA device ids.


# 1.743 08-Dec-2005 xtraeme

Add three Rhine ethernet adapters.


# 1.742 07-Dec-2005 jonathan

Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.


# 1.741 06-Dec-2005 fvdl

Add ID for yet another 57xx-compatible Broadcom chip, the 5789.


# 1.740 04-Dec-2005 christos

PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device


# 1.739 04-Dec-2005 christos

PR/32238: Ryo Shimizu: Add support for Promise SATA300TX4 SATA Controller
(PDC40718)


Revision tags: yamt-readahead-base3
# 1.738 27-Nov-2005 jdolecek

change the description of the 3ware raid controllers to 'ATA RAID Controller'
rather then 'IDE RAID'

fix the ID of the 9xxx series controller and rename to ATARAID_9k, since
3ware doesn't refer to it using the 'Escalade' family name


# 1.737 22-Nov-2005 rpaulo

Fix entry for TI FlashMedia Controller.


Revision tags: yamt-readahead-base2
# 1.736 18-Nov-2005 rpaulo

It's really PCI7x21/7x11 Cardbus Controller.


# 1.735 18-Nov-2005 rpaulo

Add a bunch of devices:
o Intel 82801FBM ICH6M LPC Interface Bridge
o Intel 82801FB/FR PCI Express Port #2
o TI PCIxx21/x515 Cardbus Controller
o TI PCI7x21/7x11 IEEE 1394 Host Controller
o TI PCIxx11/21 Integrated FlashMedia Controller


Revision tags: yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base yamt-vop-base3
# 1.734 01-Nov-2005 abs

branches: 1.734.2;
Add Radeon 9000 PCI (0x4966)


Revision tags: yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.733 05-Oct-2005 jonathan

branches: 1.733.2;
Add PCI ids for Intel Pro/1000 PT PCI-Express gigabit ethernet controllers:
82571EB 2-port, 82572EI single-port, both in copper, fibre, and SERDES versions,
and 82573 embedded chip.


# 1.732 04-Sep-2005 tron

Add PCI ids for ATI Radeon 9600 LE.


# 1.731 21-Aug-2005 chs

add nvidia devices found on an ASUS K8N-DL motherboard,
plus various other cards.


# 1.730 21-Aug-2005 gavan

Add BCM5751M


# 1.729 30-Jul-2005 grant

use same form for secondary display as other ATI devices


# 1.728 30-Jul-2005 grant

add some device ids for the ATI Radeon 9200 Pro.


# 1.727 29-Jul-2005 cube

New Dell day: add missing device IDs, and order one correctly.


# 1.726 25-Jul-2005 christos

PR/29925: Mihai CHELARU: Fix for stge 1023.


# 1.725 01-Jul-2005 drochner

branches: 1.725.2;
add ralink dev IDs, from FUKAUMI Naoki per PR kern/30449


# 1.724 01-Jul-2005 augustss

Add the ATI SB400 chip set and the Radeon X850 XT graphics card.


# 1.723 26-Jun-2005 seb

Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.


# 1.722 24-Jun-2005 seb

Add Texas Instruments PCI6515A Cardbus Controller with Smart Card Controller.

Approved by gimpy@


# 1.721 20-Jun-2005 briggs

Add Intel 6300ESB SATA RAID Controller.


# 1.720 19-Jun-2005 chs

add some misc cards and merge the two mylex sections.


# 1.719 15-Jun-2005 bouyer

Add Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern@


# 1.718 14-Jun-2005 bouyer

Add SIS 965 bridge. From FreeBSD.


# 1.717 13-Jun-2005 tron

Add support for the LinkSys PCMPC200 Cardbus ethernet card.


# 1.716 13-Jun-2005 nonaka

Add PCI ids for HITACHI SH7751{,R} PCI Controller


# 1.715 13-Jun-2005 nonaka

Add PCI id for "ATI Mobility Radeon 9700".


# 1.714 07-Jun-2005 skrll

Add some Intel 802.11 cards.

From OpenBSD.


# 1.713 28-May-2005 kent

Add the followings:
- 6300ESB AC'97 Audio
- 6300ESB AC'97 Modem
- ICH6 HD-Audio
- ICH6 AC'97 Modem
- All of ICH7 devices


# 1.712 27-May-2005 augustss

Add the TM8000 integrated northbridge.


# 1.711 18-May-2005 riz

Add support for the 82801FB (ICH6) 10/100 ethernet appearing
on new Intel motherboards. From Brian Buhrow in PR#30025.
Approved by jmcneill.


# 1.710 12-May-2005 cube

Two re(4) candidates. From Francois Romieu in private mail.


# 1.709 09-May-2005 martin

PR kern/30173: add Corega CG-LAPCIGT


# 1.708 04-May-2005 cube

Add a few devices seen on a Dell PowerEdge SC1420, and while there make the
ordering of devices proper.


# 1.707 02-May-2005 rh

Add IC Ensemble / VIA Technologies Envy24 Multichannel Audio controllers.


Revision tags: kent-audio2-base
# 1.706 20-Apr-2005 bouyer

Add "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller". Fix kern/29218
by A L Meyers.


# 1.705 06-Apr-2005 martti

Added support for Dell CERC SATA RAID 1.5/6ch


Revision tags: yamt-km-base4
# 1.704 24-Mar-2005 tron

Add ids for ATI Radeon 9700 Pro and 9800 Pro.


# 1.703 19-Mar-2005 tron

Add PCI id for Intel PRO/1000 GT.


# 1.702 19-Mar-2005 tron

Add missing PCI id for Adaptec ASR-2410SA.


Revision tags: yamt-km-base3 netbsd-3-base
# 1.701 16-Mar-2005 xtraeme

branches: 1.701.2;
Add VIATECH KT880 CPU to PCI Bridges.


# 1.700 16-Mar-2005 uwe

ATI Radeon 9100 IGP chipset.


# 1.699 15-Mar-2005 xtraeme

Add entries for VIA Apollo KM400 chipsets, provided by
Thilo Manske in PR kern/29549.


# 1.698 15-Mar-2005 xtraeme

Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR
kern/20572.


# 1.697 15-Mar-2005 uwe

Fix product ids of ENE CB710 and CB720 CardBus controllers.


# 1.696 07-Mar-2005 christos

PR/29614: Andrzej Kukula: Missing PCI IDs of ATI IXP 300 and 400 ATA controller


# 1.695 27-Feb-2005 perry

nuke trailing whitespace


# 1.694 20-Feb-2005 jdolecek

change the VIATECH VT61XX to VT612X


Revision tags: yamt-km-base2
# 1.693 02-Feb-2005 christos

PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet


# 1.692 02-Feb-2005 abs

Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/


# 1.691 01-Feb-2005 abs

Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells
like a viaide... but you can only address the drives once you have
put two or more of them into a RAID or JBOD.


# 1.690 27-Jan-2005 jdolecek

add id for nForce2 Ultra 400 audio


# 1.689 27-Jan-2005 kent

add some nForce 4 devices


Revision tags: yamt-km-base
# 1.688 25-Jan-2005 matt

branches: 1.688.2;
Add additional PCI Device IDs for ATI Radeon 9200


# 1.687 23-Jan-2005 fredb

Recognize Belkin Gigabit Desktop Network PCI card.


# 1.686 18-Jan-2005 tsubai

Add some Apple devices.


# 1.685 15-Jan-2005 skrll

branches: 1.685.2;
Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter


# 1.684 15-Jan-2005 jdolecek

Fix Geforce 6800GT entry


# 1.683 15-Jan-2005 jdolecek

add bunch of GeForce 6800 entries, from Andrew Gillham


# 1.682 15-Jan-2005 jdolecek

use full 'nForce2 Ultra 400' tag for the NFORCE2_400* enties


# 1.681 13-Jan-2005 jdolecek

add bunch of NVIDIA nForce2 Ultra 400 chipset devices


# 1.680 13-Jan-2005 jdolecek

add VIA Velocity ID


Revision tags: kent-audio1-beforemerge
# 1.679 08-Jan-2005 fredb

Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi
motherboards.


# 1.678 08-Jan-2005 ginsbach

Use the more common name, Radeon U1, for the IGP 320M.


# 1.677 06-Jan-2005 he

Add entry for LSI Logic FC919X, as found on LSI Logic LSI7102XP-LC
controllers.


# 1.676 27-Dec-2004 reinoud

Addition of description for :

/* ENE Technology products */
product ENE MCR510 0x510 MCR510 PCI Memory Card Reader Controller


# 1.675 18-Dec-2004 xtraeme

+ ATI Technologies Radeon 9600 XT


# 1.674 16-Dec-2004 heas

Add entry for the Radeon Mobility T2.


# 1.673 11-Dec-2004 reinoud

Add ATI IXP audio controllers


Revision tags: kent-audio1-base
# 1.672 07-Dec-2004 jdarrow

Add a new vendor and product ID for a cardbus NIC I've got
Belkin 0x1799
F5D6020v3 0x6020


# 1.671 06-Dec-2004 cube

Add ATI IXP IDE Controller.


# 1.670 05-Dec-2004 bouyer

Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.


# 1.669 30-Nov-2004 grant

add ITE 8212 IDE controller.


# 1.668 22-Nov-2004 rumble

kern/28384: VT3606 -> VT6306 typo


# 1.667 19-Nov-2004 tacha

add Broadcom BCM5705K.


# 1.666 17-Nov-2004 jdarrow

Add PCI IDs for two wireless cards I've got.
Ralink Technologies (vendor 0x1814) RT2460 (product 0x0101).
Texas Instruments (vendor 0x104c) ACX111 (product 0x9066).


# 1.665 17-Nov-2004 junyoung

Revert ATI to ATI Technologies.
Remove trailing Corp., Inc., Ltd., and etc. for consistency.


# 1.664 16-Nov-2004 skrll

Add Intel PRO/Wireless LAN 2200BG Mini-PCI Adapter


# 1.663 14-Nov-2004 soren

Add Mylex ExtremeRAID 1100.
Shorten ATI Technologies to ATI.
Simplify names of Intel mobile USB controllers.


# 1.662 06-Nov-2004 xtraeme

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.


# 1.661 28-Oct-2004 martti

Align all SYMBIOS entries


# 1.660 28-Oct-2004 martti

Added Dell PERC 4/SC


# 1.659 26-Oct-2004 augustss

Add a vendor and some products.


# 1.658 22-Oct-2004 cube

Add two Broadcom devices (575x chips), correct and add a few Intel entries.


# 1.657 20-Oct-2004 martti

Added support for DELL PERC 4e/Si RAID controller


# 1.656 13-Oct-2004 augustss

Add ALi M1563 bridge.


# 1.655 13-Oct-2004 drochner

recognize ADDI-DATA APCI-7800 8-port serial adapter


# 1.654 11-Oct-2004 jmmv

Add ATI Technologies Radeon 9200SE Secondary identifier.


# 1.653 05-Oct-2004 augustss

Add some ALI devices.


# 1.652 30-Sep-2004 cube

Add a bunch of devices found on the SuperMicro P4SCi motherboard.


# 1.651 18-Sep-2004 martin

Add LSI FC929 (aka FC929X); from PR kern/26836.


# 1.650 17-Sep-2004 xtraeme

Add GeForceFX 5700 LE and regen.


# 1.649 16-Sep-2004 ragge

Add S2io 10 Gigabit ethernet adapter.


# 1.648 10-Sep-2004 darrenr

Add Sierra Wireless AirCard 580 (1xEV-DO)


# 1.647 26-Aug-2004 itohy

Add Workbit NinjaSCSI-32 PCI/CardBus products.


# 1.646 05-Aug-2004 mycroft

Fix an Aironet product name, and normalize the usage of "Mini-PCI".


# 1.645 05-Aug-2004 cube

Add the GeForce 5900XT. Totally not related to Doom3 release. Honest.


# 1.644 05-Aug-2004 lukem

consistently use "product<SPACE>"


# 1.643 04-Aug-2004 mycroft

Normalize more names.


# 1.642 04-Aug-2004 mycroft

Normalize some product names.


# 1.641 04-Aug-2004 mycroft

Remove vendor names from product strings.


# 1.640 02-Aug-2004 mycroft

Add a device I missed.


# 1.639 02-Aug-2004 mycroft

Merge in data from cardbusdevs.


# 1.638 02-Aug-2004 mycroft

Mmmm, Microsoft products.


# 1.637 29-Jul-2004 cube

Add a bunch of devices that are in the Dell Dimension 8400 sitting on my
desk: ATI Radeon X300, Broadcom BMC5751, Intel 915 chipset family (ICH6).


# 1.636 27-Jul-2004 christos

add compaq advanced systems management controller.


# 1.635 27-Jul-2004 rumble

Fix typos in the SC1100 IDE and AUDIO ids.


# 1.634 25-Jul-2004 christos

Add viatech's VT8231 Power controller. (Sergio Jimenez)


# 1.633 21-Jul-2004 mycroft

Add SIS 741.


# 1.632 17-Jul-2004 mycroft

Fix Intersil product names.


# 1.631 15-Jul-2004 junyoung

Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.


# 1.630 05-Jul-2004 mycroft

Add the CSB5 LPC bridge.


# 1.629 04-Jul-2004 mycroft

Update Serverworks chip IDs, per:
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.


# 1.628 15-Jun-2004 bouyer

Apply patch from kern/25936 by Michael Blake: Add support for the
Netelligent 10/100 TX variant found on the Compaq Proliant Professional
Workstation 5100.


# 1.627 27-May-2004 christos

PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.


# 1.626 27-May-2004 abs

Add ALI 'M5257 PCI Software Modem'


# 1.625 12-May-2004 tron

Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
in PR kern/25166.


# 1.624 11-May-2004 thorpej

Add i6300ESB IDE / SATA controller PCI IDs.


# 1.623 10-May-2004 lukem

add Nvidia GeForce4 Ti 4200 Go AGP 8x (0x286)


# 1.622 10-May-2004 gendalia

Add support for Adaptec AAR 2810SA raid controller.


# 1.621 07-May-2004 sekiya

Add support for Silicon Image 3512 chip to satalink driver -- treat it as
a 3112 variant (without RAID support), which does the right thing with the
controller on my K8NNXP.


# 1.620 22-Apr-2004 skd

Added support for new sis south bridge and 180 sata controller.


# 1.619 17-Apr-2004 matt

Add devid of Marvell MV6436x System Controller


# 1.618 03-Apr-2004 martti

Added another SB Live! 5.1 soundcard and joystick version


# 1.617 03-Apr-2004 mycroft

Add RealTek RT8180.


# 1.616 01-Apr-2004 tron

Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.


Revision tags: netbsd-2-0-base
# 1.615 26-Mar-2004 gendalia

branches: 1.615.2;
Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC


# 1.614 25-Mar-2004 drochner

recognize both parts of the AMD8151 AGP tunnel (see PR kern/24838 by
Nicolas Joly), and improve AMD8131


# 1.613 12-Mar-2004 drochner

add ICH5 builtin ethernet


# 1.612 03-Mar-2004 gavan

Add Creative Labs SB Audigy LS


# 1.611 26-Feb-2004 drochner

add intel e7501 host bridge


# 1.610 28-Jan-2004 chs

add some JNI and Emulex fibre-channel cards.
add all the built-in stuff from my Asus A7N8X-E Deluxe motherboard.
add some other misc cards.
update the URL at the top.


# 1.609 26-Jan-2004 blymn

Added note for correct update procedure for pcidevs.


# 1.608 26-Jan-2004 blymn

Add amd8151 agp bridge id.


# 1.607 19-Jan-2004 ragge

Add "Intel PRO/10GbE LR Server Adapter". Regen.


# 1.606 06-Jan-2004 matt

Add HP Tachyon TL and TS device IDs.


# 1.605 05-Jan-2004 matt

Add Agilent Technologies vendor ID
Add Agilent Tachyon_DX2 product ID
Add HP Tachyon_XL2 product ID


# 1.604 20-Dec-2003 thorpej

Add product ID for the SiI 3124 SATALink.


# 1.603 19-Dec-2003 thorpej

Add product ID for the Silicon Image 3114 SATALink.


# 1.602 17-Dec-2003 tls

Add support for some more Marvell-based adapters to the sk driver:

D-Link DGE-530T
Linksys EG1032v2
Linksys EG1064v2

The Linux driver treats all of these the same. Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.


# 1.601 14-Dec-2003 tsutsui

Add ATI Radeon 9200SE.


# 1.600 09-Dec-2003 ad

Add second ID for Intel i960 RM.


# 1.599 08-Dec-2003 pooka

Broadcom 5703 A3


# 1.598 08-Dec-2003 scw

Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.


# 1.597 06-Dec-2003 jdolecek

add NetMos NM9805 and NM9815


# 1.596 05-Dec-2003 grant

add Adaptec AAR-1210SA Serial ATA RAID controller.


# 1.595 28-Nov-2003 chs

add Tandem ServerNet II and various HPT IDE controllers.


# 1.594 28-Nov-2003 cube

Add 3c910 OfficeConnect 10/100B Ethernet.


# 1.593 26-Nov-2003 matt

Add pcHDTV HD-2000 HDTV video capture card.


# 1.592 22-Nov-2003 fvdl

Clean up the Promise IDE controller defines.


# 1.591 03-Nov-2003 cube

Add some IDs for the EPIA-M 10000 motherboard.


# 1.590 25-Oct-2003 chs

add some misc cards I've got.


# 1.589 23-Oct-2003 fvdl

Add a few more broadcom 57xx ids. From FreeBSD.


# 1.588 23-Oct-2003 briggs

Add some ENE Cardbus bridges from FreeBSD.


# 1.587 22-Oct-2003 fvdl

Add:
* an id for the Promise FastTrak 378
* several ids for NVidia nForce3 devices


# 1.586 18-Oct-2003 matt

Add Philips SAA7146AH


# 1.585 18-Oct-2003 lukem

Remove http://members.hyperlink.net.au/~chart/pci.htm link; it doesn't
exist anymore.

Add some more ServerWorks devices


# 1.584 15-Oct-2003 itojun

add Atheros product IDs from athhal_devid.h


# 1.583 14-Oct-2003 martti

Added another Dell Perc 4/DI


# 1.582 10-Oct-2003 thorpej

Add several more Intel Gig-E product IDs.


# 1.581 08-Oct-2003 jonathan

Add Hifn 7954/7955 and 7956. Put adjacent to the very similar hifn 7951.
From Rajesh Vaidyanath <RVaidyanath@hifn.com>, as submitted to FreeBSD.


# 1.580 26-Sep-2003 matt

Add Dell Perc 4/DI


# 1.579 25-Sep-2003 joda

more nvidia devices


# 1.578 21-Sep-2003 nisimura

Redo, again.


# 1.577 21-Sep-2003 nisimura

Redo the previous fix.


# 1.576 21-Sep-2003 nisimura

Fix the company name. It seems these days the company calls itself
"STMicroelectronics" anyway.


# 1.575 15-Sep-2003 bouyer

Rename VT8237_RAID to VT8237_SATA, as this is really what it is.
Suggested by Stephen Degler in kern/22727.


# 1.574 13-Sep-2003 jdolecek

fix description of Intel PRO/100 VM Network Controller with 82562ET/EZ PHY
don't activate any quirks for VM_6 variant
problem reported by Lars Heidieker on current-users

also don't activate any quirks for VM_3 - VM_5 variants, neither
VE_2 - VE_4, in anticipation that the more modern variants don't need
the quirks


# 1.573 28-Aug-2003 thorpej

Hi/Fn is now spelled Hifn. Add some more Hifn products (from openbsd).


# 1.572 27-Aug-2003 kleink

While here, add the AMD8111's ACPI controller.


# 1.571 27-Aug-2003 kleink

Add AMD8111 USB and SMBus controller IDs; from Nicolas Joly in kern/22617.


# 1.570 26-Aug-2003 jdolecek

add SysKonnect SK9821


# 1.569 26-Aug-2003 tron

Add entry for Intel i865G Integrated Graphics Device.


# 1.568 23-Aug-2003 dogcow

add VT6105 support to vr(4)


# 1.567 20-Aug-2003 jonathan

Fix typo (s/5822/5823/) in line for bcm5823 device.


# 1.566 17-Aug-2003 chs

add the uninorth ATA found in the latest G4s, and a highpoint IDE.


# 1.565 17-Aug-2003 bouyer

Add 3com 3c940 Gigabit Ethernet, and VIA KT600 PCI devices. From Stephen Degler
in PR port-i386/22453


# 1.564 14-Aug-2003 itojun

s,PCI/ISA,PCI-ISA,


# 1.563 14-Aug-2003 itojun

add National Semiconductors SC1100 (GEODE) PCI devices.


# 1.562 07-Aug-2003 wiz

Fix ID of Radeon 9100 Secondary; noted by Quentin Garnier.


# 1.561 01-Aug-2003 wiz

Avoid duplicate definitions. From Quentin Garnier in PR 22331.


# 1.560 01-Aug-2003 jonathan

Add product IDs for Sun's bcm582x-compatible crypto accelerators


# 1.559 29-Jul-2003 thorpej

Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.


# 1.558 29-Jul-2003 martin

Add Ricoh 5C551 CardBus + FireWire product ID.
From FUKAUMI Naoki in PR 22292.


# 1.557 29-Jul-2003 martin

Intel 8255GM is GM, not PM (obviously a copy&pasto).
From FUKAUMI Naoki in PR 22293.


# 1.556 27-Jul-2003 jonathan

Add PCI vendor Cavium and product code for their Nitrox XL crypto device.


# 1.555 27-Jul-2003 jonathan

Add PCI vendor code for BlueSteel Networks (now part of Broadcom),
and PCI product codes for the Bluesteel/Broadcom family of security processors.


# 1.554 23-Jul-2003 kleink

Add a couple of Philips A/V broadcast decoder device IDs.


# 1.553 17-Jul-2003 hannken

Add support for the BCM5705:
- Only BCM5705M asic rev A1 was tested.

Thanks to Bill Paul (wpaul@freebsd.org) for help and support.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.552 14-Jul-2003 jmmv

Add ATI Radeon 9200 chip.


# 1.551 14-Jul-2003 wiz

Add MGA G550, from Kouichirou Hiratsuka in PR 22133.


# 1.550 12-Jul-2003 hubertf

Recognize Toshiba Smart Media and Secure Digital cards


# 1.549 06-Jul-2003 dyoung

Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.


# 1.548 06-Jul-2003 simonb

Trailing white-space and TABs nits.


# 1.547 06-Jul-2003 simonb

Fill out E7505 devices.
Fix E7500 HI_D descriptions.


# 1.546 06-Jul-2003 tron

Add Intel 82547EI gigabit chip.


# 1.545 06-Jul-2003 simonb

Add an entry for the Intel E7505 Chipset Memory Controller Hub.


# 1.544 06-Jul-2003 tron

Correct names and descriptions for i875 entries to be consistent with
other Intel chipsets.


# 1.543 06-Jul-2003 tron

Add entries for Intel 865PE chipset.


# 1.542 28-Jun-2003 bouyer

branches: 1.542.2;
Add some intel devices, from Quentin Garnier in private mail.


# 1.541 27-Jun-2003 christos

PR/21498: URA Hiroshi: Add S3 Savage/IXC


# 1.540 27-Jun-2003 drochner

add some missing 3c990 variants


# 1.539 26-Jun-2003 ichiro

add product
Aironet 350 miniPCI Wireless LAN Adapter


# 1.538 14-Jun-2003 ichiro

delete duplicate line


# 1.537 13-Jun-2003 kent

Add some ICH5/ICH5R device IDs.


# 1.536 08-Jun-2003 ichiro

add product ID
PRO/Wireless LAN 2100 3B Mini PCI Adapter


# 1.535 07-Jun-2003 wiz

Add some Brooktree device IDs.


# 1.534 07-Jun-2003 wiz

Add ATI Radeon 9100, 9600TX, 9500/9700.


# 1.533 07-Jun-2003 ichiro

add productID of ATI


# 1.532 07-Jun-2003 ichiro

Upps, mistaken
fixed sufix


# 1.531 07-Jun-2003 ichiro

add deviceID - Intel 82855PM/GM chipset


# 1.530 28-Apr-2003 haya

Add some Texas Instruments' CardBus bridges. Device ID are taken from
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci>.


# 1.529 28-Apr-2003 haya

Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci>


# 1.528 24-Apr-2003 nathanw

Add a few Opteron and AMD8000 chipset device IDs.


# 1.527 22-Apr-2003 fvdl

Add AMD 8131 PCI-X tunnel and IO apic.


# 1.526 15-Apr-2003 augustss

Another VIA device.


# 1.525 15-Apr-2003 augustss

Add another VIA CPU-AGP bridge.


# 1.524 15-Apr-2003 rjs

Add ID for ITE IT8152 companion chip.


# 1.523 13-Apr-2003 explorer

typo, s/TX4/TX2/


# 1.522 12-Apr-2003 explorer

add an older pci id for SATA150TX2PLUS, too


# 1.521 12-Apr-2003 christos

PR/8754: Andreas Wrede: Add SIIG devices


# 1.520 11-Apr-2003 explorer

add Promise ATA/150 TX4 id


# 1.519 05-Apr-2003 lha

add Radeon Mobility M7 LW (AGP)


# 1.518 03-Apr-2003 kent

- Forte Media PCI joystick
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx


# 1.517 29-Mar-2003 jdc

Add support for USRobotics Wireless Access PCI adapter (model 132415).
From Sergio Jimenez in PR kern/20642.


# 1.516 25-Mar-2003 tsubai

Add new Apple devices.


# 1.515 20-Mar-2003 thorpej

Add some more LSI MPT IDs.


# 1.514 18-Mar-2003 thorpej

Add Silicon Image SATALink 3112.


# 1.513 13-Mar-2003 joda

more nvidia devices


# 1.512 06-Mar-2003 bouyer

Remove duplicate in previous.


# 1.511 06-Mar-2003 bouyer

Add several SiS host bridges, from FreeBSD.


# 1.510 03-Mar-2003 soren

Add ATI Radeon M9.


# 1.509 02-Mar-2003 salo

Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->
LynxEM), the already existing records misguided me.


# 1.508 28-Feb-2003 enami

Add product id of ServerWorks CSB6 IDE controller.


# 1.507 26-Feb-2003 salo

Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx)

Print various [company], Inc. consistently as (surprise) [company], Inc.


# 1.506 18-Feb-2003 grant

add Intel PRO/100M.


# 1.505 03-Feb-2003 pooka

add GeForce2 Go


# 1.504 03-Feb-2003 joda

correct previous, and add some more devices found in the Shuttle
SS51G.


# 1.503 02-Feb-2003 bouyer

Add SiS 651 host bridge.


# 1.502 01-Feb-2003 matt

Add Tundra (Newbridge) PowerSpan/PowerSpanII/QSpanII PCI bridges


# 1.501 24-Jan-2003 thorpej

Tweak a Promise description.


# 1.500 24-Jan-2003 thorpej

Add some more Promise products.


# 1.499 24-Jan-2003 thorpej

Sort the Promise entries.


# 1.498 24-Jan-2003 thorpej

Add Nvidia nForce2 ATA133 IDE product ID, and shuffle some
Nvidia entries around a little.


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.497 17-Jan-2003 jonathan

Add pcidevs entries for more Broadcom 570x family variants.


# 1.496 16-Jan-2003 gendalia

Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe
motherboard, Chipset: NVIDIA nForce2 MCP-T


# 1.495 10-Jan-2003 augustss

Add two Intel PCI-PCI bridges.


Revision tags: fvdl_fs64_base
# 1.494 30-Dec-2002 explorer

add atheros communications, Inc. AR5001 reference goop. This is what the 2.4 Ghz / 5 Ghz linksys cardbus card has inside.


# 1.493 26-Dec-2002 matt

Add Promise Serial ATA/150 TX2plus


# 1.492 26-Dec-2002 matt

Add some more BCM570x variants.


Revision tags: gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.491 11-Dec-2002 jdolecek

add Madge Smart 16/4 PCI Ringnode Mk2 entry


# 1.490 03-Dec-2002 explorer

add Ricoh 5C552 Cardbus + Firewire product ID


# 1.489 26-Nov-2002 thorpej

Add IBM 133 PCI-X Bridge.


# 1.488 26-Nov-2002 thorpej

Add Intel i80321 I/O processor.


# 1.487 19-Nov-2002 bsh

Two more vendor IDs for Samsung Electronics Co. Ltd.


# 1.486 15-Nov-2002 tsutsui

Remove an entry for AMD PCNETS_PCI.

AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.


# 1.485 15-Nov-2002 ad

Remove dup product.


# 1.484 09-Nov-2002 grant

add ATI Rage Mobility M1.

from FUKAUMI Naoki in kern/18987.


# 1.483 08-Nov-2002 msaitoh

add Adaptec 200[05]S (DPT)


# 1.482 07-Nov-2002 thorpej

Add Intel i31244 Serial ATA controller.


# 1.481 07-Nov-2002 martin

Add Myson MTD803 3-in-1 Fast Ethernet Controller.


# 1.480 04-Nov-2002 wiz

Fix typo reported by Nicolas Joly in PR 18921.


# 1.479 25-Oct-2002 kent

Correct a typo in the previous change.


# 1.478 25-Oct-2002 kent

Add vender IDs and product IDs:
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html)
- iCompression iTVC15

Correct ID of AMD PBC8111_AC.


# 1.477 24-Oct-2002 grant

COREGA are OEM NDC products.
add NDC NCP130 rev A2 wireless NIC.

From T. M. Pederson in kern/18609.


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.476 21-Oct-2002 soren

Correct name of TI 802.11 chip.


# 1.475 21-Oct-2002 grant

add D-Link 520+ wireless ethernet.


# 1.474 18-Oct-2002 yamt

fix typos; "wiseman" is 82542, not 82452.


# 1.473 16-Oct-2002 leo

Add Fritz!PCI v2.0 ISDN Interface


# 1.472 05-Oct-2002 kent

- Broadcom BCM4401
- VIA VT8235
- Modify description of VT8233_AC97: "VT8233 AC-97 ..." -> "VT8233/VT8235 AC-97 ..."


Revision tags: kqueue-base
# 1.471 24-Sep-2002 pooka

Fix Asus ISDN card ID to be the actual device ID instead of the vendor ID


# 1.470 20-Sep-2002 pooka

Add vendor Dynalink and a few devices by other manufacturers for use
in the iwic ISDN driver.


# 1.469 19-Sep-2002 nathanw

Add AMD 761 system controller and ppb.


# 1.468 11-Sep-2002 bouyer

Add 2 accard pciide controllers. From linux.


# 1.467 06-Sep-2002 uwe

Add product ids for Integraphics Systems CyberPro 2000 and 2010.


Revision tags: gehenna-devsw-base
# 1.466 23-Aug-2002 bouyer

Add Promise Ultra133TX2 and Ultra133TX2v2 PCI ID.


# 1.465 16-Aug-2002 heinz

Add Lucent/Agere FW322/323 IEEE 1394 controller


# 1.464 10-Aug-2002 toshii

Add SiS745 host bridge.


# 1.463 08-Aug-2002 drochner

addanother ppb


# 1.462 04-Aug-2002 thorpej

Add product ID for the ADI i80200 Big Endian Companion Chip.


# 1.461 03-Aug-2002 kent

Add the following:
- SiS 7012 AC-97 (kern/17716)
- NVIDIA nForce MCP AC-97
- AMD 8111 AC-97


# 1.460 02-Aug-2002 soren

Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.


# 1.459 02-Aug-2002 ad

PR 17719 from Mark Davies: Additional Adaptec RAID controller types.


# 1.458 31-Jul-2002 bouyer

Ops, remove duplicate entry for 82801DB_LPC, pointed out by geoff wing.


# 1.457 30-Jul-2002 bouyer

Add Intel 845G PCI IDs, from kern/17743 by Andreas Wrede <andreas@planix.com>


# 1.456 29-Jul-2002 augustss

Add a couple of bridge devices.


# 1.455 26-Jul-2002 onoe

Add Silicon Image (CMDTECH) 0680


# 1.454 22-Jul-2002 msaitoh

Add Intel 82801E Communications I/O Controller Hub (C-ICH)


# 1.453 12-Jul-2002 enami

Add product id of Altima AC1001.


# 1.452 09-Jul-2002 matt

Add Apple Xserve PCI devices (more UniNorth) stuff.


# 1.451 09-Jul-2002 thorpej

Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.


# 1.450 07-Jul-2002 augustss

Add some Sandburst products.


# 1.449 05-Jul-2002 enami

Add vendor id of Avlab technology, Inc. and product id of Low Profile PCI
4 Serial (but not used actually).


# 1.448 04-Jul-2002 rjs

Add Peak System Technik CAN Controller.


# 1.447 03-Jul-2002 msaitoh

add ServerWorks CMIC LE, CMIC SL and CIOB-X2


# 1.446 27-Jun-2002 pooka

two AVM isdn interfaces


# 1.445 26-Jun-2002 cjs

Add Altima AC9100 Gigabit Ethernet ID. This may not be the correct name.
However, it's the chip on the NetGear GA302T card.


# 1.444 26-Jun-2002 cjs

Add a couple more TI IEEE 1394 host controllers.


# 1.443 22-Jun-2002 fvdl

Add Altima PCI Ids.


# 1.442 22-Jun-2002 cjs

For new Intel network controllers, update descriptions and fix numbering.


# 1.441 22-Jun-2002 cjs

Add new Intel Ethernet cards.


# 1.440 21-Jun-2002 thorpej

Add product ID for Intel 82452KX/GX PCI-Host bridge.

PR 17353, from MOCHIDA Shuji.


# 1.439 17-Jun-2002 jdolecek

add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs


# 1.438 10-Jun-2002 cjs

Add Viatech VT8233A PCI-ISA Bridge.


# 1.437 09-Jun-2002 taca

Add VIA Technologies's VT8231 IDE Controller.


# 1.436 04-Jun-2002 fvdl

Add AMD 8111 IDE id.


# 1.435 03-Jun-2002 briggs

Add Motorola's MPC8245 (Kahlua II) host bridge.


# 1.434 02-Jun-2002 seb

Add product Titan PCI-800L aka VSCom PCI-800L, a 8 serial puc card, from PR
17140.
Reviewed/approved by veego@ and martin@.


# 1.433 28-May-2002 christos

add action tec


# 1.432 28-May-2002 tron

Add entries for Intel i850 and i860 chipsets.


# 1.431 27-May-2002 drochner

add one more of our own products


# 1.430 25-May-2002 ichiro

add 21555 Non-Transparent PCI-PCI Bridge


# 1.429 24-May-2002 lukem

add NetMos Quad UART and 1284 Printer port


Revision tags: netbsd-1-6-base
# 1.428 19-May-2002 bouyer

branches: 1.428.2;
Add HPT372 and 74 PCI IDE controllers.


# 1.427 19-May-2002 sommerfeld

Some E7500 device ids


# 1.426 18-May-2002 sommerfeld

Some P64H2 device ids


# 1.425 18-May-2002 matt

Add SYMBIOS FC9[12]9 and 1030R


# 1.424 15-May-2002 augustss

branches: 1.424.2;
Give a more suitable name to the DEC 21554 bridge.


# 1.423 14-May-2002 augustss

Add a Heuricon host bridge.


# 1.422 03-May-2002 augustss

Add Sandburst.


# 1.421 29-Apr-2002 nonaka

Added two IBM devices.


# 1.420 26-Apr-2002 ad

Oops, add more IDs used by aac_pci.c.


# 1.419 18-Apr-2002 thorpej

Add Symbios 53c875A product ID.


# 1.418 18-Apr-2002 tshiozak

add PCI/USB vendor ID for Kurusugawa Electronics, Inc.
PCI-ID: 0x6809, USB-ID: 0x0b7e.


# 1.417 16-Apr-2002 drochner

add some C&T VGA chip


# 1.416 15-Apr-2002 mycroft

Use chip numbers for most of the new Adaptec IDs, not board numbers.


# 1.415 15-Apr-2002 ad

Add a bunch of Adaptec, Dell and HP products. From OpenBSD.


# 1.414 05-Apr-2002 mycroft

Update some ServerWorks and VIA IDs. Add the ServerWorks CSB5 southbridge and
the Apollo ProMedia 133 chipset.


# 1.413 27-Mar-2002 abs

Add 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'


Revision tags: eeh-devprop-base
# 1.412 19-Mar-2002 bouyer

Add AMD768 devices, from
http://members.hyperlink.net.au/~chart/download/pcidevs.txt


# 1.411 11-Mar-2002 joda

some devices found in a dell machine


Revision tags: newlock-base
# 1.410 01-Mar-2002 kleink

Add Motorola Raven, Falcon and Hawk product IDs.


Revision tags: ifpoll-base
# 1.409 28-Feb-2002 junyoung

Oops, readd an ID for Rage XL which was removed in previous commit.


# 1.408 28-Feb-2002 junyoung

Better fix of duplicate ATI Rage Pro IDs. `_B' and `_P' mean BGA and
PQFP, respectively.


# 1.407 27-Feb-2002 martin

Avoid duplicate define for ATI Rage Pro PCI


# 1.406 27-Feb-2002 junyoung

Fully revise product IDs for ATI Mach64 and Rage graphics cards.

XXX Rage 128 not revised.


# 1.405 24-Feb-2002 kleink

Add IBM 82660 PowerPC to PCI Bridge and Memory Controller.


# 1.404 20-Feb-2002 simonb

Use BCM prefix instead of SB prefix in previous.


# 1.403 20-Feb-2002 simonb

Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.


# 1.402 20-Feb-2002 simonb

Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".


# 1.401 16-Feb-2002 thorpej

Add the AMD Elan SC520 System Controller.


# 1.400 04-Feb-2002 junyoung

Add some more product ID's for ATI Mach64 graphics cards.


# 1.399 02-Feb-2002 tsutsui

Add Initio INIC-850/1060 SCSI and variants.


# 1.398 02-Feb-2002 tsutsui

Add HiNT Corp. HB1 PCI-PCI bridge.


# 1.397 30-Jan-2002 tron

Fix vendor entry for "Rendition Inc.". This patch was supplied by
Paul Shupak in PR kern/15367.


# 1.396 29-Jan-2002 junyoung

- s/INTERGRAPHICS/INTEGRAPHICS/
- Add two product IDs for Integraphics Systems graphics cards.


# 1.395 28-Jan-2002 thorpej

Add product ID for the Intel i82544GC 64-bit variant.


# 1.394 26-Jan-2002 tron

Add missing names for devices supported by puc(4).
This patch was supplied by Paul Shupak in PR kern/15368.


# 1.393 26-Jan-2002 ichiro

OCHI -> OHCI


# 1.392 22-Jan-2002 junyoung

Rename RAGEXL to MACH64_GR.


# 1.391 22-Jan-2002 junyoung

Add ATI Mach64 GS.


# 1.390 21-Jan-2002 ichiro

fixed some products name


# 1.389 21-Jan-2002 eeh

Add the device id for something that claims to be an ATI Rage XL.


# 1.388 21-Jan-2002 thorpej

* Add Broadcom Corporation vendor ID.
* Add 3Com 3c996 product ID.
* Add Alteon "Tigon 3" (Broadcom BCM570x) product IDs.
* Add Broadcom Corporation BCM570x product IDs.


# 1.387 15-Jan-2002 thorpej

Add the Intel i82544GC Gig-E.


# 1.386 14-Jan-2002 augustss

Fix typo.


# 1.385 14-Jan-2002 augustss

Change some names that I added earlier.


# 1.384 13-Jan-2002 augustss

Add 3Com 3crwe777a AirConnect.


# 1.383 09-Jan-2002 augustss

Add Intel 82801 and 82830.


# 1.382 05-Jan-2002 junyoung

Remove Mach64 B that conflicts with Mach64 GP.


# 1.381 04-Jan-2002 augustss

Add a bunch of PCI-wireless PCMCIA adapters. They are probably all based
on a PLX chip. (For which we have no driver yet.)


# 1.380 03-Jan-2002 rafal

Add Rainbow Technologies vendor ID & Rainbow CryptoSwift 200 PKI accelerator
(CS200/PCI).


# 1.379 01-Jan-2002 augustss

Add a radio card.


# 1.378 30-Dec-2001 ichiro

add
TSB43AA22 OHCI IEEE 1394 Host Controller


# 1.377 29-Dec-2001 ichiro

add products
VT6305 OCHI IEEE 1394 Controller
VT3606 OCHI IEEE 1394 Controller


# 1.376 20-Dec-2001 thorpej

Add the product ID for the SiS 630 PCI-Host bridge.


# 1.375 16-Dec-2001 thorpej

Add Middle Digital, Inc. vendor ID. Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.


# 1.374 15-Dec-2001 soren

Add Cologne Chip Designs ISDN controller.


# 1.373 13-Dec-2001 bouyer

Add some promise controllers, from FreeBSD


# 1.372 11-Dec-2001 ad

Add some Intel/ICP-Vortex/Compaq products.


# 1.371 11-Dec-2001 kleink

Add product ID for the Motorola MPC107.


# 1.370 07-Dec-2001 onoe

Add HPB and LPC functions of 82801BAM.


Revision tags: thorpej-mips-cache-base
# 1.369 07-Nov-2001 thorpej

Correct i80312 description.


# 1.368 07-Nov-2001 thorpej

Add product ID for the Cyclone PCI-700 (IQ80310).


# 1.367 25-Oct-2001 augustss

Add some VIA KT266 numbers.


# 1.366 24-Oct-2001 thorpej

Add product IDs for the Powerhouse Systems PowerPro and PowerTop
PowerPC system controllers.


# 1.365 24-Oct-2001 thorpej

More Intel Gig-E ID fixups, and add Intel i82544 Gig-E IDs.


# 1.364 16-Oct-2001 tron

branches: 1.364.2;
Add host bridges of SiS 645, 650 and 730 chipsets.


# 1.363 13-Oct-2001 ichiro

add vendor & product ID
Intersil PRISM2.5 Mini-PCI WLAN


# 1.362 11-Oct-2001 tron

Add host bridge of the SiS 735 chipset.


Revision tags: thorpej-devvp-base3
# 1.361 03-Oct-2001 simonb

Minor correction to the name of the 405GP PCI bridge.


# 1.360 01-Oct-2001 thorpej

Add product ID for the RealTek 8139[BC].


Revision tags: thorpej-devvp-base2
# 1.359 28-Sep-2001 thorpej

More corrections to Intel Gig-e product IDs.


# 1.358 27-Sep-2001 itojun

add 4DWAVE and SiS sound devices.


Revision tags: post-chs-ubcperf pre-chs-ubcperf
# 1.357 15-Sep-2001 chris

Add voodoo 4/5 entry for 3DFX.


# 1.356 10-Sep-2001 eeh

Add Sun GEM gigabit network card.


Revision tags: thorpej-devvp-base
# 1.355 05-Sep-2001 drochner

branches: 1.355.2;
we (research center Juelich) are a PCISIG member now - add the vendor ID
and some products


# 1.354 04-Sep-2001 thorpej

Add product ID for the Intel IXP1200 Network Processor.


# 1.353 04-Sep-2001 pooka

add Allegro-1 ID

also from Jared D. McNeill


# 1.352 04-Sep-2001 pooka

add another device ID for the ESS Maestro3

from Jared D. McNeill


# 1.351 30-Aug-2001 soren

Add some more Hifn chips.


# 1.350 28-Aug-2001 tsubai

Add more Apple devices.


# 1.349 27-Aug-2001 enami

Sort Intel products by id and kill duplicated entries.


# 1.348 27-Aug-2001 ad

Add a DPT PCI-PCI bridge.


# 1.347 23-Aug-2001 thorpej

Take part numbers out of the PCnet-PCI product descriptions.


# 1.346 23-Aug-2001 thorpej

Add Promise ATA/100 TX2 device ID.


# 1.345 20-Aug-2001 fvdl

Add some entries for the AMD 76x chipset for completeness.


# 1.344 20-Aug-2001 gehenna

Add NEC USB2.0 Host Controller


# 1.343 18-Aug-2001 thorpej

Add Avance Logic ALS4000 Audio.


# 1.342 17-Aug-2001 matt

Add Apple Uni-N (as used in QuickSilver) product IDs.


# 1.341 13-Aug-2001 cjs

Add Transmeta and products, and an ALI integrated sound/modem device.


# 1.340 31-Jul-2001 matt

Add pci ids for the Intel 80312 I/O companion chip for the
Intel 80200 XScale processor.


# 1.339 28-Jul-2001 pooka

3c556 V.90 MiniPCI modem


# 1.338 25-Jul-2001 thorpej

Add the Antares Microsystems, Inc. vendor ID, and the product ID
for their Gigabit Ethernet board (a TC9021 board targeted at the
Sun market).


# 1.337 23-Jul-2001 bouyer

Add TITAN PCI100H.


# 1.336 30-Jun-2001 thorpej

branches: 1.336.2;
Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-E
products.


# 1.335 28-Jun-2001 thorpej

Add Tamarack Microelectronics, Inc. vendor ID, and product ID for
Tamarack TC9021 Gigabit Ethernet.


# 1.334 27-Jun-2001 mcr

added Solidum PAX.ware 1100 and Lucent ORCA PCI targets


# 1.333 20-Jun-2001 thorpej

Add more/update existing 3Com 3CR990 product IDs.


# 1.332 20-Jun-2001 thorpej

Add SysKonnect SKNET-GE (GEnesis Gigabit Ethernet).


# 1.331 20-Jun-2001 imp

Add O2Micro PCI-{CardBus,PCMCIA} bridges:
OZ6729, OZ6730, OZ6832/OZ6833, OZ6860 and OZ6812/OZ6872


# 1.330 18-Jun-2001 onoe

Add Cisco/Aironet 350


# 1.329 17-Jun-2001 tsubai

Add device IDs on the new iBook.


# 1.328 13-Jun-2001 simonb

Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.


# 1.327 11-Jun-2001 thorpej

Add Level One product ID, and LXT-1001 10/100/1000 Ethernet
product ID.


# 1.326 11-Jun-2001 tron

Add support for the D-Link DFE-530TX+. Patch supplied by
Gabriel Rosenkoetter in PR kern/13161.


# 1.325 31-May-2001 nisimura

Add product IDs for IDT RC32234 and RC32334 system controllers.


# 1.324 21-May-2001 thorpej

Add ICH3 network controller IDs.


# 1.323 18-May-2001 enami

Add product IDs of internal devices found in NEC VRC4173 and vendor/product
ID of MediaQ MQ200.


# 1.322 17-May-2001 drochner

add some stuff I got between my fingers


# 1.321 14-May-2001 thorpej

Add product ID for the National Semiconductor DP83820 Gigabit Ethernet
chip.


# 1.320 06-May-2001 fvdl

Add some IDs for the AMD760 chipset, as specified in the datasheet.


Revision tags: thorpej_scsipi_beforemerge
# 1.319 25-Apr-2001 simonb

Spell "portege" correctly - it's a computer, not a car.


Revision tags: thorpej_scsipi_nbase thorpej_scsipi_base
# 1.318 21-Apr-2001 tsutsui

Correct an entry for Acard UDMA IDE controller.
The chip is actually marked as ATP860-A, not ATP860R.


# 1.317 13-Apr-2001 hubertf

Move the Trident CyberClade entry where it belongs.


# 1.316 12-Apr-2001 itojun

change symbol for LMC T1 card. part of PR 12331.


# 1.315 12-Apr-2001 matt

Add UltraSparc IIe PCI interface.


# 1.314 09-Apr-2001 ad

Add Tekram DC-315/DC-395.


# 1.313 31-Mar-2001 minoura

Add Cyrix products (MediaGX).


# 1.312 21-Mar-2001 soren

Lower-case a few hex digits for easier searching.


# 1.311 21-Mar-2001 hubertf

Add Trident CyberBlade as found in Toshiba Satellite Pro 4600


# 1.310 20-Mar-2001 mrg

add sun device ids found on sunblade1000 systems.


# 1.309 17-Mar-2001 thorpej

Fixup some Intel Gig-E entries.


# 1.308 13-Mar-2001 bouyer

Add Titan Electronics Inc vendor ID (from linux) and Titan VS-800H
product.


# 1.307 07-Mar-2001 matt

Add Galileo GT-64260.


# 1.306 05-Mar-2001 matt

branches: 1.306.2;
Add Winbond W83C533F functions.


# 1.305 04-Mar-2001 msaitoh

Add an entry for NetMos


# 1.304 02-Mar-2001 thorpej

Add Mylex AcceleRAID and eXtremeRAID product and sybsystem IDs.


# 1.303 02-Mar-2001 thorpej

Add product ID for Xircom WinGlobal modem.


# 1.302 18-Feb-2001 bouyer

Add Intel 82801BAM IDE controller, found in laptops. From OpenBSD


# 1.301 18-Feb-2001 matt

Add Symbios FC909


# 1.300 12-Feb-2001 tshiozak

add CMI8738B.


# 1.299 11-Feb-2001 ad

Add another 3ware product.


# 1.298 04-Feb-2001 briggs

Add the MPC8240 (Kahlua) Host Bridge


# 1.297 02-Feb-2001 hubertf

Add M5243 PCI-AGP Bridge
Fixes PR 11466 by Jared D. McNeill <jmcneill@invisible.yi.org>


# 1.296 31-Jan-2001 thorpej

Add the SEGA Dreamcast Broadband Adapter.


# 1.295 26-Jan-2001 rh

Add Toshiba Protege product code


# 1.294 26-Jan-2001 rh

Add product code for the Compaq Armada M700 Notebook


# 1.293 22-Jan-2001 jdolecek

add US Robotics (3Com) 56K Voice Internal PCI Modem (WinModem) entry
I wish I'd been less foolish and not bought this device ...


# 1.292 22-Jan-2001 mjl

Add stallion products.


# 1.291 17-Jan-2001 thorpej

Update the Intel Gigabit Ethernet entries.


# 1.290 15-Jan-2001 thorpej

Add the 66MHz version of the Symbios 53c1010.


# 1.289 12-Jan-2001 itojun

add product ID for LMC T1 card. from freebsd.


# 1.288 09-Jan-2001 rh

Add COMPAL vendor and COMPAL 38W2 product (OEM for Dell Inspiron 5000e)


# 1.287 09-Jan-2001 thorpej

Add Symbios 53c1510D.


# 1.286 08-Jan-2001 thorpej

Add product ID for the Accton EN2242 10/100 Ethernet (an ADMtek AN985).


# 1.285 08-Jan-2001 thorpej

Add product ID for DEC SWXCR RAID (a Mylex v5 controller).


# 1.284 08-Jan-2001 rh

Add IDs for the NEC Versa LX and Versa Pro LX


# 1.283 03-Jan-2001 mycroft

Add Chrysalis-ITS LunaVPN card.


# 1.282 31-Dec-2000 ad

Fix Mylex products.


# 1.281 30-Dec-2000 eeh

Fix typo.


# 1.280 30-Dec-2000 eeh

Add Sun psycho bus controller.


# 1.279 27-Dec-2000 tsutsui

Fix entries of Acard UDMA IDE controllers.


# 1.278 27-Dec-2000 augustss

Add a VIA chipset and Nvidia GeForce2 MX.


# 1.277 23-Dec-2000 tsutsui

Add Acard UDMA IDE controllers.


# 1.276 14-Dec-2000 onoe

add Aironet 4500/4800


# 1.275 05-Dec-2000 drochner

add some chips I met in the last weeks


# 1.274 20-Nov-2000 onoe

CXD32222 -> CXD3222 (Sony OHCI Controller)


# 1.273 18-Nov-2000 thorpej

Add some 3D Labs products, from XFree86, via groo@netbsd.org


# 1.272 14-Nov-2000 bouyer

Add Alteon and netgear 1000baseT variants of the gigabit ethernet adapter.

From FreeBSD


# 1.271 04-Nov-2000 thorpej

Add a couple NeoMagic products. From OpenBSD.


# 1.270 03-Nov-2000 ad

Oops


# 1.269 03-Nov-2000 ad

Pequr Technology is now called ServerWorks.


# 1.268 27-Oct-2000 thorpej

Add a bunch of Intel PCI chipsets. From OpenBSD.


# 1.267 27-Oct-2000 thorpej

Add a bunch of Pequr (ServerWorks) products. From OpenBSD.


# 1.266 19-Oct-2000 thorpej

Add the ICS Advent PCI-WDT500/501 watchdog timer boards.


# 1.265 14-Oct-2000 simonb

Add ATI Mobility M3 (both PCI and AGP).


# 1.264 12-Oct-2000 itojun

pci device ID for hifn 7751-based crypto cards. from openbsd.


# 1.263 03-Oct-2000 thorpej

Add ADMtek AN985 10/100 Ethernet.


# 1.262 27-Sep-2000 augustss

Add some ATI Rage cards and some Intel chips.


# 1.261 20-Sep-2000 thorpej

Add National Semiconductor DP83815 10/100 Ethernet.


# 1.260 19-Sep-2000 fvdl

Add IDs for the 3c555, 556 and 556B 3Com MinPCI Ethernet cards.


# 1.259 13-Sep-2000 ad

Add product IDs for AMI MegaRAID boards.


# 1.258 13-Sep-2000 tron

Remove incomplete (and incorrect) entry for D-Link 530.


# 1.257 13-Sep-2000 tron

Use "VT6102 (Rhine II) 10/100 Ethernet" as description to be consistent
with existing entry for "VT86C100A (Rhine-II) 10/100 Ethernet".


# 1.256 13-Sep-2000 tron

Add VT6102 Rhine II 10/100BaseTX ethernet chip used on e.g. the
D-Link 530TX NIC.


# 1.255 07-Sep-2000 soren

s/AT&T Microelectronics/Lucent Technologies/


# 1.254 04-Sep-2000 soren

Add Intel 440GX host bridge.


# 1.253 04-Sep-2000 itojun

Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)


# 1.252 02-Sep-2000 cgd

after discussion with veego, rename constant for 3D Labs Permedia 2 from
PERMEDI2 to PERMEDIA2. (substance over style. 8-) Also, fix a typo
I noticed in a comment.


# 1.251 29-Aug-2000 wiz

add vendors HAUPPAUGE, ASKEY, AVERMEDIA


# 1.250 21-Aug-2000 enami

Add a product id for the promise ata-100 controller found on
MS-6321 (694D Pro). Reported in the PR#10756 by Kazuki Sakamoto.


# 1.249 21-Aug-2000 haya

Add several Texas Instrument's PCI-CardBus bridges.


# 1.248 10-Aug-2000 soren

s/Toshiba America Info Systems/Toshiba/ since they are the main PCI issuer.
Add new version of the Oboe FIR device.


# 1.247 07-Aug-2000 billc

Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.


# 1.246 04-Aug-2000 ad

Vortex Computer Systems changes, from OpenBSD:
- Add product ID for GDT6518RS.
- Fix bogus product IDs.


# 1.245 23-Jul-2000 jonathan

* Add entries for older Yamaha YMF chips (724, 740) plus the
newer steppings (740C, 724F) which use the same microcode as the
DS-1S/DS-1E


# 1.244 20-Jul-2000 ad

Add what is apparently ESS's old vendor ID and corresponding product ID for
the Maestro 1.


# 1.243 10-Jul-2000 ad

Add ICP Vortex RAID controllers.


# 1.242 09-Jul-2000 mycroft

Add ID for i82559ER.


# 1.241 08-Jul-2000 mrg

add microSPARC IIep PCI controller


# 1.240 04-Jul-2000 enami

Add device ID of promise ultra100/ata controller.


# 1.239 03-Jul-2000 gmcgarry

Devices found in NEC Versa Note VX


# 1.238 24-Jun-2000 joda

add Intel 82801BA devices


# 1.237 21-Jun-2000 bouyer

Add CMD PCI0649 product ID.


Revision tags: netbsd-1-5-base
# 1.236 16-Jun-2000 soren

branches: 1.236.2;
Add some S3 chips.


# 1.235 13-Jun-2000 tron

Add CMD PCI0648.


# 1.234 12-Jun-2000 nathanw

Add AMD 79c978 PCnet-PCI Home.


# 1.233 12-Jun-2000 bouyer

Shorter description for the HPT366


# 1.232 12-Jun-2000 bouyer

Add HPT366/370 device ID.
XXX Is 'TRIONES' the rigth vendor name ?


# 1.231 09-Jun-2000 augustss

Add some PCI devices found in the IOpener (commited from the IOpener itself :).


# 1.230 07-Jun-2000 ad

Add vendor/device ID for 3ware Escalade IDE RAID controller.


# 1.229 07-Jun-2000 mrg

fix a couple of the sun entries.


# 1.228 07-Jun-2000 soren

Add Trident 9397DVD.


# 1.227 06-Jun-2000 kleink

Add the product ID for the ESS Maestro 3 modem function as well.


# 1.226 05-Jun-2000 kleink

Add the ESS Maestro 3 product ID as well.


# 1.225 05-Jun-2000 kleink

ESSTECH:
* add what's allegedly the Maestro 1's product ID.
* align product names with data sheets.


# 1.224 30-May-2000 matt

Add the TI 1394 controllers. Makes all the 1394 controller descriptions
similar.


# 1.223 28-May-2000 drochner

-correct description for 3c905b-FX (100 Mb only)
-add Neomagic 256ZX


# 1.222 27-May-2000 scw

Add entries for a couple of OPTi PCI-IDE controllers.


# 1.221 27-May-2000 nathanw

Whitespace police.


Revision tags: minoura-xpg4dl-base
# 1.220 27-May-2000 soren

branches: 1.220.2;
Add a few devices.


# 1.219 26-May-2000 matt

Add NEC 1394 OHCI chips


# 1.218 18-May-2000 drochner

fix typo in last commit


# 1.217 18-May-2000 garbled

Add the device ID for the IBM MPIC-II.


# 1.216 14-May-2000 soren

Add SGI IOC3.


# 1.215 12-May-2000 thorpej

Add product ID for 3Com 3c980C-TXM 10/100 Ethernet. From Paul J. Lavoie,
kern/10037.


# 1.214 07-May-2000 jonathan

Product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.


# 1.213 30-Apr-2000 dante

Add ASB-3940U3W host adpeter (AdvanSys)


# 1.212 28-Apr-2000 augustss

Add 2 more eap audio devices.


# 1.211 26-Apr-2000 thorpej

Add product ID for the PLX Technology 9060ES PCI bus controller. Note this
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.


# 1.210 22-Apr-2000 augustss

Add some CMedia audio devices. From T.SHIOZAKI <AoiMoe@imou.to>


# 1.209 19-Apr-2000 bouyer

Add some Symbios devices.


# 1.208 18-Apr-2000 cgd

SiByte, Inc. is vendor 0x166d.


# 1.207 17-Apr-2000 thorpej

Add product ID for the S3 Trio3D/2X AGP graphics adapter.


# 1.206 03-Apr-2000 joda

add some NVIDIA chipsets


# 1.205 31-Mar-2000 tsarna

Add auvia, a driver for the integrated AC'97 audio on the VIA VT82C686A
southbridge.

Tested on a ASUS K7M (w/ AD1881 codec). Please report any problems.


# 1.204 30-Mar-2000 joda

add the device id for the VIA 686A modem controller, continuing the
trend of mislabelling VIA's south bridges


# 1.203 27-Mar-2000 ad

Add a couple of DPT devices.


# 1.202 23-Mar-2000 joda

add two Intel 82810E devices (from IWAMOTO Toshihiro)


# 1.201 23-Mar-2000 ad

Back out rev 1.197.


# 1.200 21-Mar-2000 joda

add two VIA VT8371 devices


# 1.199 16-Mar-2000 thorpej

Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
is an i82559 with a different product ID).


# 1.198 14-Mar-2000 tsarna

Add product ids for some VIA Technologies VT82C686A southbridge devices.


# 1.197 13-Mar-2000 ad

Add a bunch of Compaq array controllers.


# 1.196 11-Mar-2000 jdolecek

Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.


# 1.195 09-Mar-2000 jdolecek

Add Conexant SoftK56 PCI Software Modem, Sony CXD3222 OHCI i.LINK(IEEE 1394)
PCI controller, Sony Memory Stick I/F Controller
Ids send by John Hawkinson in kern/9588


# 1.194 06-Mar-2000 mark

Add SYMPHONY 83C553 PCI-ISA bridge.
Add alternative ID for Winbond W89C940F.


# 1.193 04-Mar-2000 tron

Add AMD Athlon chipset related devices. Patch supplied by Dave Sainty in
PR kern/9533.


# 1.192 16-Feb-2000 soren

Add Toshiba ISA bridge.


Revision tags: chs-ubc2-newbase
# 1.191 08-Feb-2000 bouyer

Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
From Kent Polk.


# 1.190 03-Feb-2000 dante

Add AdvanSys U2W boards


# 1.189 03-Feb-2000 joda

2 Micro -> O2 Micro


# 1.188 31-Jan-2000 thorpej

Add SiS 7016 10/100 Ethernet.


# 1.187 25-Jan-2000 haya

Add TI PCI 1451 PCI-CardBus bridge.


# 1.186 24-Jan-2000 joda

TI PCI2030 is a PCI-PCI bridge


# 1.185 23-Jan-2000 tsubai

Add Apple KeyLargo and UniNorth.


# 1.184 12-Jan-2000 haya

Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.


# 1.183 11-Jan-2000 matt

Add CompuModules DVB receiver and transmitter boards.


# 1.182 09-Jan-2000 soren

Add MPC105.


# 1.181 05-Jan-2000 drochner

add some stuff which was mentioned on the mailing lists recently


# 1.180 30-Dec-1999 hubertf

Add an entry for the Trident Microsystems CYBER 9525
(as found in an Toshiba Satellite 2650 XDVD).


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.179 17-Dec-1999 drochner

add Intel 450NX stuff


# 1.178 17-Dec-1999 augustss

Change the Galileo entries so the generated code can be compiled.


# 1.177 17-Dec-1999 soren

Fix comment.


# 1.176 17-Dec-1999 soren

Add Galileo Technology system controllers.
Remove obsolete ID database URL.


# 1.175 15-Dec-1999 kleink

* Add ESS Maestro2 product ID.
* Add TerraTec vendor ID.


# 1.174 04-Dec-1999 castor

Add vendor ID for Lava Semiconductor (http://www.lavalink.com)


# 1.173 04-Dec-1999 thorpej

Add some of the Compaq RAID controller IDs.


# 1.172 01-Dec-1999 drochner

add Cyclades 4Y and 8Y


# 1.171 30-Nov-1999 drochner

add 3c905B-COMBO


# 1.170 17-Nov-1999 augustss

Add the SBLive! joystick device.


Revision tags: fvdl-softdep-base
# 1.169 12-Nov-1999 is

Identification of DOMEX PCI-SCSI board, by Thilo Manske, PR 8772.


# 1.168 07-Nov-1999 cgd

back out rev 1.166:
(1) the list added isnt' complete and i'd call it incorrect. (There are
other devices with these names, where were omitted. I've never seen
the devices with these IDs, I _have_ seen the other devices that go
by these names.)
(2) the PR (8754) had not been updated to note that the problem was
fixed, and i'd preiously asked the submitter for more information and/or
a corrected list.


# 1.167 06-Nov-1999 rh

Add vendor/product entry for Auravision VxP524 PCI Video Processor.


# 1.166 06-Nov-1999 augustss

Add SIIG devices. Closes PR kern/8754 from Andreas Wrede <andreas@planix.com>


# 1.165 04-Nov-1999 tsarna

Add Aureal AU8820


# 1.164 04-Nov-1999 augustss

Add SBLive!


# 1.163 04-Nov-1999 joda

add Xircom X3201-3 Fast Ethernet Controller


Revision tags: comdex-fall-1999-base
# 1.162 01-Nov-1999 augustss

Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl
Closes PR kern/8729.


# 1.161 29-Oct-1999 matt

Add AHA-1480 (adaptec cardbus scsi)


# 1.160 29-Oct-1999 haya

Maintainance the name of Ricoh PCI-CardBus bridges.


# 1.159 11-Oct-1999 hannken

branches: 1.159.2; 1.159.4;
Add an entry for the Adaptec 2940UW Pro Scsi adapter.


# 1.158 29-Sep-1999 thorpej

branches: 1.158.2;
- Add Sundance Technolgy vendor ID.
- Add Sundance Technolgy ST201 10/100 Ethernet product ID.
- Add D-Link DFE-550TX product ID (uses ST201 chip).


# 1.157 29-Sep-1999 thorpej

Add adaptec AIC-6915 10/100 Ethernet.


# 1.156 27-Sep-1999 ad

s@SmartCache/Raid@SmartCache/SmartRAID@


# 1.155 11-Sep-1999 soren

Add ENI SpeedStream.


# 1.154 10-Sep-1999 augustss

Add more TI CardBus bridges. Taken from the CardBus patches.


# 1.153 08-Sep-1999 thorpej

Add some more Tulip clones.


# 1.152 08-Sep-1999 thorpej

Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
product ID (Yet Another Tulip Clone).


# 1.151 08-Sep-1999 thorpej

LITEON_PNIC -> LITEON_82C168


# 1.150 01-Sep-1999 drochner

-add some incarnations of the Alteon gigabit Ethernet adapter
-sort some entries which were put in by legasthenics


# 1.149 28-Aug-1999 augustss

Add a bunch of i810 devices. From Paul Shupak <paul@plectere.com>.


# 1.148 27-Aug-1999 thorpej

Add Samsung Semiconductor KS8920 10/100 Ethernet.


# 1.147 24-Aug-1999 soren

Add Intel i740.


# 1.146 17-Aug-1999 drochner

-mention a location where the old PCI database can still be found
-add Alteon Gigabit Ethernet


# 1.145 16-Aug-1999 mcr

Added Solidum Systems PCI vendor ID and Device IDs


# 1.144 12-Aug-1999 bouyer

Add Promise Ultra66, change entry of Ultra33 to reflect the fact that can
"only" do ultra/33.


Revision tags: chs-ubc2-base
# 1.143 01-Aug-1999 veego

Add an entry for the TI PCI1211 PCI-CardBus Bridge.
From the cardbus patches.


# 1.142 29-Jul-1999 thorpej

Add some Initio SCSI controller IDs.


# 1.141 28-Jul-1999 soren

Correct Acard device names.
Add and update a few IBM devices.
Add Toshiba and NEC devices in Portege 3K's.


# 1.140 27-Jul-1999 castor

Add vendor ID for Geocast


# 1.139 27-Jul-1999 thorpej

Add product ID for the SMC 83c175 Fast Ethernet chip. This is a cousin
of the SMC 83c170 which also supports CardBus.


# 1.138 20-Jul-1999 drochner

add TI TVP4020 Permedia 2


# 1.137 15-Jul-1999 ross

product 3COM 3C905CTX 0x9200


# 1.136 15-Jul-1999 augustss

Add Cinemaster C 3.0 DVD Decoder.


# 1.135 14-Jul-1999 fvdl

Add/change a few Adaptec controller IDs.


# 1.134 12-Jul-1999 kleink

Change the ESS Solo-1 description string to match the data sheet.


# 1.133 30-Jun-1999 fair

A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.

No regeneration required.


# 1.132 27-Jun-1999 drochner

add some realtek 8139 clones


# 1.131 19-Jun-1999 augustss

Add Sony CXD 1947A FireWrire Controller and Neomagic 128XD.


# 1.130 18-Jun-1999 tsubai

Add some Apple and MOT products.


# 1.129 05-Jun-1999 tron

Add Matrox MGA 400, 3Dfx Banshee and Voodoo 3.


# 1.128 05-Jun-1999 tron

Add entry for Riva TNT and correct entry for Riva 128.
Fixes first half of PR kern/7699 by Bjoern Labitzke.


# 1.127 02-Jun-1999 drochner

add SIS 6326 low-end AGP graphics
fix CL_PD6832 device id, PR kern/7691 from Paul Dokas


# 1.126 29-May-1999 mrg

fix error in previous.


# 1.125 29-May-1999 mrg

s/bus/bridge/ for the sun pci bridges. my bad.


# 1.124 29-May-1999 fvdl

Add 3c900B-TPC product ID. From Robert Elz.


# 1.123 27-May-1999 mrg

add the UltraSPARC IIi PCI interface


# 1.122 23-May-1999 veego

Add several entries.


# 1.121 20-May-1999 augustss

Change vendor id 0x11c1 to Lucent since that seems to be what it is now.
Add a Lucent USB controller.


# 1.120 17-May-1999 drochner

add NeoMagic 256AV Video/Audio chip


# 1.119 07-May-1999 hwr

Added CIRRUS CL_PD6832 from "Johnny C. Lam" <lamj@stat.cmu.edu> in kern/7119.


# 1.118 07-May-1999 hwr

Added TI PCI1251 from joda@pdc.kth.se (Johan Danielsson) in kern/6873.


# 1.117 07-May-1999 drochner

add another AGP graphics chip and a PCI-VME interface


# 1.116 07-May-1999 matt

Add TI LYNX FireWire Controller (as used in the Apple B&W G3)


# 1.115 06-May-1999 mrg

add pci devices found in U5's:
- ati weird mach64
- ebus bus
- `network' hme compatible ethernet
- `simba' PCI bus


# 1.114 12-Apr-1999 jonathan

Add entries for TI, Ricoh, Toshiba PCI-to-cardbus bridge chips, so
we can identify them as cardbus chips supported by the cardbus patches.

Add entry for OPTI chipsets whose interrupts arent properly set up by
some BIOSes.

From cardbus patches<ftp://nandra.iri.co.jp/pub/NetBSD/CardBus by
HAYAKAWA Koichi <haya@tcad.ulsi.sony.co.jp>.


Revision tags: netbsd-1-4-base
# 1.113 25-Mar-1999 explorer

branches: 1.113.2;
Add LAN Media Corporation info


# 1.112 19-Mar-1999 mycroft

Add AudioPCI 97 (a.k.a. Creative Ensoniq AudioPCI).


# 1.111 17-Mar-1999 thorpej

Add Silicon Integrated Systems SiS900 10/100 Ethernet.


# 1.110 16-Mar-1999 mjacob

add Qlogic 1080 && 1240 product IDs


# 1.109 11-Mar-1999 sakamoto

Add several VIA Technologies chipsets.


# 1.108 09-Mar-1999 drochner

add 2 ISDN cards, from Martin Husemann per PR kern/7110


# 1.107 19-Feb-1999 thorpej

Improve descriptions for DEC Ethernet chips.


# 1.106 19-Feb-1999 thorpej

Improve the descriptions of 3Com Ethernet cards, and add the 3c905B-FX
and 3c980 Server Adapter products.


# 1.105 19-Feb-1999 thorpej

Add several Tulip clone chips.


# 1.104 14-Feb-1999 tron

Add 3Dfx's Voodoo II. Fixes PR kern/7000 by Brett Lymn.


# 1.103 05-Feb-1999 thorpej

Add some Olicom Ethernet device IDs, from FreeBSD's tl driver.


# 1.102 28-Jan-1999 augustss

Add S3 86C365 Trio3D.


# 1.101 16-Jan-1999 drochner

add another NCR chip, from Dave Sainty <dave@dtsp.co.nz> per PR kern/6819


# 1.100 30-Dec-1998 hwr

Add NeoMagic MagicGraph 128ZV graphic chip.


# 1.99 21-Dec-1998 drochner

change name of 82443BX according to Intel's data sheet
correct "no AGP" case to real topology of the chip
clarification: s/AGP Device/AGP Interface/


# 1.98 20-Dec-1998 drochner

add a Zoran multimedia controller chip


# 1.97 18-Dec-1998 thorpej

Add product ID for the Yamaha 724 Audio device. PR #6605, Dave Sainty.


Revision tags: kenh-if-detach-base
# 1.96 09-Dec-1998 thorpej

Some more touchup on the VIA Rhine chip model number, and so some
sorting.


# 1.95 05-Dec-1998 matt

Add Sigma Designs REALmagic Hollywood Plus MPEG-2 decoder


# 1.94 30-Nov-1998 jtk

Per PR/6172 (Johnny Lam, lamj@stat.cmu.edu), fix pcidevs identification
of CL-PD6729. See <http://www.cirrus.com/products/overviews/pd6729.html>.


# 1.93 29-Nov-1998 thorpej

Fix the original Rhine's part number (thanks to Greg Oster).


# 1.92 29-Nov-1998 thorpej

Garbage-collect some bogus RealTek entries.


# 1.91 29-Nov-1998 thorpej

Add product IDs for the VIA Rhine and Rhine-II 10/100 Ethernet chips.
(XXX What is the original Rhine's part number?!)


# 1.90 27-Nov-1998 drochner

add Powerstorm 4D50T graphics found in some Alphas


# 1.89 23-Nov-1998 mcr

added 82443BX_AGP_NOT as per kern/5847


Revision tags: chs-ubc-base
# 1.88 20-Oct-1998 thorpej

Add RealTek 8129 and 8139 10/100Mb Ethernet IDs.


# 1.87 19-Oct-1998 bouyer

Yet another attemp at getting the VIA tech. product name/ID's rigth.
It seems that different products have the same name (sigh).


# 1.86 05-Oct-1998 tron

Correct vendor 0x1191 to "ACARD", add missing Matrox boards.
Fixes PR kern/6251 by Soren S. Jorvang.


# 1.85 04-Oct-1998 tron

Add S3 Virge/DX, fixes PR kern/6245 by Steve Allen.


# 1.84 01-Oct-1998 fvdl

Fix typo in 905BT4 product name.


# 1.83 26-Sep-1998 dante

Change product ADVSYS 2300 to ADVSYS WIDE


# 1.82 22-Sep-1998 mark

Add ALI M1531 Host-PCI bridge.
Add Cirrus Logic CS4610 and CS4280 Audio chips.
Add Cirrus Logic CS4400 communications controller.


# 1.81 18-Sep-1998 drochner

Add PCI-VME interfaces: Tundra Universe and Bit3 2706
Note that Newbridge is now Tundra
Add Adaptec 7890 & Co.


# 1.80 18-Sep-1998 mark

Add yet another vendor ID for Fujitsu.
Add vendor ID for ESS Technology Inc.
Add product ID for ESS Technology ES1938 SOLO-1 AudioDrive
Add product ID for Fujitsu K56flex LTMODEM
Add product ID for TI PCI1250 PC Card bridge
Add product ID for Trident Cyber 9397 Video controller.


# 1.79 06-Sep-1998 veego

Add the Brooktree 878 and 879 id's and fix the comment of the 849 entry.


# 1.78 26-Aug-1998 drochner

add the SIS 5597/5598 all-in-one PCI chipset


# 1.77 26-Aug-1998 dante

Changed ADVSYSPROD to ADVSYS vendor ID
Added 1200A, 1200B, ULTRA, 2300 AdvanSys products ID


# 1.76 07-Aug-1998 thorpej

Add product IDs for the 3Com Cyclone-based PCI Ethernet devices,
the 3c90xB DMA-only cards.


Revision tags: eeh-paddr_t-base
# 1.75 28-Jul-1998 thorpej

Add the IMS TwinTurbo 128M graphics board.


# 1.74 27-Jul-1998 tron

"Brooktree Brooktree Bt848" -> "Brooktree Bt848"


# 1.73 27-Jul-1998 tron

Add Brooktree Bt848 and BT849 video capture chips.


# 1.72 27-Jul-1998 augustss

Add S3 SonicVibes.


# 1.71 25-Jul-1998 explorer

define RISCom and RISCom N2 product


# 1.70 22-Jul-1998 drochner

add IDs for ACC Micro 2051 "PCI Single Chip Solution"


# 1.69 19-Jul-1998 tron

Fix product ID for Matrox Mystique, add NEC PowerVR PCX2.


# 1.68 13-Jul-1998 mark

Add ID for ALI M1541 Host-PCI bridge.


# 1.67 10-Jul-1998 tron

Add Intel's BX chipset, 3Dfx Interactive and their Voodoo board.


# 1.66 30-Jun-1998 augustss

Add a 2 Micro CardBus controller.


# 1.65 15-Jun-1998 bouyer

Argh, comments have to be in /* */, not # !
Sorry for the one-in-tree commit.


# 1.64 15-Jun-1998 bouyer

Hum the "VT82C595 (Apollo VP2) Host-PCI Bridge" has 2 devices entries
(in FreeBSD too). Make it VT82C595 and VT82C595_2.


# 1.63 15-Jun-1998 bouyer

Add some VIA tech. products.


# 1.62 25-May-1998 mark

Added TriTech Microelectronics vendor ID.
Added TriTech Pyramid3D 25202 product ID.
Added Promise Ultra33 UltraDMA IDE controller product ID.
Added ALI product ID's for M1543 'Southbridge' PCI devices.


# 1.61 14-May-1998 augustss

Add another USB controller.


# 1.60 13-May-1998 augustss

Add OPTi OHCI USB host controller.


# 1.59 05-May-1998 thorpej

Add a few more NE-2000 compatible PCI Ethernet interfaces. XXX Some of
these may need further revision to get vendor and product names exactly
right.


# 1.58 04-May-1998 thorpej

Add STB Systems' second PCI vendor ID, and their Velocity128 AGP product.
kern/5362, Paul Goyette <paul@whooppee.com>


# 1.57 30-Apr-1998 mycroft

Add the Apple Bandit chip.


# 1.56 16-Apr-1998 drochner

add 2 ATM chips, correct entry for Toshiba MIPS bridge


# 1.55 28-Mar-1998 thorpej

Add the Contaq/Cypress 82C693 PCI-ISA bridge.


# 1.54 28-Mar-1998 cgd

fix bogus produce name tags for 82371FB_ISA and 82371FB_IDE (were 82471FB_*).
Pointed out by Soren S. Jorvang. Rename "BAD" vendor id to "INVALID".


# 1.53 07-Mar-1998 augustss

Add Matrox Millenium II AGP.


# 1.52 04-Mar-1998 cgd

fix comment bogon in last commit


# 1.51 04-Mar-1998 cgd

add CMD PCI0643, PCI0647, USB0670, USB0673. Remove the 'A' from the 640A
entry (because the same product id is used for the 640B, as well). Note
that a few of the entries (PCI0642, PCI0650A) no longer have data to
be found on the CMD web site, and note that PCI0650A should probably have
its "A" trimmed as well.


# 1.50 27-Feb-1998 mycroft

Add Macronix MX98713.


# 1.49 07-Feb-1998 augustss

Fix typo, and commit in the right order.


# 1.48 07-Feb-1998 augustss

Add the AGP device in the 82443LX.


# 1.47 27-Jan-1998 thorpej

Add product ID for the Packet Engines G-NIC gigabit Ethernet interface.


# 1.46 22-Jan-1998 mycroft

Add the Millenium II.


# 1.45 16-Nov-1997 christos

PR/4510: William Coldwell: Add TI thunderlan support.


# 1.44 27-Oct-1997 thorpej

Fix the description of the Winbond NE2000-compatible Ethernet ASIC.
It's a W89C940F.


Revision tags: netbsd-1-3-base marc-pcmcia-base
# 1.43 14-Oct-1997 thorpej

branches: 1.43.2;
Pull down from marc-pcmcia branch.


# 1.42 08-Oct-1997 mycroft

Correct spelling of Millennium.


# 1.41 06-Oct-1997 lonhyn

Added entries for GLINT 3D chips.


# 1.40 01-Oct-1997 drochner

Correct a number of Intel PCI devices, sync with names used in data sheet.
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).


# 1.39 23-Sep-1997 mycroft

Add the Ensoniq AudioPCI.


# 1.38 15-Sep-1997 bouyer

Add some of Compaq's network products.


# 1.37 12-Sep-1997 drochner

another graphics chip...


Revision tags: thorpej-signal-base
# 1.36 28-Aug-1997 thorpej

Add an entry for the SMC 83C170 "EPIC/100" Fast Ethernet chip.


# 1.35 23-Aug-1997 drochner

Add one more graphics chip.


# 1.34 16-Aug-1997 mjacob

Add in PCI_PRODUCT_QLOGIC_ISP2100.


# 1.33 14-Aug-1997 drochner

Include some more stuff.


# 1.32 03-Aug-1997 fvdl

Add a few VIA Apollo chipset IDs


Revision tags: marc-pcmcia-bp
# 1.31 19-Jul-1997 cgd

branches: 1.31.2;
clean up a few entries, fix the entry for the TI PCI1130 so the device
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.


# 1.30 24-Jun-1997 thorpej

Correct Intel Triton MX PCI IDs, from Tom Yu <tlyu@mit.edu>, PR #3478.


# 1.29 24-Jun-1997 kml

Added definitions for Essential Communications RoadRunner HIPPI and
Gigabit Ethernet interfaces.


# 1.28 13-May-1997 jtk

correct the identification of Intel Orion PCIset chips


# 1.27 04-Apr-1997 augustss

Two more PCI devices.


# 1.26 20-Mar-1997 chuck

- add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they
correspond to the ANA numbers... certainly includes ANA-5940.
- add Efficient Nets product 0x0000. according to linux pci.h
the 0x0000 is an FPGA version of the midway card and the 0x0002
is the ASIC version.


Revision tags: is-newarp-before-merge
# 1.25 16-Feb-1997 veego

Fix errors in the last commit.


# 1.24 15-Feb-1997 tls

greatly expanded pcidevs file courtesy of Carl Shapiro <cshapiro@sparky.ic.sunysb.edu>.


Revision tags: is-newarp-base
# 1.23 01-Jan-1997 veego

branches: 1.23.4;
Add the Matrox Millenium and regen the header files.


# 1.22 28-Nov-1996 jtk

add Cirrus CL-7541, 7543 and ACC 2188; regen .h files


# 1.21 28-Nov-1996 thorpej

Fill out the Intel section of this a bit, and note the URL of a
periodically updated list of PCI vendor/product codes.


# 1.20 19-Oct-1996 jonathan

Add productId for RealTek 8029 PCI ethernet board.


# 1.19 15-Oct-1996 christos

Use the official 3com part names; from Curt Sampson


# 1.18 13-Oct-1996 christos

Apply PR/2840: Recognize more 3com models...


# 1.17 08-Oct-1996 gibbs

dev/microcode/aic7xxx/aic7xxx.seq,
dev/microcode/aic7xxx_seq.h,
dev/ic/aic7xxxreg.h:
Remove intrinsic knowledge about SDTR and WDTR messages and replace it
with a generic message system that allows the kernel driver to handle
SDTR, WDTR and any other type of extended message it chooses too. This
makes the sequencer code much simpler, makes extended message handling
debuggable since the bulk of the work is in the kernel driver, and saves
lots of instruction space.

Regen microcode header file.

dev/ic/aic7xxx.c, dev/ic/aic7xxxvar.h:
Add code to handle WDTR and SDTR negotiation in light of the changes in
the message interface to the sequencer. Don't reject targets that
negotiate async by sending an SDTR with a 0 offset. Use an sdtr message
with 0,0 to negotiate async when a target suggests a period that is too
long for us to handle. Some tape and cdrom drives don't like us doing
the message reject that we did in the past.

Fix a problem with handing the QUEUE FULL condition.

Fix a race condition (most likely the cause of the SCB paging problems) that
might allow the sequencer to get unpaused before the condition that caused
it to be paused (a SEQINT) was handled.

Race condition pointed out by Doug Ledford <dledford@dialnet.net> and
by "Dan Willis" <dan@plutotech.com>.

dev/pci/ahc_pci.c:
Add support for the 2940AU, an aic7860 based controller.

dev/pci/pcidevs.h, dev/pci/pcidevs_data.h:
Add product IDs for the 2940AU, aic7860 and aic7855.

Regen data file.

scsi/scsi_message.h:
Add MSG_EXT_SDTR_LEN and MSG_EXT_WDTR_LEN - the length of bytes in these
extended messages.

Thanks to Chuck Cranor <chuck@maria.wustl.edu> for testing these changes
out for me.


# 1.16 24-Sep-1996 christos

New cyclades driver from Timo Rossi.


# 1.15 29-Aug-1996 cgd

add entry for the IBM 82351 PCI-PCI Bridge


# 1.14 26-Aug-1996 cgd

add ids for the PGXGB (TGA2), and DGLPB (OPPO).


# 1.13 23-Aug-1996 cgd

add an entry for the FORE PCA-200e


# 1.12 15-Jul-1996 cgd

clean up, sort a few entries. Add many new entries, based on information
gleaned from the XFree86 3.1.2E release.


# 1.11 22-Jun-1996 chuck

add product code for efficient networks eni155p atm card and regenerate


Revision tags: netbsd-1-2-RELEASE netbsd-1-2-BETA netbsd-1-2-base
# 1.10 16-May-1996 mycroft

branches: 1.10.4;
Add another ID for BusLogic cards.


# 1.9 13-May-1996 thorpej

Add an LSI Logic vendor id, and an S3 product id. Provide more detail
on a couple of S3 and UMC product ids. From Shelby Noonan <shelby@og.org>


# 1.8 07-May-1996 thorpej

Add ID for AMD PCnet-PCI Ethernet.


# 1.7 04-Apr-1996 mycroft

Add some NCR chips.


# 1.6 19-Feb-1996 christos

Add 3c595 id


# 1.5 31-Jan-1996 cgd

update/clean entries for Adaptec PCI scsi chips/boards.


# 1.4 22-Jan-1996 cgd

update PCIVERBOSE code in various ways:
(1) remove the 'UNSUPP' keyword from the device list,
because it can't be reasonably used (becuase different
devices may be supported on different machines, for
good reason).
(2) enhance pci_devinfo so that class/subclass information
is optional (so pci_devinfo can be used by drivers that
match classes of devices, and want to look up the
devices' names easily).
(3) more known vendors and devices.


# 1.3 10-Nov-1995 christos

- pcidevs: add 3c590 and adaptec ultra
- aic7xxx.c: fix the probe routines to use pcidevs.h


Revision tags: netbsd-1-1-PATCH001 netbsd-1-1-RELEASE netbsd-1-1-base
# 1.2 20-Jun-1995 cgd

vendor IDs for Acer and SIS


# 1.1 18-Jun-1995 cgd

learn about some PCI vendor and product numbers. not yet used


# 1.1535 25-Nov-2025 pgoyette

More MediaTek WiFi products


# 1.1534 25-Nov-2025 mlelstv

Add Realtek 8161.


# 1.1533 07-Nov-2025 riz

Add Adaptec RAID 5445, 5805 and 5085


# 1.1532 07-Nov-2025 pgoyette

Add Realtek 8127


# 1.1531 27-Oct-2025 andvar

Add IDs for one more VT82C596B PM Controller and VX11 PCI-ISA bridge.
Will be needed later to add SMBus support.


# 1.1530 21-Oct-2025 pgoyette

add MediaTek MT7927


# 1.1529 21-Oct-2025 pgoyette

Add MediaTek


# 1.1528 17-Oct-2025 andvar

Add VIA VT8233C PCI-ISA Bridge.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1527 03-May-2025 rin

branches: 1.1527.2;
pcidevs: Add EXAR XR17V358 -- octal-channel Universal PCIe UART


# 1.1526 01-May-2025 andvar

make whitespace and tab usage more consistent, at least for the same vendor.
remove trailing whitspaces.
remove leading whitespace before tabs.
fix typo s/MIS/MSI/ for MSI 3090 description.

No definition changes expected.


# 1.1525 01-May-2025 andvar

Add Etron vendor and its xHCI controllers (used in some AMD/Intel boards).
Add various VIA devices, either documented in publicly available datasheets
or some from dmesg in personally owned devices.


# 1.1524 28-Apr-2025 andvar

fix typo in previous commit s/FHC/FCH/ for AMD RAID mode SATA controller.


# 1.1523 28-Apr-2025 andvar

Add AMD X370/X399/A320/A520/600 Series SATA/xHCI devices, 600 Series and Navi
PCIe Switch Upstream/Downstream Ports, Raven Ridge Vega GPUs and GeForce 6200A.


# 1.1522 20-Apr-2025 andvar

viaide(4): Improve VT8251 integrated SATA controller support in IDE/RAID modes.

Use via_chip_map() to attach this controller in IDE and RAID modes, similarly
to VX800. This allows drives to be identified and attached successfully on all
four ports (two channels with master/slave ports).

Switch channel setup to sata_setup_channel(), replacing via_setup_channel().
This avoids writes to the 0x50 register, which is only relevant for IDE
controllers. Writes to SATA controller registers caused drives on the IDE
controller (0x0571) to fail to attach. Apply this fix also to VX900 and VT8261.

Rename VT8237R_SATA to VT8251_SATA (0x3349 is not used for VT8237R, AFAIK).
This PCI ID is used in RAID mode on newer (CE) chipset revision and in all
modes (IDE/RAID/AHCI) on older revision.
Add the 0x5287 PCI ID, used in IDE mode on newer (CE) chipset revision.
Rename VT8251_SATA to VT8251_AHCI (0x6287 is used only in AHCI mode).
Add VT8251_AHCI to the ahcisata(4) quirk list, same as VT8251_SATA.

For more details, see the tech-kern thread:
https://mail-index.netbsd.org/tech-kern/2025/04/13/msg030365.html

Should fix and close PR kern/37517.

Tested on Asus A8V-VM (CD) and MSI MS-7318 (CE) motherboards.

Reviewed by bad.


# 1.1521 05-Apr-2025 andvar

viaide(4): Add RAID mode support for VIA VX900/VX11 SATA controllers.

The BIOS option to enable RAID is uncommon on systems using these chipsets;
however, at least two motherboards mention it in their manuals. The RAID
firmware does not provide management features, but it can recognize and boot
from preconfigured VIA RAID arrays.

Tested on ECS VX900-I.

Also add the VX11 chipset to the controller name, as it shares the same PCI ID.


# 1.1520 03-Apr-2025 andvar

viaide(4): Add support for VIA VT6415/VT6330 single-channel IDE controllers.

Beyond adding the usual identification code, several adjustments were required:

1) Introduced 'single_channel` to set 'nchannels` to 1 for this controller.

2) Added 'APO_IDECONF_ALWAYS_EN` definition and the 'no_ideconf` flag to mimic
enabled channel bits, as this controller's enable chip register is unset.
Applied the same to VT6410, following OpenBSD and Linux, since some
controllers are known to not set this register as well.

3) Combined all VIA controllers identified by PCI ID (not ISA bus) using switch
fallthrough, as they currently share the same UDMA setting. Consequently,
the VX900 name printing was moved to the device description and adjusted
to better reflect the device.

4) Moved setting interface bits for RAID controllers under the RAID capability
check, enabling the above fallthrough and paving the way for support of other
RAID-capable controllers in upcoming changes.

5) The VT6330 is a combo FireWire/IDE controller. Added its FireWire controller
PCI ID to pcidevs.

Tested on ASRock P5B-DE.

Reviewed by jak and bad.

Addresses PR kern/45917


# 1.1519 03-Mar-2025 andvar

Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual
purpose.

These are not separate IDE controllers for CX700 and CX700M2 but rather the
IDE and RAID modes of the same controller in these chipsets (and few more).


# 1.1518 23-Jan-2025 andvar

Add VIA VT8261 southbridge SATA controller IDs and PCIB.


# 1.1517 23-Jan-2025 mrg

add several more intel meteor lake and crucial ssd ids


# 1.1516 18-Jan-2025 mrg

add a bunch of intel arrow lake devices, and several more NPU devices


# 1.1515 03-Jan-2025 mrg

add a bunch of missing nvidia gpu ids.

these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.


# 1.1514 12-Dec-2024 msaitoh

pcidevs: Add some Oxford Semiconductor devices from FreeBSD.


# 1.1513 11-Nov-2024 msaitoh

Add many Brainboxes devices. Repoted in PR/kern 55824 by Cameron Williams.


# 1.1512 19-Oct-2024 mlelstv

Add Raspberry Pi5 Ethernet.


# 1.1511 16-Oct-2024 msaitoh

pcidevs: Add some AMD devies.


# 1.1510 20-Aug-2024 dogcow

Add Areca ARC-1224


# 1.1509 17-Jul-2024 mrg

add the intel "arc" a-series of cards.


# 1.1508 11-Jul-2024 msaitoh

Add Realtek RTL8126.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1507 23-Jun-2024 jakllsch

branches: 1.1507.2;
Add Brainboxes and devices

From Cameron Williams in PR 58358.


# 1.1506 12-May-2024 msaitoh

Add some Intel Rapotr Lake graphics.


# 1.1505 12-May-2024 msaitoh

Add Phison PS5021 and PS5026.


# 1.1504 06-Apr-2024 andvar

Add Zhaoxin devices, mainly from my TVS-675 NAS device, and some additional
to fill the gaps from pci-ids database.


# 1.1503 28-Feb-2024 jakllsch

Add (Realtek/)Killer E2600 Ethernet


# 1.1502 18-Jan-2024 msaitoh

Add Intel I219-{LM,V}(20,21)


# 1.1501 28-Dec-2023 msaitoh

Update Intel Raptor Lake devices.


# 1.1500 28-Dec-2023 msaitoh

Add Intel C26[26] eSPI.


# 1.1499 13-Nov-2023 jnemeth

add some newer Areca boards in prep for updating driver


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.1498 26-Oct-2023 msaitoh

pcidevs: Add Mellanox ConnectX-6 Lx.


# 1.1497 11-Oct-2023 msaitoh

pcidevs: Add Intel I219{V,LM}({22,23})


# 1.1496 10-Oct-2023 abs

Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier


# 1.1495 08-Oct-2023 msaitoh

Add Pericom(Diodes) PCIe switches.


# 1.1494 04-Oct-2023 rin

pcidevs: Add missing I225/I226 series devices


# 1.1493 04-Oct-2023 msaitoh

Add Intel 82599 LS.


# 1.1492 10-Aug-2023 andvar

rename PCI to PCIE for naming consistency.


# 1.1491 09-Aug-2023 msaitoh

Simplify descriptions of Snow Ridge internal Ethernet devices.


# 1.1490 09-Aug-2023 msaitoh

Add some Intel Xeon D-2100 devices. Fix description of Intel 0x37d0.


# 1.1489 05-Aug-2023 andvar

fix duplicate definition.


# 1.1488 05-Aug-2023 andvar

Add device ids of the VX800 chipset and s3 chrome 500 series GPU.
Descriptions mainly aligned with VX800/820 Series System Programming Manual.


# 1.1487 04-Aug-2023 msaitoh

Add Intel I226 devices.


# 1.1486 04-Aug-2023 msaitoh

Fix some descriptions of Intel Snow Ridge.


# 1.1485 04-Aug-2023 msaitoh

Add Intel Snow Ridge devices.


# 1.1484 31-Jul-2023 tnn

pcidevs: add ASMedia ASM106x


# 1.1483 28-Jul-2023 msaitoh

Add AMD 19h/7xh Root Complex.


# 1.1482 23-Jul-2023 msaitoh

Add Intel 700 series chipset devices.


# 1.1481 22-Jul-2023 msaitoh

Add Alder Lake-N and Raptor Lake devices.


# 1.1480 06-Apr-2023 msaitoh

The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.


# 1.1479 14-Feb-2023 msaitoh

Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.


# 1.1478 03-Feb-2023 msaitoh

Add Samsung SM990.


# 1.1477 29-Jan-2023 thorpej

Add ID for the EXAR XR17V354 PCIe UART.

From HÃ¥kan Engvall.
PR kern/57202


# 1.1476 18-Jan-2023 msaitoh

Add AMD Family 19h/1xh devices.


# 1.1475 14-Jan-2023 ryo

add Aquantia (Marvell) AQC113 ethernet devices and the variants


# 1.1474 04-Jan-2023 msaitoh

Fix typo. s/SSC/SCC/.


# 1.1473 30-Dec-2022 msaitoh

Add Elkhart Lake Shared SRAM.


# 1.1472 28-Dec-2022 msaitoh

Update Intel Elkhart Lake devices.


Revision tags: netbsd-10-base
# 1.1471 22-Nov-2022 msaitoh

branches: 1.1471.2;
Add some Xeon Scalable devices from OpenBSD.


# 1.1470 26-Oct-2022 msaitoh

Add AMD F17/Axh devices.


# 1.1469 26-Oct-2022 msaitoh

Add some AMD 17h/9xh devices from OpenBSD.


# 1.1468 07-Oct-2022 snj

add NVIDIA GeForce GTX 770


# 1.1467 02-Oct-2022 martin

Add AMD FCH SATA Controller D


Revision tags: bouyer-sunxi-drm-base
# 1.1466 01-Oct-2022 msaitoh

Add AMD 19h/6xh Root Complex.


# 1.1465 28-Sep-2022 msaitoh

Sort by number. No functional change.


# 1.1464 28-Sep-2022 msaitoh

Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.


# 1.1463 28-Sep-2022 msaitoh

Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.


# 1.1462 13-Sep-2022 msaitoh

Add more Alder Lake devices.


# 1.1461 11-Sep-2022 mrg

add several samsung nvme entries


# 1.1460 27-Jun-2022 msaitoh

Add some MegaRAID devices.


# 1.1459 17-Jun-2022 msaitoh

Update some descriptions of Intel 700 series Ethernet devices.


# 1.1458 02-Jun-2022 mrg

add some AMD zen2/3 devices.


# 1.1457 11-May-2022 markd

Add some Broadcom / LSI RAID cards.


# 1.1456 04-May-2022 martin

Rename one of the XEONSC_RAS entries slightly to avoid conflicts


# 1.1455 04-May-2022 nia

More Xeon Scalable / Skylake-E devices


# 1.1454 27-Apr-2022 msaitoh

Update some AMD devices:

- Rename AMD 15h/6xh devices.
- Add some devices.
- Use OHCI for OHCI device.
- Use EHCI for EHCI device.
- and some minor changes.


# 1.1453 22-Apr-2022 skrll

Add some Broadcom devices. From OpenBSD.


# 1.1452 24-Mar-2022 yamaguchi

Added Intel V710 for 5000BaseT


# 1.1451 24-Mar-2022 yamaguchi

Change description about Intel X710 10GBaseT device


# 1.1450 16-Mar-2022 yamaguchi

Added Intel X710 devices and rename X710_10G_T to X710_10G_T_1


# 1.1449 15-Feb-2022 msaitoh

Add VMware AHCI and NVMe.


# 1.1448 02-Feb-2022 msaitoh

Add some devices from AMD BKDG.


# 1.1447 02-Feb-2022 msaitoh

Fix AMD F16_HB from 0x1568 to 0x1538.

AMD BKDG says the host bridge's device ID is 0x1538. Before pcidevs
rev. 1.1261, F16_HB was located next to 0x1537, so I suspect 0x1568 was typo
of 0x1538.


# 1.1446 25-Jan-2022 msaitoh

Add Alder Lake devices and Intel 600 Series PCH devices.


# 1.1445 01-Jan-2022 msaitoh

s/sytem/system/


# 1.1444 30-Nov-2021 msaitoh

Add Intel Rocket Lake devices.


# 1.1443 03-Nov-2021 msaitoh

- Rename EHL_TRACE* macros
- Update Jasper Lake's Processor Transaction Routers.


# 1.1442 27-Oct-2021 msaitoh

Add Intel Elkhart Lake devices.


# 1.1441 27-Oct-2021 msaitoh

Add Intel Gemini Lake TXE HECI 1.


# 1.1440 13-Oct-2021 msaitoh

Add Intel I219V 15-19 and I219LM 16-19.


# 1.1439 13-Oct-2021 msaitoh

Add Intel I219's version number.


# 1.1438 12-Oct-2021 msaitoh

Add Intel 400 Series PCH-V devices.


# 1.1437 11-Oct-2021 msaitoh

Add Intel 500 Series PCH-H devices.


# 1.1436 11-Oct-2021 msaitoh

Remove duplicated entries.


# 1.1435 02-Oct-2021 mrg

add intel 660p ssd, and expand the 760p description.


# 1.1434 23-Sep-2021 msaitoh

Add some Intel devices:

- Tiger Lake
- I225V and I225LM
- WiFi 6 AX201


# 1.1433 06-Sep-2021 mrg

the CPU ident and AMD both say this is "R2 Graphics", not R3.


# 1.1432 03-Sep-2021 mrg

add a whole bunch of radeon devices.

now all the radeons i have are here (and dozens i don't :)


# 1.1431 30-Aug-2021 andvar

add RDC R6022 PCI-Host bridge.


# 1.1430 30-Aug-2021 mrg

add a bunch of nvidia devices.


# 1.1429 30-Aug-2021 mrg

add radeon x1550.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base thorpej-i2c-spi-conf-base
# 1.1428 17-Jul-2021 mrg

add current generation NVIDIA graphics cards (3050-3090 etc.)


# 1.1427 12-Jul-2021 msaitoh

Add Intel Jasper Lake devices and Reealtek RTL8821CE.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.1426 21-Apr-2021 jakllsch

branches: 1.1426.2;
Fix Realtek RTL8125 description


Revision tags: thorpej-cfargs-base thorpej-futex-base
# 1.1425 02-Apr-2021 rin

PDC20265 is Ultra/100, not 66.


# 1.1424 30-Jan-2021 jmcneill

branches: 1.1424.2;
Add some more product IDs for mcx(4)


# 1.1423 29-Dec-2020 skrll

Sort Cavium devices


# 1.1422 29-Dec-2020 skrll

Trailing whitespace


# 1.1421 20-Nov-2020 msaitoh

Add newer Intel PCH internal devices.


# 1.1420 19-Nov-2020 reinoud

Add modern QUMRANET/Red Hat VIRTIO range PCI devices


# 1.1419 14-Jul-2020 jdolecek

branches: 1.1419.2;
add newer ciss(4) devices, list obtained from FreeBSD


# 1.1418 09-Jul-2020 msaitoh

Remove duplicated entry.


# 1.1417 24-Jun-2020 thorpej

Add a couple of additional device IDs for the AMD Cryptographic Coprocessor.


# 1.1416 13-Jun-2020 ryo

add ASIX AX99100 Multi I/O (Serial,Parallel,I2C,SPI,LocalBus,GPIO) Controller


# 1.1415 11-Jun-2020 jdolecek

add Intel XMM 7360 LTE Modem


# 1.1414 26-May-2020 martin

Add RTL8192EE Wireless LAN 802.11n PCI-E NIC


# 1.1413 01-May-2020 jmcneill

Add IDs for Ampere eMAG PCIe Root Ports


Revision tags: bouyer-xenpvh-base2
# 1.1412 23-Apr-2020 msaitoh

Remove duplicated entry.


# 1.1411 22-Apr-2020 christos

Add AQUANTIA AQC100 from Andrius V.


# 1.1410 22-Apr-2020 prlw1

Add an eclectic mix of
GeForce GTX 680, RTS522A PCI-E Card Reader, intel wifi 9560
+ whitespace


# 1.1409 22-Apr-2020 msaitoh

Add Intel Whiskey Lake U and Amber Lake Y devices.


# 1.1408 22-Apr-2020 msaitoh

Add Aquantia AQC100, AQC100S and D100.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1
# 1.1407 18-Apr-2020 simonb

Add ATI Radeon R5/R6/R7 Graphics.


# 1.1406 16-Apr-2020 msaitoh

- Add some Intel UHD Graphics devices. Mainly taken from OpenBSD.
- Add Comet Lake devices.
- Modify description of Intel 0x591e from HD Graphics to UHD Graphics.
- Add Western Digital WD Blue SN550 NVMe SSD


Revision tags: phil-wifi-20200411
# 1.1405 10-Apr-2020 christos

Fix typo


Revision tags: bouyer-xenpvh-base
# 1.1404 07-Apr-2020 christos

branches: 1.1404.2;
Add more RDC products (Andrius V)


Revision tags: phil-wifi-20200406
# 1.1403 01-Apr-2020 msaitoh

Add NVIDIA Quadro NVS 295.


# 1.1402 11-Mar-2020 msaitoh

Add some GeForce devices.


# 1.1401 11-Mar-2020 fcambus

Add device IDs of the VIA VX900 chipset.


# 1.1400 08-Mar-2020 msaitoh

NVIDIA 0x036[0-7] are nForce MCP55 LPC Bridge.


# 1.1399 05-Mar-2020 msaitoh

Add Farallon PN9000SX Ethernet.


Revision tags: is-mlppp-base ad-namecache-base3
# 1.1398 19-Feb-2020 mrg

add a couple of GPUs i have:

product ATI RADEON_HD4290 0x9714 Radeon HD4290 Graphics
product NVIDIA GF_440 0x0de0 GeForce GT 440


# 1.1397 28-Jan-2020 msaitoh

Remove duplicated entries.


Revision tags: ad-namecache-base2
# 1.1396 21-Jan-2020 msaitoh

Add Intel I219 LM10-LM15 and V10-V14 from OpenBSD.


Revision tags: ad-namecache-base1 ad-namecache-base
# 1.1395 01-Jan-2020 ryo

branches: 1.1395.2;
add Aquantia AQC 10G network adapters


# 1.1394 29-Dec-2019 sevan

Killer E3000
from OpenBSD


# 1.1393 18-Dec-2019 msaitoh

Add AMD Family14h PCIe.


# 1.1392 27-Nov-2019 msaitoh

- Add Xeon D-1500 NTB-secondary
- Add Xeon D NS QuickData DMA channel 0-7


Revision tags: phil-wifi-20191119
# 1.1391 14-Nov-2019 msaitoh

Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.


# 1.1390 08-Nov-2019 msaitoh

- Update Intel's NVMe SSDs.
- Modify 0x0953's description to "750 or DC P3[567]00 SSD"
- Add DC P4[56]00
- Add Apollo Lake TXE HECI.


# 1.1389 29-Oct-2019 msaitoh

Add Realtek RTL8125.


# 1.1388 12-Oct-2019 skrll

Spell controller correctly


# 1.1387 21-Sep-2019 msaitoh

Add Killer E2400 and E2500.


# 1.1386 21-Sep-2019 msaitoh

Modify Attansic Ethernet devices' description to clarify.


# 1.1385 24-Aug-2019 jmcneill

Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex


# 1.1384 21-Aug-2019 mrg

add micron/crucial SM2263 nvme.
add some device found on asus x570-p with ryzen 3200G cpu.
spell it "PCIe' when using the name.


Revision tags: netbsd-9-base
# 1.1383 28-Jul-2019 mlelstv

branches: 1.1383.2;
Add BCM2711 PCIe Host bridge for RPI4


# 1.1382 24-Jul-2019 msaitoh

- Add some AMD devices mainly taken from OpenBSD.
- Rename some device names for consistency.
- Use _HDA for HD Audio.


# 1.1381 18-Jul-2019 msaitoh

- Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7.
- Add Some AMD Ryzen 3xxx's devices.


# 1.1380 12-Jul-2019 msaitoh

Fix previous (s/1000/1100/).


# 1.1379 12-Jul-2019 msaitoh

Add some ServerWorks HT1100 devices from OpenBSD.


# 1.1378 09-Jul-2019 msaitoh

Add Phison PS5000 and PS5016 NVMe.


# 1.1377 05-Jul-2019 msaitoh

Add some Intel Whisky Lake devices.


# 1.1376 02-Jul-2019 msaitoh

Modify some descriptions of Virtio devices from OpenBSD to identify the
functions.


Revision tags: phil-wifi-20190609
# 1.1375 04-Jun-2019 msaitoh

Update some Intel ixgbe devices:
- Add Xeon D XFI.
- Add "(Hyper-V)" to 0x15a9's description.
- Add C3000 QSFP devices.


# 1.1374 01-Jun-2019 jdolecek

rename VT8237S_SATA_2 to VT8237S_SATA_RAID and update description to have
different one to VT8237S_SATA

part of PR kern/43309


# 1.1373 30-May-2019 mlelstv

add IDs for SATA controllers VT8237S and VX855


Revision tags: isaki-audio2-base
# 1.1372 15-Apr-2019 msaitoh

Avoid duplication.


# 1.1371 15-Apr-2019 msaitoh

- Add some Intel Xeon Scalable processor's devices.
- Add Some Qlogic devices from OpenBSD.
- Rename Qlogic 0x3022's name from ISP3022 to ISP4022.


# 1.1370 12-Apr-2019 msaitoh

- Add some new C620 LPC devices.
- Remove extra white spaces.


# 1.1369 11-Apr-2019 mrg

fix a couple of errors in the previous.


# 1.1368 11-Apr-2019 mrg

add a bunch of PCI devices on my systems, and a bunch of similar
ones found in the same sources online (mostly, Intel, AMD, Nvidia
and ASMedia web sites.) this includes:

- bunch of xeon e5 v3 devices
- bunch of radeon chipsets
- bunch of nvidia chipsets
- bunch of marvell chipsets
- bunch of asmedia chipsets

be more consistent with device naming within some groups.


# 1.1367 08-Mar-2019 msaitoh

- Add other two Core 8G host bridges.
- Add Intel Xeon E devices.


# 1.1366 05-Mar-2019 msaitoh

Add Intel I219 variations for Cannon Lake.


# 1.1365 20-Feb-2019 msaitoh

Add SK-NET SK-9Mxx Gigabit Ethernet.


# 1.1364 20-Feb-2019 msaitoh

Add some Broadcom Ethernet devices from {Open,Free}BSD.


# 1.1363 14-Feb-2019 msaitoh

Add Tundra (now IDT) TSI381 and PEB383 from OpenBSD.


# 1.1362 08-Feb-2019 msaitoh

- Add Some Freescale MPC834x devices from OpenBSD.
- Add Intel I210 SGMII Flash-less device from the spec update document.


# 1.1361 06-Feb-2019 msaitoh

From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.


# 1.1360 28-Jan-2019 msaitoh

Add AMD Family 17h devices from OpenBSD.


Revision tags: pgoyette-compat-20190127
# 1.1359 26-Jan-2019 msaitoh

Add some RADEON devices. Mainly taken from OpenBSD.


# 1.1358 21-Jan-2019 msaitoh

Marvell 0x4365 is 88E8070.


Revision tags: pgoyette-compat-20190118
# 1.1357 26-Dec-2018 msaitoh

Add yet another Intel Core QuickPath Generic Non-Core Register.


Revision tags: pgoyette-compat-1226
# 1.1356 03-Dec-2018 bouyer

Add 2 Symbios products, from OpenBSD


# 1.1355 29-Nov-2018 jmcneill

Add Amazon.com UART, NVMe, and ENA PCI IDs.


Revision tags: pgoyette-compat-1126
# 1.1354 24-Nov-2018 skrll

Add Rockchip vendor ID and a device. Requested by jak@

From OpenBSD


# 1.1353 24-Nov-2018 skrll

Add a whole bunch of Cavium ThunderX devices


# 1.1352 12-Nov-2018 msaitoh

Add some Intel 100 series and C230 series devices.


# 1.1351 08-Nov-2018 msaitoh

"s/ are are / are /" in comment. No functional change.


# 1.1350 08-Nov-2018 msaitoh

Add two otehr I2C devices of Intel.


Revision tags: pgoyette-compat-1020
# 1.1349 16-Oct-2018 jmcneill

Add AMD Seattle Host Bridge and PCIE root port devices


# 1.1348 15-Oct-2018 uwe

Adaptec RAID 2445 and 2805


Revision tags: pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base
# 1.1347 23-Aug-2018 msaitoh

- Add C62x to the descriptions of Intel C620 series devices.
- Add 0xa1ca for Intel C629 LPC or eSPI.


# 1.1346 30-Jul-2018 msaitoh

Add Toshiba's XG4 and XG5 NVMe SSD.


# 1.1345 30-Jul-2018 msaitoh

Add some Intel devices. Some of them are found in Core i7-8550U.


Revision tags: pgoyette-compat-0728
# 1.1344 06-Jul-2018 prlw1

Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion
from thorpej@


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1343 20-Jun-2018 msaitoh

branches: 1.1343.2;
Add nSYS Technologies.


# 1.1342 14-Jun-2018 msaitoh

Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD 4500(0x9553)
from OpenBSD.


# 1.1341 12-Jun-2018 jdolecek

add two more Yukon variants (from OpenBSD)


# 1.1340 09-Jun-2018 jdolecek

small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, rename
YUKON_1 to YUKON_8070

also adjust description for YUKON_8055_2 to have "88E8055-2" just so that it shows
up differently


# 1.1339 31-May-2018 mrg

add a bunch of nvidia devices from various generations.


# 1.1338 31-May-2018 msaitoh

- Add some Intel 82965 devices.
- Change Intel 0x2a06 from IDE to IDER


# 1.1337 28-May-2018 msaitoh

Add some Intel 4 series chipset devices.


# 1.1336 26-May-2018 jakllsch

Add Intel 82Q45 IDER


# 1.1335 24-May-2018 msaitoh

Add some Marvell Yukon devices.


Revision tags: pgoyette-compat-0521
# 1.1334 21-May-2018 jnemeth

add Oxford Semiconductor OXPCIe954 PCIe 4-port serial card


# 1.1333 03-May-2018 maya

Add some broadcom 802.11ac wifi devices


Revision tags: pgoyette-compat-0502
# 1.1332 28-Apr-2018 mlelstv

Add Symbios/LSI RAID and SAS controllers.


# 1.1331 24-Apr-2018 maya

add realtek RT525A PCI-E card reader

found in my Dell XPS 15 9550.


Revision tags: pgoyette-compat-0422
# 1.1330 17-Apr-2018 nonaka

Added some NVMe devices.


# 1.1329 16-Apr-2018 msaitoh

Add Intel SSD 760p.


# 1.1328 16-Apr-2018 msaitoh

Add some 8th Generation Intel Core Processor devices.


Revision tags: pgoyette-compat-0415
# 1.1327 09-Apr-2018 msaitoh

Add new I219 devices (using with 300 series chipset).


# 1.1326 09-Apr-2018 msaitoh

Add Intel 300 series devices.


Revision tags: pgoyette-compat-0407
# 1.1325 04-Apr-2018 msaitoh

Add Intel Coffee Lake internal graphics devices. From ark.intel.com.


# 1.1324 02-Apr-2018 msaitoh

Add Intel X299 and Z370 LPC.


# 1.1323 31-Mar-2018 sevan

What we have listed as the PowerBook G3 Firwire device is actually the UniNorth
Firwire interface which is not exclusive to the PowerBook G3.
It can be found in the G3 iMac DV for example
http://dmesgd.nycbug.org/index.cgi?do=view&id=1124

Rename the PBG3_FW device UNINORTH_FW & set the previously listed UNINORTH_FW to
UNINORTH2_FW which is what the device actually is.

Verified using https://pci-ids.ucw.cz/read/PC/106b


Revision tags: pgoyette-compat-0330
# 1.1322 26-Mar-2018 msaitoh

Add two VIA xHCI devices from OpenBSD.


Revision tags: pgoyette-compat-0322
# 1.1321 20-Mar-2018 nonaka

Add Intel Wireless AC 9260.


# 1.1320 16-Mar-2018 msaitoh

Intel 0x15c4 is SFI based and 0x15ce is KR based.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.1319 04-Mar-2018 jdolecek

branches: 1.1319.2;
according to VT82C686A chip specs, the VIA Technologies device 0x3057
is more a Power Management controller, rename the pcidevs entry and device
macro

PR kern/31963 by Nicolas Joly


# 1.1318 04-Mar-2018 jdolecek

apply some updates and recommended corrections to pcidevs descriptions

PR kern/45733 by Greg A.Woods


# 1.1317 02-Mar-2018 msaitoh

Add Intel Gemini Lake devices.


# 1.1316 24-Feb-2018 mlelstv

Add AMD KERNCZ chipset for Zen processors.


# 1.1315 22-Feb-2018 msaitoh

Add some Xeon E5 (v1) and E5 v2 devices.


# 1.1314 22-Feb-2018 msaitoh

s/C62x9/C62x/


# 1.1313 22-Feb-2018 msaitoh

Fix C62x9 sSATA Controller (RAID) device ID.


# 1.1312 22-Feb-2018 msaitoh

Add C620 devices.


# 1.1311 21-Feb-2018 msaitoh

Add some Intel Ethernet devices.


# 1.1310 21-Feb-2018 msaitoh

Add some ServerEngines (Emulex) products from OpenBSD.


# 1.1309 17-Feb-2018 sevan

grammar


# 1.1308 16-Feb-2018 sevan

Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)


# 1.1307 25-Jan-2018 sborrill

Add Marvell Yukon 88E8040T


# 1.1306 24-Jan-2018 sevan

Add Nvidia GeForce FX Go5200, as found in the PowerBook6,4


# 1.1305 21-Jan-2018 sevan

Add the GeForce4 MX440 Go, as found on the 17" flat panel G4 iMac (PowerMac4,5).

Thanks to Jasper Wallace <jasper AT pointless DOT net> for the loan of the hardware.


# 1.1304 09-Jan-2018 msaitoh

Add Intel Apollo Lake devices.


# 1.1303 09-Jan-2018 msaitoh

- s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
- Add Atom E3800 (Bay Trail) eMMC 4.5


# 1.1302 18-Dec-2017 msaitoh

Add some Chelsio devices.


Revision tags: tls-maxphys-base-20171202
# 1.1301 09-Nov-2017 msaitoh

Add PEX 8605 4port 4lane PCIe Gen 2 switch.


# 1.1300 30-Oct-2017 sevan

Add Areca ARC1214 & ARC1880.
From OpenBSD.


# 1.1299 20-Oct-2017 christos

update entry for Marvel Yukon 8058, and fix URL for pci ids (Rocky Hotas)


# 1.1298 15-Sep-2017 hikaru

Add Intel QuickAssist devices.


Revision tags: nick-nhusb-base-20170825
# 1.1297 17-Aug-2017 msaitoh

Add C3000 devices.


# 1.1296 02-Aug-2017 msaitoh

PCI device ID of Atom x5-Z8350's video is 0x22b0. ark.intel.com says 0x22b0 is
Intel HD Graphics 400.


# 1.1295 26-Jul-2017 msaitoh

Add Intel 5520/X58 QuickPath from OpenBSD.


# 1.1294 22-Jul-2017 msaitoh

- Add some AMD devices.
- Add Broadcom BCM5762.


Revision tags: perseant-stdc-iso10646-base
# 1.1293 07-Jul-2017 msaitoh

Add Atom Z8000 devices from "Intel Atom Z8000 Processor Series Datasheet
(Volume 2 of 2)".


# 1.1292 04-Jul-2017 msaitoh

Add Intel 82Q965 HECI.


# 1.1291 17-Jun-2017 jdolecek

add entry for Adaptec 1220SA


# 1.1290 06-Jun-2017 msaitoh

- Change VMware's 0x0770 from "Virtual USB" to "Virtual EHCI"
- Add VMware's 0x0774(UHCI) and 0x0778(xHCI)


Revision tags: netbsd-8-base
# 1.1289 23-May-2017 nonaka

branches: 1.1289.2;
Add some AMD entries.


Revision tags: prg-localcount2-base3 prg-localcount2-base2
# 1.1288 08-May-2017 msaitoh

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.


Revision tags: prg-localcount2-base1
# 1.1287 27-Apr-2017 msaitoh

- Add some Pericom (Diodes) devices.
- s/P17C9/PI7C9/


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1286 19-Apr-2017 msaitoh

branches: 1.1286.2;
Add BCM4401 B0 step. Old BCM4401 B0 entry is changed to B1. From OpenBSD.


# 1.1285 13-Apr-2017 msaitoh

Add Broadcom BCM577x5 SDMMC, Memstic and xD.


Revision tags: jdolecek-ncq-base
# 1.1284 31-Mar-2017 skrll

Fix BCM4727 entry


# 1.1283 31-Mar-2017 msaitoh

- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader


# 1.1282 23-Mar-2017 msaitoh

Add Huawei Hi1710 BMC


Revision tags: pgoyette-localcount-20170320
# 1.1281 14-Mar-2017 nonaka

Added Intel Wireless 3168 entry.


# 1.1280 27-Feb-2017 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20170204
# 1.1279 16-Jan-2017 msaitoh

Add Intel SSD DC P3520.


Revision tags: bouyer-socketcan-base
# 1.1278 15-Jan-2017 msaitoh

branches: 1.1278.2;
Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub(PCI) Datasheet Volume 1 of 2 (335192-001)".


# 1.1277 15-Jan-2017 msaitoh

Add Core 7G devices from "7th Generation Intel Processor Families for
{S, U/Y, H} Platforms Datasheel Volume 2 of 2" (S: 335196-001, U/Y: 334662-002,
H: 335191-001). For 0x5906 (U processor, HD Graphics 610), it's taken from
ark.inte.com.


# 1.1276 10-Jan-2017 nonaka

Add Intel Dual Band Wireless 8265 entry.


Revision tags: pgoyette-localcount-20170107
# 1.1275 27-Dec-2016 msaitoh

Add some Radeon devices. Mainly taken from OpenBSD.


# 1.1274 26-Dec-2016 msaitoh

0x10cb is not 82801H(ICH8) but 82801I(ICH9).


Revision tags: nick-nhusb-base-20161204
# 1.1273 01-Dec-2016 msaitoh

- Add more Intel 10G devices
- indent


# 1.1272 23-Nov-2016 christos

one more atheros device


Revision tags: pgoyette-localcount-20161104
# 1.1271 28-Oct-2016 msaitoh

- Add some Core i7-800 and i5-700 devices from "Intel Core i7-800 and i5-700
Desktop Processor Series Datasheet - Volume 2" (Document Number 322910-003).
- Change some descriptions of Core i5-600 and i3-500 devices.


# 1.1270 26-Oct-2016 msaitoh

i82567V-3 is not ICH9 but ICH8.


# 1.1269 24-Oct-2016 msaitoh

Add Xeon E7 v4 devices from "Intel Xeon Processor E7 v4 Product Famliy
Datasheet Volume 2: Registers".


# 1.1268 20-Oct-2016 msaitoh

Add newer I219 devices.


# 1.1267 19-Oct-2016 msaitoh

Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"


# 1.1266 04-Oct-2016 kiyohara

Add Marvell 88AP510.


Revision tags: nick-nhusb-base-20161004
# 1.1265 16-Sep-2016 msaitoh

- Add ASMEDIA ASM1083/1085/1142
- Add AMD RADEON 34xx HD Audio
- Add some Intel Core i7-6xxxK devices from "Intel Core i7 Processor Family
for LGA2011-v3 Socket Datasheet - Volume 2 of 2: Registers"
- Add "Core i7-6xxxK" to some Intel devices' description.


Revision tags: localcount-20160914
# 1.1264 01-Sep-2016 msaitoh

Add some 1st gen Core PCI devices. Mainly taken from "Intel Core, Pentium
Desktop Processor Series: Datasheet, Vol. 2"


# 1.1263 23-Aug-2016 msaitoh

Fix:
- ATI 0x4394 is AHCI SATA.
- ATI 0x4395 is Storage mode SATA.


# 1.1262 23-Aug-2016 msaitoh

Fix XE5_V3_IMC1_DDRIO_[34]'s values.


# 1.1261 23-Aug-2016 msaitoh

- Fix entries. The following problems were found while sorting entries:
- Remove the following entries because the value is duplicated:

CMDTECH_240 (CMDTECH_AAR_1210SA has the same value)
INTEL_C610_SATA_RAID (INTEL_82801H_SATA_RAID has the same vaule)
INTEL_C610_PCIE_1_3 (82801BA_HPB has the same value)
GEFORCE_610M3 (GEFORCE_610M2 has the same value)

- RADEON_RV350_NQ is not 0x4e41 but 0x4e51
- 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.

- The following two entries have the same number. Fix one of them:

DH89XXCL_USB_2 to 0x23b5 (was 0x23b4 (== DH89XXCL_USB_1))
5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
82X58_PCIE_0_1 to 0x3421 (was 0x3420 (== 82X58_PCIE_0_0))
82801JI_THERMAL to 0x3a32 (was 0x3a30 (== 82801JI_SMB))

- Sort entries in device ID's order.


# 1.1260 19-Aug-2016 msaitoh

Add more Xeon D devices.


# 1.1259 17-Aug-2016 msaitoh

Update Skylake devices.


# 1.1258 17-Aug-2016 msaitoh

Add Xeon D devices.


# 1.1257 08-Aug-2016 msaitoh

Add some Xeon E5 v3 devices.


Revision tags: pgoyette-localcount-20160806
# 1.1256 29-Jul-2016 nonaka

Add MegaRAID SAS3008


# 1.1255 28-Jul-2016 nonaka

Add Super Micro Computer Inc


# 1.1254 28-Jul-2016 nonaka

sort by vendor id.


Revision tags: pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907
# 1.1253 06-Jul-2016 christos

branches: 1.1253.2;
more ral products


# 1.1252 27-Jun-2016 pgoyette

Add a couple more devices, from PR kern/40987


# 1.1251 01-Jun-2016 pgoyette

Add Intel 82597EX_SR, from PR kern/47750


# 1.1250 30-May-2016 nonaka

Added some Intel wireless devices from OpenBSD.


Revision tags: nick-nhusb-base-20160529
# 1.1249 27-Apr-2016 christos

more ral devices from OpenBSD


# 1.1248 26-Apr-2016 msaitoh

Add devices from "6th Generation Intel Processor Families I/O Platform
Datasheet (U/Y-Processor platform) Volume 1 of 2"


Revision tags: nick-nhusb-base-20160422 nick-nhusb-base-20160319
# 1.1247 12-Feb-2016 mrg

add several NVIDIA geforce and NVS cards.


# 1.1246 01-Feb-2016 msaitoh

- s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.


# 1.1245 22-Jan-2016 msaitoh

Add anoter new I219-LM.


Revision tags: nick-nhusb-base-20151226
# 1.1244 01-Dec-2015 msaitoh

Add Intel 100 series chipset devices from "Table 2-1. PCH-H Device and
Revision ID Table, Intel 100 Series Chipset Family Platform Controller
Hub(PCI) Datasheet".


# 1.1243 01-Dec-2015 msaitoh

Add Intel Core 6G devices from datasheets.


# 1.1242 16-Nov-2015 msaitoh

Change macro name of Braswell PCU SMBus.


# 1.1241 16-Nov-2015 msaitoh

Add Braswell devices from "Table 23-4 PCI Devices and Functions,
N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet
(Document Number: 332093-001)"


# 1.1240 06-Nov-2015 nonaka

Add some ATI/AMD devices.


# 1.1239 22-Oct-2015 msaitoh

Add some entries from Intel 965 Express Chipset Family Datasheet.


# 1.1238 21-Oct-2015 nonaka

Add Samsung SM951 M.2 NVMe SSD.


# 1.1237 19-Oct-2015 tnn

fix I219_LM2 entry


# 1.1236 19-Oct-2015 tnn

add I219 family Ethernet devices


Revision tags: nick-nhusb-base-20150921
# 1.1235 28-Aug-2015 nonaka

Add Intel Dual Band Wireless AC 3165.


# 1.1234 27-Aug-2015 nonaka

Added Realtek RTL8192CE.


# 1.1233 26-Aug-2015 msaitoh

Add Intel PCIe NVMe SSD.


# 1.1232 23-Aug-2015 jakllsch

Add another ID for Intel 82Q45 KT


# 1.1231 14-Aug-2015 nonaka

Added ASMedia ASM1042A USB 3.0 Host Controller.


# 1.1230 14-Aug-2015 knakahara

Add Marvell Armada38x.


# 1.1229 13-Aug-2015 msaitoh

Add some Red Hat devices.


# 1.1228 26-Jun-2015 msaitoh

Add PLX Technology PEX 8111.


Revision tags: nick-nhusb-base-20150606
# 1.1227 02-Jun-2015 nonaka

fix typo. s/Wirelsss/Wireless/


# 1.1226 16-May-2015 msaitoh

Add some Intel Core 5G devices and Realtek RTL8188EE.


# 1.1225 13-May-2015 nonaka

Added Qualcomm Atheros QCA986x/988x.


# 1.1224 11-May-2015 msaitoh

Add Samsung SM951.


# 1.1223 09-May-2015 christos

PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX


# 1.1222 04-May-2015 ryo

add SystemBase SB16C1050 UARTs


# 1.1221 03-May-2015 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20150406
# 1.1220 02-Apr-2015 tnn

Mobile 5th Generation Intel Core devices, from intel doc #330837-004


# 1.1219 20-Mar-2015 msaitoh

Add MegaRAID SAS3108


# 1.1218 20-Mar-2015 msaitoh

Add Xeon E5 v3 and C61x devices.


# 1.1217 18-Mar-2015 msaitoh

Add some Intel 9 series devices.


# 1.1216 04-Mar-2015 knakahara

add nForce Host Bridges.


# 1.1215 15-Feb-2015 msaitoh

Add some devices:
- Radeon HD 54xx Audio
- Dell DARC 4 devices
- Some Intel IOP332 devices
- Intel 63xxESB AC'97 Audio Controller
- Some Intel E7520 devices


# 1.1214 25-Jan-2015 msaitoh

- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.


# 1.1213 18-Jan-2015 christos

PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets


# 1.1212 16-Jan-2015 msaitoh

Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.


# 1.1211 14-Jan-2015 msaitoh

Sort VIATECH's entries in the device ID's order.


# 1.1210 31-Dec-2014 veego

Add two Intel 9 Series devices


# 1.1209 23-Dec-2014 msaitoh

Add some Intel 10/40G devices.


# 1.1208 17-Dec-2014 hikaru

Add QuickAssist Virtual Function Device IDs


# 1.1207 15-Dec-2014 msaitoh

- Rename DH89xxCC's names from DH89XX_ to DH89XXCC_.
- Add some DH89xxCC's devices.
- Add DH89XXCL's devices.


# 1.1206 15-Dec-2014 msaitoh

Change Intel 0x0434 entry:
- Rename DH89XX_QA to DH89XXCC_IQIA
- Modify the description to DH89xxCC PCIe Endpoint and QuickAssist
(include typo fix)


Revision tags: nick-nhusb-base
# 1.1205 30-Oct-2014 nonaka

branches: 1.1205.2;
Add some Intel Wi-Fi devices.


# 1.1204 29-Oct-2014 nonaka

Add Realtek RTL8402 PCI-E Card Reader.


# 1.1203 01-Oct-2014 msaitoh

Add Intel Atom Z36xx and Z37xx devices from the datasheet.


# 1.1202 25-Sep-2014 msaitoh

- Add some Intel gigabit Ethernet devices.
- Remove trailing white spaces.


# 1.1201 16-Sep-2014 msaitoh

Add some new Intel I218 devices.


# 1.1200 01-Sep-2014 msaitoh

Add Samsung Electronics XP941 M.2 SSD


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.1199 30-Jul-2014 msaitoh

branches: 1.1199.2;
Add Intel Xeon E3-1200 v3 Host Bridge, DRAM.


# 1.1198 25-Jul-2014 msaitoh

Add some Intel Core internal devices.


# 1.1197 08-Jul-2014 msaitoh

Add some RDC devices.


# 1.1196 03-Jul-2014 msaitoh

Add some Intel X38 devices.


# 1.1195 02-Jul-2014 msaitoh

Add Intel DH89xx devices.


# 1.1194 23-Jun-2014 msaitoh

Add some HP iLO devices.
Add Matrox MGA G200eH.


# 1.1193 09-Jun-2014 msaitoh

Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller.
- Add ASPEED AST1150 PCIe-to-PCI bridge.


# 1.1192 30-May-2014 msaitoh

Add Intel 3200 Host and PCIe.


# 1.1191 28-May-2014 msaitoh

- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213


# 1.1190 28-May-2014 msaitoh

Add Intel X540-AT2.


# 1.1189 25-May-2014 njoly

Add GeForce GT 640M.


Revision tags: yamt-pagecache-base9 rmind-smpnet-nbase rmind-smpnet-base
# 1.1188 26-Apr-2014 mrg

add some new Attansic ethernet devices (but no driver)


# 1.1187 09-Apr-2014 msaitoh

Add yet another 82599 device


# 1.1186 09-Apr-2014 msaitoh

- Add some Ivy Bridge devices from the document.
- sort by device ID.


# 1.1185 07-Apr-2014 njoly

Add Intel Ivy Bridge PCI Express Root Port


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.1184 15-Mar-2014 kiyohara

branches: 1.1184.2;
Add some Armada 370 IDs.


# 1.1183 14-Feb-2014 njoly

Add GeForce 210 High Definition Audio Controller.


# 1.1182 26-Jan-2014 msaitoh

Add some OXPCIe952 devices.


# 1.1181 21-Jan-2014 msaitoh

Rename MARVELL2's 0x91a3 entry to 88SE91XX.


# 1.1180 10-Jan-2014 msaitoh

Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.


# 1.1179 09-Jan-2014 christos

revert unintended changes


# 1.1178 09-Jan-2014 msaitoh

Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.


# 1.1177 04-Jan-2014 msaitoh

Add Intel Z68 LPC


# 1.1176 01-Jan-2014 msaitoh

Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.


# 1.1175 30-Dec-2013 msaitoh

Add ASPEED AST2000.


# 1.1174 27-Dec-2013 msaitoh

Add some Marvell 88SE9xxx devices.


# 1.1173 25-Dec-2013 msaitoh

Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.


# 1.1172 23-Dec-2013 msaitoh

Add Intel C2000 devices.


# 1.1171 22-Dec-2013 nonaka

Added some Realtek devices.


# 1.1170 21-Dec-2013 msaitoh

Add some Intel E600 and EG20T devices.


# 1.1169 15-Dec-2013 pgoyette

Add ASMedia ASM1042 xHCI USB3 controller


# 1.1168 13-Dec-2013 pedro

Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@


# 1.1167 12-Dec-2013 nonaka

Added Radeon HD6320 Graphics.


# 1.1166 08-Dec-2013 msaitoh

Add devices of Atom S1200 series from the datasheet
(Table 2-1 Local PCI Hierarchy, datasheet Volume 2 of 2).


# 1.1165 13-Nov-2013 msaitoh

Add Intel I347-AT4


# 1.1164 07-Nov-2013 msaitoh

Add Quark X1000 devices.


# 1.1163 07-Nov-2013 msaitoh

Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Core
Processor Family I/O" datasheet (Document number: 329003)


# 1.1162 14-Sep-2013 soren

Update some AMD/ATI chipset names.
Add Renesas USB 3.0 controllers.


# 1.1161 04-Sep-2013 christos

PR/48180: Christian Groessler: Support for Oxford Semi OXuPCI952 dual serial
PCI card


# 1.1160 23-Aug-2013 christos

PR/48150: Noriyuki Koizumi: Add support for Intel Centrino Advanced-N 6235
Wi-Fi controller


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1
# 1.1159 17-Jul-2013 soren

Extend support for Nanjing QinHeng Electronics puc(4) devices.


Revision tags: riastradh-drm2-base
# 1.1158 13-Jun-2013 matt

branches: 1.1158.2; 1.1158.4;
Add ATI RADEON_HD7340


# 1.1157 05-Jun-2013 msaitoh

Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Mobile 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Intel Xeon Processor E3-1200 v3 Product Family Datasheet Volume 2 of 2


# 1.1156 04-Jun-2013 msaitoh

Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)


# 1.1155 03-Jun-2013 msaitoh

Add Intel 8 Series KT.


# 1.1154 20-Apr-2013 rkujawa

Add IDs for Marvell Armada XP.

Obtained from Marvell, Semihalf.


# 1.1153 18-Apr-2013 msaitoh

Fix cut & paste bug in some I210 series.


# 1.1152 18-Apr-2013 msaitoh

Add Intel I21[0178] Ethernet.


Revision tags: agc-symver-base
# 1.1151 06-Mar-2013 msaitoh

Add ALTIMA AC1003, BROADCOM BCM57782 and BCM57786.


# 1.1150 03-Mar-2013 msaitoh

BCM5785F is not gigabit Ethernet.


# 1.1149 27-Feb-2013 msaitoh

- Add APPLE BCM5701
- Add BROADCOM BCM57766
- BCM5719 is not 10G but 1G


# 1.1148 20-Feb-2013 msaitoh

- Add device IDs for Broadcom BCM57710, BCM57711(E), BCM57712(E) and BCM5719.
- Change BCM5720's device ID from 0x1658 to 0x165f. 0x1658 is only for the
pre-product and not released to public.


# 1.1147 30-Jan-2013 msaitoh

Change from "3400 USB" to "3400 USB EHCI" for EHCI devices.


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7
# 1.1146 06-Dec-2012 msaitoh

Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
(5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420


# 1.1145 05-Dec-2012 christos

Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)


# 1.1144 29-Nov-2012 msaitoh

Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)


Revision tags: yamt-pagecache-base6
# 1.1143 21-Oct-2012 matt

Add more ASMEDIA 1061 variants.


# 1.1142 20-Oct-2012 msaitoh

Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105


# 1.1141 20-Oct-2012 matt

Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).


# 1.1140 19-Oct-2012 prlw1

Add Intel Centrino Wireless-N 2230


# 1.1139 29-Sep-2012 gsutre

Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.


# 1.1138 25-Sep-2012 gson

Add Lava Computers SSERIAL-PCI single serial port adapter.


# 1.1137 23-Sep-2012 chs

add a bunch of devices.


# 1.1136 18-Sep-2012 matt

Fix tpyo.


# 1.1135 17-Sep-2012 matt

Add ASMEDIA ASM1061


# 1.1134 17-Sep-2012 tsutsui

Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.


# 1.1133 13-Sep-2012 nonaka

Added ALTERA EP4CGX15BF14C8N entry.


# 1.1132 10-Aug-2012 bouyer

branches: 1.1132.2;
Add some PCI AHCI controllers, from linux


# 1.1131 07-Aug-2012 msaitoh

Add some Intel's KT (Serial over LAN) devices.


# 1.1130 06-Aug-2012 msaitoh

Add 82GM45_KT for puc(4)


# 1.1129 05-Aug-2012 msaitoh

Add entries for puc(4) devices.


# 1.1128 05-Aug-2012 bouyer

Add LSI MegaRAID SAS2208


# 1.1127 27-Jul-2012 matt

Add EG20T PCH. Closes PR/45567.


# 1.1126 26-Jul-2012 uwe

Add VirtualBox ids.


# 1.1125 25-Jul-2012 msaitoh

Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)

Modify some devices to clarify


# 1.1124 23-Jul-2012 msaitoh

Add some ATI and SIS devices.
Fixes PR#39580


# 1.1123 23-Jul-2012 msaitoh

Add some Intel 7 series devices.


# 1.1122 22-Jul-2012 matt

Add more FREESCALE devices
Fix RICOH RU5230 description


# 1.1121 20-Jul-2012 msaitoh

Add some Intel's devices.


# 1.1120 19-Jul-2012 msaitoh

Add XGI Technology's devices.


# 1.1119 12-Jul-2012 kiyohara

Add Marvell SoC 88F6282.


# 1.1118 26-Jun-2012 drochner

fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards


Revision tags: jmcneill-usbmp-base10
# 1.1117 25-May-2012 msaitoh

Add some Intel I350 Ethernet products.


Revision tags: yamt-pagecache-base5 jmcneill-usbmp-base9
# 1.1116 18-Apr-2012 bouyer

Add various newer LSI RAID/SAS controllers, from OpenBSD.


Revision tags: yamt-pagecache-base4
# 1.1115 13-Apr-2012 cegger

Add AMD Family15h ids


# 1.1114 09-Apr-2012 mlelstv

Add Intel Sandybridge integrated graphics


# 1.1113 08-Apr-2012 jakllsch

Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.


# 1.1112 08-Apr-2012 jakllsch

- NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller


# 1.1111 08-Apr-2012 jakllsch

Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.


# 1.1110 07-Apr-2012 christos

more broadcom stuff


Revision tags: jmcneill-usbmp-base8
# 1.1109 04-Apr-2012 uwe

Add Marvell Yukon 88e8040 ethernet.


# 1.1108 28-Mar-2012 pgoyette

Add JMB 362 (as found on ASUS M5A99X motherboard)


# 1.1107 21-Mar-2012 sborrill

Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).


# 1.1106 18-Mar-2012 tsutsui

Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.


Revision tags: jmcneill-usbmp-base7 jmcneill-usbmp-base6 jmcneill-usbmp-base4
# 1.1105 03-Mar-2012 nonaka

Added some AMD/ATI devices.


# 1.1104 02-Mar-2012 nonaka

Added Ricoh 5U822.
Rename Ricoh 5CE823 to 5U823.


# 1.1103 02-Mar-2012 nonaka

Added Ricoh 5CE823.


Revision tags: jmcneill-usbmp-base5 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.1102 15-Feb-2012 tsutsui

branches: 1.1102.2;
Add VIA VX900 Host Bridge, to handle its quirk. PR/46018
Ok releng@


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.1101 18-Oct-2011 jmcneill

branches: 1.1101.2; 1.1101.6;
add a couple vmware product IDs


# 1.1100 06-Oct-2011 jmcneill

add GeForce GTX 550 Ti


# 1.1099 04-Oct-2011 njoly

Add 3WARE 9750 Series RAID.


# 1.1098 23-Sep-2011 njoly

Add NVIDIA GeForce 210.


# 1.1097 05-Sep-2011 msaitoh

Change Intel 0x1229 product name from 82557 to 8255x


# 1.1096 02-Sep-2011 msaitoh

Add some fxp devices.


# 1.1095 15-Aug-2011 msaitoh

Sort lines.


# 1.1094 11-Aug-2011 bouyer

Add SiS 315 Pro VGA


# 1.1093 09-Aug-2011 mbalmer

Add the QUANCOM PWDOG1.


# 1.1092 06-Aug-2011 jakllsch

Add Marvell 88SE9128.


# 1.1091 06-Aug-2011 jakllsch

Adjust inconsistent whitespace in MARVELL products.


# 1.1090 06-Aug-2011 mbalmer

It's QUANCOM Electronic GmbH, not Quancm.


# 1.1089 04-Aug-2011 jakllsch

Add Conexant CX23885


# 1.1088 23-Jul-2011 matt

Add MARVELL2 vendor and 88SE9123 device.


# 1.1087 28-Jun-2011 sborrill

Add Nvidia GeForce 8500 GT


# 1.1086 27-Jun-2011 nonaka

Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers.


Revision tags: rmind-uvmplock-nbase rmind-uvmplock-base
# 1.1085 07-Jun-2011 cegger

add ATI Radeon Cypress and Lucent IEEE 1394b Controller


# 1.1084 06-Jun-2011 msaitoh

Rename 82801DB LPC Interface Bridge for consisitency.


Revision tags: cherry-xenmp-base
# 1.1083 28-May-2011 phx

branches: 1.1083.2;
Renamed VT6410 to VT6410_RAID.


# 1.1082 28-May-2011 phx

Add VIA VT6410 ATA RAID controller.


# 1.1081 28-May-2011 ryo

add SystemBase SB16C1058 8 port serial cards


# 1.1080 27-May-2011 matt

Add ALI M5288 SATA/Raid Controller


# 1.1079 22-May-2011 mrg

add some fujitsu ethernet id's and a new vendor id. partly from
Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

XXX: move the #if 0'd usage of PCI_VENDOR_CITICORP inside the #if 0 code
XXX: region, as this id conflits with the (4th) fijutsi id.


# 1.1078 21-May-2011 msaitoh

Add some iwn(4) devices.


# 1.1077 20-May-2011 msaitoh

Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10.


# 1.1076 15-May-2011 msaitoh

Add entries for Intel 6 series' devices.


# 1.1075 14-May-2011 martin

Add Nanjing QinHeng Electronics, from PR kern/44956.


# 1.1074 13-May-2011 msaitoh

add entries for 82579LM and 82579V


# 1.1073 02-May-2011 manu

Don't conflict SUNIX new vendor Id with the previous one


# 1.1072 02-May-2011 manu

Add new PCI vendor Id for Sunix, and the corresponding device Id.


# 1.1071 13-Apr-2011 wiz

+ ATI Radeon HD4650.


# 1.1070 04-Apr-2011 bouyer

Add RDC PCI-ISA bridge


# 1.1069 04-Apr-2011 bouyer

Add rdcide(4), a driver for the IDE controller found in RDC's
vortex86/PMX-1000 system-on-chip.


# 1.1068 16-Mar-2011 matt

Add Freescale P2020/P2010 device ids


# 1.1067 05-Mar-2011 matt

Add ATHEROS AR2427 and AR9287


Revision tags: bouyer-quota2-nbase
# 1.1066 25-Feb-2011 jmcneill

add AMD (ATI) Radeon HD 6310 Graphics ID


# 1.1065 25-Feb-2011 jmcneill

add AMD Family14h host bridge IDs


# 1.1064 24-Feb-2011 matt

Update desc for RT3090. Add Intel NM10_LPC


# 1.1063 24-Feb-2011 matt

Add RT3090


# 1.1062 23-Feb-2011 jmcneill

add Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC


# 1.1061 22-Feb-2011 jmcneill

Add Atheros AR8132, AR8151, AR8151 v2.0, AR8152 v1.1, and AR8152 v2.0


# 1.1060 21-Feb-2011 njoly

Add two more Intel 82Q45 devices.


# 1.1059 20-Feb-2011 msaitoh

Add MosChip(Netmos) 9904 and 9922.
Add MosChip(Netmos) 9865 (already supported by puc(4))


# 1.1058 18-Feb-2011 jmcneill

add Adaptec RAID 3405


Revision tags: bouyer-quota2-base
# 1.1057 03-Feb-2011 njoly

Add a few Nvidia devices.


# 1.1056 26-Jan-2011 bouyer

Add RDC Semiconductor R6040 10/100 Ethernet


Revision tags: jruoho-x86intr-base
# 1.1055 11-Jan-2011 dyoung

branches: 1.1055.2; 1.1055.4;
Add Intel 82599 product IDs.


Revision tags: matt-mips64-premerge-20101231
# 1.1054 16-Dec-2010 cegger

Brdige -> Bridge


# 1.1053 11-Dec-2010 matt

Add some more devices that I've encountered.


# 1.1052 11-Nov-2010 cegger

add AMD RD880, ATI Radeon HD5600, ATI Radeon HD4200 and Atheros AR9285


# 1.1051 06-Nov-2010 jakllsch

Add Intel SCH IDE Controller, from OpenBSD via Tomokazu HARADA in PR#42310.


Revision tags: uebayasi-xip-base4 uebayasi-xip-base3
# 1.1050 14-Oct-2010 taca

Remove duplicate entries:

* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.


Revision tags: yamt-nfs-mp-base11
# 1.1049 26-Aug-2010 dogcow

Add several Broadcom BCM43xx devices.


Revision tags: uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.1048 01-Aug-2010 msaitoh

Add VScom PCI-200Li


# 1.1047 30-Jul-2010 njoly

Update ICH10 devices, from Intel I/O Controller Hub 10 datasheet
errata.


# 1.1046 29-Jul-2010 njoly

Adjust ICH10 watchdog timer entries which are really LPC interface
bridges. While here consistently use `xxx LPC Interface Bridge' for
Intel products.


# 1.1045 29-Jul-2010 njoly

Add Matrox MGA G200eW. From OpenBSD.


# 1.1044 27-Jul-2010 msaitoh

Add Quatech, System Base, Pcre Systems and Syba Tech.


# 1.1043 13-Jul-2010 msaitoh

Add Advantech PCI-1604


# 1.1042 13-Jul-2010 kiyohara

Add Marvell MV78100/MV78200 SoC. (Discovery Innovation)


# 1.1041 08-Jul-2010 msaitoh

- Add "vendor SYBA" and two cards.
- Add two Avlab cards.
- Add two Moxa cards.
- Add some VScom cards.


# 1.1040 08-Jul-2010 msaitoh

Add Advantech PCI-1610 and PCI-1612


# 1.1039 07-Jul-2010 msaitoh

0x1409 is SUNIX


# 1.1038 06-Jul-2010 msaitoh

Fix the name of PCI-1620A-AE.


# 1.1037 06-Jul-2010 msaitoh

Add Advantech and Decision Computer's vendor IDs and their products.


# 1.1036 02-Jul-2010 mrg

add NetMOS 9901 PCI-E uart


# 1.1035 16-Jun-2010 riz

Add a bunch of Intel host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver and PR#42906 from Henry Bent.


# 1.1034 08-Jun-2010 pgoyette

Add a couple entries for ATI Radeon 4250 HD


# 1.1033 08-Jun-2010 mrg

add two pciids for the satalink driver, from the linux driver, for PR#32577.


# 1.1032 15-May-2010 jakllsch

Add NetChip (now PLX) vendor ID, as well as NET228[02] device IDs.


# 1.1031 12-May-2010 christos

Use device names from the OpenBSD iwn driver, adding and modifying device
names as needed. From Sverre Froyen


# 1.1030 10-May-2010 matt

Add MARVELL 88SB2211 PCIe-PCI bridge


# 1.1029 08-May-2010 pgoyette

Add a couple more SMBus controllers. From FreeBSD.


# 1.1028 07-May-2010 kiyohara

Add Marvell MV64460.
Rename Marvell GT64360 to MV64360.


Revision tags: uebayasi-xip-base1
# 1.1027 17-Apr-2010 christos

add support for the 6000. From sverre froyen


# 1.1026 02-Apr-2010 jakllsch

Add Intel 82855GM Host-AGP Bridge.


# 1.1025 14-Mar-2010 mrg

branches: 1.1025.2;
add several core i7 devices, and some more ricoh card reader controllers.


Revision tags: yamt-nfs-mp-base9
# 1.1024 25-Feb-2010 macallan

add 3Dlabs Wildcat 5110, also known as Sun XVR-500


# 1.1023 16-Feb-2010 msaitoh

Add entries for 82576 and 82580


# 1.1022 09-Feb-2010 hubertf

Add entry for Juniper Networks Experimental Clock Version 0
Fixes PR kern/42742


# 1.1021 09-Feb-2010 msaitoh

Make some bge's name close to the real product names.


# 1.1020 08-Feb-2010 msaitoh

Add some MegaRAID Entries


Revision tags: uebayasi-xip-base
# 1.1019 03-Feb-2010 macallan

branches: 1.1019.2;
add Apple PowerBook G3 Firewire controllers


# 1.1018 30-Jan-2010 jakllsch

Add Qumranet vendor and Virtio device IDs.
Also, sort some vendor entries.


# 1.1017 24-Jan-2010 msaitoh

Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788,
57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.


# 1.1016 21-Jan-2010 hubertf

add/improve a few devices


# 1.1015 19-Jan-2010 mbalmer

Add two IBM RSS devices.


# 1.1014 14-Jan-2010 sborrill

Fix typo in (unused) vendor name


# 1.1013 12-Jan-2010 msaitoh

add i82567LM-2 i82567LM-4 i82567V-3 LAN controller


# 1.1012 12-Jan-2010 msaitoh

rename some wm devices to know PHY type


# 1.1011 12-Jan-2010 nonaka

Added RENESAS SH7780/SH7785 PCI Controller.


# 1.1010 11-Jan-2010 msaitoh

fix for i82577


# 1.1009 07-Jan-2010 msaitoh

Add PCH LAN and i82575


# 1.1008 07-Jan-2010 jdc

Add Sun Cassini/NS Saturn devices.


# 1.1007 03-Jan-2010 jnemeth

PR/42558 - Ryo ONODERA -- add entry for IO-DATA TV tuner card


# 1.1006 29-Dec-2009 msaitoh

add entry for i82583V


Revision tags: matt-premerge-20091211
# 1.1005 13-Dec-2009 matt

Add RMI (NetLogic)


# 1.1004 05-Dec-2009 dsl

Correct what are clearly typos leading to duplicate vendor:product pairs.
Where possible values have been checked against the pcidatabase and x.org.
In some cases I've only commented on some dubious entries!
Values will be picked up by the next update.
Info from PR/36487


# 1.1003 30-Nov-2009 sborrill

Add Intel 3400 devices


# 1.1002 21-Nov-2009 jakllsch

Add CX700 and VX800/VX820 LPC bridge IDs.


# 1.1001 18-Nov-2009 bouyer

Complete BROADCOM BCM5709 family, and add BCM5716 family.


# 1.1000 18-Nov-2009 jakllsch

Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.


Revision tags: jym-xensuspend-nbase
# 1.999 13-Oct-2009 cegger

- replace 'Advanced Micro Devices' with 'AMD'.
Requested by jmcneill@
- remove duplicate printing of 'AMD' with the AMD HUDSON-2 chipset.


# 1.998 13-Oct-2009 cegger

AMD SB900 renamed to AMD HUDSON-2


# 1.997 05-Oct-2009 cegger

add SB900 IDE/SATA ids


# 1.996 20-Sep-2009 christos

PR/42100: Dave J. Barnes: Support for old toshiba PICCOLO IDE controllers.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7
# 1.995 01-Aug-2009 matt

Add Silicon Motion SM502


Revision tags: jymxensuspend-base yamt-nfs-mp-base6
# 1.994 07-Jul-2009 cegger

correct product ids for RD890 chipset


# 1.993 29-Jun-2009 hubertf

add a few sdhc(4) devices


Revision tags: yamt-nfs-mp-base5
# 1.992 12-Jun-2009 rjs

Add some more Marvell devices.


# 1.991 11-Jun-2009 cegger

add ADP2, Marvell and Triones devices.
Taken from mvsata diff from Kiyohara Takashi, resolved apply conflicts.


# 1.990 29-May-2009 skrll

Add a bunch of HP stuff. From OpenBSD.


# 1.989 18-May-2009 skrll

Add more devices in my c3700.


Revision tags: yamt-nfs-mp-base4
# 1.988 13-May-2009 cegger

add RX780/RX790 chipset host bridge and Radeon X1600


Revision tags: jym-xensuspend-base
# 1.987 09-May-2009 sborrill

Add alternative product ID for VIA VT8237A Integrated SATA Controller


Revision tags: yamt-nfs-mp-base3
# 1.986 30-Apr-2009 skrll

Add another NS product found in hppa machines.


# 1.985 30-Apr-2009 skrll

Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.


Revision tags: nick-hppapmap-base4
# 1.984 28-Apr-2009 ginsbach

Add Mellanox Technologies Infiniband devices.


Revision tags: nick-hppapmap-base3 nick-hppapmap-base
# 1.983 25-Apr-2009 tsutsui

Tweak some Realtek re(4) device names.


# 1.982 07-Apr-2009 msaitoh

add 82801J_D_BM_LF (ICH10)


# 1.981 10-Mar-2009 msaitoh

add i82567LF-3 LAN Controller


Revision tags: nick-hppapmap-base2
# 1.980 28-Feb-2009 schwarz

correct entry for Lucent 0x5802 into 2-port USB Host Controller


# 1.979 26-Feb-2009 mjf

Add Initio INIC-1622 SATA Controller.


# 1.978 19-Feb-2009 sborrill

Add Intel i82574L 1000baseT Ethernet as used in Pro/1000 CT Desktop adapter


# 1.977 11-Feb-2009 markd

Add more ICH9 SATA controller variants


# 1.976 06-Feb-2009 jakllsch

branches: 1.976.2;
Add TI PCIxx12-series product IDs.


# 1.975 27-Jan-2009 markd

Add Intel 82567LM_3 ethernet


# 1.974 21-Jan-2009 jnemeth

add a comment explaining how to regenerate pcidevs.h and pcidevs_data.h


# 1.973 19-Jan-2009 jmcneill

Attansic L1E Gigabit Ethernet Adapter


Revision tags: mjf-devfs2-base
# 1.972 07-Jan-2009 jnemeth

fix typo in LUCENT ET1301


# 1.971 27-Dec-2008 tsutsui

Fix tyop in previous.


# 1.970 27-Dec-2008 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driver


# 1.969 21-Dec-2008 nonaka

Add VIA VT8237S Integrated SATA Controller ID.


# 1.968 16-Dec-2008 christos

add more intel iwn devices


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.967 29-Nov-2008 christos

Add support for the Intel G45 AGP. From Arnaud Lacombe


# 1.966 18-Nov-2008 matt

Make more consistent (change capitalization) etc. Shrinks by 33 tokens
and 300 bytes.


# 1.965 08-Nov-2008 christos

Support for Intel G35 as found on Asus P5E-VM HDMI motherboard from
Milos Negovanovic


# 1.964 04-Nov-2008 cegger

fix typo in previous: prodcut -> product


# 1.963 04-Nov-2008 cegger

add ATI RD790 and RD890 chipset ids


Revision tags: netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1
# 1.962 15-Oct-2008 bouyer

branches: 1.962.2; 1.962.4;
Fix entry description.


# 1.961 15-Oct-2008 bouyer

Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.


Revision tags: wrstuden-revivesa-base-4
# 1.960 01-Oct-2008 christos

ICH10 support from Brad du Plessis


# 1.959 28-Sep-2008 bouyer

Add JMicron JMC250 Gigabit Etheret and JMC260 Fast Ethernet Controllers.
While here, fix other JMicron device IDs (product ID is 4 digits, not five).


Revision tags: wrstuden-revivesa-base-3
# 1.958 18-Sep-2008 cegger

correct C51 host bridge numbers. Spotted by njoly@


# 1.957 18-Sep-2008 cegger

add NVIDIA C51 products


# 1.956 13-Sep-2008 njoly

Add Nvidia GeForce 6150 devices.


# 1.955 08-Sep-2008 cegger

Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer


# 1.954 08-Sep-2008 cegger

correct product id for serverworks usb controllers


Revision tags: wrstuden-revivesa-base-2
# 1.953 06-Sep-2008 rmind

PR/39119: Jan Thorsson: Support for VIA CX700M2 IDE controller.


# 1.952 06-Sep-2008 rmind

PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards.


# 1.951 05-Sep-2008 cegger

Add some ServerWorks products


# 1.950 27-Aug-2008 christos

Add one more cardbus bridge


# 1.949 23-Aug-2008 tsutsui

- add a Realtek 8139D variant (from FreeBSD)
- remove a duplicated entry of Realtek 0x8138


# 1.948 22-Aug-2008 tnn

Add Intel 82945GME Host Bridge
Intel 82945GME Integrated Graphics Device


# 1.947 19-Aug-2008 matthias

Typo


# 1.946 19-Aug-2008 matthias

Add pci ids for intel 82946GZ_{HB,IG} (used in my AcerPower 2000)


# 1.945 06-Aug-2008 dyoung

Define O2 Micro OZ711E0. From OpenBSD.


Revision tags: simonb-wapbl-nbase simonb-wapbl-base
# 1.944 29-Jul-2008 tron

Add nVidia GeForce 7300 LE.


# 1.943 15-Jul-2008 tonnerre

Add some PCI IDs from the Thinkpad T61/X61/R61 series as observed in
PR 37988 and on my own T61.


Revision tags: wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 wrstuden-revivesa-base
# 1.942 25-May-2008 chs

branches: 1.942.2; 1.942.4;
add devices found in the last model of powermac G5. from openbsd.


# 1.941 20-May-2008 cegger

add some ATI products (SB600 modem, RD790 and RS690)


Revision tags: hpcarm-cleanup-nbase yamt-pf42-base2 yamt-nfs-mp-base2
# 1.940 13-May-2008 rjs

Add SIS 756 Host Bridge.


# 1.939 08-May-2008 sborrill

Add support for IBM ServeRAID 8k (and 8k-l)


# 1.938 30-Apr-2008 joerg

branches: 1.938.2;
+ 3ware 9690


Revision tags: yamt-pf42-baseX yamt-nfs-mp-base yamt-pf42-base
# 1.937 17-Apr-2008 christos

branches: 1.937.2; 1.937.4;
sync with openbsd; fixes observed corruption issues.


# 1.936 15-Apr-2008 cegger

add devices found on HP Pavilion dv9700 Notebook


# 1.935 09-Apr-2008 joerg

Add PCI ID of 3Ware 9650 family.


# 1.934 03-Apr-2008 riz

Digi International Neo 4 and 8 port serial boards.


# 1.933 01-Apr-2008 cegger

add XenSource and its virtual product - only found on Xen HVM guests


Revision tags: ad-socklock-base1
# 1.932 26-Mar-2008 jmcneill

PR#38301: Add support for SMBus controllers for ATI SB600, SB700, SB800
chipsets, from Christoph Egger


Revision tags: yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase keiichi-mipv6-base matt-armv6-nbase hpcarm-cleanup-base
# 1.931 24-Feb-2008 xtraeme

+ Dell PERC 6.


# 1.930 22-Feb-2008 tsutsui

Add I-O DATA RSA-PCI 2 port serial board.


Revision tags: nick-net80211-sync-base mjf-devfs-base
# 1.929 13-Feb-2008 tron

branches: 1.929.2; 1.929.6;
Import PCI ids for the Matrox MGA G200e and the Intel E7230 and 82975X
chipsets from OpenBSD.


# 1.928 10-Feb-2008 ichiro

add few devices
PM965 interface


# 1.927 05-Feb-2008 ichiro

added some devices of "PCI-Cardbus bridge"


Revision tags: bouyer-xeni386-nbase bouyer-xeni386-base
# 1.926 11-Jan-2008 tnn

Add ServeRAID 6/7


# 1.925 11-Jan-2008 ragge

Add Intel quad 1000baseT copper PCI express card.


Revision tags: matt-armv6-base
# 1.924 03-Jan-2008 jnemeth

Symbios Logic 0x0030 is used for both 53c1020/53c1030 from Dave Huang


# 1.923 30-Dec-2007 jdc

Add Apple Shasta GMAC (From FreeBSD).


# 1.922 28-Dec-2007 dholland

typo fix: brige -> bridge


Revision tags: vmlocking2-base3
# 1.921 24-Dec-2007 hamajima

Add Intel 82801GB Ethernet Controller


Revision tags: yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 vmlocking-nbase jmcneill-pm-base reinoud-bufcleanup-base
# 1.920 26-Nov-2007 bjs

branches: 1.920.2; 1.920.6;
Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have
consulted indicated that this ID is an R430 (including xf86-video-ati).

PCI_PRODUCT_ATI_RADEON_R430_554F (primary)
PCI_PRODUCT_ATI_RADEON_R430_556F (secondary)

vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00)
ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured


# 1.919 24-Nov-2007 markd

Add INTEL Q33 and Q35 chipsets


# 1.918 24-Nov-2007 markd

s/product\tINTEL/product INTEL/


# 1.917 23-Nov-2007 xtraeme

Add some Intel 5000 Series Chipset devices.


Revision tags: bouyer-xenamd64-base2 bouyer-xenamd64-base
# 1.916 19-Nov-2007 ad

Add a few more pcibs


# 1.915 15-Nov-2007 manu

It's 88C055, not 88CO55.


# 1.914 14-Nov-2007 xtraeme

Add NVIDIA MCP7[37] devices, from OpenBSD.


# 1.913 12-Nov-2007 joerg

Merge a PCI IDs of Intel 82G33 and 82965PM from jmcneill-pm.


Revision tags: jmcneill-base
# 1.912 30-Oct-2007 xtraeme

branches: 1.912.2;
Erm fix previous, it's Intel IOP333 not 332.


# 1.911 30-Oct-2007 xtraeme

Add Intel IOP332 A/B Segments.


# 1.910 30-Oct-2007 xtraeme

Areca ARC SATA RAID Controllers, from OpenBSD.


# 1.909 30-Oct-2007 jnemeth

PR/37201 - Yasushi Oshima -- Intel 82965G chipset support


# 1.908 24-Oct-2007 xtraeme

- Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.

From OpenBSD.


# 1.907 22-Oct-2007 manu

Add support for Marvell 88CO55. Newer iMacs come with that chip.


# 1.906 22-Oct-2007 nisimura

PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.


Revision tags: yamt-x86pmap-base4 yamt-x86pmap-base3
# 1.905 14-Oct-2007 xtraeme

branches: 1.905.2;
IC Plus Corp IP100A support for ste(4), submitted by
Pedro Alejandro Lopez-Valencia in PR kern/36605.


Revision tags: vmlocking-base
# 1.904 09-Oct-2007 garbled

Add a bunch of IBM PCI dev id's for graphics cards and PCI bridges


Revision tags: yamt-x86pmap-base2 yamt-x86pmap-base
# 1.903 20-Sep-2007 xtraeme

branches: 1.903.2;
+ ATI Radeon HD2600 XT


# 1.902 17-Sep-2007 msaitoh

addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2


# 1.901 11-Sep-2007 jnemeth

sort CMDTECH and add CMDTECH SiI3531 SATALink


Revision tags: nick-csl-alignment-base5
# 1.900 09-Sep-2007 xtraeme

Another ICH8M SATA Controller found in jmcneill's laptop.


# 1.899 08-Sep-2007 ober

Add definitions for Intel 4965AGN.


# 1.898 07-Sep-2007 cube

Add EVE.


# 1.897 02-Sep-2007 ober

Add Intel LPC 82801HEM and 82801IO entries


# 1.896 01-Sep-2007 ober

ICH8M LPC Interface bridge. ok xtraeme


# 1.895 31-Aug-2007 xtraeme

+ VIA CX700 IDE Controller


# 1.894 30-Aug-2007 xtraeme

+ Intel 82801HBM IDE Controller


# 1.893 28-Aug-2007 msaitoh

add ICH9's Ethers


# 1.892 26-Aug-2007 xtraeme

branches: 1.892.2;
Add two ICH8 LPC Interface Bridges.


# 1.891 19-Aug-2007 riz

Add 27 Intel ICH9 device IDs, from:
http://download.intel.com/design/chipsets/specupdt/31697301.pdf


# 1.890 14-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- add some MARVELL devices


# 1.889 11-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- AMD product updates


# 1.888 08-Aug-2007 tron

Add some Attansis and VIA devices, correct order.

Patch provided by Christoph Egger on "tech-kern" mailing list.


Revision tags: matt-mips64-base
# 1.887 06-Aug-2007 martin

branches: 1.887.2;
Add a serverworks south bridge


# 1.886 04-Aug-2007 kiyohara

Add support agp_amd64. Imported from FreeBSD.


Revision tags: nick-csl-alignment-base mjf-ufs-trans-base
# 1.885 07-Jul-2007 jklos

branches: 1.885.2; 1.885.6;
Added Chelsio vendor plus 10 gig hardware (and friends).


# 1.884 06-Jul-2007 hpeyerl

ATI updates from Christoph Egger


# 1.883 27-Jun-2007 xtraeme

Improve the NS CS5535 entries and remove the NS part, it's redundant.


# 1.882 26-Jun-2007 xtraeme

Add National Semiconductor CS5535 devices, found in the decTOP.


# 1.881 28-May-2007 mrg

add ALi M5261 ethernet (tulip clone)


# 1.880 19-May-2007 tsutsui

Add IBM GXT250P video.


Revision tags: yamt-idlelwp-base8
# 1.879 16-May-2007 mrg

add Nvidia MPC04 SMBus


# 1.878 02-May-2007 bouyer

Add JMicron Technology vendor ID, and their current PCIe SATA/PATA
controllers.


# 1.877 29-Apr-2007 bouyer

Remove extra "Intel" from previous commit


# 1.876 29-Apr-2007 bouyer

Add:
Intel i82801H IFE (GT) LAN Controller
Intel i82801H IFE (G) LAN Controller
from FreeBSD


Revision tags: thorpej-atomic-base
# 1.875 27-Mar-2007 pooka

add GeForce Go 7600


# 1.874 25-Mar-2007 isaki

Add ATI ES1000.


# 1.873 17-Mar-2007 dyoung

Add Infineon ADM5120 PCI host bridge.


# 1.872 10-Mar-2007 christos

branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA


# 1.871 09-Mar-2007 xtraeme

branches: 1.871.2;
+ATI Radeon X1300


# 1.870 03-Mar-2007 jmcneill

Add pcHDTV HD-5500 HDTV video capture


# 1.869 01-Mar-2007 jmcneill

Add Conexant CX2388X Audio/Video Decoder


Revision tags: ad-audiomp-base
# 1.868 16-Feb-2007 markd

branches: 1.868.2;
Add i965Q


# 1.867 10-Feb-2007 mlelstv

Add support for VT8237A/VT82C586A PCI-ISA-Bridge
Fixes PR kern/35314


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.866 30-Jan-2007 msaitoh

add some msk devices


# 1.865 28-Jan-2007 chs

add another Realtek wifi, some SIIG serial cards and another nForce chipset.
remove some duplicate entries.


# 1.864 27-Jan-2007 isaki

Fix typo. s/Seria ATA/Serial ATA/


# 1.863 21-Jan-2007 isaki

Add AMD Geode LX and CS5536.
Reviewed by tsutsui@ on port-i386.


# 1.862 14-Jan-2007 rpaulo

Add new Parallels video id.


# 1.861 06-Jan-2007 jmcneill

Add Xbox SMBus controller, and rename "Xbox nForce" to accurately reflect
that it is the Host-PCI controller.


# 1.860 04-Jan-2007 jmcneill

It's nForce Ethernet, not Ethetnet


# 1.859 04-Jan-2007 jmcneill

Add Xbox nForce video, from Andrew Gillham.


# 1.858 31-Dec-2006 ichiro

add RCF-CBA2 CF-Adapter
(WORKBIT-CF32A)


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4
# 1.857 10-Dec-2006 bouyer

Add another PCI ID for Dell PERC 5 (from OpenBSD)


Revision tags: yamt-splraiseipl-base3
# 1.856 09-Dec-2006 manu

Add support for 4 and 8 ports modem boards from Perle systems


Revision tags: netbsd-4-base
# 1.855 26-Nov-2006 tsutsui

branches: 1.855.2;
- add more Broadcom product IDs, and fix two alternative IDs
(from FreeBSD and OpenBSD)
- sort by product ID


# 1.854 26-Nov-2006 enami

Add product id of yet another i82557 variant.


# 1.853 18-Nov-2006 tsutsui

Add an ID of Broadcom BCM5752M. From Matt Kolb on tech-kern.


# 1.852 18-Nov-2006 tsutsui

- add Realtek RTL8100 (from FreeBSD)
- fix entry of RTL8169SC
- remove vague comment in Realtek entry


# 1.851 17-Nov-2006 tsutsui

Add and note more Realtek Ethernet chips.


# 1.850 13-Nov-2006 xtraeme

Fix typo in previous (hi bouyer).


# 1.849 13-Nov-2006 bouyer

Add NetMos 9855 Quad UART and 1284 Printer port


# 1.848 08-Nov-2006 rpaulo

Add AMD PCI-X IOAPIC.


# 1.847 08-Nov-2006 martti

Fix aligment.


# 1.846 08-Nov-2006 martti

List MEGARAID_SAS and MEGARAID_VERDE_ZCR as SYMBIOS products.


# 1.845 07-Nov-2006 martti

Added some MegaRAID SAS controllers.


# 1.844 03-Nov-2006 abs

Add Broadcom BCM5754 (0x167a)


# 1.843 31-Oct-2006 manu

Add support for Perle systems PCI-RAS 4 modem ports
See http://www.perle.com/products/Multimodem-Cards.shtml for product details


# 1.842 25-Oct-2006 bouyer

Add VIA VT8237A Integrated SATA Controller, from FreeBSD.


# 1.841 23-Oct-2006 rjs

Add Motorola MPC5200B host bridge.


Revision tags: yamt-splraiseipl-base2
# 1.840 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.839 09-Oct-2006 cube

Add one puc device by Moschip (formerly NetMos). Not the one I have, but
as I went through the datasheets...


# 1.838 02-Oct-2006 cube

Oops, pasto.


# 1.837 02-Oct-2006 cube

Add an NVIDIA MCP55 device I forgot (ISA bridge).


# 1.836 29-Sep-2006 cube

Add ids of devices found in the nForce 570 chipset.
Add GeForce 6200LE.


# 1.835 27-Sep-2006 cube

Add the Intel PRO/100 variant found on the D946GZIS motherboard.


# 1.834 27-Sep-2006 sketch

Add TI ACX100B and rename existing (unused) TI ACX100 to ACX100A.


# 1.833 25-Sep-2006 heas

Add entries for Datum Inc. (Bancomm) & the BC635PCI_U card.


# 1.832 24-Sep-2006 briggs

Add IDs for the devices in the last-generation PowerBook G4.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 rpaulo-netinet-merge-pcb-base
# 1.831 07-Sep-2006 riz

branches: 1.831.2;
Add the SK-9Sxx Gigabit Ethernet, from OpenBSD.


# 1.830 07-Sep-2006 itohy

branches: 1.830.2;
Add Workbit NinjaATA-32Bi and NPATA-32 busmastering PIO IDE controllers.


# 1.829 03-Sep-2006 xtraeme

Add missing PDC20265 device... removed accidentally in previous.


# 1.828 03-Sep-2006 xtraeme

Add some missing devices from Promise and sort them.


# 1.827 03-Sep-2006 xtraeme

Add some ICH8 devices... from obsd.


Revision tags: yamt-pdpolicy-base8
# 1.826 03-Sep-2006 xtraeme

Erm forgot to add MCP61/65 SATA Controllers and sort them.


# 1.825 03-Sep-2006 xtraeme

- Add all pciids for nvidia MCP61/65 controllers, from obsd.
- Improve description in all them.


# 1.824 03-Sep-2006 xtraeme

- Add nForce MCP61/65 LAN controllers... from obsd.
- Improve description in some nForce controllers as well.


# 1.823 27-Aug-2006 christos

PR/34289: St�phane Witzmann: Add some missing PCI devices in pcidevs


# 1.822 24-Aug-2006 riz

Add a bunch of Marvell product IDs, from OpenBSD.


# 1.821 23-Aug-2006 cube

Add Broadcom NetXtreme II devices.


# 1.820 22-Aug-2006 riz

Rename vendor GALILEO -> vendor MARVELL . Marvell bought Galileo years
ago, we have little existing stuff in the tree, and this will make it
easier to keep certain network drivers in sync with other OSes.

OK matt@, uwe@


# 1.819 13-Aug-2006 dsainty

Add the Promise PDC20771, present on the Promise FastTrak TX2300


Revision tags: yamt-pdpolicy-base7
# 1.818 10-Aug-2006 simonb

Fix typo in 3945 Intel wireless card name.
Pointed out in private mail by Jean-Baptiste Campesato.


# 1.817 09-Aug-2006 jnemeth

add some Token Ring devices


# 1.816 08-Aug-2006 cube

Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.


Revision tags: abandoned-netbsd-4-base
# 1.815 06-Aug-2006 jmcneill

branches: 1.815.2;
Add entry for IBM ThinkPad audio. From Stephane Witzmann.


# 1.814 03-Aug-2006 bsh

Device 10de:026c is not AC-97 controller but nForce430 HD Audio controller.

Pointed out by Brad. Thanks.


# 1.813 01-Aug-2006 xtraeme

Add nForce3 250 SATA2.


# 1.812 01-Aug-2006 bsh

add an another device ID for AC-97 controller in nForce430 (MCP51).

XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?


# 1.811 30-Jul-2006 jmcneill

Add VIA VT3314 (CN900) UniChrome integrated graphics


# 1.810 30-Jul-2006 oster

Recognize another Intel PRO/100 VM Network Controller.


# 1.809 30-Jul-2006 simonb

Add 82945P_IGD.
Should this be "82945G_IGD", and other 945 device IDs have G instead of P
suffix?


# 1.808 21-Jul-2006 gdamore

Update ADMtek pci device ids to match data sheets. While here, add the 9513
device (although I've never seen one, I have a datasheet for it. :-)


# 1.807 18-Jul-2006 itohy

Identify vendor 0x1317, product 0x9511 as ADMtek AN983B,
since OpenSolaris says it is "ADMTek Comet 983b".


# 1.806 13-Jul-2006 kent

- add VIA VT8237A/8251 High Definition Audio Controller
- add some tabs


# 1.805 07-Jul-2006 simonb

Add another Intel 3945 wireless minipci device id.
Small part of kern/33778 by Jean-Baptiste Campesato.


# 1.804 30-Jun-2006 nisimura

Add kse(4) driver for Micrel KSZ8842/8841 Ethernet controller.


# 1.803 30-Jun-2006 xtraeme

Add ITE IT8211 IDE Controller.


# 1.802 30-Jun-2006 xtraeme

Add some missing ATI devices.


# 1.801 27-Jun-2006 kent

improve the description of NVIDIA MCP55_HDA


# 1.800 26-Jun-2006 xtraeme

Add SIS 660, 760, 761 IDE Controllers and SIS 181/182 SATA controllers
(from obsd).


# 1.799 26-Jun-2006 xtraeme

Add PROMISE PDC20775 and PDC40718 SATA controllers (from obsd).


Revision tags: yamt-pdpolicy-base6
# 1.798 25-Jun-2006 soren

Add quirk for the not quite standard PCI bus in Parallels Desktop for Mac.


Revision tags: chap-midi-nbase chap-midi-base
# 1.797 18-Jun-2006 christos

PR/33761: dieter roelants: NetBSD doesn't recognize a RealTek 8168B nic


# 1.796 18-Jun-2006 xtraeme

Add ALI M1533 PCI-ISA Bridge


# 1.795 15-Jun-2006 heinz

Added information about LSI's SAS, parallel SCSI and FC adapters (from LSI's
Linux driver package and http://pciids.sourceforge.net/).


Revision tags: gdamore-uart-base
# 1.794 14-Jun-2006 grant

branches: 1.794.2;
QLogic is the correct writing, not "Q Logic".


# 1.793 14-Jun-2006 grant

add QLogic QLA200 fibre channel card.


# 1.792 08-Jun-2006 kent

add 23 ICH8 devices.
http://download.intel.com/design/chipsets/specupdt/31305701.pdf

No regen follows because no one refers them.


Revision tags: simonb-timecounters-base
# 1.791 06-Jun-2006 rpaulo

Attachment framework for the rt2561.c and rt2661.c drivers.

From OpenBSD.


# 1.790 05-Jun-2006 martin

Add D-Link Air DWL-610


# 1.789 05-Jun-2006 msaitoh

add 82541ER_LOM, 82547EI_MOBILE, 82546GB_PCIE(PRO/100MT),
82546GB_QUAD_COPPER(PRO/1000MT QP) and 82572EI(PRO/1000PT).


# 1.788 31-May-2006 riz

Add a couple DLINK product IDs, from OpenBSD.


Revision tags: yamt-pdpolicy-base5
# 1.787 19-May-2006 markd

branches: 1.787.2;
Add some devices found on a Dell Latitude D620.


Revision tags: elad-kernelauth-base
# 1.786 30-Apr-2006 xtraeme

PR kern/32849: pcidevs update for Intel 82801CA AC'97 Modem Controller.
Apply patch from Nicolas Joly.


# 1.785 30-Apr-2006 xtraeme

PR port-amd64/33393: viaide driver patch for VT8237R SATA.


# 1.784 29-Apr-2006 gdamore

Add Audigy4 device id.


# 1.783 25-Apr-2006 wrstuden

Tweak 3ware 9500 ID, and add 3ware 9550 ID.


# 1.782 20-Apr-2006 gdamore

Add a bunch of additional Radeon entries, and correct/cleanup a few of them
for consistency and to match Xorg. I am assuming that Xorg contains the
correct information, since it actually makes use of this information.


# 1.781 15-Apr-2006 jmcneill

Add entry for Turtle Beach Santa Cruz, and Cirrus Logic CS4615 while we're
here.


Revision tags: yamt-pdpolicy-base4
# 1.780 06-Apr-2006 simonb

Sort some Intel GigE nics by product ID.


# 1.779 05-Apr-2006 nonaka

Added "Faraday Technology" in vendor list.


Revision tags: yamt-pdpolicy-base3
# 1.778 26-Mar-2006 jonathan

Fix cut-and-paste typo in human-readable description of bcm5780S
(used to say bcm5782s, should be bcm5780s; make it so).


# 1.777 25-Mar-2006 rpaulo

Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
port-i386.


# 1.776 21-Mar-2006 he

Add a bunch of IDs for Compaq/HP Smart Array controllers supported
by the soon to be added ciss(4) driver.


Revision tags: peter-altq-base yamt-pdpolicy-base2
# 1.775 12-Mar-2006 chs

branches: 1.775.2;
fix name of Radeon 9000 Pro.
add Radeon 9200 Secondary ID.
add Comtrol, Magma and SIIG multi-port serial cards.
add more Dolphin SCI cards.
add IBM ServeRAID 4/5.
add Mitsubishi Tornado 3000.
add or rename various NVIDIA IDs to match openbsd.
add SafeNet SafeXcel.


# 1.774 09-Mar-2006 he

Add vendor code for Nortel and Baystack 21 id. Part of info
submitted in PR#33044.


# 1.773 09-Mar-2006 hamajima

Add EXAR devices.
Fix duplicated NVIDIA product id 0x0057.


# 1.772 07-Mar-2006 bouyer

Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.


# 1.771 06-Mar-2006 bouyer

branches: 1.771.2;
Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.


# 1.770 06-Mar-2006 martin

Add MOXA devices, from Olivier Cherrier


Revision tags: yamt-pdpolicy-base
# 1.769 01-Mar-2006 dogcow

branches: 1.769.2;
add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.)


Revision tags: yamt-uio_vmspace-base5
# 1.768 28-Feb-2006 gdamore

Add Radeon 7000/VE (QZ).


# 1.767 21-Feb-2006 chuck

add entry for LINKSYS PCM200 10/100 ethernet card


# 1.766 16-Feb-2006 kochi

add two more ICH7-M LPC device ids from intel document
(Intel I/O Controller Hub 7 (ICH7) Family Specification Update)


# 1.765 12-Feb-2006 tron

Fix inconsistencies in names for components for recent Intel chipsets.


# 1.764 12-Feb-2006 tron

Correct cut and paste error in last change.


# 1.763 12-Feb-2006 tron

Add entries for Intel i955X chipset.


# 1.762 07-Feb-2006 cube

I wonder how the leading junk arrive there...


# 1.761 07-Feb-2006 cube

Add PLX's 9054 I/O Accelerator.


# 1.760 06-Feb-2006 abs

Add SIS 190 Ethernet, as found in ASUS T2-AE1


# 1.759 02-Feb-2006 christos

branches: 1.759.2;
PR/32695: Chuck Tuffli: incorrect PCI device id for CMD Technology (0x1095)
SiI3132 SATALink (0x3132)


# 1.758 26-Jan-2006 bouyer

branches: 1.758.2;
Add Promise PDC2057x SATA/150 controllers, from FreeBSD.


# 1.757 16-Jan-2006 christos

PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics


# 1.756 10-Jan-2006 cdi

PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
S4HRP laptops.


# 1.755 02-Jan-2006 manu

Add support for nForce430 ATA133 and SATA controllers. My disks now run
at a decent speed.


# 1.754 02-Jan-2006 tron

Fix cut and paste error. Noted by Bernhard Moellemann.


# 1.753 02-Jan-2006 tron

- Spell NVIDIA as "NVIDIA" instead of "Nvidia". This matches their
website and viaide(4).
- Add entry for builtin ethernet of NVIDIA nForce4 chipset.
Information provided by Bernhard Moellemann.


# 1.752 01-Jan-2006 xtraeme

Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.


# 1.751 29-Dec-2005 jonathan

branches: 1.751.2;
Add pcidevs entry for the (Serverworks?) PCI-Express to PCI-X bridge
chip integral to Broadcom bcm5714 and bcm5715 PCI-Express dual-port
gigabit Ethernet chips.


# 1.750 19-Dec-2005 jonathan

Add an entry for S&K (Schneider&koch, also SysKonnect) PCI-Express
gigabit ethernet boards (SK-9E21D single-port, SK-9E22 dual-port)
based on the Marvell Yukon-2 chipset.


# 1.749 19-Dec-2005 jonathan

Add ID 0x3132 for Silicon Image, PCI-Express dual-port SATA-II version
of SiI 3124 (PCI-X quad SATA).


# 1.748 18-Dec-2005 sekiya

Add device information for Linksys IPN2200. From ndiswrapper list.


# 1.747 11-Dec-2005 jonathan

Remove extraneous //// markers of potential conflict in last commit.


# 1.746 11-Dec-2005 jonathan

Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)


Revision tags: ktrace-lwp-base
# 1.745 10-Dec-2005 jonathan

Add PCI device entries for Broadcom Ethernet devices: PCI-Express
gigabit bcm5714 (copper), bcm5714S (serdes), bcm5715 (copper),
bcm5715S (SERDES), also bcm5780 (copper) and bcm5780S (SERDES).

Extracted from Broadcom-supplied Linux driver and from prerelease patches
for Linux-2.6.15.


# 1.744 09-Dec-2005 xtraeme

Add two VMware SVGA device ids.


# 1.743 08-Dec-2005 xtraeme

Add three Rhine ethernet adapters.


# 1.742 07-Dec-2005 jonathan

Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.


# 1.741 06-Dec-2005 fvdl

Add ID for yet another 57xx-compatible Broadcom chip, the 5789.


# 1.740 04-Dec-2005 christos

PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device


# 1.739 04-Dec-2005 christos

PR/32238: Ryo Shimizu: Add support for Promise SATA300TX4 SATA Controller
(PDC40718)


Revision tags: yamt-readahead-base3
# 1.738 27-Nov-2005 jdolecek

change the description of the 3ware raid controllers to 'ATA RAID Controller'
rather then 'IDE RAID'

fix the ID of the 9xxx series controller and rename to ATARAID_9k, since
3ware doesn't refer to it using the 'Escalade' family name


# 1.737 22-Nov-2005 rpaulo

Fix entry for TI FlashMedia Controller.


Revision tags: yamt-readahead-base2
# 1.736 18-Nov-2005 rpaulo

It's really PCI7x21/7x11 Cardbus Controller.


# 1.735 18-Nov-2005 rpaulo

Add a bunch of devices:
o Intel 82801FBM ICH6M LPC Interface Bridge
o Intel 82801FB/FR PCI Express Port #2
o TI PCIxx21/x515 Cardbus Controller
o TI PCI7x21/7x11 IEEE 1394 Host Controller
o TI PCIxx11/21 Integrated FlashMedia Controller


Revision tags: yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base yamt-vop-base3
# 1.734 01-Nov-2005 abs

branches: 1.734.2;
Add Radeon 9000 PCI (0x4966)


Revision tags: yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.733 05-Oct-2005 jonathan

branches: 1.733.2;
Add PCI ids for Intel Pro/1000 PT PCI-Express gigabit ethernet controllers:
82571EB 2-port, 82572EI single-port, both in copper, fibre, and SERDES versions,
and 82573 embedded chip.


# 1.732 04-Sep-2005 tron

Add PCI ids for ATI Radeon 9600 LE.


# 1.731 21-Aug-2005 chs

add nvidia devices found on an ASUS K8N-DL motherboard,
plus various other cards.


# 1.730 21-Aug-2005 gavan

Add BCM5751M


# 1.729 30-Jul-2005 grant

use same form for secondary display as other ATI devices


# 1.728 30-Jul-2005 grant

add some device ids for the ATI Radeon 9200 Pro.


# 1.727 29-Jul-2005 cube

New Dell day: add missing device IDs, and order one correctly.


# 1.726 25-Jul-2005 christos

PR/29925: Mihai CHELARU: Fix for stge 1023.


# 1.725 01-Jul-2005 drochner

branches: 1.725.2;
add ralink dev IDs, from FUKAUMI Naoki per PR kern/30449


# 1.724 01-Jul-2005 augustss

Add the ATI SB400 chip set and the Radeon X850 XT graphics card.


# 1.723 26-Jun-2005 seb

Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.


# 1.722 24-Jun-2005 seb

Add Texas Instruments PCI6515A Cardbus Controller with Smart Card Controller.

Approved by gimpy@


# 1.721 20-Jun-2005 briggs

Add Intel 6300ESB SATA RAID Controller.


# 1.720 19-Jun-2005 chs

add some misc cards and merge the two mylex sections.


# 1.719 15-Jun-2005 bouyer

Add Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern@


# 1.718 14-Jun-2005 bouyer

Add SIS 965 bridge. From FreeBSD.


# 1.717 13-Jun-2005 tron

Add support for the LinkSys PCMPC200 Cardbus ethernet card.


# 1.716 13-Jun-2005 nonaka

Add PCI ids for HITACHI SH7751{,R} PCI Controller


# 1.715 13-Jun-2005 nonaka

Add PCI id for "ATI Mobility Radeon 9700".


# 1.714 07-Jun-2005 skrll

Add some Intel 802.11 cards.

From OpenBSD.


# 1.713 28-May-2005 kent

Add the followings:
- 6300ESB AC'97 Audio
- 6300ESB AC'97 Modem
- ICH6 HD-Audio
- ICH6 AC'97 Modem
- All of ICH7 devices


# 1.712 27-May-2005 augustss

Add the TM8000 integrated northbridge.


# 1.711 18-May-2005 riz

Add support for the 82801FB (ICH6) 10/100 ethernet appearing
on new Intel motherboards. From Brian Buhrow in PR#30025.
Approved by jmcneill.


# 1.710 12-May-2005 cube

Two re(4) candidates. From Francois Romieu in private mail.


# 1.709 09-May-2005 martin

PR kern/30173: add Corega CG-LAPCIGT


# 1.708 04-May-2005 cube

Add a few devices seen on a Dell PowerEdge SC1420, and while there make the
ordering of devices proper.


# 1.707 02-May-2005 rh

Add IC Ensemble / VIA Technologies Envy24 Multichannel Audio controllers.


Revision tags: kent-audio2-base
# 1.706 20-Apr-2005 bouyer

Add "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller". Fix kern/29218
by A L Meyers.


# 1.705 06-Apr-2005 martti

Added support for Dell CERC SATA RAID 1.5/6ch


Revision tags: yamt-km-base4
# 1.704 24-Mar-2005 tron

Add ids for ATI Radeon 9700 Pro and 9800 Pro.


# 1.703 19-Mar-2005 tron

Add PCI id for Intel PRO/1000 GT.


# 1.702 19-Mar-2005 tron

Add missing PCI id for Adaptec ASR-2410SA.


Revision tags: yamt-km-base3 netbsd-3-base
# 1.701 16-Mar-2005 xtraeme

branches: 1.701.2;
Add VIATECH KT880 CPU to PCI Bridges.


# 1.700 16-Mar-2005 uwe

ATI Radeon 9100 IGP chipset.


# 1.699 15-Mar-2005 xtraeme

Add entries for VIA Apollo KM400 chipsets, provided by
Thilo Manske in PR kern/29549.


# 1.698 15-Mar-2005 xtraeme

Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR
kern/20572.


# 1.697 15-Mar-2005 uwe

Fix product ids of ENE CB710 and CB720 CardBus controllers.


# 1.696 07-Mar-2005 christos

PR/29614: Andrzej Kukula: Missing PCI IDs of ATI IXP 300 and 400 ATA controller


# 1.695 27-Feb-2005 perry

nuke trailing whitespace


# 1.694 20-Feb-2005 jdolecek

change the VIATECH VT61XX to VT612X


Revision tags: yamt-km-base2
# 1.693 02-Feb-2005 christos

PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet


# 1.692 02-Feb-2005 abs

Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/


# 1.691 01-Feb-2005 abs

Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells
like a viaide... but you can only address the drives once you have
put two or more of them into a RAID or JBOD.


# 1.690 27-Jan-2005 jdolecek

add id for nForce2 Ultra 400 audio


# 1.689 27-Jan-2005 kent

add some nForce 4 devices


Revision tags: yamt-km-base
# 1.688 25-Jan-2005 matt

branches: 1.688.2;
Add additional PCI Device IDs for ATI Radeon 9200


# 1.687 23-Jan-2005 fredb

Recognize Belkin Gigabit Desktop Network PCI card.


# 1.686 18-Jan-2005 tsubai

Add some Apple devices.


# 1.685 15-Jan-2005 skrll

branches: 1.685.2;
Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter


# 1.684 15-Jan-2005 jdolecek

Fix Geforce 6800GT entry


# 1.683 15-Jan-2005 jdolecek

add bunch of GeForce 6800 entries, from Andrew Gillham


# 1.682 15-Jan-2005 jdolecek

use full 'nForce2 Ultra 400' tag for the NFORCE2_400* enties


# 1.681 13-Jan-2005 jdolecek

add bunch of NVIDIA nForce2 Ultra 400 chipset devices


# 1.680 13-Jan-2005 jdolecek

add VIA Velocity ID


Revision tags: kent-audio1-beforemerge
# 1.679 08-Jan-2005 fredb

Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi
motherboards.


# 1.678 08-Jan-2005 ginsbach

Use the more common name, Radeon U1, for the IGP 320M.


# 1.677 06-Jan-2005 he

Add entry for LSI Logic FC919X, as found on LSI Logic LSI7102XP-LC
controllers.


# 1.676 27-Dec-2004 reinoud

Addition of description for :

/* ENE Technology products */
product ENE MCR510 0x510 MCR510 PCI Memory Card Reader Controller


# 1.675 18-Dec-2004 xtraeme

+ ATI Technologies Radeon 9600 XT


# 1.674 16-Dec-2004 heas

Add entry for the Radeon Mobility T2.


# 1.673 11-Dec-2004 reinoud

Add ATI IXP audio controllers


Revision tags: kent-audio1-base
# 1.672 07-Dec-2004 jdarrow

Add a new vendor and product ID for a cardbus NIC I've got
Belkin 0x1799
F5D6020v3 0x6020


# 1.671 06-Dec-2004 cube

Add ATI IXP IDE Controller.


# 1.670 05-Dec-2004 bouyer

Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.


# 1.669 30-Nov-2004 grant

add ITE 8212 IDE controller.


# 1.668 22-Nov-2004 rumble

kern/28384: VT3606 -> VT6306 typo


# 1.667 19-Nov-2004 tacha

add Broadcom BCM5705K.


# 1.666 17-Nov-2004 jdarrow

Add PCI IDs for two wireless cards I've got.
Ralink Technologies (vendor 0x1814) RT2460 (product 0x0101).
Texas Instruments (vendor 0x104c) ACX111 (product 0x9066).


# 1.665 17-Nov-2004 junyoung

Revert ATI to ATI Technologies.
Remove trailing Corp., Inc., Ltd., and etc. for consistency.


# 1.664 16-Nov-2004 skrll

Add Intel PRO/Wireless LAN 2200BG Mini-PCI Adapter


# 1.663 14-Nov-2004 soren

Add Mylex ExtremeRAID 1100.
Shorten ATI Technologies to ATI.
Simplify names of Intel mobile USB controllers.


# 1.662 06-Nov-2004 xtraeme

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.


# 1.661 28-Oct-2004 martti

Align all SYMBIOS entries


# 1.660 28-Oct-2004 martti

Added Dell PERC 4/SC


# 1.659 26-Oct-2004 augustss

Add a vendor and some products.


# 1.658 22-Oct-2004 cube

Add two Broadcom devices (575x chips), correct and add a few Intel entries.


# 1.657 20-Oct-2004 martti

Added support for DELL PERC 4e/Si RAID controller


# 1.656 13-Oct-2004 augustss

Add ALi M1563 bridge.


# 1.655 13-Oct-2004 drochner

recognize ADDI-DATA APCI-7800 8-port serial adapter


# 1.654 11-Oct-2004 jmmv

Add ATI Technologies Radeon 9200SE Secondary identifier.


# 1.653 05-Oct-2004 augustss

Add some ALI devices.


# 1.652 30-Sep-2004 cube

Add a bunch of devices found on the SuperMicro P4SCi motherboard.


# 1.651 18-Sep-2004 martin

Add LSI FC929 (aka FC929X); from PR kern/26836.


# 1.650 17-Sep-2004 xtraeme

Add GeForceFX 5700 LE and regen.


# 1.649 16-Sep-2004 ragge

Add S2io 10 Gigabit ethernet adapter.


# 1.648 10-Sep-2004 darrenr

Add Sierra Wireless AirCard 580 (1xEV-DO)


# 1.647 26-Aug-2004 itohy

Add Workbit NinjaSCSI-32 PCI/CardBus products.


# 1.646 05-Aug-2004 mycroft

Fix an Aironet product name, and normalize the usage of "Mini-PCI".


# 1.645 05-Aug-2004 cube

Add the GeForce 5900XT. Totally not related to Doom3 release. Honest.


# 1.644 05-Aug-2004 lukem

consistently use "product<SPACE>"


# 1.643 04-Aug-2004 mycroft

Normalize more names.


# 1.642 04-Aug-2004 mycroft

Normalize some product names.


# 1.641 04-Aug-2004 mycroft

Remove vendor names from product strings.


# 1.640 02-Aug-2004 mycroft

Add a device I missed.


# 1.639 02-Aug-2004 mycroft

Merge in data from cardbusdevs.


# 1.638 02-Aug-2004 mycroft

Mmmm, Microsoft products.


# 1.637 29-Jul-2004 cube

Add a bunch of devices that are in the Dell Dimension 8400 sitting on my
desk: ATI Radeon X300, Broadcom BMC5751, Intel 915 chipset family (ICH6).


# 1.636 27-Jul-2004 christos

add compaq advanced systems management controller.


# 1.635 27-Jul-2004 rumble

Fix typos in the SC1100 IDE and AUDIO ids.


# 1.634 25-Jul-2004 christos

Add viatech's VT8231 Power controller. (Sergio Jimenez)


# 1.633 21-Jul-2004 mycroft

Add SIS 741.


# 1.632 17-Jul-2004 mycroft

Fix Intersil product names.


# 1.631 15-Jul-2004 junyoung

Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.


# 1.630 05-Jul-2004 mycroft

Add the CSB5 LPC bridge.


# 1.629 04-Jul-2004 mycroft

Update Serverworks chip IDs, per:
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.


# 1.628 15-Jun-2004 bouyer

Apply patch from kern/25936 by Michael Blake: Add support for the
Netelligent 10/100 TX variant found on the Compaq Proliant Professional
Workstation 5100.


# 1.627 27-May-2004 christos

PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.


# 1.626 27-May-2004 abs

Add ALI 'M5257 PCI Software Modem'


# 1.625 12-May-2004 tron

Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
in PR kern/25166.


# 1.624 11-May-2004 thorpej

Add i6300ESB IDE / SATA controller PCI IDs.


# 1.623 10-May-2004 lukem

add Nvidia GeForce4 Ti 4200 Go AGP 8x (0x286)


# 1.622 10-May-2004 gendalia

Add support for Adaptec AAR 2810SA raid controller.


# 1.621 07-May-2004 sekiya

Add support for Silicon Image 3512 chip to satalink driver -- treat it as
a 3112 variant (without RAID support), which does the right thing with the
controller on my K8NNXP.


# 1.620 22-Apr-2004 skd

Added support for new sis south bridge and 180 sata controller.


# 1.619 17-Apr-2004 matt

Add devid of Marvell MV6436x System Controller


# 1.618 03-Apr-2004 martti

Added another SB Live! 5.1 soundcard and joystick version


# 1.617 03-Apr-2004 mycroft

Add RealTek RT8180.


# 1.616 01-Apr-2004 tron

Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.


Revision tags: netbsd-2-0-base
# 1.615 26-Mar-2004 gendalia

branches: 1.615.2;
Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC


# 1.614 25-Mar-2004 drochner

recognize both parts of the AMD8151 AGP tunnel (see PR kern/24838 by
Nicolas Joly), and improve AMD8131


# 1.613 12-Mar-2004 drochner

add ICH5 builtin ethernet


# 1.612 03-Mar-2004 gavan

Add Creative Labs SB Audigy LS


# 1.611 26-Feb-2004 drochner

add intel e7501 host bridge


# 1.610 28-Jan-2004 chs

add some JNI and Emulex fibre-channel cards.
add all the built-in stuff from my Asus A7N8X-E Deluxe motherboard.
add some other misc cards.
update the URL at the top.


# 1.609 26-Jan-2004 blymn

Added note for correct update procedure for pcidevs.


# 1.608 26-Jan-2004 blymn

Add amd8151 agp bridge id.


# 1.607 19-Jan-2004 ragge

Add "Intel PRO/10GbE LR Server Adapter". Regen.


# 1.606 06-Jan-2004 matt

Add HP Tachyon TL and TS device IDs.


# 1.605 05-Jan-2004 matt

Add Agilent Technologies vendor ID
Add Agilent Tachyon_DX2 product ID
Add HP Tachyon_XL2 product ID


# 1.604 20-Dec-2003 thorpej

Add product ID for the SiI 3124 SATALink.


# 1.603 19-Dec-2003 thorpej

Add product ID for the Silicon Image 3114 SATALink.


# 1.602 17-Dec-2003 tls

Add support for some more Marvell-based adapters to the sk driver:

D-Link DGE-530T
Linksys EG1032v2
Linksys EG1064v2

The Linux driver treats all of these the same. Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.


# 1.601 14-Dec-2003 tsutsui

Add ATI Radeon 9200SE.


# 1.600 09-Dec-2003 ad

Add second ID for Intel i960 RM.


# 1.599 08-Dec-2003 pooka

Broadcom 5703 A3


# 1.598 08-Dec-2003 scw

Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.


# 1.597 06-Dec-2003 jdolecek

add NetMos NM9805 and NM9815


# 1.596 05-Dec-2003 grant

add Adaptec AAR-1210SA Serial ATA RAID controller.


# 1.595 28-Nov-2003 chs

add Tandem ServerNet II and various HPT IDE controllers.


# 1.594 28-Nov-2003 cube

Add 3c910 OfficeConnect 10/100B Ethernet.


# 1.593 26-Nov-2003 matt

Add pcHDTV HD-2000 HDTV video capture card.


# 1.592 22-Nov-2003 fvdl

Clean up the Promise IDE controller defines.


# 1.591 03-Nov-2003 cube

Add some IDs for the EPIA-M 10000 motherboard.


# 1.590 25-Oct-2003 chs

add some misc cards I've got.


# 1.589 23-Oct-2003 fvdl

Add a few more broadcom 57xx ids. From FreeBSD.


# 1.588 23-Oct-2003 briggs

Add some ENE Cardbus bridges from FreeBSD.


# 1.587 22-Oct-2003 fvdl

Add:
* an id for the Promise FastTrak 378
* several ids for NVidia nForce3 devices


# 1.586 18-Oct-2003 matt

Add Philips SAA7146AH


# 1.585 18-Oct-2003 lukem

Remove http://members.hyperlink.net.au/~chart/pci.htm link; it doesn't
exist anymore.

Add some more ServerWorks devices


# 1.584 15-Oct-2003 itojun

add Atheros product IDs from athhal_devid.h


# 1.583 14-Oct-2003 martti

Added another Dell Perc 4/DI


# 1.582 10-Oct-2003 thorpej

Add several more Intel Gig-E product IDs.


# 1.581 08-Oct-2003 jonathan

Add Hifn 7954/7955 and 7956. Put adjacent to the very similar hifn 7951.
From Rajesh Vaidyanath <RVaidyanath@hifn.com>, as submitted to FreeBSD.


# 1.580 26-Sep-2003 matt

Add Dell Perc 4/DI


# 1.579 25-Sep-2003 joda

more nvidia devices


# 1.578 21-Sep-2003 nisimura

Redo, again.


# 1.577 21-Sep-2003 nisimura

Redo the previous fix.


# 1.576 21-Sep-2003 nisimura

Fix the company name. It seems these days the company calls itself
"STMicroelectronics" anyway.


# 1.575 15-Sep-2003 bouyer

Rename VT8237_RAID to VT8237_SATA, as this is really what it is.
Suggested by Stephen Degler in kern/22727.


# 1.574 13-Sep-2003 jdolecek

fix description of Intel PRO/100 VM Network Controller with 82562ET/EZ PHY
don't activate any quirks for VM_6 variant
problem reported by Lars Heidieker on current-users

also don't activate any quirks for VM_3 - VM_5 variants, neither
VE_2 - VE_4, in anticipation that the more modern variants don't need
the quirks


# 1.573 28-Aug-2003 thorpej

Hi/Fn is now spelled Hifn. Add some more Hifn products (from openbsd).


# 1.572 27-Aug-2003 kleink

While here, add the AMD8111's ACPI controller.


# 1.571 27-Aug-2003 kleink

Add AMD8111 USB and SMBus controller IDs; from Nicolas Joly in kern/22617.


# 1.570 26-Aug-2003 jdolecek

add SysKonnect SK9821


# 1.569 26-Aug-2003 tron

Add entry for Intel i865G Integrated Graphics Device.


# 1.568 23-Aug-2003 dogcow

add VT6105 support to vr(4)


# 1.567 20-Aug-2003 jonathan

Fix typo (s/5822/5823/) in line for bcm5823 device.


# 1.566 17-Aug-2003 chs

add the uninorth ATA found in the latest G4s, and a highpoint IDE.


# 1.565 17-Aug-2003 bouyer

Add 3com 3c940 Gigabit Ethernet, and VIA KT600 PCI devices. From Stephen Degler
in PR port-i386/22453


# 1.564 14-Aug-2003 itojun

s,PCI/ISA,PCI-ISA,


# 1.563 14-Aug-2003 itojun

add National Semiconductors SC1100 (GEODE) PCI devices.


# 1.562 07-Aug-2003 wiz

Fix ID of Radeon 9100 Secondary; noted by Quentin Garnier.


# 1.561 01-Aug-2003 wiz

Avoid duplicate definitions. From Quentin Garnier in PR 22331.


# 1.560 01-Aug-2003 jonathan

Add product IDs for Sun's bcm582x-compatible crypto accelerators


# 1.559 29-Jul-2003 thorpej

Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.


# 1.558 29-Jul-2003 martin

Add Ricoh 5C551 CardBus + FireWire product ID.
From FUKAUMI Naoki in PR 22292.


# 1.557 29-Jul-2003 martin

Intel 8255GM is GM, not PM (obviously a copy&pasto).
From FUKAUMI Naoki in PR 22293.


# 1.556 27-Jul-2003 jonathan

Add PCI vendor Cavium and product code for their Nitrox XL crypto device.


# 1.555 27-Jul-2003 jonathan

Add PCI vendor code for BlueSteel Networks (now part of Broadcom),
and PCI product codes for the Bluesteel/Broadcom family of security processors.


# 1.554 23-Jul-2003 kleink

Add a couple of Philips A/V broadcast decoder device IDs.


# 1.553 17-Jul-2003 hannken

Add support for the BCM5705:
- Only BCM5705M asic rev A1 was tested.

Thanks to Bill Paul (wpaul@freebsd.org) for help and support.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.552 14-Jul-2003 jmmv

Add ATI Radeon 9200 chip.


# 1.551 14-Jul-2003 wiz

Add MGA G550, from Kouichirou Hiratsuka in PR 22133.


# 1.550 12-Jul-2003 hubertf

Recognize Toshiba Smart Media and Secure Digital cards


# 1.549 06-Jul-2003 dyoung

Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.


# 1.548 06-Jul-2003 simonb

Trailing white-space and TABs nits.


# 1.547 06-Jul-2003 simonb

Fill out E7505 devices.
Fix E7500 HI_D descriptions.


# 1.546 06-Jul-2003 tron

Add Intel 82547EI gigabit chip.


# 1.545 06-Jul-2003 simonb

Add an entry for the Intel E7505 Chipset Memory Controller Hub.


# 1.544 06-Jul-2003 tron

Correct names and descriptions for i875 entries to be consistent with
other Intel chipsets.


# 1.543 06-Jul-2003 tron

Add entries for Intel 865PE chipset.


# 1.542 28-Jun-2003 bouyer

branches: 1.542.2;
Add some intel devices, from Quentin Garnier in private mail.


# 1.541 27-Jun-2003 christos

PR/21498: URA Hiroshi: Add S3 Savage/IXC


# 1.540 27-Jun-2003 drochner

add some missing 3c990 variants


# 1.539 26-Jun-2003 ichiro

add product
Aironet 350 miniPCI Wireless LAN Adapter


# 1.538 14-Jun-2003 ichiro

delete duplicate line


# 1.537 13-Jun-2003 kent

Add some ICH5/ICH5R device IDs.


# 1.536 08-Jun-2003 ichiro

add product ID
PRO/Wireless LAN 2100 3B Mini PCI Adapter


# 1.535 07-Jun-2003 wiz

Add some Brooktree device IDs.


# 1.534 07-Jun-2003 wiz

Add ATI Radeon 9100, 9600TX, 9500/9700.


# 1.533 07-Jun-2003 ichiro

add productID of ATI


# 1.532 07-Jun-2003 ichiro

Upps, mistaken
fixed sufix


# 1.531 07-Jun-2003 ichiro

add deviceID - Intel 82855PM/GM chipset


# 1.530 28-Apr-2003 haya

Add some Texas Instruments' CardBus bridges. Device ID are taken from
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci>.


# 1.529 28-Apr-2003 haya

Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci>


# 1.528 24-Apr-2003 nathanw

Add a few Opteron and AMD8000 chipset device IDs.


# 1.527 22-Apr-2003 fvdl

Add AMD 8131 PCI-X tunnel and IO apic.


# 1.526 15-Apr-2003 augustss

Another VIA device.


# 1.525 15-Apr-2003 augustss

Add another VIA CPU-AGP bridge.


# 1.524 15-Apr-2003 rjs

Add ID for ITE IT8152 companion chip.


# 1.523 13-Apr-2003 explorer

typo, s/TX4/TX2/


# 1.522 12-Apr-2003 explorer

add an older pci id for SATA150TX2PLUS, too


# 1.521 12-Apr-2003 christos

PR/8754: Andreas Wrede: Add SIIG devices


# 1.520 11-Apr-2003 explorer

add Promise ATA/150 TX4 id


# 1.519 05-Apr-2003 lha

add Radeon Mobility M7 LW (AGP)


# 1.518 03-Apr-2003 kent

- Forte Media PCI joystick
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx


# 1.517 29-Mar-2003 jdc

Add support for USRobotics Wireless Access PCI adapter (model 132415).
From Sergio Jimenez in PR kern/20642.


# 1.516 25-Mar-2003 tsubai

Add new Apple devices.


# 1.515 20-Mar-2003 thorpej

Add some more LSI MPT IDs.


# 1.514 18-Mar-2003 thorpej

Add Silicon Image SATALink 3112.


# 1.513 13-Mar-2003 joda

more nvidia devices


# 1.512 06-Mar-2003 bouyer

Remove duplicate in previous.


# 1.511 06-Mar-2003 bouyer

Add several SiS host bridges, from FreeBSD.


# 1.510 03-Mar-2003 soren

Add ATI Radeon M9.


# 1.509 02-Mar-2003 salo

Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->
LynxEM), the already existing records misguided me.


# 1.508 28-Feb-2003 enami

Add product id of ServerWorks CSB6 IDE controller.


# 1.507 26-Feb-2003 salo

Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx)

Print various [company], Inc. consistently as (surprise) [company], Inc.


# 1.506 18-Feb-2003 grant

add Intel PRO/100M.


# 1.505 03-Feb-2003 pooka

add GeForce2 Go


# 1.504 03-Feb-2003 joda

correct previous, and add some more devices found in the Shuttle
SS51G.


# 1.503 02-Feb-2003 bouyer

Add SiS 651 host bridge.


# 1.502 01-Feb-2003 matt

Add Tundra (Newbridge) PowerSpan/PowerSpanII/QSpanII PCI bridges


# 1.501 24-Jan-2003 thorpej

Tweak a Promise description.


# 1.500 24-Jan-2003 thorpej

Add some more Promise products.


# 1.499 24-Jan-2003 thorpej

Sort the Promise entries.


# 1.498 24-Jan-2003 thorpej

Add Nvidia nForce2 ATA133 IDE product ID, and shuffle some
Nvidia entries around a little.


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.497 17-Jan-2003 jonathan

Add pcidevs entries for more Broadcom 570x family variants.


# 1.496 16-Jan-2003 gendalia

Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe
motherboard, Chipset: NVIDIA nForce2 MCP-T


# 1.495 10-Jan-2003 augustss

Add two Intel PCI-PCI bridges.


Revision tags: fvdl_fs64_base
# 1.494 30-Dec-2002 explorer

add atheros communications, Inc. AR5001 reference goop. This is what the 2.4 Ghz / 5 Ghz linksys cardbus card has inside.


# 1.493 26-Dec-2002 matt

Add Promise Serial ATA/150 TX2plus


# 1.492 26-Dec-2002 matt

Add some more BCM570x variants.


Revision tags: gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.491 11-Dec-2002 jdolecek

add Madge Smart 16/4 PCI Ringnode Mk2 entry


# 1.490 03-Dec-2002 explorer

add Ricoh 5C552 Cardbus + Firewire product ID


# 1.489 26-Nov-2002 thorpej

Add IBM 133 PCI-X Bridge.


# 1.488 26-Nov-2002 thorpej

Add Intel i80321 I/O processor.


# 1.487 19-Nov-2002 bsh

Two more vendor IDs for Samsung Electronics Co. Ltd.


# 1.486 15-Nov-2002 tsutsui

Remove an entry for AMD PCNETS_PCI.

AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.


# 1.485 15-Nov-2002 ad

Remove dup product.


# 1.484 09-Nov-2002 grant

add ATI Rage Mobility M1.

from FUKAUMI Naoki in kern/18987.


# 1.483 08-Nov-2002 msaitoh

add Adaptec 200[05]S (DPT)


# 1.482 07-Nov-2002 thorpej

Add Intel i31244 Serial ATA controller.


# 1.481 07-Nov-2002 martin

Add Myson MTD803 3-in-1 Fast Ethernet Controller.


# 1.480 04-Nov-2002 wiz

Fix typo reported by Nicolas Joly in PR 18921.


# 1.479 25-Oct-2002 kent

Correct a typo in the previous change.


# 1.478 25-Oct-2002 kent

Add vender IDs and product IDs:
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html)
- iCompression iTVC15

Correct ID of AMD PBC8111_AC.


# 1.477 24-Oct-2002 grant

COREGA are OEM NDC products.
add NDC NCP130 rev A2 wireless NIC.

From T. M. Pederson in kern/18609.


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.476 21-Oct-2002 soren

Correct name of TI 802.11 chip.


# 1.475 21-Oct-2002 grant

add D-Link 520+ wireless ethernet.


# 1.474 18-Oct-2002 yamt

fix typos; "wiseman" is 82542, not 82452.


# 1.473 16-Oct-2002 leo

Add Fritz!PCI v2.0 ISDN Interface


# 1.472 05-Oct-2002 kent

- Broadcom BCM4401
- VIA VT8235
- Modify description of VT8233_AC97: "VT8233 AC-97 ..." -> "VT8233/VT8235 AC-97 ..."


Revision tags: kqueue-base
# 1.471 24-Sep-2002 pooka

Fix Asus ISDN card ID to be the actual device ID instead of the vendor ID


# 1.470 20-Sep-2002 pooka

Add vendor Dynalink and a few devices by other manufacturers for use
in the iwic ISDN driver.


# 1.469 19-Sep-2002 nathanw

Add AMD 761 system controller and ppb.


# 1.468 11-Sep-2002 bouyer

Add 2 accard pciide controllers. From linux.


# 1.467 06-Sep-2002 uwe

Add product ids for Integraphics Systems CyberPro 2000 and 2010.


Revision tags: gehenna-devsw-base
# 1.466 23-Aug-2002 bouyer

Add Promise Ultra133TX2 and Ultra133TX2v2 PCI ID.


# 1.465 16-Aug-2002 heinz

Add Lucent/Agere FW322/323 IEEE 1394 controller


# 1.464 10-Aug-2002 toshii

Add SiS745 host bridge.


# 1.463 08-Aug-2002 drochner

addanother ppb


# 1.462 04-Aug-2002 thorpej

Add product ID for the ADI i80200 Big Endian Companion Chip.


# 1.461 03-Aug-2002 kent

Add the following:
- SiS 7012 AC-97 (kern/17716)
- NVIDIA nForce MCP AC-97
- AMD 8111 AC-97


# 1.460 02-Aug-2002 soren

Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.


# 1.459 02-Aug-2002 ad

PR 17719 from Mark Davies: Additional Adaptec RAID controller types.


# 1.458 31-Jul-2002 bouyer

Ops, remove duplicate entry for 82801DB_LPC, pointed out by geoff wing.


# 1.457 30-Jul-2002 bouyer

Add Intel 845G PCI IDs, from kern/17743 by Andreas Wrede <andreas@planix.com>


# 1.456 29-Jul-2002 augustss

Add a couple of bridge devices.


# 1.455 26-Jul-2002 onoe

Add Silicon Image (CMDTECH) 0680


# 1.454 22-Jul-2002 msaitoh

Add Intel 82801E Communications I/O Controller Hub (C-ICH)


# 1.453 12-Jul-2002 enami

Add product id of Altima AC1001.


# 1.452 09-Jul-2002 matt

Add Apple Xserve PCI devices (more UniNorth) stuff.


# 1.451 09-Jul-2002 thorpej

Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.


# 1.450 07-Jul-2002 augustss

Add some Sandburst products.


# 1.449 05-Jul-2002 enami

Add vendor id of Avlab technology, Inc. and product id of Low Profile PCI
4 Serial (but not used actually).


# 1.448 04-Jul-2002 rjs

Add Peak System Technik CAN Controller.


# 1.447 03-Jul-2002 msaitoh

add ServerWorks CMIC LE, CMIC SL and CIOB-X2


# 1.446 27-Jun-2002 pooka

two AVM isdn interfaces


# 1.445 26-Jun-2002 cjs

Add Altima AC9100 Gigabit Ethernet ID. This may not be the correct name.
However, it's the chip on the NetGear GA302T card.


# 1.444 26-Jun-2002 cjs

Add a couple more TI IEEE 1394 host controllers.


# 1.443 22-Jun-2002 fvdl

Add Altima PCI Ids.


# 1.442 22-Jun-2002 cjs

For new Intel network controllers, update descriptions and fix numbering.


# 1.441 22-Jun-2002 cjs

Add new Intel Ethernet cards.


# 1.440 21-Jun-2002 thorpej

Add product ID for Intel 82452KX/GX PCI-Host bridge.

PR 17353, from MOCHIDA Shuji.


# 1.439 17-Jun-2002 jdolecek

add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs


# 1.438 10-Jun-2002 cjs

Add Viatech VT8233A PCI-ISA Bridge.


# 1.437 09-Jun-2002 taca

Add VIA Technologies's VT8231 IDE Controller.


# 1.436 04-Jun-2002 fvdl

Add AMD 8111 IDE id.


# 1.435 03-Jun-2002 briggs

Add Motorola's MPC8245 (Kahlua II) host bridge.


# 1.434 02-Jun-2002 seb

Add product Titan PCI-800L aka VSCom PCI-800L, a 8 serial puc card, from PR
17140.
Reviewed/approved by veego@ and martin@.


# 1.433 28-May-2002 christos

add action tec


# 1.432 28-May-2002 tron

Add entries for Intel i850 and i860 chipsets.


# 1.431 27-May-2002 drochner

add one more of our own products


# 1.430 25-May-2002 ichiro

add 21555 Non-Transparent PCI-PCI Bridge


# 1.429 24-May-2002 lukem

add NetMos Quad UART and 1284 Printer port


Revision tags: netbsd-1-6-base
# 1.428 19-May-2002 bouyer

branches: 1.428.2;
Add HPT372 and 74 PCI IDE controllers.


# 1.427 19-May-2002 sommerfeld

Some E7500 device ids


# 1.426 18-May-2002 sommerfeld

Some P64H2 device ids


# 1.425 18-May-2002 matt

Add SYMBIOS FC9[12]9 and 1030R


# 1.424 15-May-2002 augustss

branches: 1.424.2;
Give a more suitable name to the DEC 21554 bridge.


# 1.423 14-May-2002 augustss

Add a Heuricon host bridge.


# 1.422 03-May-2002 augustss

Add Sandburst.


# 1.421 29-Apr-2002 nonaka

Added two IBM devices.


# 1.420 26-Apr-2002 ad

Oops, add more IDs used by aac_pci.c.


# 1.419 18-Apr-2002 thorpej

Add Symbios 53c875A product ID.


# 1.418 18-Apr-2002 tshiozak

add PCI/USB vendor ID for Kurusugawa Electronics, Inc.
PCI-ID: 0x6809, USB-ID: 0x0b7e.


# 1.417 16-Apr-2002 drochner

add some C&T VGA chip


# 1.416 15-Apr-2002 mycroft

Use chip numbers for most of the new Adaptec IDs, not board numbers.


# 1.415 15-Apr-2002 ad

Add a bunch of Adaptec, Dell and HP products. From OpenBSD.


# 1.414 05-Apr-2002 mycroft

Update some ServerWorks and VIA IDs. Add the ServerWorks CSB5 southbridge and
the Apollo ProMedia 133 chipset.


# 1.413 27-Mar-2002 abs

Add 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'


Revision tags: eeh-devprop-base
# 1.412 19-Mar-2002 bouyer

Add AMD768 devices, from
http://members.hyperlink.net.au/~chart/download/pcidevs.txt


# 1.411 11-Mar-2002 joda

some devices found in a dell machine


Revision tags: newlock-base
# 1.410 01-Mar-2002 kleink

Add Motorola Raven, Falcon and Hawk product IDs.


Revision tags: ifpoll-base
# 1.409 28-Feb-2002 junyoung

Oops, readd an ID for Rage XL which was removed in previous commit.


# 1.408 28-Feb-2002 junyoung

Better fix of duplicate ATI Rage Pro IDs. `_B' and `_P' mean BGA and
PQFP, respectively.


# 1.407 27-Feb-2002 martin

Avoid duplicate define for ATI Rage Pro PCI


# 1.406 27-Feb-2002 junyoung

Fully revise product IDs for ATI Mach64 and Rage graphics cards.

XXX Rage 128 not revised.


# 1.405 24-Feb-2002 kleink

Add IBM 82660 PowerPC to PCI Bridge and Memory Controller.


# 1.404 20-Feb-2002 simonb

Use BCM prefix instead of SB prefix in previous.


# 1.403 20-Feb-2002 simonb

Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.


# 1.402 20-Feb-2002 simonb

Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".


# 1.401 16-Feb-2002 thorpej

Add the AMD Elan SC520 System Controller.


# 1.400 04-Feb-2002 junyoung

Add some more product ID's for ATI Mach64 graphics cards.


# 1.399 02-Feb-2002 tsutsui

Add Initio INIC-850/1060 SCSI and variants.


# 1.398 02-Feb-2002 tsutsui

Add HiNT Corp. HB1 PCI-PCI bridge.


# 1.397 30-Jan-2002 tron

Fix vendor entry for "Rendition Inc.". This patch was supplied by
Paul Shupak in PR kern/15367.


# 1.396 29-Jan-2002 junyoung

- s/INTERGRAPHICS/INTEGRAPHICS/
- Add two product IDs for Integraphics Systems graphics cards.


# 1.395 28-Jan-2002 thorpej

Add product ID for the Intel i82544GC 64-bit variant.


# 1.394 26-Jan-2002 tron

Add missing names for devices supported by puc(4).
This patch was supplied by Paul Shupak in PR kern/15368.


# 1.393 26-Jan-2002 ichiro

OCHI -> OHCI


# 1.392 22-Jan-2002 junyoung

Rename RAGEXL to MACH64_GR.


# 1.391 22-Jan-2002 junyoung

Add ATI Mach64 GS.


# 1.390 21-Jan-2002 ichiro

fixed some products name


# 1.389 21-Jan-2002 eeh

Add the device id for something that claims to be an ATI Rage XL.


# 1.388 21-Jan-2002 thorpej

* Add Broadcom Corporation vendor ID.
* Add 3Com 3c996 product ID.
* Add Alteon "Tigon 3" (Broadcom BCM570x) product IDs.
* Add Broadcom Corporation BCM570x product IDs.


# 1.387 15-Jan-2002 thorpej

Add the Intel i82544GC Gig-E.


# 1.386 14-Jan-2002 augustss

Fix typo.


# 1.385 14-Jan-2002 augustss

Change some names that I added earlier.


# 1.384 13-Jan-2002 augustss

Add 3Com 3crwe777a AirConnect.


# 1.383 09-Jan-2002 augustss

Add Intel 82801 and 82830.


# 1.382 05-Jan-2002 junyoung

Remove Mach64 B that conflicts with Mach64 GP.


# 1.381 04-Jan-2002 augustss

Add a bunch of PCI-wireless PCMCIA adapters. They are probably all based
on a PLX chip. (For which we have no driver yet.)


# 1.380 03-Jan-2002 rafal

Add Rainbow Technologies vendor ID & Rainbow CryptoSwift 200 PKI accelerator
(CS200/PCI).


# 1.379 01-Jan-2002 augustss

Add a radio card.


# 1.378 30-Dec-2001 ichiro

add
TSB43AA22 OHCI IEEE 1394 Host Controller


# 1.377 29-Dec-2001 ichiro

add products
VT6305 OCHI IEEE 1394 Controller
VT3606 OCHI IEEE 1394 Controller


# 1.376 20-Dec-2001 thorpej

Add the product ID for the SiS 630 PCI-Host bridge.


# 1.375 16-Dec-2001 thorpej

Add Middle Digital, Inc. vendor ID. Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.


# 1.374 15-Dec-2001 soren

Add Cologne Chip Designs ISDN controller.


# 1.373 13-Dec-2001 bouyer

Add some promise controllers, from FreeBSD


# 1.372 11-Dec-2001 ad

Add some Intel/ICP-Vortex/Compaq products.


# 1.371 11-Dec-2001 kleink

Add product ID for the Motorola MPC107.


# 1.370 07-Dec-2001 onoe

Add HPB and LPC functions of 82801BAM.


Revision tags: thorpej-mips-cache-base
# 1.369 07-Nov-2001 thorpej

Correct i80312 description.


# 1.368 07-Nov-2001 thorpej

Add product ID for the Cyclone PCI-700 (IQ80310).


# 1.367 25-Oct-2001 augustss

Add some VIA KT266 numbers.


# 1.366 24-Oct-2001 thorpej

Add product IDs for the Powerhouse Systems PowerPro and PowerTop
PowerPC system controllers.


# 1.365 24-Oct-2001 thorpej

More Intel Gig-E ID fixups, and add Intel i82544 Gig-E IDs.


# 1.364 16-Oct-2001 tron

branches: 1.364.2;
Add host bridges of SiS 645, 650 and 730 chipsets.


# 1.363 13-Oct-2001 ichiro

add vendor & product ID
Intersil PRISM2.5 Mini-PCI WLAN


# 1.362 11-Oct-2001 tron

Add host bridge of the SiS 735 chipset.


Revision tags: thorpej-devvp-base3
# 1.361 03-Oct-2001 simonb

Minor correction to the name of the 405GP PCI bridge.


# 1.360 01-Oct-2001 thorpej

Add product ID for the RealTek 8139[BC].


Revision tags: thorpej-devvp-base2
# 1.359 28-Sep-2001 thorpej

More corrections to Intel Gig-e product IDs.


# 1.358 27-Sep-2001 itojun

add 4DWAVE and SiS sound devices.


Revision tags: post-chs-ubcperf pre-chs-ubcperf
# 1.357 15-Sep-2001 chris

Add voodoo 4/5 entry for 3DFX.


# 1.356 10-Sep-2001 eeh

Add Sun GEM gigabit network card.


Revision tags: thorpej-devvp-base
# 1.355 05-Sep-2001 drochner

branches: 1.355.2;
we (research center Juelich) are a PCISIG member now - add the vendor ID
and some products


# 1.354 04-Sep-2001 thorpej

Add product ID for the Intel IXP1200 Network Processor.


# 1.353 04-Sep-2001 pooka

add Allegro-1 ID

also from Jared D. McNeill


# 1.352 04-Sep-2001 pooka

add another device ID for the ESS Maestro3

from Jared D. McNeill


# 1.351 30-Aug-2001 soren

Add some more Hifn chips.


# 1.350 28-Aug-2001 tsubai

Add more Apple devices.


# 1.349 27-Aug-2001 enami

Sort Intel products by id and kill duplicated entries.


# 1.348 27-Aug-2001 ad

Add a DPT PCI-PCI bridge.


# 1.347 23-Aug-2001 thorpej

Take part numbers out of the PCnet-PCI product descriptions.


# 1.346 23-Aug-2001 thorpej

Add Promise ATA/100 TX2 device ID.


# 1.345 20-Aug-2001 fvdl

Add some entries for the AMD 76x chipset for completeness.


# 1.344 20-Aug-2001 gehenna

Add NEC USB2.0 Host Controller


# 1.343 18-Aug-2001 thorpej

Add Avance Logic ALS4000 Audio.


# 1.342 17-Aug-2001 matt

Add Apple Uni-N (as used in QuickSilver) product IDs.


# 1.341 13-Aug-2001 cjs

Add Transmeta and products, and an ALI integrated sound/modem device.


# 1.340 31-Jul-2001 matt

Add pci ids for the Intel 80312 I/O companion chip for the
Intel 80200 XScale processor.


# 1.339 28-Jul-2001 pooka

3c556 V.90 MiniPCI modem


# 1.338 25-Jul-2001 thorpej

Add the Antares Microsystems, Inc. vendor ID, and the product ID
for their Gigabit Ethernet board (a TC9021 board targeted at the
Sun market).


# 1.337 23-Jul-2001 bouyer

Add TITAN PCI100H.


# 1.336 30-Jun-2001 thorpej

branches: 1.336.2;
Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-E
products.


# 1.335 28-Jun-2001 thorpej

Add Tamarack Microelectronics, Inc. vendor ID, and product ID for
Tamarack TC9021 Gigabit Ethernet.


# 1.334 27-Jun-2001 mcr

added Solidum PAX.ware 1100 and Lucent ORCA PCI targets


# 1.333 20-Jun-2001 thorpej

Add more/update existing 3Com 3CR990 product IDs.


# 1.332 20-Jun-2001 thorpej

Add SysKonnect SKNET-GE (GEnesis Gigabit Ethernet).


# 1.331 20-Jun-2001 imp

Add O2Micro PCI-{CardBus,PCMCIA} bridges:
OZ6729, OZ6730, OZ6832/OZ6833, OZ6860 and OZ6812/OZ6872


# 1.330 18-Jun-2001 onoe

Add Cisco/Aironet 350


# 1.329 17-Jun-2001 tsubai

Add device IDs on the new iBook.


# 1.328 13-Jun-2001 simonb

Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.


# 1.327 11-Jun-2001 thorpej

Add Level One product ID, and LXT-1001 10/100/1000 Ethernet
product ID.


# 1.326 11-Jun-2001 tron

Add support for the D-Link DFE-530TX+. Patch supplied by
Gabriel Rosenkoetter in PR kern/13161.


# 1.325 31-May-2001 nisimura

Add product IDs for IDT RC32234 and RC32334 system controllers.


# 1.324 21-May-2001 thorpej

Add ICH3 network controller IDs.


# 1.323 18-May-2001 enami

Add product IDs of internal devices found in NEC VRC4173 and vendor/product
ID of MediaQ MQ200.


# 1.322 17-May-2001 drochner

add some stuff I got between my fingers


# 1.321 14-May-2001 thorpej

Add product ID for the National Semiconductor DP83820 Gigabit Ethernet
chip.


# 1.320 06-May-2001 fvdl

Add some IDs for the AMD760 chipset, as specified in the datasheet.


Revision tags: thorpej_scsipi_beforemerge
# 1.319 25-Apr-2001 simonb

Spell "portege" correctly - it's a computer, not a car.


Revision tags: thorpej_scsipi_nbase thorpej_scsipi_base
# 1.318 21-Apr-2001 tsutsui

Correct an entry for Acard UDMA IDE controller.
The chip is actually marked as ATP860-A, not ATP860R.


# 1.317 13-Apr-2001 hubertf

Move the Trident CyberClade entry where it belongs.


# 1.316 12-Apr-2001 itojun

change symbol for LMC T1 card. part of PR 12331.


# 1.315 12-Apr-2001 matt

Add UltraSparc IIe PCI interface.


# 1.314 09-Apr-2001 ad

Add Tekram DC-315/DC-395.


# 1.313 31-Mar-2001 minoura

Add Cyrix products (MediaGX).


# 1.312 21-Mar-2001 soren

Lower-case a few hex digits for easier searching.


# 1.311 21-Mar-2001 hubertf

Add Trident CyberBlade as found in Toshiba Satellite Pro 4600


# 1.310 20-Mar-2001 mrg

add sun device ids found on sunblade1000 systems.


# 1.309 17-Mar-2001 thorpej

Fixup some Intel Gig-E entries.


# 1.308 13-Mar-2001 bouyer

Add Titan Electronics Inc vendor ID (from linux) and Titan VS-800H
product.


# 1.307 07-Mar-2001 matt

Add Galileo GT-64260.


# 1.306 05-Mar-2001 matt

branches: 1.306.2;
Add Winbond W83C533F functions.


# 1.305 04-Mar-2001 msaitoh

Add an entry for NetMos


# 1.304 02-Mar-2001 thorpej

Add Mylex AcceleRAID and eXtremeRAID product and sybsystem IDs.


# 1.303 02-Mar-2001 thorpej

Add product ID for Xircom WinGlobal modem.


# 1.302 18-Feb-2001 bouyer

Add Intel 82801BAM IDE controller, found in laptops. From OpenBSD


# 1.301 18-Feb-2001 matt

Add Symbios FC909


# 1.300 12-Feb-2001 tshiozak

add CMI8738B.


# 1.299 11-Feb-2001 ad

Add another 3ware product.


# 1.298 04-Feb-2001 briggs

Add the MPC8240 (Kahlua) Host Bridge


# 1.297 02-Feb-2001 hubertf

Add M5243 PCI-AGP Bridge
Fixes PR 11466 by Jared D. McNeill <jmcneill@invisible.yi.org>


# 1.296 31-Jan-2001 thorpej

Add the SEGA Dreamcast Broadband Adapter.


# 1.295 26-Jan-2001 rh

Add Toshiba Protege product code


# 1.294 26-Jan-2001 rh

Add product code for the Compaq Armada M700 Notebook


# 1.293 22-Jan-2001 jdolecek

add US Robotics (3Com) 56K Voice Internal PCI Modem (WinModem) entry
I wish I'd been less foolish and not bought this device ...


# 1.292 22-Jan-2001 mjl

Add stallion products.


# 1.291 17-Jan-2001 thorpej

Update the Intel Gigabit Ethernet entries.


# 1.290 15-Jan-2001 thorpej

Add the 66MHz version of the Symbios 53c1010.


# 1.289 12-Jan-2001 itojun

add product ID for LMC T1 card. from freebsd.


# 1.288 09-Jan-2001 rh

Add COMPAL vendor and COMPAL 38W2 product (OEM for Dell Inspiron 5000e)


# 1.287 09-Jan-2001 thorpej

Add Symbios 53c1510D.


# 1.286 08-Jan-2001 thorpej

Add product ID for the Accton EN2242 10/100 Ethernet (an ADMtek AN985).


# 1.285 08-Jan-2001 thorpej

Add product ID for DEC SWXCR RAID (a Mylex v5 controller).


# 1.284 08-Jan-2001 rh

Add IDs for the NEC Versa LX and Versa Pro LX


# 1.283 03-Jan-2001 mycroft

Add Chrysalis-ITS LunaVPN card.


# 1.282 31-Dec-2000 ad

Fix Mylex products.


# 1.281 30-Dec-2000 eeh

Fix typo.


# 1.280 30-Dec-2000 eeh

Add Sun psycho bus controller.


# 1.279 27-Dec-2000 tsutsui

Fix entries of Acard UDMA IDE controllers.


# 1.278 27-Dec-2000 augustss

Add a VIA chipset and Nvidia GeForce2 MX.


# 1.277 23-Dec-2000 tsutsui

Add Acard UDMA IDE controllers.


# 1.276 14-Dec-2000 onoe

add Aironet 4500/4800


# 1.275 05-Dec-2000 drochner

add some chips I met in the last weeks


# 1.274 20-Nov-2000 onoe

CXD32222 -> CXD3222 (Sony OHCI Controller)


# 1.273 18-Nov-2000 thorpej

Add some 3D Labs products, from XFree86, via groo@netbsd.org


# 1.272 14-Nov-2000 bouyer

Add Alteon and netgear 1000baseT variants of the gigabit ethernet adapter.

From FreeBSD


# 1.271 04-Nov-2000 thorpej

Add a couple NeoMagic products. From OpenBSD.


# 1.270 03-Nov-2000 ad

Oops


# 1.269 03-Nov-2000 ad

Pequr Technology is now called ServerWorks.


# 1.268 27-Oct-2000 thorpej

Add a bunch of Intel PCI chipsets. From OpenBSD.


# 1.267 27-Oct-2000 thorpej

Add a bunch of Pequr (ServerWorks) products. From OpenBSD.


# 1.266 19-Oct-2000 thorpej

Add the ICS Advent PCI-WDT500/501 watchdog timer boards.


# 1.265 14-Oct-2000 simonb

Add ATI Mobility M3 (both PCI and AGP).


# 1.264 12-Oct-2000 itojun

pci device ID for hifn 7751-based crypto cards. from openbsd.


# 1.263 03-Oct-2000 thorpej

Add ADMtek AN985 10/100 Ethernet.


# 1.262 27-Sep-2000 augustss

Add some ATI Rage cards and some Intel chips.


# 1.261 20-Sep-2000 thorpej

Add National Semiconductor DP83815 10/100 Ethernet.


# 1.260 19-Sep-2000 fvdl

Add IDs for the 3c555, 556 and 556B 3Com MinPCI Ethernet cards.


# 1.259 13-Sep-2000 ad

Add product IDs for AMI MegaRAID boards.


# 1.258 13-Sep-2000 tron

Remove incomplete (and incorrect) entry for D-Link 530.


# 1.257 13-Sep-2000 tron

Use "VT6102 (Rhine II) 10/100 Ethernet" as description to be consistent
with existing entry for "VT86C100A (Rhine-II) 10/100 Ethernet".


# 1.256 13-Sep-2000 tron

Add VT6102 Rhine II 10/100BaseTX ethernet chip used on e.g. the
D-Link 530TX NIC.


# 1.255 07-Sep-2000 soren

s/AT&T Microelectronics/Lucent Technologies/


# 1.254 04-Sep-2000 soren

Add Intel 440GX host bridge.


# 1.253 04-Sep-2000 itojun

Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)


# 1.252 02-Sep-2000 cgd

after discussion with veego, rename constant for 3D Labs Permedia 2 from
PERMEDI2 to PERMEDIA2. (substance over style. 8-) Also, fix a typo
I noticed in a comment.


# 1.251 29-Aug-2000 wiz

add vendors HAUPPAUGE, ASKEY, AVERMEDIA


# 1.250 21-Aug-2000 enami

Add a product id for the promise ata-100 controller found on
MS-6321 (694D Pro). Reported in the PR#10756 by Kazuki Sakamoto.


# 1.249 21-Aug-2000 haya

Add several Texas Instrument's PCI-CardBus bridges.


# 1.248 10-Aug-2000 soren

s/Toshiba America Info Systems/Toshiba/ since they are the main PCI issuer.
Add new version of the Oboe FIR device.


# 1.247 07-Aug-2000 billc

Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.


# 1.246 04-Aug-2000 ad

Vortex Computer Systems changes, from OpenBSD:
- Add product ID for GDT6518RS.
- Fix bogus product IDs.


# 1.245 23-Jul-2000 jonathan

* Add entries for older Yamaha YMF chips (724, 740) plus the
newer steppings (740C, 724F) which use the same microcode as the
DS-1S/DS-1E


# 1.244 20-Jul-2000 ad

Add what is apparently ESS's old vendor ID and corresponding product ID for
the Maestro 1.


# 1.243 10-Jul-2000 ad

Add ICP Vortex RAID controllers.


# 1.242 09-Jul-2000 mycroft

Add ID for i82559ER.


# 1.241 08-Jul-2000 mrg

add microSPARC IIep PCI controller


# 1.240 04-Jul-2000 enami

Add device ID of promise ultra100/ata controller.


# 1.239 03-Jul-2000 gmcgarry

Devices found in NEC Versa Note VX


# 1.238 24-Jun-2000 joda

add Intel 82801BA devices


# 1.237 21-Jun-2000 bouyer

Add CMD PCI0649 product ID.


Revision tags: netbsd-1-5-base
# 1.236 16-Jun-2000 soren

branches: 1.236.2;
Add some S3 chips.


# 1.235 13-Jun-2000 tron

Add CMD PCI0648.


# 1.234 12-Jun-2000 nathanw

Add AMD 79c978 PCnet-PCI Home.


# 1.233 12-Jun-2000 bouyer

Shorter description for the HPT366


# 1.232 12-Jun-2000 bouyer

Add HPT366/370 device ID.
XXX Is 'TRIONES' the rigth vendor name ?


# 1.231 09-Jun-2000 augustss

Add some PCI devices found in the IOpener (commited from the IOpener itself :).


# 1.230 07-Jun-2000 ad

Add vendor/device ID for 3ware Escalade IDE RAID controller.


# 1.229 07-Jun-2000 mrg

fix a couple of the sun entries.


# 1.228 07-Jun-2000 soren

Add Trident 9397DVD.


# 1.227 06-Jun-2000 kleink

Add the product ID for the ESS Maestro 3 modem function as well.


# 1.226 05-Jun-2000 kleink

Add the ESS Maestro 3 product ID as well.


# 1.225 05-Jun-2000 kleink

ESSTECH:
* add what's allegedly the Maestro 1's product ID.
* align product names with data sheets.


# 1.224 30-May-2000 matt

Add the TI 1394 controllers. Makes all the 1394 controller descriptions
similar.


# 1.223 28-May-2000 drochner

-correct description for 3c905b-FX (100 Mb only)
-add Neomagic 256ZX


# 1.222 27-May-2000 scw

Add entries for a couple of OPTi PCI-IDE controllers.


# 1.221 27-May-2000 nathanw

Whitespace police.


Revision tags: minoura-xpg4dl-base
# 1.220 27-May-2000 soren

branches: 1.220.2;
Add a few devices.


# 1.219 26-May-2000 matt

Add NEC 1394 OHCI chips


# 1.218 18-May-2000 drochner

fix typo in last commit


# 1.217 18-May-2000 garbled

Add the device ID for the IBM MPIC-II.


# 1.216 14-May-2000 soren

Add SGI IOC3.


# 1.215 12-May-2000 thorpej

Add product ID for 3Com 3c980C-TXM 10/100 Ethernet. From Paul J. Lavoie,
kern/10037.


# 1.214 07-May-2000 jonathan

Product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.


# 1.213 30-Apr-2000 dante

Add ASB-3940U3W host adpeter (AdvanSys)


# 1.212 28-Apr-2000 augustss

Add 2 more eap audio devices.


# 1.211 26-Apr-2000 thorpej

Add product ID for the PLX Technology 9060ES PCI bus controller. Note this
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.


# 1.210 22-Apr-2000 augustss

Add some CMedia audio devices. From T.SHIOZAKI <AoiMoe@imou.to>


# 1.209 19-Apr-2000 bouyer

Add some Symbios devices.


# 1.208 18-Apr-2000 cgd

SiByte, Inc. is vendor 0x166d.


# 1.207 17-Apr-2000 thorpej

Add product ID for the S3 Trio3D/2X AGP graphics adapter.


# 1.206 03-Apr-2000 joda

add some NVIDIA chipsets


# 1.205 31-Mar-2000 tsarna

Add auvia, a driver for the integrated AC'97 audio on the VIA VT82C686A
southbridge.

Tested on a ASUS K7M (w/ AD1881 codec). Please report any problems.


# 1.204 30-Mar-2000 joda

add the device id for the VIA 686A modem controller, continuing the
trend of mislabelling VIA's south bridges


# 1.203 27-Mar-2000 ad

Add a couple of DPT devices.


# 1.202 23-Mar-2000 joda

add two Intel 82810E devices (from IWAMOTO Toshihiro)


# 1.201 23-Mar-2000 ad

Back out rev 1.197.


# 1.200 21-Mar-2000 joda

add two VIA VT8371 devices


# 1.199 16-Mar-2000 thorpej

Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
is an i82559 with a different product ID).


# 1.198 14-Mar-2000 tsarna

Add product ids for some VIA Technologies VT82C686A southbridge devices.


# 1.197 13-Mar-2000 ad

Add a bunch of Compaq array controllers.


# 1.196 11-Mar-2000 jdolecek

Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.


# 1.195 09-Mar-2000 jdolecek

Add Conexant SoftK56 PCI Software Modem, Sony CXD3222 OHCI i.LINK(IEEE 1394)
PCI controller, Sony Memory Stick I/F Controller
Ids send by John Hawkinson in kern/9588


# 1.194 06-Mar-2000 mark

Add SYMPHONY 83C553 PCI-ISA bridge.
Add alternative ID for Winbond W89C940F.


# 1.193 04-Mar-2000 tron

Add AMD Athlon chipset related devices. Patch supplied by Dave Sainty in
PR kern/9533.


# 1.192 16-Feb-2000 soren

Add Toshiba ISA bridge.


Revision tags: chs-ubc2-newbase
# 1.191 08-Feb-2000 bouyer

Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
From Kent Polk.


# 1.190 03-Feb-2000 dante

Add AdvanSys U2W boards


# 1.189 03-Feb-2000 joda

2 Micro -> O2 Micro


# 1.188 31-Jan-2000 thorpej

Add SiS 7016 10/100 Ethernet.


# 1.187 25-Jan-2000 haya

Add TI PCI 1451 PCI-CardBus bridge.


# 1.186 24-Jan-2000 joda

TI PCI2030 is a PCI-PCI bridge


# 1.185 23-Jan-2000 tsubai

Add Apple KeyLargo and UniNorth.


# 1.184 12-Jan-2000 haya

Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.


# 1.183 11-Jan-2000 matt

Add CompuModules DVB receiver and transmitter boards.


# 1.182 09-Jan-2000 soren

Add MPC105.


# 1.181 05-Jan-2000 drochner

add some stuff which was mentioned on the mailing lists recently


# 1.180 30-Dec-1999 hubertf

Add an entry for the Trident Microsystems CYBER 9525
(as found in an Toshiba Satellite 2650 XDVD).


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.179 17-Dec-1999 drochner

add Intel 450NX stuff


# 1.178 17-Dec-1999 augustss

Change the Galileo entries so the generated code can be compiled.


# 1.177 17-Dec-1999 soren

Fix comment.


# 1.176 17-Dec-1999 soren

Add Galileo Technology system controllers.
Remove obsolete ID database URL.


# 1.175 15-Dec-1999 kleink

* Add ESS Maestro2 product ID.
* Add TerraTec vendor ID.


# 1.174 04-Dec-1999 castor

Add vendor ID for Lava Semiconductor (http://www.lavalink.com)


# 1.173 04-Dec-1999 thorpej

Add some of the Compaq RAID controller IDs.


# 1.172 01-Dec-1999 drochner

add Cyclades 4Y and 8Y


# 1.171 30-Nov-1999 drochner

add 3c905B-COMBO


# 1.170 17-Nov-1999 augustss

Add the SBLive! joystick device.


Revision tags: fvdl-softdep-base
# 1.169 12-Nov-1999 is

Identification of DOMEX PCI-SCSI board, by Thilo Manske, PR 8772.


# 1.168 07-Nov-1999 cgd

back out rev 1.166:
(1) the list added isnt' complete and i'd call it incorrect. (There are
other devices with these names, where were omitted. I've never seen
the devices with these IDs, I _have_ seen the other devices that go
by these names.)
(2) the PR (8754) had not been updated to note that the problem was
fixed, and i'd preiously asked the submitter for more information and/or
a corrected list.


# 1.167 06-Nov-1999 rh

Add vendor/product entry for Auravision VxP524 PCI Video Processor.


# 1.166 06-Nov-1999 augustss

Add SIIG devices. Closes PR kern/8754 from Andreas Wrede <andreas@planix.com>


# 1.165 04-Nov-1999 tsarna

Add Aureal AU8820


# 1.164 04-Nov-1999 augustss

Add SBLive!


# 1.163 04-Nov-1999 joda

add Xircom X3201-3 Fast Ethernet Controller


Revision tags: comdex-fall-1999-base
# 1.162 01-Nov-1999 augustss

Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl
Closes PR kern/8729.


# 1.161 29-Oct-1999 matt

Add AHA-1480 (adaptec cardbus scsi)


# 1.160 29-Oct-1999 haya

Maintainance the name of Ricoh PCI-CardBus bridges.


# 1.159 11-Oct-1999 hannken

branches: 1.159.2; 1.159.4;
Add an entry for the Adaptec 2940UW Pro Scsi adapter.


# 1.158 29-Sep-1999 thorpej

branches: 1.158.2;
- Add Sundance Technolgy vendor ID.
- Add Sundance Technolgy ST201 10/100 Ethernet product ID.
- Add D-Link DFE-550TX product ID (uses ST201 chip).


# 1.157 29-Sep-1999 thorpej

Add adaptec AIC-6915 10/100 Ethernet.


# 1.156 27-Sep-1999 ad

s@SmartCache/Raid@SmartCache/SmartRAID@


# 1.155 11-Sep-1999 soren

Add ENI SpeedStream.


# 1.154 10-Sep-1999 augustss

Add more TI CardBus bridges. Taken from the CardBus patches.


# 1.153 08-Sep-1999 thorpej

Add some more Tulip clones.


# 1.152 08-Sep-1999 thorpej

Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
product ID (Yet Another Tulip Clone).


# 1.151 08-Sep-1999 thorpej

LITEON_PNIC -> LITEON_82C168


# 1.150 01-Sep-1999 drochner

-add some incarnations of the Alteon gigabit Ethernet adapter
-sort some entries which were put in by legasthenics


# 1.149 28-Aug-1999 augustss

Add a bunch of i810 devices. From Paul Shupak <paul@plectere.com>.


# 1.148 27-Aug-1999 thorpej

Add Samsung Semiconductor KS8920 10/100 Ethernet.


# 1.147 24-Aug-1999 soren

Add Intel i740.


# 1.146 17-Aug-1999 drochner

-mention a location where the old PCI database can still be found
-add Alteon Gigabit Ethernet


# 1.145 16-Aug-1999 mcr

Added Solidum Systems PCI vendor ID and Device IDs


# 1.144 12-Aug-1999 bouyer

Add Promise Ultra66, change entry of Ultra33 to reflect the fact that can
"only" do ultra/33.


Revision tags: chs-ubc2-base
# 1.143 01-Aug-1999 veego

Add an entry for the TI PCI1211 PCI-CardBus Bridge.
From the cardbus patches.


# 1.142 29-Jul-1999 thorpej

Add some Initio SCSI controller IDs.


# 1.141 28-Jul-1999 soren

Correct Acard device names.
Add and update a few IBM devices.
Add Toshiba and NEC devices in Portege 3K's.


# 1.140 27-Jul-1999 castor

Add vendor ID for Geocast


# 1.139 27-Jul-1999 thorpej

Add product ID for the SMC 83c175 Fast Ethernet chip. This is a cousin
of the SMC 83c170 which also supports CardBus.


# 1.138 20-Jul-1999 drochner

add TI TVP4020 Permedia 2


# 1.137 15-Jul-1999 ross

product 3COM 3C905CTX 0x9200


# 1.136 15-Jul-1999 augustss

Add Cinemaster C 3.0 DVD Decoder.


# 1.135 14-Jul-1999 fvdl

Add/change a few Adaptec controller IDs.


# 1.134 12-Jul-1999 kleink

Change the ESS Solo-1 description string to match the data sheet.


# 1.133 30-Jun-1999 fair

A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.

No regeneration required.


# 1.132 27-Jun-1999 drochner

add some realtek 8139 clones


# 1.131 19-Jun-1999 augustss

Add Sony CXD 1947A FireWrire Controller and Neomagic 128XD.


# 1.130 18-Jun-1999 tsubai

Add some Apple and MOT products.


# 1.129 05-Jun-1999 tron

Add Matrox MGA 400, 3Dfx Banshee and Voodoo 3.


# 1.128 05-Jun-1999 tron

Add entry for Riva TNT and correct entry for Riva 128.
Fixes first half of PR kern/7699 by Bjoern Labitzke.


# 1.127 02-Jun-1999 drochner

add SIS 6326 low-end AGP graphics
fix CL_PD6832 device id, PR kern/7691 from Paul Dokas


# 1.126 29-May-1999 mrg

fix error in previous.


# 1.125 29-May-1999 mrg

s/bus/bridge/ for the sun pci bridges. my bad.


# 1.124 29-May-1999 fvdl

Add 3c900B-TPC product ID. From Robert Elz.


# 1.123 27-May-1999 mrg

add the UltraSPARC IIi PCI interface


# 1.122 23-May-1999 veego

Add several entries.


# 1.121 20-May-1999 augustss

Change vendor id 0x11c1 to Lucent since that seems to be what it is now.
Add a Lucent USB controller.


# 1.120 17-May-1999 drochner

add NeoMagic 256AV Video/Audio chip


# 1.119 07-May-1999 hwr

Added CIRRUS CL_PD6832 from "Johnny C. Lam" <lamj@stat.cmu.edu> in kern/7119.


# 1.118 07-May-1999 hwr

Added TI PCI1251 from joda@pdc.kth.se (Johan Danielsson) in kern/6873.


# 1.117 07-May-1999 drochner

add another AGP graphics chip and a PCI-VME interface


# 1.116 07-May-1999 matt

Add TI LYNX FireWire Controller (as used in the Apple B&W G3)


# 1.115 06-May-1999 mrg

add pci devices found in U5's:
- ati weird mach64
- ebus bus
- `network' hme compatible ethernet
- `simba' PCI bus


# 1.114 12-Apr-1999 jonathan

Add entries for TI, Ricoh, Toshiba PCI-to-cardbus bridge chips, so
we can identify them as cardbus chips supported by the cardbus patches.

Add entry for OPTI chipsets whose interrupts arent properly set up by
some BIOSes.

From cardbus patches<ftp://nandra.iri.co.jp/pub/NetBSD/CardBus by
HAYAKAWA Koichi <haya@tcad.ulsi.sony.co.jp>.


Revision tags: netbsd-1-4-base
# 1.113 25-Mar-1999 explorer

branches: 1.113.2;
Add LAN Media Corporation info


# 1.112 19-Mar-1999 mycroft

Add AudioPCI 97 (a.k.a. Creative Ensoniq AudioPCI).


# 1.111 17-Mar-1999 thorpej

Add Silicon Integrated Systems SiS900 10/100 Ethernet.


# 1.110 16-Mar-1999 mjacob

add Qlogic 1080 && 1240 product IDs


# 1.109 11-Mar-1999 sakamoto

Add several VIA Technologies chipsets.


# 1.108 09-Mar-1999 drochner

add 2 ISDN cards, from Martin Husemann per PR kern/7110


# 1.107 19-Feb-1999 thorpej

Improve descriptions for DEC Ethernet chips.


# 1.106 19-Feb-1999 thorpej

Improve the descriptions of 3Com Ethernet cards, and add the 3c905B-FX
and 3c980 Server Adapter products.


# 1.105 19-Feb-1999 thorpej

Add several Tulip clone chips.


# 1.104 14-Feb-1999 tron

Add 3Dfx's Voodoo II. Fixes PR kern/7000 by Brett Lymn.


# 1.103 05-Feb-1999 thorpej

Add some Olicom Ethernet device IDs, from FreeBSD's tl driver.


# 1.102 28-Jan-1999 augustss

Add S3 86C365 Trio3D.


# 1.101 16-Jan-1999 drochner

add another NCR chip, from Dave Sainty <dave@dtsp.co.nz> per PR kern/6819


# 1.100 30-Dec-1998 hwr

Add NeoMagic MagicGraph 128ZV graphic chip.


# 1.99 21-Dec-1998 drochner

change name of 82443BX according to Intel's data sheet
correct "no AGP" case to real topology of the chip
clarification: s/AGP Device/AGP Interface/


# 1.98 20-Dec-1998 drochner

add a Zoran multimedia controller chip


# 1.97 18-Dec-1998 thorpej

Add product ID for the Yamaha 724 Audio device. PR #6605, Dave Sainty.


Revision tags: kenh-if-detach-base
# 1.96 09-Dec-1998 thorpej

Some more touchup on the VIA Rhine chip model number, and so some
sorting.


# 1.95 05-Dec-1998 matt

Add Sigma Designs REALmagic Hollywood Plus MPEG-2 decoder


# 1.94 30-Nov-1998 jtk

Per PR/6172 (Johnny Lam, lamj@stat.cmu.edu), fix pcidevs identification
of CL-PD6729. See <http://www.cirrus.com/products/overviews/pd6729.html>.


# 1.93 29-Nov-1998 thorpej

Fix the original Rhine's part number (thanks to Greg Oster).


# 1.92 29-Nov-1998 thorpej

Garbage-collect some bogus RealTek entries.


# 1.91 29-Nov-1998 thorpej

Add product IDs for the VIA Rhine and Rhine-II 10/100 Ethernet chips.
(XXX What is the original Rhine's part number?!)


# 1.90 27-Nov-1998 drochner

add Powerstorm 4D50T graphics found in some Alphas


# 1.89 23-Nov-1998 mcr

added 82443BX_AGP_NOT as per kern/5847


Revision tags: chs-ubc-base
# 1.88 20-Oct-1998 thorpej

Add RealTek 8129 and 8139 10/100Mb Ethernet IDs.


# 1.87 19-Oct-1998 bouyer

Yet another attemp at getting the VIA tech. product name/ID's rigth.
It seems that different products have the same name (sigh).


# 1.86 05-Oct-1998 tron

Correct vendor 0x1191 to "ACARD", add missing Matrox boards.
Fixes PR kern/6251 by Soren S. Jorvang.


# 1.85 04-Oct-1998 tron

Add S3 Virge/DX, fixes PR kern/6245 by Steve Allen.


# 1.84 01-Oct-1998 fvdl

Fix typo in 905BT4 product name.


# 1.83 26-Sep-1998 dante

Change product ADVSYS 2300 to ADVSYS WIDE


# 1.82 22-Sep-1998 mark

Add ALI M1531 Host-PCI bridge.
Add Cirrus Logic CS4610 and CS4280 Audio chips.
Add Cirrus Logic CS4400 communications controller.


# 1.81 18-Sep-1998 drochner

Add PCI-VME interfaces: Tundra Universe and Bit3 2706
Note that Newbridge is now Tundra
Add Adaptec 7890 & Co.


# 1.80 18-Sep-1998 mark

Add yet another vendor ID for Fujitsu.
Add vendor ID for ESS Technology Inc.
Add product ID for ESS Technology ES1938 SOLO-1 AudioDrive
Add product ID for Fujitsu K56flex LTMODEM
Add product ID for TI PCI1250 PC Card bridge
Add product ID for Trident Cyber 9397 Video controller.


# 1.79 06-Sep-1998 veego

Add the Brooktree 878 and 879 id's and fix the comment of the 849 entry.


# 1.78 26-Aug-1998 drochner

add the SIS 5597/5598 all-in-one PCI chipset


# 1.77 26-Aug-1998 dante

Changed ADVSYSPROD to ADVSYS vendor ID
Added 1200A, 1200B, ULTRA, 2300 AdvanSys products ID


# 1.76 07-Aug-1998 thorpej

Add product IDs for the 3Com Cyclone-based PCI Ethernet devices,
the 3c90xB DMA-only cards.


Revision tags: eeh-paddr_t-base
# 1.75 28-Jul-1998 thorpej

Add the IMS TwinTurbo 128M graphics board.


# 1.74 27-Jul-1998 tron

"Brooktree Brooktree Bt848" -> "Brooktree Bt848"


# 1.73 27-Jul-1998 tron

Add Brooktree Bt848 and BT849 video capture chips.


# 1.72 27-Jul-1998 augustss

Add S3 SonicVibes.


# 1.71 25-Jul-1998 explorer

define RISCom and RISCom N2 product


# 1.70 22-Jul-1998 drochner

add IDs for ACC Micro 2051 "PCI Single Chip Solution"


# 1.69 19-Jul-1998 tron

Fix product ID for Matrox Mystique, add NEC PowerVR PCX2.


# 1.68 13-Jul-1998 mark

Add ID for ALI M1541 Host-PCI bridge.


# 1.67 10-Jul-1998 tron

Add Intel's BX chipset, 3Dfx Interactive and their Voodoo board.


# 1.66 30-Jun-1998 augustss

Add a 2 Micro CardBus controller.


# 1.65 15-Jun-1998 bouyer

Argh, comments have to be in /* */, not # !
Sorry for the one-in-tree commit.


# 1.64 15-Jun-1998 bouyer

Hum the "VT82C595 (Apollo VP2) Host-PCI Bridge" has 2 devices entries
(in FreeBSD too). Make it VT82C595 and VT82C595_2.


# 1.63 15-Jun-1998 bouyer

Add some VIA tech. products.


# 1.62 25-May-1998 mark

Added TriTech Microelectronics vendor ID.
Added TriTech Pyramid3D 25202 product ID.
Added Promise Ultra33 UltraDMA IDE controller product ID.
Added ALI product ID's for M1543 'Southbridge' PCI devices.


# 1.61 14-May-1998 augustss

Add another USB controller.


# 1.60 13-May-1998 augustss

Add OPTi OHCI USB host controller.


# 1.59 05-May-1998 thorpej

Add a few more NE-2000 compatible PCI Ethernet interfaces. XXX Some of
these may need further revision to get vendor and product names exactly
right.


# 1.58 04-May-1998 thorpej

Add STB Systems' second PCI vendor ID, and their Velocity128 AGP product.
kern/5362, Paul Goyette <paul@whooppee.com>


# 1.57 30-Apr-1998 mycroft

Add the Apple Bandit chip.


# 1.56 16-Apr-1998 drochner

add 2 ATM chips, correct entry for Toshiba MIPS bridge


# 1.55 28-Mar-1998 thorpej

Add the Contaq/Cypress 82C693 PCI-ISA bridge.


# 1.54 28-Mar-1998 cgd

fix bogus produce name tags for 82371FB_ISA and 82371FB_IDE (were 82471FB_*).
Pointed out by Soren S. Jorvang. Rename "BAD" vendor id to "INVALID".


# 1.53 07-Mar-1998 augustss

Add Matrox Millenium II AGP.


# 1.52 04-Mar-1998 cgd

fix comment bogon in last commit


# 1.51 04-Mar-1998 cgd

add CMD PCI0643, PCI0647, USB0670, USB0673. Remove the 'A' from the 640A
entry (because the same product id is used for the 640B, as well). Note
that a few of the entries (PCI0642, PCI0650A) no longer have data to
be found on the CMD web site, and note that PCI0650A should probably have
its "A" trimmed as well.


# 1.50 27-Feb-1998 mycroft

Add Macronix MX98713.


# 1.49 07-Feb-1998 augustss

Fix typo, and commit in the right order.


# 1.48 07-Feb-1998 augustss

Add the AGP device in the 82443LX.


# 1.47 27-Jan-1998 thorpej

Add product ID for the Packet Engines G-NIC gigabit Ethernet interface.


# 1.46 22-Jan-1998 mycroft

Add the Millenium II.


# 1.45 16-Nov-1997 christos

PR/4510: William Coldwell: Add TI thunderlan support.


# 1.44 27-Oct-1997 thorpej

Fix the description of the Winbond NE2000-compatible Ethernet ASIC.
It's a W89C940F.


Revision tags: netbsd-1-3-base marc-pcmcia-base
# 1.43 14-Oct-1997 thorpej

branches: 1.43.2;
Pull down from marc-pcmcia branch.


# 1.42 08-Oct-1997 mycroft

Correct spelling of Millennium.


# 1.41 06-Oct-1997 lonhyn

Added entries for GLINT 3D chips.


# 1.40 01-Oct-1997 drochner

Correct a number of Intel PCI devices, sync with names used in data sheet.
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).


# 1.39 23-Sep-1997 mycroft

Add the Ensoniq AudioPCI.


# 1.38 15-Sep-1997 bouyer

Add some of Compaq's network products.


# 1.37 12-Sep-1997 drochner

another graphics chip...


Revision tags: thorpej-signal-base
# 1.36 28-Aug-1997 thorpej

Add an entry for the SMC 83C170 "EPIC/100" Fast Ethernet chip.


# 1.35 23-Aug-1997 drochner

Add one more graphics chip.


# 1.34 16-Aug-1997 mjacob

Add in PCI_PRODUCT_QLOGIC_ISP2100.


# 1.33 14-Aug-1997 drochner

Include some more stuff.


# 1.32 03-Aug-1997 fvdl

Add a few VIA Apollo chipset IDs


Revision tags: marc-pcmcia-bp
# 1.31 19-Jul-1997 cgd

branches: 1.31.2;
clean up a few entries, fix the entry for the TI PCI1130 so the device
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.


# 1.30 24-Jun-1997 thorpej

Correct Intel Triton MX PCI IDs, from Tom Yu <tlyu@mit.edu>, PR #3478.


# 1.29 24-Jun-1997 kml

Added definitions for Essential Communications RoadRunner HIPPI and
Gigabit Ethernet interfaces.


# 1.28 13-May-1997 jtk

correct the identification of Intel Orion PCIset chips


# 1.27 04-Apr-1997 augustss

Two more PCI devices.


# 1.26 20-Mar-1997 chuck

- add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they
correspond to the ANA numbers... certainly includes ANA-5940.
- add Efficient Nets product 0x0000. according to linux pci.h
the 0x0000 is an FPGA version of the midway card and the 0x0002
is the ASIC version.


Revision tags: is-newarp-before-merge
# 1.25 16-Feb-1997 veego

Fix errors in the last commit.


# 1.24 15-Feb-1997 tls

greatly expanded pcidevs file courtesy of Carl Shapiro <cshapiro@sparky.ic.sunysb.edu>.


Revision tags: is-newarp-base
# 1.23 01-Jan-1997 veego

branches: 1.23.4;
Add the Matrox Millenium and regen the header files.


# 1.22 28-Nov-1996 jtk

add Cirrus CL-7541, 7543 and ACC 2188; regen .h files


# 1.21 28-Nov-1996 thorpej

Fill out the Intel section of this a bit, and note the URL of a
periodically updated list of PCI vendor/product codes.


# 1.20 19-Oct-1996 jonathan

Add productId for RealTek 8029 PCI ethernet board.


# 1.19 15-Oct-1996 christos

Use the official 3com part names; from Curt Sampson


# 1.18 13-Oct-1996 christos

Apply PR/2840: Recognize more 3com models...


# 1.17 08-Oct-1996 gibbs

dev/microcode/aic7xxx/aic7xxx.seq,
dev/microcode/aic7xxx_seq.h,
dev/ic/aic7xxxreg.h:
Remove intrinsic knowledge about SDTR and WDTR messages and replace it
with a generic message system that allows the kernel driver to handle
SDTR, WDTR and any other type of extended message it chooses too. This
makes the sequencer code much simpler, makes extended message handling
debuggable since the bulk of the work is in the kernel driver, and saves
lots of instruction space.

Regen microcode header file.

dev/ic/aic7xxx.c, dev/ic/aic7xxxvar.h:
Add code to handle WDTR and SDTR negotiation in light of the changes in
the message interface to the sequencer. Don't reject targets that
negotiate async by sending an SDTR with a 0 offset. Use an sdtr message
with 0,0 to negotiate async when a target suggests a period that is too
long for us to handle. Some tape and cdrom drives don't like us doing
the message reject that we did in the past.

Fix a problem with handing the QUEUE FULL condition.

Fix a race condition (most likely the cause of the SCB paging problems) that
might allow the sequencer to get unpaused before the condition that caused
it to be paused (a SEQINT) was handled.

Race condition pointed out by Doug Ledford <dledford@dialnet.net> and
by "Dan Willis" <dan@plutotech.com>.

dev/pci/ahc_pci.c:
Add support for the 2940AU, an aic7860 based controller.

dev/pci/pcidevs.h, dev/pci/pcidevs_data.h:
Add product IDs for the 2940AU, aic7860 and aic7855.

Regen data file.

scsi/scsi_message.h:
Add MSG_EXT_SDTR_LEN and MSG_EXT_WDTR_LEN - the length of bytes in these
extended messages.

Thanks to Chuck Cranor <chuck@maria.wustl.edu> for testing these changes
out for me.


# 1.16 24-Sep-1996 christos

New cyclades driver from Timo Rossi.


# 1.15 29-Aug-1996 cgd

add entry for the IBM 82351 PCI-PCI Bridge


# 1.14 26-Aug-1996 cgd

add ids for the PGXGB (TGA2), and DGLPB (OPPO).


# 1.13 23-Aug-1996 cgd

add an entry for the FORE PCA-200e


# 1.12 15-Jul-1996 cgd

clean up, sort a few entries. Add many new entries, based on information
gleaned from the XFree86 3.1.2E release.


# 1.11 22-Jun-1996 chuck

add product code for efficient networks eni155p atm card and regenerate


Revision tags: netbsd-1-2-RELEASE netbsd-1-2-BETA netbsd-1-2-base
# 1.10 16-May-1996 mycroft

branches: 1.10.4;
Add another ID for BusLogic cards.


# 1.9 13-May-1996 thorpej

Add an LSI Logic vendor id, and an S3 product id. Provide more detail
on a couple of S3 and UMC product ids. From Shelby Noonan <shelby@og.org>


# 1.8 07-May-1996 thorpej

Add ID for AMD PCnet-PCI Ethernet.


# 1.7 04-Apr-1996 mycroft

Add some NCR chips.


# 1.6 19-Feb-1996 christos

Add 3c595 id


# 1.5 31-Jan-1996 cgd

update/clean entries for Adaptec PCI scsi chips/boards.


# 1.4 22-Jan-1996 cgd

update PCIVERBOSE code in various ways:
(1) remove the 'UNSUPP' keyword from the device list,
because it can't be reasonably used (becuase different
devices may be supported on different machines, for
good reason).
(2) enhance pci_devinfo so that class/subclass information
is optional (so pci_devinfo can be used by drivers that
match classes of devices, and want to look up the
devices' names easily).
(3) more known vendors and devices.


# 1.3 10-Nov-1995 christos

- pcidevs: add 3c590 and adaptec ultra
- aic7xxx.c: fix the probe routines to use pcidevs.h


Revision tags: netbsd-1-1-PATCH001 netbsd-1-1-RELEASE netbsd-1-1-base
# 1.2 20-Jun-1995 cgd

vendor IDs for Acer and SIS


# 1.1 18-Jun-1995 cgd

learn about some PCI vendor and product numbers. not yet used


# 1.1534 25-Nov-2025 mlelstv

Add Realtek 8161.


# 1.1533 07-Nov-2025 riz

Add Adaptec RAID 5445, 5805 and 5085


# 1.1532 07-Nov-2025 pgoyette

Add Realtek 8127


# 1.1531 27-Oct-2025 andvar

Add IDs for one more VT82C596B PM Controller and VX11 PCI-ISA bridge.
Will be needed later to add SMBus support.


# 1.1530 21-Oct-2025 pgoyette

add MediaTek MT7927


# 1.1529 21-Oct-2025 pgoyette

Add MediaTek


# 1.1528 17-Oct-2025 andvar

Add VIA VT8233C PCI-ISA Bridge.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1527 03-May-2025 rin

branches: 1.1527.2;
pcidevs: Add EXAR XR17V358 -- octal-channel Universal PCIe UART


# 1.1526 01-May-2025 andvar

make whitespace and tab usage more consistent, at least for the same vendor.
remove trailing whitspaces.
remove leading whitespace before tabs.
fix typo s/MIS/MSI/ for MSI 3090 description.

No definition changes expected.


# 1.1525 01-May-2025 andvar

Add Etron vendor and its xHCI controllers (used in some AMD/Intel boards).
Add various VIA devices, either documented in publicly available datasheets
or some from dmesg in personally owned devices.


# 1.1524 28-Apr-2025 andvar

fix typo in previous commit s/FHC/FCH/ for AMD RAID mode SATA controller.


# 1.1523 28-Apr-2025 andvar

Add AMD X370/X399/A320/A520/600 Series SATA/xHCI devices, 600 Series and Navi
PCIe Switch Upstream/Downstream Ports, Raven Ridge Vega GPUs and GeForce 6200A.


# 1.1522 20-Apr-2025 andvar

viaide(4): Improve VT8251 integrated SATA controller support in IDE/RAID modes.

Use via_chip_map() to attach this controller in IDE and RAID modes, similarly
to VX800. This allows drives to be identified and attached successfully on all
four ports (two channels with master/slave ports).

Switch channel setup to sata_setup_channel(), replacing via_setup_channel().
This avoids writes to the 0x50 register, which is only relevant for IDE
controllers. Writes to SATA controller registers caused drives on the IDE
controller (0x0571) to fail to attach. Apply this fix also to VX900 and VT8261.

Rename VT8237R_SATA to VT8251_SATA (0x3349 is not used for VT8237R, AFAIK).
This PCI ID is used in RAID mode on newer (CE) chipset revision and in all
modes (IDE/RAID/AHCI) on older revision.
Add the 0x5287 PCI ID, used in IDE mode on newer (CE) chipset revision.
Rename VT8251_SATA to VT8251_AHCI (0x6287 is used only in AHCI mode).
Add VT8251_AHCI to the ahcisata(4) quirk list, same as VT8251_SATA.

For more details, see the tech-kern thread:
https://mail-index.netbsd.org/tech-kern/2025/04/13/msg030365.html

Should fix and close PR kern/37517.

Tested on Asus A8V-VM (CD) and MSI MS-7318 (CE) motherboards.

Reviewed by bad.


# 1.1521 05-Apr-2025 andvar

viaide(4): Add RAID mode support for VIA VX900/VX11 SATA controllers.

The BIOS option to enable RAID is uncommon on systems using these chipsets;
however, at least two motherboards mention it in their manuals. The RAID
firmware does not provide management features, but it can recognize and boot
from preconfigured VIA RAID arrays.

Tested on ECS VX900-I.

Also add the VX11 chipset to the controller name, as it shares the same PCI ID.


# 1.1520 03-Apr-2025 andvar

viaide(4): Add support for VIA VT6415/VT6330 single-channel IDE controllers.

Beyond adding the usual identification code, several adjustments were required:

1) Introduced 'single_channel` to set 'nchannels` to 1 for this controller.

2) Added 'APO_IDECONF_ALWAYS_EN` definition and the 'no_ideconf` flag to mimic
enabled channel bits, as this controller's enable chip register is unset.
Applied the same to VT6410, following OpenBSD and Linux, since some
controllers are known to not set this register as well.

3) Combined all VIA controllers identified by PCI ID (not ISA bus) using switch
fallthrough, as they currently share the same UDMA setting. Consequently,
the VX900 name printing was moved to the device description and adjusted
to better reflect the device.

4) Moved setting interface bits for RAID controllers under the RAID capability
check, enabling the above fallthrough and paving the way for support of other
RAID-capable controllers in upcoming changes.

5) The VT6330 is a combo FireWire/IDE controller. Added its FireWire controller
PCI ID to pcidevs.

Tested on ASRock P5B-DE.

Reviewed by jak and bad.

Addresses PR kern/45917


# 1.1519 03-Mar-2025 andvar

Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual
purpose.

These are not separate IDE controllers for CX700 and CX700M2 but rather the
IDE and RAID modes of the same controller in these chipsets (and few more).


# 1.1518 23-Jan-2025 andvar

Add VIA VT8261 southbridge SATA controller IDs and PCIB.


# 1.1517 23-Jan-2025 mrg

add several more intel meteor lake and crucial ssd ids


# 1.1516 18-Jan-2025 mrg

add a bunch of intel arrow lake devices, and several more NPU devices


# 1.1515 03-Jan-2025 mrg

add a bunch of missing nvidia gpu ids.

these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.


# 1.1514 12-Dec-2024 msaitoh

pcidevs: Add some Oxford Semiconductor devices from FreeBSD.


# 1.1513 11-Nov-2024 msaitoh

Add many Brainboxes devices. Repoted in PR/kern 55824 by Cameron Williams.


# 1.1512 19-Oct-2024 mlelstv

Add Raspberry Pi5 Ethernet.


# 1.1511 16-Oct-2024 msaitoh

pcidevs: Add some AMD devies.


# 1.1510 20-Aug-2024 dogcow

Add Areca ARC-1224


# 1.1509 17-Jul-2024 mrg

add the intel "arc" a-series of cards.


# 1.1508 11-Jul-2024 msaitoh

Add Realtek RTL8126.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1507 23-Jun-2024 jakllsch

branches: 1.1507.2;
Add Brainboxes and devices

From Cameron Williams in PR 58358.


# 1.1506 12-May-2024 msaitoh

Add some Intel Rapotr Lake graphics.


# 1.1505 12-May-2024 msaitoh

Add Phison PS5021 and PS5026.


# 1.1504 06-Apr-2024 andvar

Add Zhaoxin devices, mainly from my TVS-675 NAS device, and some additional
to fill the gaps from pci-ids database.


# 1.1503 28-Feb-2024 jakllsch

Add (Realtek/)Killer E2600 Ethernet


# 1.1502 18-Jan-2024 msaitoh

Add Intel I219-{LM,V}(20,21)


# 1.1501 28-Dec-2023 msaitoh

Update Intel Raptor Lake devices.


# 1.1500 28-Dec-2023 msaitoh

Add Intel C26[26] eSPI.


# 1.1499 13-Nov-2023 jnemeth

add some newer Areca boards in prep for updating driver


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.1498 26-Oct-2023 msaitoh

pcidevs: Add Mellanox ConnectX-6 Lx.


# 1.1497 11-Oct-2023 msaitoh

pcidevs: Add Intel I219{V,LM}({22,23})


# 1.1496 10-Oct-2023 abs

Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier


# 1.1495 08-Oct-2023 msaitoh

Add Pericom(Diodes) PCIe switches.


# 1.1494 04-Oct-2023 rin

pcidevs: Add missing I225/I226 series devices


# 1.1493 04-Oct-2023 msaitoh

Add Intel 82599 LS.


# 1.1492 10-Aug-2023 andvar

rename PCI to PCIE for naming consistency.


# 1.1491 09-Aug-2023 msaitoh

Simplify descriptions of Snow Ridge internal Ethernet devices.


# 1.1490 09-Aug-2023 msaitoh

Add some Intel Xeon D-2100 devices. Fix description of Intel 0x37d0.


# 1.1489 05-Aug-2023 andvar

fix duplicate definition.


# 1.1488 05-Aug-2023 andvar

Add device ids of the VX800 chipset and s3 chrome 500 series GPU.
Descriptions mainly aligned with VX800/820 Series System Programming Manual.


# 1.1487 04-Aug-2023 msaitoh

Add Intel I226 devices.


# 1.1486 04-Aug-2023 msaitoh

Fix some descriptions of Intel Snow Ridge.


# 1.1485 04-Aug-2023 msaitoh

Add Intel Snow Ridge devices.


# 1.1484 31-Jul-2023 tnn

pcidevs: add ASMedia ASM106x


# 1.1483 28-Jul-2023 msaitoh

Add AMD 19h/7xh Root Complex.


# 1.1482 23-Jul-2023 msaitoh

Add Intel 700 series chipset devices.


# 1.1481 22-Jul-2023 msaitoh

Add Alder Lake-N and Raptor Lake devices.


# 1.1480 06-Apr-2023 msaitoh

The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.


# 1.1479 14-Feb-2023 msaitoh

Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.


# 1.1478 03-Feb-2023 msaitoh

Add Samsung SM990.


# 1.1477 29-Jan-2023 thorpej

Add ID for the EXAR XR17V354 PCIe UART.

From HÃ¥kan Engvall.
PR kern/57202


# 1.1476 18-Jan-2023 msaitoh

Add AMD Family 19h/1xh devices.


# 1.1475 14-Jan-2023 ryo

add Aquantia (Marvell) AQC113 ethernet devices and the variants


# 1.1474 04-Jan-2023 msaitoh

Fix typo. s/SSC/SCC/.


# 1.1473 30-Dec-2022 msaitoh

Add Elkhart Lake Shared SRAM.


# 1.1472 28-Dec-2022 msaitoh

Update Intel Elkhart Lake devices.


Revision tags: netbsd-10-base
# 1.1471 22-Nov-2022 msaitoh

branches: 1.1471.2;
Add some Xeon Scalable devices from OpenBSD.


# 1.1470 26-Oct-2022 msaitoh

Add AMD F17/Axh devices.


# 1.1469 26-Oct-2022 msaitoh

Add some AMD 17h/9xh devices from OpenBSD.


# 1.1468 07-Oct-2022 snj

add NVIDIA GeForce GTX 770


# 1.1467 02-Oct-2022 martin

Add AMD FCH SATA Controller D


Revision tags: bouyer-sunxi-drm-base
# 1.1466 01-Oct-2022 msaitoh

Add AMD 19h/6xh Root Complex.


# 1.1465 28-Sep-2022 msaitoh

Sort by number. No functional change.


# 1.1464 28-Sep-2022 msaitoh

Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.


# 1.1463 28-Sep-2022 msaitoh

Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.


# 1.1462 13-Sep-2022 msaitoh

Add more Alder Lake devices.


# 1.1461 11-Sep-2022 mrg

add several samsung nvme entries


# 1.1460 27-Jun-2022 msaitoh

Add some MegaRAID devices.


# 1.1459 17-Jun-2022 msaitoh

Update some descriptions of Intel 700 series Ethernet devices.


# 1.1458 02-Jun-2022 mrg

add some AMD zen2/3 devices.


# 1.1457 11-May-2022 markd

Add some Broadcom / LSI RAID cards.


# 1.1456 04-May-2022 martin

Rename one of the XEONSC_RAS entries slightly to avoid conflicts


# 1.1455 04-May-2022 nia

More Xeon Scalable / Skylake-E devices


# 1.1454 27-Apr-2022 msaitoh

Update some AMD devices:

- Rename AMD 15h/6xh devices.
- Add some devices.
- Use OHCI for OHCI device.
- Use EHCI for EHCI device.
- and some minor changes.


# 1.1453 22-Apr-2022 skrll

Add some Broadcom devices. From OpenBSD.


# 1.1452 24-Mar-2022 yamaguchi

Added Intel V710 for 5000BaseT


# 1.1451 24-Mar-2022 yamaguchi

Change description about Intel X710 10GBaseT device


# 1.1450 16-Mar-2022 yamaguchi

Added Intel X710 devices and rename X710_10G_T to X710_10G_T_1


# 1.1449 15-Feb-2022 msaitoh

Add VMware AHCI and NVMe.


# 1.1448 02-Feb-2022 msaitoh

Add some devices from AMD BKDG.


# 1.1447 02-Feb-2022 msaitoh

Fix AMD F16_HB from 0x1568 to 0x1538.

AMD BKDG says the host bridge's device ID is 0x1538. Before pcidevs
rev. 1.1261, F16_HB was located next to 0x1537, so I suspect 0x1568 was typo
of 0x1538.


# 1.1446 25-Jan-2022 msaitoh

Add Alder Lake devices and Intel 600 Series PCH devices.


# 1.1445 01-Jan-2022 msaitoh

s/sytem/system/


# 1.1444 30-Nov-2021 msaitoh

Add Intel Rocket Lake devices.


# 1.1443 03-Nov-2021 msaitoh

- Rename EHL_TRACE* macros
- Update Jasper Lake's Processor Transaction Routers.


# 1.1442 27-Oct-2021 msaitoh

Add Intel Elkhart Lake devices.


# 1.1441 27-Oct-2021 msaitoh

Add Intel Gemini Lake TXE HECI 1.


# 1.1440 13-Oct-2021 msaitoh

Add Intel I219V 15-19 and I219LM 16-19.


# 1.1439 13-Oct-2021 msaitoh

Add Intel I219's version number.


# 1.1438 12-Oct-2021 msaitoh

Add Intel 400 Series PCH-V devices.


# 1.1437 11-Oct-2021 msaitoh

Add Intel 500 Series PCH-H devices.


# 1.1436 11-Oct-2021 msaitoh

Remove duplicated entries.


# 1.1435 02-Oct-2021 mrg

add intel 660p ssd, and expand the 760p description.


# 1.1434 23-Sep-2021 msaitoh

Add some Intel devices:

- Tiger Lake
- I225V and I225LM
- WiFi 6 AX201


# 1.1433 06-Sep-2021 mrg

the CPU ident and AMD both say this is "R2 Graphics", not R3.


# 1.1432 03-Sep-2021 mrg

add a whole bunch of radeon devices.

now all the radeons i have are here (and dozens i don't :)


# 1.1431 30-Aug-2021 andvar

add RDC R6022 PCI-Host bridge.


# 1.1430 30-Aug-2021 mrg

add a bunch of nvidia devices.


# 1.1429 30-Aug-2021 mrg

add radeon x1550.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base thorpej-i2c-spi-conf-base
# 1.1428 17-Jul-2021 mrg

add current generation NVIDIA graphics cards (3050-3090 etc.)


# 1.1427 12-Jul-2021 msaitoh

Add Intel Jasper Lake devices and Reealtek RTL8821CE.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.1426 21-Apr-2021 jakllsch

branches: 1.1426.2;
Fix Realtek RTL8125 description


Revision tags: thorpej-cfargs-base thorpej-futex-base
# 1.1425 02-Apr-2021 rin

PDC20265 is Ultra/100, not 66.


# 1.1424 30-Jan-2021 jmcneill

branches: 1.1424.2;
Add some more product IDs for mcx(4)


# 1.1423 29-Dec-2020 skrll

Sort Cavium devices


# 1.1422 29-Dec-2020 skrll

Trailing whitespace


# 1.1421 20-Nov-2020 msaitoh

Add newer Intel PCH internal devices.


# 1.1420 19-Nov-2020 reinoud

Add modern QUMRANET/Red Hat VIRTIO range PCI devices


# 1.1419 14-Jul-2020 jdolecek

branches: 1.1419.2;
add newer ciss(4) devices, list obtained from FreeBSD


# 1.1418 09-Jul-2020 msaitoh

Remove duplicated entry.


# 1.1417 24-Jun-2020 thorpej

Add a couple of additional device IDs for the AMD Cryptographic Coprocessor.


# 1.1416 13-Jun-2020 ryo

add ASIX AX99100 Multi I/O (Serial,Parallel,I2C,SPI,LocalBus,GPIO) Controller


# 1.1415 11-Jun-2020 jdolecek

add Intel XMM 7360 LTE Modem


# 1.1414 26-May-2020 martin

Add RTL8192EE Wireless LAN 802.11n PCI-E NIC


# 1.1413 01-May-2020 jmcneill

Add IDs for Ampere eMAG PCIe Root Ports


Revision tags: bouyer-xenpvh-base2
# 1.1412 23-Apr-2020 msaitoh

Remove duplicated entry.


# 1.1411 22-Apr-2020 christos

Add AQUANTIA AQC100 from Andrius V.


# 1.1410 22-Apr-2020 prlw1

Add an eclectic mix of
GeForce GTX 680, RTS522A PCI-E Card Reader, intel wifi 9560
+ whitespace


# 1.1409 22-Apr-2020 msaitoh

Add Intel Whiskey Lake U and Amber Lake Y devices.


# 1.1408 22-Apr-2020 msaitoh

Add Aquantia AQC100, AQC100S and D100.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1
# 1.1407 18-Apr-2020 simonb

Add ATI Radeon R5/R6/R7 Graphics.


# 1.1406 16-Apr-2020 msaitoh

- Add some Intel UHD Graphics devices. Mainly taken from OpenBSD.
- Add Comet Lake devices.
- Modify description of Intel 0x591e from HD Graphics to UHD Graphics.
- Add Western Digital WD Blue SN550 NVMe SSD


Revision tags: phil-wifi-20200411
# 1.1405 10-Apr-2020 christos

Fix typo


Revision tags: bouyer-xenpvh-base
# 1.1404 07-Apr-2020 christos

branches: 1.1404.2;
Add more RDC products (Andrius V)


Revision tags: phil-wifi-20200406
# 1.1403 01-Apr-2020 msaitoh

Add NVIDIA Quadro NVS 295.


# 1.1402 11-Mar-2020 msaitoh

Add some GeForce devices.


# 1.1401 11-Mar-2020 fcambus

Add device IDs of the VIA VX900 chipset.


# 1.1400 08-Mar-2020 msaitoh

NVIDIA 0x036[0-7] are nForce MCP55 LPC Bridge.


# 1.1399 05-Mar-2020 msaitoh

Add Farallon PN9000SX Ethernet.


Revision tags: is-mlppp-base ad-namecache-base3
# 1.1398 19-Feb-2020 mrg

add a couple of GPUs i have:

product ATI RADEON_HD4290 0x9714 Radeon HD4290 Graphics
product NVIDIA GF_440 0x0de0 GeForce GT 440


# 1.1397 28-Jan-2020 msaitoh

Remove duplicated entries.


Revision tags: ad-namecache-base2
# 1.1396 21-Jan-2020 msaitoh

Add Intel I219 LM10-LM15 and V10-V14 from OpenBSD.


Revision tags: ad-namecache-base1 ad-namecache-base
# 1.1395 01-Jan-2020 ryo

branches: 1.1395.2;
add Aquantia AQC 10G network adapters


# 1.1394 29-Dec-2019 sevan

Killer E3000
from OpenBSD


# 1.1393 18-Dec-2019 msaitoh

Add AMD Family14h PCIe.


# 1.1392 27-Nov-2019 msaitoh

- Add Xeon D-1500 NTB-secondary
- Add Xeon D NS QuickData DMA channel 0-7


Revision tags: phil-wifi-20191119
# 1.1391 14-Nov-2019 msaitoh

Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.


# 1.1390 08-Nov-2019 msaitoh

- Update Intel's NVMe SSDs.
- Modify 0x0953's description to "750 or DC P3[567]00 SSD"
- Add DC P4[56]00
- Add Apollo Lake TXE HECI.


# 1.1389 29-Oct-2019 msaitoh

Add Realtek RTL8125.


# 1.1388 12-Oct-2019 skrll

Spell controller correctly


# 1.1387 21-Sep-2019 msaitoh

Add Killer E2400 and E2500.


# 1.1386 21-Sep-2019 msaitoh

Modify Attansic Ethernet devices' description to clarify.


# 1.1385 24-Aug-2019 jmcneill

Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex


# 1.1384 21-Aug-2019 mrg

add micron/crucial SM2263 nvme.
add some device found on asus x570-p with ryzen 3200G cpu.
spell it "PCIe' when using the name.


Revision tags: netbsd-9-base
# 1.1383 28-Jul-2019 mlelstv

branches: 1.1383.2;
Add BCM2711 PCIe Host bridge for RPI4


# 1.1382 24-Jul-2019 msaitoh

- Add some AMD devices mainly taken from OpenBSD.
- Rename some device names for consistency.
- Use _HDA for HD Audio.


# 1.1381 18-Jul-2019 msaitoh

- Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7.
- Add Some AMD Ryzen 3xxx's devices.


# 1.1380 12-Jul-2019 msaitoh

Fix previous (s/1000/1100/).


# 1.1379 12-Jul-2019 msaitoh

Add some ServerWorks HT1100 devices from OpenBSD.


# 1.1378 09-Jul-2019 msaitoh

Add Phison PS5000 and PS5016 NVMe.


# 1.1377 05-Jul-2019 msaitoh

Add some Intel Whisky Lake devices.


# 1.1376 02-Jul-2019 msaitoh

Modify some descriptions of Virtio devices from OpenBSD to identify the
functions.


Revision tags: phil-wifi-20190609
# 1.1375 04-Jun-2019 msaitoh

Update some Intel ixgbe devices:
- Add Xeon D XFI.
- Add "(Hyper-V)" to 0x15a9's description.
- Add C3000 QSFP devices.


# 1.1374 01-Jun-2019 jdolecek

rename VT8237S_SATA_2 to VT8237S_SATA_RAID and update description to have
different one to VT8237S_SATA

part of PR kern/43309


# 1.1373 30-May-2019 mlelstv

add IDs for SATA controllers VT8237S and VX855


Revision tags: isaki-audio2-base
# 1.1372 15-Apr-2019 msaitoh

Avoid duplication.


# 1.1371 15-Apr-2019 msaitoh

- Add some Intel Xeon Scalable processor's devices.
- Add Some Qlogic devices from OpenBSD.
- Rename Qlogic 0x3022's name from ISP3022 to ISP4022.


# 1.1370 12-Apr-2019 msaitoh

- Add some new C620 LPC devices.
- Remove extra white spaces.


# 1.1369 11-Apr-2019 mrg

fix a couple of errors in the previous.


# 1.1368 11-Apr-2019 mrg

add a bunch of PCI devices on my systems, and a bunch of similar
ones found in the same sources online (mostly, Intel, AMD, Nvidia
and ASMedia web sites.) this includes:

- bunch of xeon e5 v3 devices
- bunch of radeon chipsets
- bunch of nvidia chipsets
- bunch of marvell chipsets
- bunch of asmedia chipsets

be more consistent with device naming within some groups.


# 1.1367 08-Mar-2019 msaitoh

- Add other two Core 8G host bridges.
- Add Intel Xeon E devices.


# 1.1366 05-Mar-2019 msaitoh

Add Intel I219 variations for Cannon Lake.


# 1.1365 20-Feb-2019 msaitoh

Add SK-NET SK-9Mxx Gigabit Ethernet.


# 1.1364 20-Feb-2019 msaitoh

Add some Broadcom Ethernet devices from {Open,Free}BSD.


# 1.1363 14-Feb-2019 msaitoh

Add Tundra (now IDT) TSI381 and PEB383 from OpenBSD.


# 1.1362 08-Feb-2019 msaitoh

- Add Some Freescale MPC834x devices from OpenBSD.
- Add Intel I210 SGMII Flash-less device from the spec update document.


# 1.1361 06-Feb-2019 msaitoh

From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.


# 1.1360 28-Jan-2019 msaitoh

Add AMD Family 17h devices from OpenBSD.


Revision tags: pgoyette-compat-20190127
# 1.1359 26-Jan-2019 msaitoh

Add some RADEON devices. Mainly taken from OpenBSD.


# 1.1358 21-Jan-2019 msaitoh

Marvell 0x4365 is 88E8070.


Revision tags: pgoyette-compat-20190118
# 1.1357 26-Dec-2018 msaitoh

Add yet another Intel Core QuickPath Generic Non-Core Register.


Revision tags: pgoyette-compat-1226
# 1.1356 03-Dec-2018 bouyer

Add 2 Symbios products, from OpenBSD


# 1.1355 29-Nov-2018 jmcneill

Add Amazon.com UART, NVMe, and ENA PCI IDs.


Revision tags: pgoyette-compat-1126
# 1.1354 24-Nov-2018 skrll

Add Rockchip vendor ID and a device. Requested by jak@

From OpenBSD


# 1.1353 24-Nov-2018 skrll

Add a whole bunch of Cavium ThunderX devices


# 1.1352 12-Nov-2018 msaitoh

Add some Intel 100 series and C230 series devices.


# 1.1351 08-Nov-2018 msaitoh

"s/ are are / are /" in comment. No functional change.


# 1.1350 08-Nov-2018 msaitoh

Add two otehr I2C devices of Intel.


Revision tags: pgoyette-compat-1020
# 1.1349 16-Oct-2018 jmcneill

Add AMD Seattle Host Bridge and PCIE root port devices


# 1.1348 15-Oct-2018 uwe

Adaptec RAID 2445 and 2805


Revision tags: pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base
# 1.1347 23-Aug-2018 msaitoh

- Add C62x to the descriptions of Intel C620 series devices.
- Add 0xa1ca for Intel C629 LPC or eSPI.


# 1.1346 30-Jul-2018 msaitoh

Add Toshiba's XG4 and XG5 NVMe SSD.


# 1.1345 30-Jul-2018 msaitoh

Add some Intel devices. Some of them are found in Core i7-8550U.


Revision tags: pgoyette-compat-0728
# 1.1344 06-Jul-2018 prlw1

Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion
from thorpej@


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1343 20-Jun-2018 msaitoh

branches: 1.1343.2;
Add nSYS Technologies.


# 1.1342 14-Jun-2018 msaitoh

Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD 4500(0x9553)
from OpenBSD.


# 1.1341 12-Jun-2018 jdolecek

add two more Yukon variants (from OpenBSD)


# 1.1340 09-Jun-2018 jdolecek

small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, rename
YUKON_1 to YUKON_8070

also adjust description for YUKON_8055_2 to have "88E8055-2" just so that it shows
up differently


# 1.1339 31-May-2018 mrg

add a bunch of nvidia devices from various generations.


# 1.1338 31-May-2018 msaitoh

- Add some Intel 82965 devices.
- Change Intel 0x2a06 from IDE to IDER


# 1.1337 28-May-2018 msaitoh

Add some Intel 4 series chipset devices.


# 1.1336 26-May-2018 jakllsch

Add Intel 82Q45 IDER


# 1.1335 24-May-2018 msaitoh

Add some Marvell Yukon devices.


Revision tags: pgoyette-compat-0521
# 1.1334 21-May-2018 jnemeth

add Oxford Semiconductor OXPCIe954 PCIe 4-port serial card


# 1.1333 03-May-2018 maya

Add some broadcom 802.11ac wifi devices


Revision tags: pgoyette-compat-0502
# 1.1332 28-Apr-2018 mlelstv

Add Symbios/LSI RAID and SAS controllers.


# 1.1331 24-Apr-2018 maya

add realtek RT525A PCI-E card reader

found in my Dell XPS 15 9550.


Revision tags: pgoyette-compat-0422
# 1.1330 17-Apr-2018 nonaka

Added some NVMe devices.


# 1.1329 16-Apr-2018 msaitoh

Add Intel SSD 760p.


# 1.1328 16-Apr-2018 msaitoh

Add some 8th Generation Intel Core Processor devices.


Revision tags: pgoyette-compat-0415
# 1.1327 09-Apr-2018 msaitoh

Add new I219 devices (using with 300 series chipset).


# 1.1326 09-Apr-2018 msaitoh

Add Intel 300 series devices.


Revision tags: pgoyette-compat-0407
# 1.1325 04-Apr-2018 msaitoh

Add Intel Coffee Lake internal graphics devices. From ark.intel.com.


# 1.1324 02-Apr-2018 msaitoh

Add Intel X299 and Z370 LPC.


# 1.1323 31-Mar-2018 sevan

What we have listed as the PowerBook G3 Firwire device is actually the UniNorth
Firwire interface which is not exclusive to the PowerBook G3.
It can be found in the G3 iMac DV for example
http://dmesgd.nycbug.org/index.cgi?do=view&id=1124

Rename the PBG3_FW device UNINORTH_FW & set the previously listed UNINORTH_FW to
UNINORTH2_FW which is what the device actually is.

Verified using https://pci-ids.ucw.cz/read/PC/106b


Revision tags: pgoyette-compat-0330
# 1.1322 26-Mar-2018 msaitoh

Add two VIA xHCI devices from OpenBSD.


Revision tags: pgoyette-compat-0322
# 1.1321 20-Mar-2018 nonaka

Add Intel Wireless AC 9260.


# 1.1320 16-Mar-2018 msaitoh

Intel 0x15c4 is SFI based and 0x15ce is KR based.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.1319 04-Mar-2018 jdolecek

branches: 1.1319.2;
according to VT82C686A chip specs, the VIA Technologies device 0x3057
is more a Power Management controller, rename the pcidevs entry and device
macro

PR kern/31963 by Nicolas Joly


# 1.1318 04-Mar-2018 jdolecek

apply some updates and recommended corrections to pcidevs descriptions

PR kern/45733 by Greg A.Woods


# 1.1317 02-Mar-2018 msaitoh

Add Intel Gemini Lake devices.


# 1.1316 24-Feb-2018 mlelstv

Add AMD KERNCZ chipset for Zen processors.


# 1.1315 22-Feb-2018 msaitoh

Add some Xeon E5 (v1) and E5 v2 devices.


# 1.1314 22-Feb-2018 msaitoh

s/C62x9/C62x/


# 1.1313 22-Feb-2018 msaitoh

Fix C62x9 sSATA Controller (RAID) device ID.


# 1.1312 22-Feb-2018 msaitoh

Add C620 devices.


# 1.1311 21-Feb-2018 msaitoh

Add some Intel Ethernet devices.


# 1.1310 21-Feb-2018 msaitoh

Add some ServerEngines (Emulex) products from OpenBSD.


# 1.1309 17-Feb-2018 sevan

grammar


# 1.1308 16-Feb-2018 sevan

Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)


# 1.1307 25-Jan-2018 sborrill

Add Marvell Yukon 88E8040T


# 1.1306 24-Jan-2018 sevan

Add Nvidia GeForce FX Go5200, as found in the PowerBook6,4


# 1.1305 21-Jan-2018 sevan

Add the GeForce4 MX440 Go, as found on the 17" flat panel G4 iMac (PowerMac4,5).

Thanks to Jasper Wallace <jasper AT pointless DOT net> for the loan of the hardware.


# 1.1304 09-Jan-2018 msaitoh

Add Intel Apollo Lake devices.


# 1.1303 09-Jan-2018 msaitoh

- s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
- Add Atom E3800 (Bay Trail) eMMC 4.5


# 1.1302 18-Dec-2017 msaitoh

Add some Chelsio devices.


Revision tags: tls-maxphys-base-20171202
# 1.1301 09-Nov-2017 msaitoh

Add PEX 8605 4port 4lane PCIe Gen 2 switch.


# 1.1300 30-Oct-2017 sevan

Add Areca ARC1214 & ARC1880.
From OpenBSD.


# 1.1299 20-Oct-2017 christos

update entry for Marvel Yukon 8058, and fix URL for pci ids (Rocky Hotas)


# 1.1298 15-Sep-2017 hikaru

Add Intel QuickAssist devices.


Revision tags: nick-nhusb-base-20170825
# 1.1297 17-Aug-2017 msaitoh

Add C3000 devices.


# 1.1296 02-Aug-2017 msaitoh

PCI device ID of Atom x5-Z8350's video is 0x22b0. ark.intel.com says 0x22b0 is
Intel HD Graphics 400.


# 1.1295 26-Jul-2017 msaitoh

Add Intel 5520/X58 QuickPath from OpenBSD.


# 1.1294 22-Jul-2017 msaitoh

- Add some AMD devices.
- Add Broadcom BCM5762.


Revision tags: perseant-stdc-iso10646-base
# 1.1293 07-Jul-2017 msaitoh

Add Atom Z8000 devices from "Intel Atom Z8000 Processor Series Datasheet
(Volume 2 of 2)".


# 1.1292 04-Jul-2017 msaitoh

Add Intel 82Q965 HECI.


# 1.1291 17-Jun-2017 jdolecek

add entry for Adaptec 1220SA


# 1.1290 06-Jun-2017 msaitoh

- Change VMware's 0x0770 from "Virtual USB" to "Virtual EHCI"
- Add VMware's 0x0774(UHCI) and 0x0778(xHCI)


Revision tags: netbsd-8-base
# 1.1289 23-May-2017 nonaka

branches: 1.1289.2;
Add some AMD entries.


Revision tags: prg-localcount2-base3 prg-localcount2-base2
# 1.1288 08-May-2017 msaitoh

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.


Revision tags: prg-localcount2-base1
# 1.1287 27-Apr-2017 msaitoh

- Add some Pericom (Diodes) devices.
- s/P17C9/PI7C9/


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1286 19-Apr-2017 msaitoh

branches: 1.1286.2;
Add BCM4401 B0 step. Old BCM4401 B0 entry is changed to B1. From OpenBSD.


# 1.1285 13-Apr-2017 msaitoh

Add Broadcom BCM577x5 SDMMC, Memstic and xD.


Revision tags: jdolecek-ncq-base
# 1.1284 31-Mar-2017 skrll

Fix BCM4727 entry


# 1.1283 31-Mar-2017 msaitoh

- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader


# 1.1282 23-Mar-2017 msaitoh

Add Huawei Hi1710 BMC


Revision tags: pgoyette-localcount-20170320
# 1.1281 14-Mar-2017 nonaka

Added Intel Wireless 3168 entry.


# 1.1280 27-Feb-2017 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20170204
# 1.1279 16-Jan-2017 msaitoh

Add Intel SSD DC P3520.


Revision tags: bouyer-socketcan-base
# 1.1278 15-Jan-2017 msaitoh

branches: 1.1278.2;
Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub(PCI) Datasheet Volume 1 of 2 (335192-001)".


# 1.1277 15-Jan-2017 msaitoh

Add Core 7G devices from "7th Generation Intel Processor Families for
{S, U/Y, H} Platforms Datasheel Volume 2 of 2" (S: 335196-001, U/Y: 334662-002,
H: 335191-001). For 0x5906 (U processor, HD Graphics 610), it's taken from
ark.inte.com.


# 1.1276 10-Jan-2017 nonaka

Add Intel Dual Band Wireless 8265 entry.


Revision tags: pgoyette-localcount-20170107
# 1.1275 27-Dec-2016 msaitoh

Add some Radeon devices. Mainly taken from OpenBSD.


# 1.1274 26-Dec-2016 msaitoh

0x10cb is not 82801H(ICH8) but 82801I(ICH9).


Revision tags: nick-nhusb-base-20161204
# 1.1273 01-Dec-2016 msaitoh

- Add more Intel 10G devices
- indent


# 1.1272 23-Nov-2016 christos

one more atheros device


Revision tags: pgoyette-localcount-20161104
# 1.1271 28-Oct-2016 msaitoh

- Add some Core i7-800 and i5-700 devices from "Intel Core i7-800 and i5-700
Desktop Processor Series Datasheet - Volume 2" (Document Number 322910-003).
- Change some descriptions of Core i5-600 and i3-500 devices.


# 1.1270 26-Oct-2016 msaitoh

i82567V-3 is not ICH9 but ICH8.


# 1.1269 24-Oct-2016 msaitoh

Add Xeon E7 v4 devices from "Intel Xeon Processor E7 v4 Product Famliy
Datasheet Volume 2: Registers".


# 1.1268 20-Oct-2016 msaitoh

Add newer I219 devices.


# 1.1267 19-Oct-2016 msaitoh

Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"


# 1.1266 04-Oct-2016 kiyohara

Add Marvell 88AP510.


Revision tags: nick-nhusb-base-20161004
# 1.1265 16-Sep-2016 msaitoh

- Add ASMEDIA ASM1083/1085/1142
- Add AMD RADEON 34xx HD Audio
- Add some Intel Core i7-6xxxK devices from "Intel Core i7 Processor Family
for LGA2011-v3 Socket Datasheet - Volume 2 of 2: Registers"
- Add "Core i7-6xxxK" to some Intel devices' description.


Revision tags: localcount-20160914
# 1.1264 01-Sep-2016 msaitoh

Add some 1st gen Core PCI devices. Mainly taken from "Intel Core, Pentium
Desktop Processor Series: Datasheet, Vol. 2"


# 1.1263 23-Aug-2016 msaitoh

Fix:
- ATI 0x4394 is AHCI SATA.
- ATI 0x4395 is Storage mode SATA.


# 1.1262 23-Aug-2016 msaitoh

Fix XE5_V3_IMC1_DDRIO_[34]'s values.


# 1.1261 23-Aug-2016 msaitoh

- Fix entries. The following problems were found while sorting entries:
- Remove the following entries because the value is duplicated:

CMDTECH_240 (CMDTECH_AAR_1210SA has the same value)
INTEL_C610_SATA_RAID (INTEL_82801H_SATA_RAID has the same vaule)
INTEL_C610_PCIE_1_3 (82801BA_HPB has the same value)
GEFORCE_610M3 (GEFORCE_610M2 has the same value)

- RADEON_RV350_NQ is not 0x4e41 but 0x4e51
- 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.

- The following two entries have the same number. Fix one of them:

DH89XXCL_USB_2 to 0x23b5 (was 0x23b4 (== DH89XXCL_USB_1))
5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
82X58_PCIE_0_1 to 0x3421 (was 0x3420 (== 82X58_PCIE_0_0))
82801JI_THERMAL to 0x3a32 (was 0x3a30 (== 82801JI_SMB))

- Sort entries in device ID's order.


# 1.1260 19-Aug-2016 msaitoh

Add more Xeon D devices.


# 1.1259 17-Aug-2016 msaitoh

Update Skylake devices.


# 1.1258 17-Aug-2016 msaitoh

Add Xeon D devices.


# 1.1257 08-Aug-2016 msaitoh

Add some Xeon E5 v3 devices.


Revision tags: pgoyette-localcount-20160806
# 1.1256 29-Jul-2016 nonaka

Add MegaRAID SAS3008


# 1.1255 28-Jul-2016 nonaka

Add Super Micro Computer Inc


# 1.1254 28-Jul-2016 nonaka

sort by vendor id.


Revision tags: pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907
# 1.1253 06-Jul-2016 christos

branches: 1.1253.2;
more ral products


# 1.1252 27-Jun-2016 pgoyette

Add a couple more devices, from PR kern/40987


# 1.1251 01-Jun-2016 pgoyette

Add Intel 82597EX_SR, from PR kern/47750


# 1.1250 30-May-2016 nonaka

Added some Intel wireless devices from OpenBSD.


Revision tags: nick-nhusb-base-20160529
# 1.1249 27-Apr-2016 christos

more ral devices from OpenBSD


# 1.1248 26-Apr-2016 msaitoh

Add devices from "6th Generation Intel Processor Families I/O Platform
Datasheet (U/Y-Processor platform) Volume 1 of 2"


Revision tags: nick-nhusb-base-20160422 nick-nhusb-base-20160319
# 1.1247 12-Feb-2016 mrg

add several NVIDIA geforce and NVS cards.


# 1.1246 01-Feb-2016 msaitoh

- s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.


# 1.1245 22-Jan-2016 msaitoh

Add anoter new I219-LM.


Revision tags: nick-nhusb-base-20151226
# 1.1244 01-Dec-2015 msaitoh

Add Intel 100 series chipset devices from "Table 2-1. PCH-H Device and
Revision ID Table, Intel 100 Series Chipset Family Platform Controller
Hub(PCI) Datasheet".


# 1.1243 01-Dec-2015 msaitoh

Add Intel Core 6G devices from datasheets.


# 1.1242 16-Nov-2015 msaitoh

Change macro name of Braswell PCU SMBus.


# 1.1241 16-Nov-2015 msaitoh

Add Braswell devices from "Table 23-4 PCI Devices and Functions,
N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet
(Document Number: 332093-001)"


# 1.1240 06-Nov-2015 nonaka

Add some ATI/AMD devices.


# 1.1239 22-Oct-2015 msaitoh

Add some entries from Intel 965 Express Chipset Family Datasheet.


# 1.1238 21-Oct-2015 nonaka

Add Samsung SM951 M.2 NVMe SSD.


# 1.1237 19-Oct-2015 tnn

fix I219_LM2 entry


# 1.1236 19-Oct-2015 tnn

add I219 family Ethernet devices


Revision tags: nick-nhusb-base-20150921
# 1.1235 28-Aug-2015 nonaka

Add Intel Dual Band Wireless AC 3165.


# 1.1234 27-Aug-2015 nonaka

Added Realtek RTL8192CE.


# 1.1233 26-Aug-2015 msaitoh

Add Intel PCIe NVMe SSD.


# 1.1232 23-Aug-2015 jakllsch

Add another ID for Intel 82Q45 KT


# 1.1231 14-Aug-2015 nonaka

Added ASMedia ASM1042A USB 3.0 Host Controller.


# 1.1230 14-Aug-2015 knakahara

Add Marvell Armada38x.


# 1.1229 13-Aug-2015 msaitoh

Add some Red Hat devices.


# 1.1228 26-Jun-2015 msaitoh

Add PLX Technology PEX 8111.


Revision tags: nick-nhusb-base-20150606
# 1.1227 02-Jun-2015 nonaka

fix typo. s/Wirelsss/Wireless/


# 1.1226 16-May-2015 msaitoh

Add some Intel Core 5G devices and Realtek RTL8188EE.


# 1.1225 13-May-2015 nonaka

Added Qualcomm Atheros QCA986x/988x.


# 1.1224 11-May-2015 msaitoh

Add Samsung SM951.


# 1.1223 09-May-2015 christos

PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX


# 1.1222 04-May-2015 ryo

add SystemBase SB16C1050 UARTs


# 1.1221 03-May-2015 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20150406
# 1.1220 02-Apr-2015 tnn

Mobile 5th Generation Intel Core devices, from intel doc #330837-004


# 1.1219 20-Mar-2015 msaitoh

Add MegaRAID SAS3108


# 1.1218 20-Mar-2015 msaitoh

Add Xeon E5 v3 and C61x devices.


# 1.1217 18-Mar-2015 msaitoh

Add some Intel 9 series devices.


# 1.1216 04-Mar-2015 knakahara

add nForce Host Bridges.


# 1.1215 15-Feb-2015 msaitoh

Add some devices:
- Radeon HD 54xx Audio
- Dell DARC 4 devices
- Some Intel IOP332 devices
- Intel 63xxESB AC'97 Audio Controller
- Some Intel E7520 devices


# 1.1214 25-Jan-2015 msaitoh

- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.


# 1.1213 18-Jan-2015 christos

PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets


# 1.1212 16-Jan-2015 msaitoh

Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.


# 1.1211 14-Jan-2015 msaitoh

Sort VIATECH's entries in the device ID's order.


# 1.1210 31-Dec-2014 veego

Add two Intel 9 Series devices


# 1.1209 23-Dec-2014 msaitoh

Add some Intel 10/40G devices.


# 1.1208 17-Dec-2014 hikaru

Add QuickAssist Virtual Function Device IDs


# 1.1207 15-Dec-2014 msaitoh

- Rename DH89xxCC's names from DH89XX_ to DH89XXCC_.
- Add some DH89xxCC's devices.
- Add DH89XXCL's devices.


# 1.1206 15-Dec-2014 msaitoh

Change Intel 0x0434 entry:
- Rename DH89XX_QA to DH89XXCC_IQIA
- Modify the description to DH89xxCC PCIe Endpoint and QuickAssist
(include typo fix)


Revision tags: nick-nhusb-base
# 1.1205 30-Oct-2014 nonaka

branches: 1.1205.2;
Add some Intel Wi-Fi devices.


# 1.1204 29-Oct-2014 nonaka

Add Realtek RTL8402 PCI-E Card Reader.


# 1.1203 01-Oct-2014 msaitoh

Add Intel Atom Z36xx and Z37xx devices from the datasheet.


# 1.1202 25-Sep-2014 msaitoh

- Add some Intel gigabit Ethernet devices.
- Remove trailing white spaces.


# 1.1201 16-Sep-2014 msaitoh

Add some new Intel I218 devices.


# 1.1200 01-Sep-2014 msaitoh

Add Samsung Electronics XP941 M.2 SSD


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.1199 30-Jul-2014 msaitoh

branches: 1.1199.2;
Add Intel Xeon E3-1200 v3 Host Bridge, DRAM.


# 1.1198 25-Jul-2014 msaitoh

Add some Intel Core internal devices.


# 1.1197 08-Jul-2014 msaitoh

Add some RDC devices.


# 1.1196 03-Jul-2014 msaitoh

Add some Intel X38 devices.


# 1.1195 02-Jul-2014 msaitoh

Add Intel DH89xx devices.


# 1.1194 23-Jun-2014 msaitoh

Add some HP iLO devices.
Add Matrox MGA G200eH.


# 1.1193 09-Jun-2014 msaitoh

Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller.
- Add ASPEED AST1150 PCIe-to-PCI bridge.


# 1.1192 30-May-2014 msaitoh

Add Intel 3200 Host and PCIe.


# 1.1191 28-May-2014 msaitoh

- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213


# 1.1190 28-May-2014 msaitoh

Add Intel X540-AT2.


# 1.1189 25-May-2014 njoly

Add GeForce GT 640M.


Revision tags: yamt-pagecache-base9 rmind-smpnet-nbase rmind-smpnet-base
# 1.1188 26-Apr-2014 mrg

add some new Attansic ethernet devices (but no driver)


# 1.1187 09-Apr-2014 msaitoh

Add yet another 82599 device


# 1.1186 09-Apr-2014 msaitoh

- Add some Ivy Bridge devices from the document.
- sort by device ID.


# 1.1185 07-Apr-2014 njoly

Add Intel Ivy Bridge PCI Express Root Port


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.1184 15-Mar-2014 kiyohara

branches: 1.1184.2;
Add some Armada 370 IDs.


# 1.1183 14-Feb-2014 njoly

Add GeForce 210 High Definition Audio Controller.


# 1.1182 26-Jan-2014 msaitoh

Add some OXPCIe952 devices.


# 1.1181 21-Jan-2014 msaitoh

Rename MARVELL2's 0x91a3 entry to 88SE91XX.


# 1.1180 10-Jan-2014 msaitoh

Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.


# 1.1179 09-Jan-2014 christos

revert unintended changes


# 1.1178 09-Jan-2014 msaitoh

Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.


# 1.1177 04-Jan-2014 msaitoh

Add Intel Z68 LPC


# 1.1176 01-Jan-2014 msaitoh

Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.


# 1.1175 30-Dec-2013 msaitoh

Add ASPEED AST2000.


# 1.1174 27-Dec-2013 msaitoh

Add some Marvell 88SE9xxx devices.


# 1.1173 25-Dec-2013 msaitoh

Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.


# 1.1172 23-Dec-2013 msaitoh

Add Intel C2000 devices.


# 1.1171 22-Dec-2013 nonaka

Added some Realtek devices.


# 1.1170 21-Dec-2013 msaitoh

Add some Intel E600 and EG20T devices.


# 1.1169 15-Dec-2013 pgoyette

Add ASMedia ASM1042 xHCI USB3 controller


# 1.1168 13-Dec-2013 pedro

Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@


# 1.1167 12-Dec-2013 nonaka

Added Radeon HD6320 Graphics.


# 1.1166 08-Dec-2013 msaitoh

Add devices of Atom S1200 series from the datasheet
(Table 2-1 Local PCI Hierarchy, datasheet Volume 2 of 2).


# 1.1165 13-Nov-2013 msaitoh

Add Intel I347-AT4


# 1.1164 07-Nov-2013 msaitoh

Add Quark X1000 devices.


# 1.1163 07-Nov-2013 msaitoh

Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Core
Processor Family I/O" datasheet (Document number: 329003)


# 1.1162 14-Sep-2013 soren

Update some AMD/ATI chipset names.
Add Renesas USB 3.0 controllers.


# 1.1161 04-Sep-2013 christos

PR/48180: Christian Groessler: Support for Oxford Semi OXuPCI952 dual serial
PCI card


# 1.1160 23-Aug-2013 christos

PR/48150: Noriyuki Koizumi: Add support for Intel Centrino Advanced-N 6235
Wi-Fi controller


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1
# 1.1159 17-Jul-2013 soren

Extend support for Nanjing QinHeng Electronics puc(4) devices.


Revision tags: riastradh-drm2-base
# 1.1158 13-Jun-2013 matt

branches: 1.1158.2; 1.1158.4;
Add ATI RADEON_HD7340


# 1.1157 05-Jun-2013 msaitoh

Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Mobile 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Intel Xeon Processor E3-1200 v3 Product Family Datasheet Volume 2 of 2


# 1.1156 04-Jun-2013 msaitoh

Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)


# 1.1155 03-Jun-2013 msaitoh

Add Intel 8 Series KT.


# 1.1154 20-Apr-2013 rkujawa

Add IDs for Marvell Armada XP.

Obtained from Marvell, Semihalf.


# 1.1153 18-Apr-2013 msaitoh

Fix cut & paste bug in some I210 series.


# 1.1152 18-Apr-2013 msaitoh

Add Intel I21[0178] Ethernet.


Revision tags: agc-symver-base
# 1.1151 06-Mar-2013 msaitoh

Add ALTIMA AC1003, BROADCOM BCM57782 and BCM57786.


# 1.1150 03-Mar-2013 msaitoh

BCM5785F is not gigabit Ethernet.


# 1.1149 27-Feb-2013 msaitoh

- Add APPLE BCM5701
- Add BROADCOM BCM57766
- BCM5719 is not 10G but 1G


# 1.1148 20-Feb-2013 msaitoh

- Add device IDs for Broadcom BCM57710, BCM57711(E), BCM57712(E) and BCM5719.
- Change BCM5720's device ID from 0x1658 to 0x165f. 0x1658 is only for the
pre-product and not released to public.


# 1.1147 30-Jan-2013 msaitoh

Change from "3400 USB" to "3400 USB EHCI" for EHCI devices.


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7
# 1.1146 06-Dec-2012 msaitoh

Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
(5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420


# 1.1145 05-Dec-2012 christos

Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)


# 1.1144 29-Nov-2012 msaitoh

Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)


Revision tags: yamt-pagecache-base6
# 1.1143 21-Oct-2012 matt

Add more ASMEDIA 1061 variants.


# 1.1142 20-Oct-2012 msaitoh

Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105


# 1.1141 20-Oct-2012 matt

Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).


# 1.1140 19-Oct-2012 prlw1

Add Intel Centrino Wireless-N 2230


# 1.1139 29-Sep-2012 gsutre

Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.


# 1.1138 25-Sep-2012 gson

Add Lava Computers SSERIAL-PCI single serial port adapter.


# 1.1137 23-Sep-2012 chs

add a bunch of devices.


# 1.1136 18-Sep-2012 matt

Fix tpyo.


# 1.1135 17-Sep-2012 matt

Add ASMEDIA ASM1061


# 1.1134 17-Sep-2012 tsutsui

Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.


# 1.1133 13-Sep-2012 nonaka

Added ALTERA EP4CGX15BF14C8N entry.


# 1.1132 10-Aug-2012 bouyer

branches: 1.1132.2;
Add some PCI AHCI controllers, from linux


# 1.1131 07-Aug-2012 msaitoh

Add some Intel's KT (Serial over LAN) devices.


# 1.1130 06-Aug-2012 msaitoh

Add 82GM45_KT for puc(4)


# 1.1129 05-Aug-2012 msaitoh

Add entries for puc(4) devices.


# 1.1128 05-Aug-2012 bouyer

Add LSI MegaRAID SAS2208


# 1.1127 27-Jul-2012 matt

Add EG20T PCH. Closes PR/45567.


# 1.1126 26-Jul-2012 uwe

Add VirtualBox ids.


# 1.1125 25-Jul-2012 msaitoh

Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)

Modify some devices to clarify


# 1.1124 23-Jul-2012 msaitoh

Add some ATI and SIS devices.
Fixes PR#39580


# 1.1123 23-Jul-2012 msaitoh

Add some Intel 7 series devices.


# 1.1122 22-Jul-2012 matt

Add more FREESCALE devices
Fix RICOH RU5230 description


# 1.1121 20-Jul-2012 msaitoh

Add some Intel's devices.


# 1.1120 19-Jul-2012 msaitoh

Add XGI Technology's devices.


# 1.1119 12-Jul-2012 kiyohara

Add Marvell SoC 88F6282.


# 1.1118 26-Jun-2012 drochner

fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards


Revision tags: jmcneill-usbmp-base10
# 1.1117 25-May-2012 msaitoh

Add some Intel I350 Ethernet products.


Revision tags: yamt-pagecache-base5 jmcneill-usbmp-base9
# 1.1116 18-Apr-2012 bouyer

Add various newer LSI RAID/SAS controllers, from OpenBSD.


Revision tags: yamt-pagecache-base4
# 1.1115 13-Apr-2012 cegger

Add AMD Family15h ids


# 1.1114 09-Apr-2012 mlelstv

Add Intel Sandybridge integrated graphics


# 1.1113 08-Apr-2012 jakllsch

Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.


# 1.1112 08-Apr-2012 jakllsch

- NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller


# 1.1111 08-Apr-2012 jakllsch

Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.


# 1.1110 07-Apr-2012 christos

more broadcom stuff


Revision tags: jmcneill-usbmp-base8
# 1.1109 04-Apr-2012 uwe

Add Marvell Yukon 88e8040 ethernet.


# 1.1108 28-Mar-2012 pgoyette

Add JMB 362 (as found on ASUS M5A99X motherboard)


# 1.1107 21-Mar-2012 sborrill

Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).


# 1.1106 18-Mar-2012 tsutsui

Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.


Revision tags: jmcneill-usbmp-base7 jmcneill-usbmp-base6 jmcneill-usbmp-base4
# 1.1105 03-Mar-2012 nonaka

Added some AMD/ATI devices.


# 1.1104 02-Mar-2012 nonaka

Added Ricoh 5U822.
Rename Ricoh 5CE823 to 5U823.


# 1.1103 02-Mar-2012 nonaka

Added Ricoh 5CE823.


Revision tags: jmcneill-usbmp-base5 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.1102 15-Feb-2012 tsutsui

branches: 1.1102.2;
Add VIA VX900 Host Bridge, to handle its quirk. PR/46018
Ok releng@


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.1101 18-Oct-2011 jmcneill

branches: 1.1101.2; 1.1101.6;
add a couple vmware product IDs


# 1.1100 06-Oct-2011 jmcneill

add GeForce GTX 550 Ti


# 1.1099 04-Oct-2011 njoly

Add 3WARE 9750 Series RAID.


# 1.1098 23-Sep-2011 njoly

Add NVIDIA GeForce 210.


# 1.1097 05-Sep-2011 msaitoh

Change Intel 0x1229 product name from 82557 to 8255x


# 1.1096 02-Sep-2011 msaitoh

Add some fxp devices.


# 1.1095 15-Aug-2011 msaitoh

Sort lines.


# 1.1094 11-Aug-2011 bouyer

Add SiS 315 Pro VGA


# 1.1093 09-Aug-2011 mbalmer

Add the QUANCOM PWDOG1.


# 1.1092 06-Aug-2011 jakllsch

Add Marvell 88SE9128.


# 1.1091 06-Aug-2011 jakllsch

Adjust inconsistent whitespace in MARVELL products.


# 1.1090 06-Aug-2011 mbalmer

It's QUANCOM Electronic GmbH, not Quancm.


# 1.1089 04-Aug-2011 jakllsch

Add Conexant CX23885


# 1.1088 23-Jul-2011 matt

Add MARVELL2 vendor and 88SE9123 device.


# 1.1087 28-Jun-2011 sborrill

Add Nvidia GeForce 8500 GT


# 1.1086 27-Jun-2011 nonaka

Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers.


Revision tags: rmind-uvmplock-nbase rmind-uvmplock-base
# 1.1085 07-Jun-2011 cegger

add ATI Radeon Cypress and Lucent IEEE 1394b Controller


# 1.1084 06-Jun-2011 msaitoh

Rename 82801DB LPC Interface Bridge for consisitency.


Revision tags: cherry-xenmp-base
# 1.1083 28-May-2011 phx

branches: 1.1083.2;
Renamed VT6410 to VT6410_RAID.


# 1.1082 28-May-2011 phx

Add VIA VT6410 ATA RAID controller.


# 1.1081 28-May-2011 ryo

add SystemBase SB16C1058 8 port serial cards


# 1.1080 27-May-2011 matt

Add ALI M5288 SATA/Raid Controller


# 1.1079 22-May-2011 mrg

add some fujitsu ethernet id's and a new vendor id. partly from
Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

XXX: move the #if 0'd usage of PCI_VENDOR_CITICORP inside the #if 0 code
XXX: region, as this id conflits with the (4th) fijutsi id.


# 1.1078 21-May-2011 msaitoh

Add some iwn(4) devices.


# 1.1077 20-May-2011 msaitoh

Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10.


# 1.1076 15-May-2011 msaitoh

Add entries for Intel 6 series' devices.


# 1.1075 14-May-2011 martin

Add Nanjing QinHeng Electronics, from PR kern/44956.


# 1.1074 13-May-2011 msaitoh

add entries for 82579LM and 82579V


# 1.1073 02-May-2011 manu

Don't conflict SUNIX new vendor Id with the previous one


# 1.1072 02-May-2011 manu

Add new PCI vendor Id for Sunix, and the corresponding device Id.


# 1.1071 13-Apr-2011 wiz

+ ATI Radeon HD4650.


# 1.1070 04-Apr-2011 bouyer

Add RDC PCI-ISA bridge


# 1.1069 04-Apr-2011 bouyer

Add rdcide(4), a driver for the IDE controller found in RDC's
vortex86/PMX-1000 system-on-chip.


# 1.1068 16-Mar-2011 matt

Add Freescale P2020/P2010 device ids


# 1.1067 05-Mar-2011 matt

Add ATHEROS AR2427 and AR9287


Revision tags: bouyer-quota2-nbase
# 1.1066 25-Feb-2011 jmcneill

add AMD (ATI) Radeon HD 6310 Graphics ID


# 1.1065 25-Feb-2011 jmcneill

add AMD Family14h host bridge IDs


# 1.1064 24-Feb-2011 matt

Update desc for RT3090. Add Intel NM10_LPC


# 1.1063 24-Feb-2011 matt

Add RT3090


# 1.1062 23-Feb-2011 jmcneill

add Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC


# 1.1061 22-Feb-2011 jmcneill

Add Atheros AR8132, AR8151, AR8151 v2.0, AR8152 v1.1, and AR8152 v2.0


# 1.1060 21-Feb-2011 njoly

Add two more Intel 82Q45 devices.


# 1.1059 20-Feb-2011 msaitoh

Add MosChip(Netmos) 9904 and 9922.
Add MosChip(Netmos) 9865 (already supported by puc(4))


# 1.1058 18-Feb-2011 jmcneill

add Adaptec RAID 3405


Revision tags: bouyer-quota2-base
# 1.1057 03-Feb-2011 njoly

Add a few Nvidia devices.


# 1.1056 26-Jan-2011 bouyer

Add RDC Semiconductor R6040 10/100 Ethernet


Revision tags: jruoho-x86intr-base
# 1.1055 11-Jan-2011 dyoung

branches: 1.1055.2; 1.1055.4;
Add Intel 82599 product IDs.


Revision tags: matt-mips64-premerge-20101231
# 1.1054 16-Dec-2010 cegger

Brdige -> Bridge


# 1.1053 11-Dec-2010 matt

Add some more devices that I've encountered.


# 1.1052 11-Nov-2010 cegger

add AMD RD880, ATI Radeon HD5600, ATI Radeon HD4200 and Atheros AR9285


# 1.1051 06-Nov-2010 jakllsch

Add Intel SCH IDE Controller, from OpenBSD via Tomokazu HARADA in PR#42310.


Revision tags: uebayasi-xip-base4 uebayasi-xip-base3
# 1.1050 14-Oct-2010 taca

Remove duplicate entries:

* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.


Revision tags: yamt-nfs-mp-base11
# 1.1049 26-Aug-2010 dogcow

Add several Broadcom BCM43xx devices.


Revision tags: uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.1048 01-Aug-2010 msaitoh

Add VScom PCI-200Li


# 1.1047 30-Jul-2010 njoly

Update ICH10 devices, from Intel I/O Controller Hub 10 datasheet
errata.


# 1.1046 29-Jul-2010 njoly

Adjust ICH10 watchdog timer entries which are really LPC interface
bridges. While here consistently use `xxx LPC Interface Bridge' for
Intel products.


# 1.1045 29-Jul-2010 njoly

Add Matrox MGA G200eW. From OpenBSD.


# 1.1044 27-Jul-2010 msaitoh

Add Quatech, System Base, Pcre Systems and Syba Tech.


# 1.1043 13-Jul-2010 msaitoh

Add Advantech PCI-1604


# 1.1042 13-Jul-2010 kiyohara

Add Marvell MV78100/MV78200 SoC. (Discovery Innovation)


# 1.1041 08-Jul-2010 msaitoh

- Add "vendor SYBA" and two cards.
- Add two Avlab cards.
- Add two Moxa cards.
- Add some VScom cards.


# 1.1040 08-Jul-2010 msaitoh

Add Advantech PCI-1610 and PCI-1612


# 1.1039 07-Jul-2010 msaitoh

0x1409 is SUNIX


# 1.1038 06-Jul-2010 msaitoh

Fix the name of PCI-1620A-AE.


# 1.1037 06-Jul-2010 msaitoh

Add Advantech and Decision Computer's vendor IDs and their products.


# 1.1036 02-Jul-2010 mrg

add NetMOS 9901 PCI-E uart


# 1.1035 16-Jun-2010 riz

Add a bunch of Intel host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver and PR#42906 from Henry Bent.


# 1.1034 08-Jun-2010 pgoyette

Add a couple entries for ATI Radeon 4250 HD


# 1.1033 08-Jun-2010 mrg

add two pciids for the satalink driver, from the linux driver, for PR#32577.


# 1.1032 15-May-2010 jakllsch

Add NetChip (now PLX) vendor ID, as well as NET228[02] device IDs.


# 1.1031 12-May-2010 christos

Use device names from the OpenBSD iwn driver, adding and modifying device
names as needed. From Sverre Froyen


# 1.1030 10-May-2010 matt

Add MARVELL 88SB2211 PCIe-PCI bridge


# 1.1029 08-May-2010 pgoyette

Add a couple more SMBus controllers. From FreeBSD.


# 1.1028 07-May-2010 kiyohara

Add Marvell MV64460.
Rename Marvell GT64360 to MV64360.


Revision tags: uebayasi-xip-base1
# 1.1027 17-Apr-2010 christos

add support for the 6000. From sverre froyen


# 1.1026 02-Apr-2010 jakllsch

Add Intel 82855GM Host-AGP Bridge.


# 1.1025 14-Mar-2010 mrg

branches: 1.1025.2;
add several core i7 devices, and some more ricoh card reader controllers.


Revision tags: yamt-nfs-mp-base9
# 1.1024 25-Feb-2010 macallan

add 3Dlabs Wildcat 5110, also known as Sun XVR-500


# 1.1023 16-Feb-2010 msaitoh

Add entries for 82576 and 82580


# 1.1022 09-Feb-2010 hubertf

Add entry for Juniper Networks Experimental Clock Version 0
Fixes PR kern/42742


# 1.1021 09-Feb-2010 msaitoh

Make some bge's name close to the real product names.


# 1.1020 08-Feb-2010 msaitoh

Add some MegaRAID Entries


Revision tags: uebayasi-xip-base
# 1.1019 03-Feb-2010 macallan

branches: 1.1019.2;
add Apple PowerBook G3 Firewire controllers


# 1.1018 30-Jan-2010 jakllsch

Add Qumranet vendor and Virtio device IDs.
Also, sort some vendor entries.


# 1.1017 24-Jan-2010 msaitoh

Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788,
57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.


# 1.1016 21-Jan-2010 hubertf

add/improve a few devices


# 1.1015 19-Jan-2010 mbalmer

Add two IBM RSS devices.


# 1.1014 14-Jan-2010 sborrill

Fix typo in (unused) vendor name


# 1.1013 12-Jan-2010 msaitoh

add i82567LM-2 i82567LM-4 i82567V-3 LAN controller


# 1.1012 12-Jan-2010 msaitoh

rename some wm devices to know PHY type


# 1.1011 12-Jan-2010 nonaka

Added RENESAS SH7780/SH7785 PCI Controller.


# 1.1010 11-Jan-2010 msaitoh

fix for i82577


# 1.1009 07-Jan-2010 msaitoh

Add PCH LAN and i82575


# 1.1008 07-Jan-2010 jdc

Add Sun Cassini/NS Saturn devices.


# 1.1007 03-Jan-2010 jnemeth

PR/42558 - Ryo ONODERA -- add entry for IO-DATA TV tuner card


# 1.1006 29-Dec-2009 msaitoh

add entry for i82583V


Revision tags: matt-premerge-20091211
# 1.1005 13-Dec-2009 matt

Add RMI (NetLogic)


# 1.1004 05-Dec-2009 dsl

Correct what are clearly typos leading to duplicate vendor:product pairs.
Where possible values have been checked against the pcidatabase and x.org.
In some cases I've only commented on some dubious entries!
Values will be picked up by the next update.
Info from PR/36487


# 1.1003 30-Nov-2009 sborrill

Add Intel 3400 devices


# 1.1002 21-Nov-2009 jakllsch

Add CX700 and VX800/VX820 LPC bridge IDs.


# 1.1001 18-Nov-2009 bouyer

Complete BROADCOM BCM5709 family, and add BCM5716 family.


# 1.1000 18-Nov-2009 jakllsch

Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.


Revision tags: jym-xensuspend-nbase
# 1.999 13-Oct-2009 cegger

- replace 'Advanced Micro Devices' with 'AMD'.
Requested by jmcneill@
- remove duplicate printing of 'AMD' with the AMD HUDSON-2 chipset.


# 1.998 13-Oct-2009 cegger

AMD SB900 renamed to AMD HUDSON-2


# 1.997 05-Oct-2009 cegger

add SB900 IDE/SATA ids


# 1.996 20-Sep-2009 christos

PR/42100: Dave J. Barnes: Support for old toshiba PICCOLO IDE controllers.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7
# 1.995 01-Aug-2009 matt

Add Silicon Motion SM502


Revision tags: jymxensuspend-base yamt-nfs-mp-base6
# 1.994 07-Jul-2009 cegger

correct product ids for RD890 chipset


# 1.993 29-Jun-2009 hubertf

add a few sdhc(4) devices


Revision tags: yamt-nfs-mp-base5
# 1.992 12-Jun-2009 rjs

Add some more Marvell devices.


# 1.991 11-Jun-2009 cegger

add ADP2, Marvell and Triones devices.
Taken from mvsata diff from Kiyohara Takashi, resolved apply conflicts.


# 1.990 29-May-2009 skrll

Add a bunch of HP stuff. From OpenBSD.


# 1.989 18-May-2009 skrll

Add more devices in my c3700.


Revision tags: yamt-nfs-mp-base4
# 1.988 13-May-2009 cegger

add RX780/RX790 chipset host bridge and Radeon X1600


Revision tags: jym-xensuspend-base
# 1.987 09-May-2009 sborrill

Add alternative product ID for VIA VT8237A Integrated SATA Controller


Revision tags: yamt-nfs-mp-base3
# 1.986 30-Apr-2009 skrll

Add another NS product found in hppa machines.


# 1.985 30-Apr-2009 skrll

Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.


Revision tags: nick-hppapmap-base4
# 1.984 28-Apr-2009 ginsbach

Add Mellanox Technologies Infiniband devices.


Revision tags: nick-hppapmap-base3 nick-hppapmap-base
# 1.983 25-Apr-2009 tsutsui

Tweak some Realtek re(4) device names.


# 1.982 07-Apr-2009 msaitoh

add 82801J_D_BM_LF (ICH10)


# 1.981 10-Mar-2009 msaitoh

add i82567LF-3 LAN Controller


Revision tags: nick-hppapmap-base2
# 1.980 28-Feb-2009 schwarz

correct entry for Lucent 0x5802 into 2-port USB Host Controller


# 1.979 26-Feb-2009 mjf

Add Initio INIC-1622 SATA Controller.


# 1.978 19-Feb-2009 sborrill

Add Intel i82574L 1000baseT Ethernet as used in Pro/1000 CT Desktop adapter


# 1.977 11-Feb-2009 markd

Add more ICH9 SATA controller variants


# 1.976 06-Feb-2009 jakllsch

branches: 1.976.2;
Add TI PCIxx12-series product IDs.


# 1.975 27-Jan-2009 markd

Add Intel 82567LM_3 ethernet


# 1.974 21-Jan-2009 jnemeth

add a comment explaining how to regenerate pcidevs.h and pcidevs_data.h


# 1.973 19-Jan-2009 jmcneill

Attansic L1E Gigabit Ethernet Adapter


Revision tags: mjf-devfs2-base
# 1.972 07-Jan-2009 jnemeth

fix typo in LUCENT ET1301


# 1.971 27-Dec-2008 tsutsui

Fix tyop in previous.


# 1.970 27-Dec-2008 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driver


# 1.969 21-Dec-2008 nonaka

Add VIA VT8237S Integrated SATA Controller ID.


# 1.968 16-Dec-2008 christos

add more intel iwn devices


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.967 29-Nov-2008 christos

Add support for the Intel G45 AGP. From Arnaud Lacombe


# 1.966 18-Nov-2008 matt

Make more consistent (change capitalization) etc. Shrinks by 33 tokens
and 300 bytes.


# 1.965 08-Nov-2008 christos

Support for Intel G35 as found on Asus P5E-VM HDMI motherboard from
Milos Negovanovic


# 1.964 04-Nov-2008 cegger

fix typo in previous: prodcut -> product


# 1.963 04-Nov-2008 cegger

add ATI RD790 and RD890 chipset ids


Revision tags: netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1
# 1.962 15-Oct-2008 bouyer

branches: 1.962.2; 1.962.4;
Fix entry description.


# 1.961 15-Oct-2008 bouyer

Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.


Revision tags: wrstuden-revivesa-base-4
# 1.960 01-Oct-2008 christos

ICH10 support from Brad du Plessis


# 1.959 28-Sep-2008 bouyer

Add JMicron JMC250 Gigabit Etheret and JMC260 Fast Ethernet Controllers.
While here, fix other JMicron device IDs (product ID is 4 digits, not five).


Revision tags: wrstuden-revivesa-base-3
# 1.958 18-Sep-2008 cegger

correct C51 host bridge numbers. Spotted by njoly@


# 1.957 18-Sep-2008 cegger

add NVIDIA C51 products


# 1.956 13-Sep-2008 njoly

Add Nvidia GeForce 6150 devices.


# 1.955 08-Sep-2008 cegger

Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer


# 1.954 08-Sep-2008 cegger

correct product id for serverworks usb controllers


Revision tags: wrstuden-revivesa-base-2
# 1.953 06-Sep-2008 rmind

PR/39119: Jan Thorsson: Support for VIA CX700M2 IDE controller.


# 1.952 06-Sep-2008 rmind

PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards.


# 1.951 05-Sep-2008 cegger

Add some ServerWorks products


# 1.950 27-Aug-2008 christos

Add one more cardbus bridge


# 1.949 23-Aug-2008 tsutsui

- add a Realtek 8139D variant (from FreeBSD)
- remove a duplicated entry of Realtek 0x8138


# 1.948 22-Aug-2008 tnn

Add Intel 82945GME Host Bridge
Intel 82945GME Integrated Graphics Device


# 1.947 19-Aug-2008 matthias

Typo


# 1.946 19-Aug-2008 matthias

Add pci ids for intel 82946GZ_{HB,IG} (used in my AcerPower 2000)


# 1.945 06-Aug-2008 dyoung

Define O2 Micro OZ711E0. From OpenBSD.


Revision tags: simonb-wapbl-nbase simonb-wapbl-base
# 1.944 29-Jul-2008 tron

Add nVidia GeForce 7300 LE.


# 1.943 15-Jul-2008 tonnerre

Add some PCI IDs from the Thinkpad T61/X61/R61 series as observed in
PR 37988 and on my own T61.


Revision tags: wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 wrstuden-revivesa-base
# 1.942 25-May-2008 chs

branches: 1.942.2; 1.942.4;
add devices found in the last model of powermac G5. from openbsd.


# 1.941 20-May-2008 cegger

add some ATI products (SB600 modem, RD790 and RS690)


Revision tags: hpcarm-cleanup-nbase yamt-pf42-base2 yamt-nfs-mp-base2
# 1.940 13-May-2008 rjs

Add SIS 756 Host Bridge.


# 1.939 08-May-2008 sborrill

Add support for IBM ServeRAID 8k (and 8k-l)


# 1.938 30-Apr-2008 joerg

branches: 1.938.2;
+ 3ware 9690


Revision tags: yamt-pf42-baseX yamt-nfs-mp-base yamt-pf42-base
# 1.937 17-Apr-2008 christos

branches: 1.937.2; 1.937.4;
sync with openbsd; fixes observed corruption issues.


# 1.936 15-Apr-2008 cegger

add devices found on HP Pavilion dv9700 Notebook


# 1.935 09-Apr-2008 joerg

Add PCI ID of 3Ware 9650 family.


# 1.934 03-Apr-2008 riz

Digi International Neo 4 and 8 port serial boards.


# 1.933 01-Apr-2008 cegger

add XenSource and its virtual product - only found on Xen HVM guests


Revision tags: ad-socklock-base1
# 1.932 26-Mar-2008 jmcneill

PR#38301: Add support for SMBus controllers for ATI SB600, SB700, SB800
chipsets, from Christoph Egger


Revision tags: yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase keiichi-mipv6-base matt-armv6-nbase hpcarm-cleanup-base
# 1.931 24-Feb-2008 xtraeme

+ Dell PERC 6.


# 1.930 22-Feb-2008 tsutsui

Add I-O DATA RSA-PCI 2 port serial board.


Revision tags: nick-net80211-sync-base mjf-devfs-base
# 1.929 13-Feb-2008 tron

branches: 1.929.2; 1.929.6;
Import PCI ids for the Matrox MGA G200e and the Intel E7230 and 82975X
chipsets from OpenBSD.


# 1.928 10-Feb-2008 ichiro

add few devices
PM965 interface


# 1.927 05-Feb-2008 ichiro

added some devices of "PCI-Cardbus bridge"


Revision tags: bouyer-xeni386-nbase bouyer-xeni386-base
# 1.926 11-Jan-2008 tnn

Add ServeRAID 6/7


# 1.925 11-Jan-2008 ragge

Add Intel quad 1000baseT copper PCI express card.


Revision tags: matt-armv6-base
# 1.924 03-Jan-2008 jnemeth

Symbios Logic 0x0030 is used for both 53c1020/53c1030 from Dave Huang


# 1.923 30-Dec-2007 jdc

Add Apple Shasta GMAC (From FreeBSD).


# 1.922 28-Dec-2007 dholland

typo fix: brige -> bridge


Revision tags: vmlocking2-base3
# 1.921 24-Dec-2007 hamajima

Add Intel 82801GB Ethernet Controller


Revision tags: yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 vmlocking-nbase jmcneill-pm-base reinoud-bufcleanup-base
# 1.920 26-Nov-2007 bjs

branches: 1.920.2; 1.920.6;
Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have
consulted indicated that this ID is an R430 (including xf86-video-ati).

PCI_PRODUCT_ATI_RADEON_R430_554F (primary)
PCI_PRODUCT_ATI_RADEON_R430_556F (secondary)

vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00)
ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured


# 1.919 24-Nov-2007 markd

Add INTEL Q33 and Q35 chipsets


# 1.918 24-Nov-2007 markd

s/product\tINTEL/product INTEL/


# 1.917 23-Nov-2007 xtraeme

Add some Intel 5000 Series Chipset devices.


Revision tags: bouyer-xenamd64-base2 bouyer-xenamd64-base
# 1.916 19-Nov-2007 ad

Add a few more pcibs


# 1.915 15-Nov-2007 manu

It's 88C055, not 88CO55.


# 1.914 14-Nov-2007 xtraeme

Add NVIDIA MCP7[37] devices, from OpenBSD.


# 1.913 12-Nov-2007 joerg

Merge a PCI IDs of Intel 82G33 and 82965PM from jmcneill-pm.


Revision tags: jmcneill-base
# 1.912 30-Oct-2007 xtraeme

branches: 1.912.2;
Erm fix previous, it's Intel IOP333 not 332.


# 1.911 30-Oct-2007 xtraeme

Add Intel IOP332 A/B Segments.


# 1.910 30-Oct-2007 xtraeme

Areca ARC SATA RAID Controllers, from OpenBSD.


# 1.909 30-Oct-2007 jnemeth

PR/37201 - Yasushi Oshima -- Intel 82965G chipset support


# 1.908 24-Oct-2007 xtraeme

- Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.

From OpenBSD.


# 1.907 22-Oct-2007 manu

Add support for Marvell 88CO55. Newer iMacs come with that chip.


# 1.906 22-Oct-2007 nisimura

PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.


Revision tags: yamt-x86pmap-base4 yamt-x86pmap-base3
# 1.905 14-Oct-2007 xtraeme

branches: 1.905.2;
IC Plus Corp IP100A support for ste(4), submitted by
Pedro Alejandro Lopez-Valencia in PR kern/36605.


Revision tags: vmlocking-base
# 1.904 09-Oct-2007 garbled

Add a bunch of IBM PCI dev id's for graphics cards and PCI bridges


Revision tags: yamt-x86pmap-base2 yamt-x86pmap-base
# 1.903 20-Sep-2007 xtraeme

branches: 1.903.2;
+ ATI Radeon HD2600 XT


# 1.902 17-Sep-2007 msaitoh

addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2


# 1.901 11-Sep-2007 jnemeth

sort CMDTECH and add CMDTECH SiI3531 SATALink


Revision tags: nick-csl-alignment-base5
# 1.900 09-Sep-2007 xtraeme

Another ICH8M SATA Controller found in jmcneill's laptop.


# 1.899 08-Sep-2007 ober

Add definitions for Intel 4965AGN.


# 1.898 07-Sep-2007 cube

Add EVE.


# 1.897 02-Sep-2007 ober

Add Intel LPC 82801HEM and 82801IO entries


# 1.896 01-Sep-2007 ober

ICH8M LPC Interface bridge. ok xtraeme


# 1.895 31-Aug-2007 xtraeme

+ VIA CX700 IDE Controller


# 1.894 30-Aug-2007 xtraeme

+ Intel 82801HBM IDE Controller


# 1.893 28-Aug-2007 msaitoh

add ICH9's Ethers


# 1.892 26-Aug-2007 xtraeme

branches: 1.892.2;
Add two ICH8 LPC Interface Bridges.


# 1.891 19-Aug-2007 riz

Add 27 Intel ICH9 device IDs, from:
http://download.intel.com/design/chipsets/specupdt/31697301.pdf


# 1.890 14-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- add some MARVELL devices


# 1.889 11-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- AMD product updates


# 1.888 08-Aug-2007 tron

Add some Attansis and VIA devices, correct order.

Patch provided by Christoph Egger on "tech-kern" mailing list.


Revision tags: matt-mips64-base
# 1.887 06-Aug-2007 martin

branches: 1.887.2;
Add a serverworks south bridge


# 1.886 04-Aug-2007 kiyohara

Add support agp_amd64. Imported from FreeBSD.


Revision tags: nick-csl-alignment-base mjf-ufs-trans-base
# 1.885 07-Jul-2007 jklos

branches: 1.885.2; 1.885.6;
Added Chelsio vendor plus 10 gig hardware (and friends).


# 1.884 06-Jul-2007 hpeyerl

ATI updates from Christoph Egger


# 1.883 27-Jun-2007 xtraeme

Improve the NS CS5535 entries and remove the NS part, it's redundant.


# 1.882 26-Jun-2007 xtraeme

Add National Semiconductor CS5535 devices, found in the decTOP.


# 1.881 28-May-2007 mrg

add ALi M5261 ethernet (tulip clone)


# 1.880 19-May-2007 tsutsui

Add IBM GXT250P video.


Revision tags: yamt-idlelwp-base8
# 1.879 16-May-2007 mrg

add Nvidia MPC04 SMBus


# 1.878 02-May-2007 bouyer

Add JMicron Technology vendor ID, and their current PCIe SATA/PATA
controllers.


# 1.877 29-Apr-2007 bouyer

Remove extra "Intel" from previous commit


# 1.876 29-Apr-2007 bouyer

Add:
Intel i82801H IFE (GT) LAN Controller
Intel i82801H IFE (G) LAN Controller
from FreeBSD


Revision tags: thorpej-atomic-base
# 1.875 27-Mar-2007 pooka

add GeForce Go 7600


# 1.874 25-Mar-2007 isaki

Add ATI ES1000.


# 1.873 17-Mar-2007 dyoung

Add Infineon ADM5120 PCI host bridge.


# 1.872 10-Mar-2007 christos

branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA


# 1.871 09-Mar-2007 xtraeme

branches: 1.871.2;
+ATI Radeon X1300


# 1.870 03-Mar-2007 jmcneill

Add pcHDTV HD-5500 HDTV video capture


# 1.869 01-Mar-2007 jmcneill

Add Conexant CX2388X Audio/Video Decoder


Revision tags: ad-audiomp-base
# 1.868 16-Feb-2007 markd

branches: 1.868.2;
Add i965Q


# 1.867 10-Feb-2007 mlelstv

Add support for VT8237A/VT82C586A PCI-ISA-Bridge
Fixes PR kern/35314


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.866 30-Jan-2007 msaitoh

add some msk devices


# 1.865 28-Jan-2007 chs

add another Realtek wifi, some SIIG serial cards and another nForce chipset.
remove some duplicate entries.


# 1.864 27-Jan-2007 isaki

Fix typo. s/Seria ATA/Serial ATA/


# 1.863 21-Jan-2007 isaki

Add AMD Geode LX and CS5536.
Reviewed by tsutsui@ on port-i386.


# 1.862 14-Jan-2007 rpaulo

Add new Parallels video id.


# 1.861 06-Jan-2007 jmcneill

Add Xbox SMBus controller, and rename "Xbox nForce" to accurately reflect
that it is the Host-PCI controller.


# 1.860 04-Jan-2007 jmcneill

It's nForce Ethernet, not Ethetnet


# 1.859 04-Jan-2007 jmcneill

Add Xbox nForce video, from Andrew Gillham.


# 1.858 31-Dec-2006 ichiro

add RCF-CBA2 CF-Adapter
(WORKBIT-CF32A)


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4
# 1.857 10-Dec-2006 bouyer

Add another PCI ID for Dell PERC 5 (from OpenBSD)


Revision tags: yamt-splraiseipl-base3
# 1.856 09-Dec-2006 manu

Add support for 4 and 8 ports modem boards from Perle systems


Revision tags: netbsd-4-base
# 1.855 26-Nov-2006 tsutsui

branches: 1.855.2;
- add more Broadcom product IDs, and fix two alternative IDs
(from FreeBSD and OpenBSD)
- sort by product ID


# 1.854 26-Nov-2006 enami

Add product id of yet another i82557 variant.


# 1.853 18-Nov-2006 tsutsui

Add an ID of Broadcom BCM5752M. From Matt Kolb on tech-kern.


# 1.852 18-Nov-2006 tsutsui

- add Realtek RTL8100 (from FreeBSD)
- fix entry of RTL8169SC
- remove vague comment in Realtek entry


# 1.851 17-Nov-2006 tsutsui

Add and note more Realtek Ethernet chips.


# 1.850 13-Nov-2006 xtraeme

Fix typo in previous (hi bouyer).


# 1.849 13-Nov-2006 bouyer

Add NetMos 9855 Quad UART and 1284 Printer port


# 1.848 08-Nov-2006 rpaulo

Add AMD PCI-X IOAPIC.


# 1.847 08-Nov-2006 martti

Fix aligment.


# 1.846 08-Nov-2006 martti

List MEGARAID_SAS and MEGARAID_VERDE_ZCR as SYMBIOS products.


# 1.845 07-Nov-2006 martti

Added some MegaRAID SAS controllers.


# 1.844 03-Nov-2006 abs

Add Broadcom BCM5754 (0x167a)


# 1.843 31-Oct-2006 manu

Add support for Perle systems PCI-RAS 4 modem ports
See http://www.perle.com/products/Multimodem-Cards.shtml for product details


# 1.842 25-Oct-2006 bouyer

Add VIA VT8237A Integrated SATA Controller, from FreeBSD.


# 1.841 23-Oct-2006 rjs

Add Motorola MPC5200B host bridge.


Revision tags: yamt-splraiseipl-base2
# 1.840 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.839 09-Oct-2006 cube

Add one puc device by Moschip (formerly NetMos). Not the one I have, but
as I went through the datasheets...


# 1.838 02-Oct-2006 cube

Oops, pasto.


# 1.837 02-Oct-2006 cube

Add an NVIDIA MCP55 device I forgot (ISA bridge).


# 1.836 29-Sep-2006 cube

Add ids of devices found in the nForce 570 chipset.
Add GeForce 6200LE.


# 1.835 27-Sep-2006 cube

Add the Intel PRO/100 variant found on the D946GZIS motherboard.


# 1.834 27-Sep-2006 sketch

Add TI ACX100B and rename existing (unused) TI ACX100 to ACX100A.


# 1.833 25-Sep-2006 heas

Add entries for Datum Inc. (Bancomm) & the BC635PCI_U card.


# 1.832 24-Sep-2006 briggs

Add IDs for the devices in the last-generation PowerBook G4.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 rpaulo-netinet-merge-pcb-base
# 1.831 07-Sep-2006 riz

branches: 1.831.2;
Add the SK-9Sxx Gigabit Ethernet, from OpenBSD.


# 1.830 07-Sep-2006 itohy

branches: 1.830.2;
Add Workbit NinjaATA-32Bi and NPATA-32 busmastering PIO IDE controllers.


# 1.829 03-Sep-2006 xtraeme

Add missing PDC20265 device... removed accidentally in previous.


# 1.828 03-Sep-2006 xtraeme

Add some missing devices from Promise and sort them.


# 1.827 03-Sep-2006 xtraeme

Add some ICH8 devices... from obsd.


Revision tags: yamt-pdpolicy-base8
# 1.826 03-Sep-2006 xtraeme

Erm forgot to add MCP61/65 SATA Controllers and sort them.


# 1.825 03-Sep-2006 xtraeme

- Add all pciids for nvidia MCP61/65 controllers, from obsd.
- Improve description in all them.


# 1.824 03-Sep-2006 xtraeme

- Add nForce MCP61/65 LAN controllers... from obsd.
- Improve description in some nForce controllers as well.


# 1.823 27-Aug-2006 christos

PR/34289: St�phane Witzmann: Add some missing PCI devices in pcidevs


# 1.822 24-Aug-2006 riz

Add a bunch of Marvell product IDs, from OpenBSD.


# 1.821 23-Aug-2006 cube

Add Broadcom NetXtreme II devices.


# 1.820 22-Aug-2006 riz

Rename vendor GALILEO -> vendor MARVELL . Marvell bought Galileo years
ago, we have little existing stuff in the tree, and this will make it
easier to keep certain network drivers in sync with other OSes.

OK matt@, uwe@


# 1.819 13-Aug-2006 dsainty

Add the Promise PDC20771, present on the Promise FastTrak TX2300


Revision tags: yamt-pdpolicy-base7
# 1.818 10-Aug-2006 simonb

Fix typo in 3945 Intel wireless card name.
Pointed out in private mail by Jean-Baptiste Campesato.


# 1.817 09-Aug-2006 jnemeth

add some Token Ring devices


# 1.816 08-Aug-2006 cube

Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.


Revision tags: abandoned-netbsd-4-base
# 1.815 06-Aug-2006 jmcneill

branches: 1.815.2;
Add entry for IBM ThinkPad audio. From Stephane Witzmann.


# 1.814 03-Aug-2006 bsh

Device 10de:026c is not AC-97 controller but nForce430 HD Audio controller.

Pointed out by Brad. Thanks.


# 1.813 01-Aug-2006 xtraeme

Add nForce3 250 SATA2.


# 1.812 01-Aug-2006 bsh

add an another device ID for AC-97 controller in nForce430 (MCP51).

XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?


# 1.811 30-Jul-2006 jmcneill

Add VIA VT3314 (CN900) UniChrome integrated graphics


# 1.810 30-Jul-2006 oster

Recognize another Intel PRO/100 VM Network Controller.


# 1.809 30-Jul-2006 simonb

Add 82945P_IGD.
Should this be "82945G_IGD", and other 945 device IDs have G instead of P
suffix?


# 1.808 21-Jul-2006 gdamore

Update ADMtek pci device ids to match data sheets. While here, add the 9513
device (although I've never seen one, I have a datasheet for it. :-)


# 1.807 18-Jul-2006 itohy

Identify vendor 0x1317, product 0x9511 as ADMtek AN983B,
since OpenSolaris says it is "ADMTek Comet 983b".


# 1.806 13-Jul-2006 kent

- add VIA VT8237A/8251 High Definition Audio Controller
- add some tabs


# 1.805 07-Jul-2006 simonb

Add another Intel 3945 wireless minipci device id.
Small part of kern/33778 by Jean-Baptiste Campesato.


# 1.804 30-Jun-2006 nisimura

Add kse(4) driver for Micrel KSZ8842/8841 Ethernet controller.


# 1.803 30-Jun-2006 xtraeme

Add ITE IT8211 IDE Controller.


# 1.802 30-Jun-2006 xtraeme

Add some missing ATI devices.


# 1.801 27-Jun-2006 kent

improve the description of NVIDIA MCP55_HDA


# 1.800 26-Jun-2006 xtraeme

Add SIS 660, 760, 761 IDE Controllers and SIS 181/182 SATA controllers
(from obsd).


# 1.799 26-Jun-2006 xtraeme

Add PROMISE PDC20775 and PDC40718 SATA controllers (from obsd).


Revision tags: yamt-pdpolicy-base6
# 1.798 25-Jun-2006 soren

Add quirk for the not quite standard PCI bus in Parallels Desktop for Mac.


Revision tags: chap-midi-nbase chap-midi-base
# 1.797 18-Jun-2006 christos

PR/33761: dieter roelants: NetBSD doesn't recognize a RealTek 8168B nic


# 1.796 18-Jun-2006 xtraeme

Add ALI M1533 PCI-ISA Bridge


# 1.795 15-Jun-2006 heinz

Added information about LSI's SAS, parallel SCSI and FC adapters (from LSI's
Linux driver package and http://pciids.sourceforge.net/).


Revision tags: gdamore-uart-base
# 1.794 14-Jun-2006 grant

branches: 1.794.2;
QLogic is the correct writing, not "Q Logic".


# 1.793 14-Jun-2006 grant

add QLogic QLA200 fibre channel card.


# 1.792 08-Jun-2006 kent

add 23 ICH8 devices.
http://download.intel.com/design/chipsets/specupdt/31305701.pdf

No regen follows because no one refers them.


Revision tags: simonb-timecounters-base
# 1.791 06-Jun-2006 rpaulo

Attachment framework for the rt2561.c and rt2661.c drivers.

From OpenBSD.


# 1.790 05-Jun-2006 martin

Add D-Link Air DWL-610


# 1.789 05-Jun-2006 msaitoh

add 82541ER_LOM, 82547EI_MOBILE, 82546GB_PCIE(PRO/100MT),
82546GB_QUAD_COPPER(PRO/1000MT QP) and 82572EI(PRO/1000PT).


# 1.788 31-May-2006 riz

Add a couple DLINK product IDs, from OpenBSD.


Revision tags: yamt-pdpolicy-base5
# 1.787 19-May-2006 markd

branches: 1.787.2;
Add some devices found on a Dell Latitude D620.


Revision tags: elad-kernelauth-base
# 1.786 30-Apr-2006 xtraeme

PR kern/32849: pcidevs update for Intel 82801CA AC'97 Modem Controller.
Apply patch from Nicolas Joly.


# 1.785 30-Apr-2006 xtraeme

PR port-amd64/33393: viaide driver patch for VT8237R SATA.


# 1.784 29-Apr-2006 gdamore

Add Audigy4 device id.


# 1.783 25-Apr-2006 wrstuden

Tweak 3ware 9500 ID, and add 3ware 9550 ID.


# 1.782 20-Apr-2006 gdamore

Add a bunch of additional Radeon entries, and correct/cleanup a few of them
for consistency and to match Xorg. I am assuming that Xorg contains the
correct information, since it actually makes use of this information.


# 1.781 15-Apr-2006 jmcneill

Add entry for Turtle Beach Santa Cruz, and Cirrus Logic CS4615 while we're
here.


Revision tags: yamt-pdpolicy-base4
# 1.780 06-Apr-2006 simonb

Sort some Intel GigE nics by product ID.


# 1.779 05-Apr-2006 nonaka

Added "Faraday Technology" in vendor list.


Revision tags: yamt-pdpolicy-base3
# 1.778 26-Mar-2006 jonathan

Fix cut-and-paste typo in human-readable description of bcm5780S
(used to say bcm5782s, should be bcm5780s; make it so).


# 1.777 25-Mar-2006 rpaulo

Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
port-i386.


# 1.776 21-Mar-2006 he

Add a bunch of IDs for Compaq/HP Smart Array controllers supported
by the soon to be added ciss(4) driver.


Revision tags: peter-altq-base yamt-pdpolicy-base2
# 1.775 12-Mar-2006 chs

branches: 1.775.2;
fix name of Radeon 9000 Pro.
add Radeon 9200 Secondary ID.
add Comtrol, Magma and SIIG multi-port serial cards.
add more Dolphin SCI cards.
add IBM ServeRAID 4/5.
add Mitsubishi Tornado 3000.
add or rename various NVIDIA IDs to match openbsd.
add SafeNet SafeXcel.


# 1.774 09-Mar-2006 he

Add vendor code for Nortel and Baystack 21 id. Part of info
submitted in PR#33044.


# 1.773 09-Mar-2006 hamajima

Add EXAR devices.
Fix duplicated NVIDIA product id 0x0057.


# 1.772 07-Mar-2006 bouyer

Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.


# 1.771 06-Mar-2006 bouyer

branches: 1.771.2;
Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.


# 1.770 06-Mar-2006 martin

Add MOXA devices, from Olivier Cherrier


Revision tags: yamt-pdpolicy-base
# 1.769 01-Mar-2006 dogcow

branches: 1.769.2;
add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.)


Revision tags: yamt-uio_vmspace-base5
# 1.768 28-Feb-2006 gdamore

Add Radeon 7000/VE (QZ).


# 1.767 21-Feb-2006 chuck

add entry for LINKSYS PCM200 10/100 ethernet card


# 1.766 16-Feb-2006 kochi

add two more ICH7-M LPC device ids from intel document
(Intel I/O Controller Hub 7 (ICH7) Family Specification Update)


# 1.765 12-Feb-2006 tron

Fix inconsistencies in names for components for recent Intel chipsets.


# 1.764 12-Feb-2006 tron

Correct cut and paste error in last change.


# 1.763 12-Feb-2006 tron

Add entries for Intel i955X chipset.


# 1.762 07-Feb-2006 cube

I wonder how the leading junk arrive there...


# 1.761 07-Feb-2006 cube

Add PLX's 9054 I/O Accelerator.


# 1.760 06-Feb-2006 abs

Add SIS 190 Ethernet, as found in ASUS T2-AE1


# 1.759 02-Feb-2006 christos

branches: 1.759.2;
PR/32695: Chuck Tuffli: incorrect PCI device id for CMD Technology (0x1095)
SiI3132 SATALink (0x3132)


# 1.758 26-Jan-2006 bouyer

branches: 1.758.2;
Add Promise PDC2057x SATA/150 controllers, from FreeBSD.


# 1.757 16-Jan-2006 christos

PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics


# 1.756 10-Jan-2006 cdi

PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
S4HRP laptops.


# 1.755 02-Jan-2006 manu

Add support for nForce430 ATA133 and SATA controllers. My disks now run
at a decent speed.


# 1.754 02-Jan-2006 tron

Fix cut and paste error. Noted by Bernhard Moellemann.


# 1.753 02-Jan-2006 tron

- Spell NVIDIA as "NVIDIA" instead of "Nvidia". This matches their
website and viaide(4).
- Add entry for builtin ethernet of NVIDIA nForce4 chipset.
Information provided by Bernhard Moellemann.


# 1.752 01-Jan-2006 xtraeme

Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.


# 1.751 29-Dec-2005 jonathan

branches: 1.751.2;
Add pcidevs entry for the (Serverworks?) PCI-Express to PCI-X bridge
chip integral to Broadcom bcm5714 and bcm5715 PCI-Express dual-port
gigabit Ethernet chips.


# 1.750 19-Dec-2005 jonathan

Add an entry for S&K (Schneider&koch, also SysKonnect) PCI-Express
gigabit ethernet boards (SK-9E21D single-port, SK-9E22 dual-port)
based on the Marvell Yukon-2 chipset.


# 1.749 19-Dec-2005 jonathan

Add ID 0x3132 for Silicon Image, PCI-Express dual-port SATA-II version
of SiI 3124 (PCI-X quad SATA).


# 1.748 18-Dec-2005 sekiya

Add device information for Linksys IPN2200. From ndiswrapper list.


# 1.747 11-Dec-2005 jonathan

Remove extraneous //// markers of potential conflict in last commit.


# 1.746 11-Dec-2005 jonathan

Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)


Revision tags: ktrace-lwp-base
# 1.745 10-Dec-2005 jonathan

Add PCI device entries for Broadcom Ethernet devices: PCI-Express
gigabit bcm5714 (copper), bcm5714S (serdes), bcm5715 (copper),
bcm5715S (SERDES), also bcm5780 (copper) and bcm5780S (SERDES).

Extracted from Broadcom-supplied Linux driver and from prerelease patches
for Linux-2.6.15.


# 1.744 09-Dec-2005 xtraeme

Add two VMware SVGA device ids.


# 1.743 08-Dec-2005 xtraeme

Add three Rhine ethernet adapters.


# 1.742 07-Dec-2005 jonathan

Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.


# 1.741 06-Dec-2005 fvdl

Add ID for yet another 57xx-compatible Broadcom chip, the 5789.


# 1.740 04-Dec-2005 christos

PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device


# 1.739 04-Dec-2005 christos

PR/32238: Ryo Shimizu: Add support for Promise SATA300TX4 SATA Controller
(PDC40718)


Revision tags: yamt-readahead-base3
# 1.738 27-Nov-2005 jdolecek

change the description of the 3ware raid controllers to 'ATA RAID Controller'
rather then 'IDE RAID'

fix the ID of the 9xxx series controller and rename to ATARAID_9k, since
3ware doesn't refer to it using the 'Escalade' family name


# 1.737 22-Nov-2005 rpaulo

Fix entry for TI FlashMedia Controller.


Revision tags: yamt-readahead-base2
# 1.736 18-Nov-2005 rpaulo

It's really PCI7x21/7x11 Cardbus Controller.


# 1.735 18-Nov-2005 rpaulo

Add a bunch of devices:
o Intel 82801FBM ICH6M LPC Interface Bridge
o Intel 82801FB/FR PCI Express Port #2
o TI PCIxx21/x515 Cardbus Controller
o TI PCI7x21/7x11 IEEE 1394 Host Controller
o TI PCIxx11/21 Integrated FlashMedia Controller


Revision tags: yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base yamt-vop-base3
# 1.734 01-Nov-2005 abs

branches: 1.734.2;
Add Radeon 9000 PCI (0x4966)


Revision tags: yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.733 05-Oct-2005 jonathan

branches: 1.733.2;
Add PCI ids for Intel Pro/1000 PT PCI-Express gigabit ethernet controllers:
82571EB 2-port, 82572EI single-port, both in copper, fibre, and SERDES versions,
and 82573 embedded chip.


# 1.732 04-Sep-2005 tron

Add PCI ids for ATI Radeon 9600 LE.


# 1.731 21-Aug-2005 chs

add nvidia devices found on an ASUS K8N-DL motherboard,
plus various other cards.


# 1.730 21-Aug-2005 gavan

Add BCM5751M


# 1.729 30-Jul-2005 grant

use same form for secondary display as other ATI devices


# 1.728 30-Jul-2005 grant

add some device ids for the ATI Radeon 9200 Pro.


# 1.727 29-Jul-2005 cube

New Dell day: add missing device IDs, and order one correctly.


# 1.726 25-Jul-2005 christos

PR/29925: Mihai CHELARU: Fix for stge 1023.


# 1.725 01-Jul-2005 drochner

branches: 1.725.2;
add ralink dev IDs, from FUKAUMI Naoki per PR kern/30449


# 1.724 01-Jul-2005 augustss

Add the ATI SB400 chip set and the Radeon X850 XT graphics card.


# 1.723 26-Jun-2005 seb

Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.


# 1.722 24-Jun-2005 seb

Add Texas Instruments PCI6515A Cardbus Controller with Smart Card Controller.

Approved by gimpy@


# 1.721 20-Jun-2005 briggs

Add Intel 6300ESB SATA RAID Controller.


# 1.720 19-Jun-2005 chs

add some misc cards and merge the two mylex sections.


# 1.719 15-Jun-2005 bouyer

Add Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern@


# 1.718 14-Jun-2005 bouyer

Add SIS 965 bridge. From FreeBSD.


# 1.717 13-Jun-2005 tron

Add support for the LinkSys PCMPC200 Cardbus ethernet card.


# 1.716 13-Jun-2005 nonaka

Add PCI ids for HITACHI SH7751{,R} PCI Controller


# 1.715 13-Jun-2005 nonaka

Add PCI id for "ATI Mobility Radeon 9700".


# 1.714 07-Jun-2005 skrll

Add some Intel 802.11 cards.

From OpenBSD.


# 1.713 28-May-2005 kent

Add the followings:
- 6300ESB AC'97 Audio
- 6300ESB AC'97 Modem
- ICH6 HD-Audio
- ICH6 AC'97 Modem
- All of ICH7 devices


# 1.712 27-May-2005 augustss

Add the TM8000 integrated northbridge.


# 1.711 18-May-2005 riz

Add support for the 82801FB (ICH6) 10/100 ethernet appearing
on new Intel motherboards. From Brian Buhrow in PR#30025.
Approved by jmcneill.


# 1.710 12-May-2005 cube

Two re(4) candidates. From Francois Romieu in private mail.


# 1.709 09-May-2005 martin

PR kern/30173: add Corega CG-LAPCIGT


# 1.708 04-May-2005 cube

Add a few devices seen on a Dell PowerEdge SC1420, and while there make the
ordering of devices proper.


# 1.707 02-May-2005 rh

Add IC Ensemble / VIA Technologies Envy24 Multichannel Audio controllers.


Revision tags: kent-audio2-base
# 1.706 20-Apr-2005 bouyer

Add "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller". Fix kern/29218
by A L Meyers.


# 1.705 06-Apr-2005 martti

Added support for Dell CERC SATA RAID 1.5/6ch


Revision tags: yamt-km-base4
# 1.704 24-Mar-2005 tron

Add ids for ATI Radeon 9700 Pro and 9800 Pro.


# 1.703 19-Mar-2005 tron

Add PCI id for Intel PRO/1000 GT.


# 1.702 19-Mar-2005 tron

Add missing PCI id for Adaptec ASR-2410SA.


Revision tags: yamt-km-base3 netbsd-3-base
# 1.701 16-Mar-2005 xtraeme

branches: 1.701.2;
Add VIATECH KT880 CPU to PCI Bridges.


# 1.700 16-Mar-2005 uwe

ATI Radeon 9100 IGP chipset.


# 1.699 15-Mar-2005 xtraeme

Add entries for VIA Apollo KM400 chipsets, provided by
Thilo Manske in PR kern/29549.


# 1.698 15-Mar-2005 xtraeme

Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR
kern/20572.


# 1.697 15-Mar-2005 uwe

Fix product ids of ENE CB710 and CB720 CardBus controllers.


# 1.696 07-Mar-2005 christos

PR/29614: Andrzej Kukula: Missing PCI IDs of ATI IXP 300 and 400 ATA controller


# 1.695 27-Feb-2005 perry

nuke trailing whitespace


# 1.694 20-Feb-2005 jdolecek

change the VIATECH VT61XX to VT612X


Revision tags: yamt-km-base2
# 1.693 02-Feb-2005 christos

PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet


# 1.692 02-Feb-2005 abs

Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/


# 1.691 01-Feb-2005 abs

Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells
like a viaide... but you can only address the drives once you have
put two or more of them into a RAID or JBOD.


# 1.690 27-Jan-2005 jdolecek

add id for nForce2 Ultra 400 audio


# 1.689 27-Jan-2005 kent

add some nForce 4 devices


Revision tags: yamt-km-base
# 1.688 25-Jan-2005 matt

branches: 1.688.2;
Add additional PCI Device IDs for ATI Radeon 9200


# 1.687 23-Jan-2005 fredb

Recognize Belkin Gigabit Desktop Network PCI card.


# 1.686 18-Jan-2005 tsubai

Add some Apple devices.


# 1.685 15-Jan-2005 skrll

branches: 1.685.2;
Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter


# 1.684 15-Jan-2005 jdolecek

Fix Geforce 6800GT entry


# 1.683 15-Jan-2005 jdolecek

add bunch of GeForce 6800 entries, from Andrew Gillham


# 1.682 15-Jan-2005 jdolecek

use full 'nForce2 Ultra 400' tag for the NFORCE2_400* enties


# 1.681 13-Jan-2005 jdolecek

add bunch of NVIDIA nForce2 Ultra 400 chipset devices


# 1.680 13-Jan-2005 jdolecek

add VIA Velocity ID


Revision tags: kent-audio1-beforemerge
# 1.679 08-Jan-2005 fredb

Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi
motherboards.


# 1.678 08-Jan-2005 ginsbach

Use the more common name, Radeon U1, for the IGP 320M.


# 1.677 06-Jan-2005 he

Add entry for LSI Logic FC919X, as found on LSI Logic LSI7102XP-LC
controllers.


# 1.676 27-Dec-2004 reinoud

Addition of description for :

/* ENE Technology products */
product ENE MCR510 0x510 MCR510 PCI Memory Card Reader Controller


# 1.675 18-Dec-2004 xtraeme

+ ATI Technologies Radeon 9600 XT


# 1.674 16-Dec-2004 heas

Add entry for the Radeon Mobility T2.


# 1.673 11-Dec-2004 reinoud

Add ATI IXP audio controllers


Revision tags: kent-audio1-base
# 1.672 07-Dec-2004 jdarrow

Add a new vendor and product ID for a cardbus NIC I've got
Belkin 0x1799
F5D6020v3 0x6020


# 1.671 06-Dec-2004 cube

Add ATI IXP IDE Controller.


# 1.670 05-Dec-2004 bouyer

Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.


# 1.669 30-Nov-2004 grant

add ITE 8212 IDE controller.


# 1.668 22-Nov-2004 rumble

kern/28384: VT3606 -> VT6306 typo


# 1.667 19-Nov-2004 tacha

add Broadcom BCM5705K.


# 1.666 17-Nov-2004 jdarrow

Add PCI IDs for two wireless cards I've got.
Ralink Technologies (vendor 0x1814) RT2460 (product 0x0101).
Texas Instruments (vendor 0x104c) ACX111 (product 0x9066).


# 1.665 17-Nov-2004 junyoung

Revert ATI to ATI Technologies.
Remove trailing Corp., Inc., Ltd., and etc. for consistency.


# 1.664 16-Nov-2004 skrll

Add Intel PRO/Wireless LAN 2200BG Mini-PCI Adapter


# 1.663 14-Nov-2004 soren

Add Mylex ExtremeRAID 1100.
Shorten ATI Technologies to ATI.
Simplify names of Intel mobile USB controllers.


# 1.662 06-Nov-2004 xtraeme

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.


# 1.661 28-Oct-2004 martti

Align all SYMBIOS entries


# 1.660 28-Oct-2004 martti

Added Dell PERC 4/SC


# 1.659 26-Oct-2004 augustss

Add a vendor and some products.


# 1.658 22-Oct-2004 cube

Add two Broadcom devices (575x chips), correct and add a few Intel entries.


# 1.657 20-Oct-2004 martti

Added support for DELL PERC 4e/Si RAID controller


# 1.656 13-Oct-2004 augustss

Add ALi M1563 bridge.


# 1.655 13-Oct-2004 drochner

recognize ADDI-DATA APCI-7800 8-port serial adapter


# 1.654 11-Oct-2004 jmmv

Add ATI Technologies Radeon 9200SE Secondary identifier.


# 1.653 05-Oct-2004 augustss

Add some ALI devices.


# 1.652 30-Sep-2004 cube

Add a bunch of devices found on the SuperMicro P4SCi motherboard.


# 1.651 18-Sep-2004 martin

Add LSI FC929 (aka FC929X); from PR kern/26836.


# 1.650 17-Sep-2004 xtraeme

Add GeForceFX 5700 LE and regen.


# 1.649 16-Sep-2004 ragge

Add S2io 10 Gigabit ethernet adapter.


# 1.648 10-Sep-2004 darrenr

Add Sierra Wireless AirCard 580 (1xEV-DO)


# 1.647 26-Aug-2004 itohy

Add Workbit NinjaSCSI-32 PCI/CardBus products.


# 1.646 05-Aug-2004 mycroft

Fix an Aironet product name, and normalize the usage of "Mini-PCI".


# 1.645 05-Aug-2004 cube

Add the GeForce 5900XT. Totally not related to Doom3 release. Honest.


# 1.644 05-Aug-2004 lukem

consistently use "product<SPACE>"


# 1.643 04-Aug-2004 mycroft

Normalize more names.


# 1.642 04-Aug-2004 mycroft

Normalize some product names.


# 1.641 04-Aug-2004 mycroft

Remove vendor names from product strings.


# 1.640 02-Aug-2004 mycroft

Add a device I missed.


# 1.639 02-Aug-2004 mycroft

Merge in data from cardbusdevs.


# 1.638 02-Aug-2004 mycroft

Mmmm, Microsoft products.


# 1.637 29-Jul-2004 cube

Add a bunch of devices that are in the Dell Dimension 8400 sitting on my
desk: ATI Radeon X300, Broadcom BMC5751, Intel 915 chipset family (ICH6).


# 1.636 27-Jul-2004 christos

add compaq advanced systems management controller.


# 1.635 27-Jul-2004 rumble

Fix typos in the SC1100 IDE and AUDIO ids.


# 1.634 25-Jul-2004 christos

Add viatech's VT8231 Power controller. (Sergio Jimenez)


# 1.633 21-Jul-2004 mycroft

Add SIS 741.


# 1.632 17-Jul-2004 mycroft

Fix Intersil product names.


# 1.631 15-Jul-2004 junyoung

Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.


# 1.630 05-Jul-2004 mycroft

Add the CSB5 LPC bridge.


# 1.629 04-Jul-2004 mycroft

Update Serverworks chip IDs, per:
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.


# 1.628 15-Jun-2004 bouyer

Apply patch from kern/25936 by Michael Blake: Add support for the
Netelligent 10/100 TX variant found on the Compaq Proliant Professional
Workstation 5100.


# 1.627 27-May-2004 christos

PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.


# 1.626 27-May-2004 abs

Add ALI 'M5257 PCI Software Modem'


# 1.625 12-May-2004 tron

Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
in PR kern/25166.


# 1.624 11-May-2004 thorpej

Add i6300ESB IDE / SATA controller PCI IDs.


# 1.623 10-May-2004 lukem

add Nvidia GeForce4 Ti 4200 Go AGP 8x (0x286)


# 1.622 10-May-2004 gendalia

Add support for Adaptec AAR 2810SA raid controller.


# 1.621 07-May-2004 sekiya

Add support for Silicon Image 3512 chip to satalink driver -- treat it as
a 3112 variant (without RAID support), which does the right thing with the
controller on my K8NNXP.


# 1.620 22-Apr-2004 skd

Added support for new sis south bridge and 180 sata controller.


# 1.619 17-Apr-2004 matt

Add devid of Marvell MV6436x System Controller


# 1.618 03-Apr-2004 martti

Added another SB Live! 5.1 soundcard and joystick version


# 1.617 03-Apr-2004 mycroft

Add RealTek RT8180.


# 1.616 01-Apr-2004 tron

Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.


Revision tags: netbsd-2-0-base
# 1.615 26-Mar-2004 gendalia

branches: 1.615.2;
Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC


# 1.614 25-Mar-2004 drochner

recognize both parts of the AMD8151 AGP tunnel (see PR kern/24838 by
Nicolas Joly), and improve AMD8131


# 1.613 12-Mar-2004 drochner

add ICH5 builtin ethernet


# 1.612 03-Mar-2004 gavan

Add Creative Labs SB Audigy LS


# 1.611 26-Feb-2004 drochner

add intel e7501 host bridge


# 1.610 28-Jan-2004 chs

add some JNI and Emulex fibre-channel cards.
add all the built-in stuff from my Asus A7N8X-E Deluxe motherboard.
add some other misc cards.
update the URL at the top.


# 1.609 26-Jan-2004 blymn

Added note for correct update procedure for pcidevs.


# 1.608 26-Jan-2004 blymn

Add amd8151 agp bridge id.


# 1.607 19-Jan-2004 ragge

Add "Intel PRO/10GbE LR Server Adapter". Regen.


# 1.606 06-Jan-2004 matt

Add HP Tachyon TL and TS device IDs.


# 1.605 05-Jan-2004 matt

Add Agilent Technologies vendor ID
Add Agilent Tachyon_DX2 product ID
Add HP Tachyon_XL2 product ID


# 1.604 20-Dec-2003 thorpej

Add product ID for the SiI 3124 SATALink.


# 1.603 19-Dec-2003 thorpej

Add product ID for the Silicon Image 3114 SATALink.


# 1.602 17-Dec-2003 tls

Add support for some more Marvell-based adapters to the sk driver:

D-Link DGE-530T
Linksys EG1032v2
Linksys EG1064v2

The Linux driver treats all of these the same. Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.


# 1.601 14-Dec-2003 tsutsui

Add ATI Radeon 9200SE.


# 1.600 09-Dec-2003 ad

Add second ID for Intel i960 RM.


# 1.599 08-Dec-2003 pooka

Broadcom 5703 A3


# 1.598 08-Dec-2003 scw

Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.


# 1.597 06-Dec-2003 jdolecek

add NetMos NM9805 and NM9815


# 1.596 05-Dec-2003 grant

add Adaptec AAR-1210SA Serial ATA RAID controller.


# 1.595 28-Nov-2003 chs

add Tandem ServerNet II and various HPT IDE controllers.


# 1.594 28-Nov-2003 cube

Add 3c910 OfficeConnect 10/100B Ethernet.


# 1.593 26-Nov-2003 matt

Add pcHDTV HD-2000 HDTV video capture card.


# 1.592 22-Nov-2003 fvdl

Clean up the Promise IDE controller defines.


# 1.591 03-Nov-2003 cube

Add some IDs for the EPIA-M 10000 motherboard.


# 1.590 25-Oct-2003 chs

add some misc cards I've got.


# 1.589 23-Oct-2003 fvdl

Add a few more broadcom 57xx ids. From FreeBSD.


# 1.588 23-Oct-2003 briggs

Add some ENE Cardbus bridges from FreeBSD.


# 1.587 22-Oct-2003 fvdl

Add:
* an id for the Promise FastTrak 378
* several ids for NVidia nForce3 devices


# 1.586 18-Oct-2003 matt

Add Philips SAA7146AH


# 1.585 18-Oct-2003 lukem

Remove http://members.hyperlink.net.au/~chart/pci.htm link; it doesn't
exist anymore.

Add some more ServerWorks devices


# 1.584 15-Oct-2003 itojun

add Atheros product IDs from athhal_devid.h


# 1.583 14-Oct-2003 martti

Added another Dell Perc 4/DI


# 1.582 10-Oct-2003 thorpej

Add several more Intel Gig-E product IDs.


# 1.581 08-Oct-2003 jonathan

Add Hifn 7954/7955 and 7956. Put adjacent to the very similar hifn 7951.
From Rajesh Vaidyanath <RVaidyanath@hifn.com>, as submitted to FreeBSD.


# 1.580 26-Sep-2003 matt

Add Dell Perc 4/DI


# 1.579 25-Sep-2003 joda

more nvidia devices


# 1.578 21-Sep-2003 nisimura

Redo, again.


# 1.577 21-Sep-2003 nisimura

Redo the previous fix.


# 1.576 21-Sep-2003 nisimura

Fix the company name. It seems these days the company calls itself
"STMicroelectronics" anyway.


# 1.575 15-Sep-2003 bouyer

Rename VT8237_RAID to VT8237_SATA, as this is really what it is.
Suggested by Stephen Degler in kern/22727.


# 1.574 13-Sep-2003 jdolecek

fix description of Intel PRO/100 VM Network Controller with 82562ET/EZ PHY
don't activate any quirks for VM_6 variant
problem reported by Lars Heidieker on current-users

also don't activate any quirks for VM_3 - VM_5 variants, neither
VE_2 - VE_4, in anticipation that the more modern variants don't need
the quirks


# 1.573 28-Aug-2003 thorpej

Hi/Fn is now spelled Hifn. Add some more Hifn products (from openbsd).


# 1.572 27-Aug-2003 kleink

While here, add the AMD8111's ACPI controller.


# 1.571 27-Aug-2003 kleink

Add AMD8111 USB and SMBus controller IDs; from Nicolas Joly in kern/22617.


# 1.570 26-Aug-2003 jdolecek

add SysKonnect SK9821


# 1.569 26-Aug-2003 tron

Add entry for Intel i865G Integrated Graphics Device.


# 1.568 23-Aug-2003 dogcow

add VT6105 support to vr(4)


# 1.567 20-Aug-2003 jonathan

Fix typo (s/5822/5823/) in line for bcm5823 device.


# 1.566 17-Aug-2003 chs

add the uninorth ATA found in the latest G4s, and a highpoint IDE.


# 1.565 17-Aug-2003 bouyer

Add 3com 3c940 Gigabit Ethernet, and VIA KT600 PCI devices. From Stephen Degler
in PR port-i386/22453


# 1.564 14-Aug-2003 itojun

s,PCI/ISA,PCI-ISA,


# 1.563 14-Aug-2003 itojun

add National Semiconductors SC1100 (GEODE) PCI devices.


# 1.562 07-Aug-2003 wiz

Fix ID of Radeon 9100 Secondary; noted by Quentin Garnier.


# 1.561 01-Aug-2003 wiz

Avoid duplicate definitions. From Quentin Garnier in PR 22331.


# 1.560 01-Aug-2003 jonathan

Add product IDs for Sun's bcm582x-compatible crypto accelerators


# 1.559 29-Jul-2003 thorpej

Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.


# 1.558 29-Jul-2003 martin

Add Ricoh 5C551 CardBus + FireWire product ID.
From FUKAUMI Naoki in PR 22292.


# 1.557 29-Jul-2003 martin

Intel 8255GM is GM, not PM (obviously a copy&pasto).
From FUKAUMI Naoki in PR 22293.


# 1.556 27-Jul-2003 jonathan

Add PCI vendor Cavium and product code for their Nitrox XL crypto device.


# 1.555 27-Jul-2003 jonathan

Add PCI vendor code for BlueSteel Networks (now part of Broadcom),
and PCI product codes for the Bluesteel/Broadcom family of security processors.


# 1.554 23-Jul-2003 kleink

Add a couple of Philips A/V broadcast decoder device IDs.


# 1.553 17-Jul-2003 hannken

Add support for the BCM5705:
- Only BCM5705M asic rev A1 was tested.

Thanks to Bill Paul (wpaul@freebsd.org) for help and support.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.552 14-Jul-2003 jmmv

Add ATI Radeon 9200 chip.


# 1.551 14-Jul-2003 wiz

Add MGA G550, from Kouichirou Hiratsuka in PR 22133.


# 1.550 12-Jul-2003 hubertf

Recognize Toshiba Smart Media and Secure Digital cards


# 1.549 06-Jul-2003 dyoung

Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.


# 1.548 06-Jul-2003 simonb

Trailing white-space and TABs nits.


# 1.547 06-Jul-2003 simonb

Fill out E7505 devices.
Fix E7500 HI_D descriptions.


# 1.546 06-Jul-2003 tron

Add Intel 82547EI gigabit chip.


# 1.545 06-Jul-2003 simonb

Add an entry for the Intel E7505 Chipset Memory Controller Hub.


# 1.544 06-Jul-2003 tron

Correct names and descriptions for i875 entries to be consistent with
other Intel chipsets.


# 1.543 06-Jul-2003 tron

Add entries for Intel 865PE chipset.


# 1.542 28-Jun-2003 bouyer

branches: 1.542.2;
Add some intel devices, from Quentin Garnier in private mail.


# 1.541 27-Jun-2003 christos

PR/21498: URA Hiroshi: Add S3 Savage/IXC


# 1.540 27-Jun-2003 drochner

add some missing 3c990 variants


# 1.539 26-Jun-2003 ichiro

add product
Aironet 350 miniPCI Wireless LAN Adapter


# 1.538 14-Jun-2003 ichiro

delete duplicate line


# 1.537 13-Jun-2003 kent

Add some ICH5/ICH5R device IDs.


# 1.536 08-Jun-2003 ichiro

add product ID
PRO/Wireless LAN 2100 3B Mini PCI Adapter


# 1.535 07-Jun-2003 wiz

Add some Brooktree device IDs.


# 1.534 07-Jun-2003 wiz

Add ATI Radeon 9100, 9600TX, 9500/9700.


# 1.533 07-Jun-2003 ichiro

add productID of ATI


# 1.532 07-Jun-2003 ichiro

Upps, mistaken
fixed sufix


# 1.531 07-Jun-2003 ichiro

add deviceID - Intel 82855PM/GM chipset


# 1.530 28-Apr-2003 haya

Add some Texas Instruments' CardBus bridges. Device ID are taken from
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci>.


# 1.529 28-Apr-2003 haya

Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci>


# 1.528 24-Apr-2003 nathanw

Add a few Opteron and AMD8000 chipset device IDs.


# 1.527 22-Apr-2003 fvdl

Add AMD 8131 PCI-X tunnel and IO apic.


# 1.526 15-Apr-2003 augustss

Another VIA device.


# 1.525 15-Apr-2003 augustss

Add another VIA CPU-AGP bridge.


# 1.524 15-Apr-2003 rjs

Add ID for ITE IT8152 companion chip.


# 1.523 13-Apr-2003 explorer

typo, s/TX4/TX2/


# 1.522 12-Apr-2003 explorer

add an older pci id for SATA150TX2PLUS, too


# 1.521 12-Apr-2003 christos

PR/8754: Andreas Wrede: Add SIIG devices


# 1.520 11-Apr-2003 explorer

add Promise ATA/150 TX4 id


# 1.519 05-Apr-2003 lha

add Radeon Mobility M7 LW (AGP)


# 1.518 03-Apr-2003 kent

- Forte Media PCI joystick
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx


# 1.517 29-Mar-2003 jdc

Add support for USRobotics Wireless Access PCI adapter (model 132415).
From Sergio Jimenez in PR kern/20642.


# 1.516 25-Mar-2003 tsubai

Add new Apple devices.


# 1.515 20-Mar-2003 thorpej

Add some more LSI MPT IDs.


# 1.514 18-Mar-2003 thorpej

Add Silicon Image SATALink 3112.


# 1.513 13-Mar-2003 joda

more nvidia devices


# 1.512 06-Mar-2003 bouyer

Remove duplicate in previous.


# 1.511 06-Mar-2003 bouyer

Add several SiS host bridges, from FreeBSD.


# 1.510 03-Mar-2003 soren

Add ATI Radeon M9.


# 1.509 02-Mar-2003 salo

Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->
LynxEM), the already existing records misguided me.


# 1.508 28-Feb-2003 enami

Add product id of ServerWorks CSB6 IDE controller.


# 1.507 26-Feb-2003 salo

Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx)

Print various [company], Inc. consistently as (surprise) [company], Inc.


# 1.506 18-Feb-2003 grant

add Intel PRO/100M.


# 1.505 03-Feb-2003 pooka

add GeForce2 Go


# 1.504 03-Feb-2003 joda

correct previous, and add some more devices found in the Shuttle
SS51G.


# 1.503 02-Feb-2003 bouyer

Add SiS 651 host bridge.


# 1.502 01-Feb-2003 matt

Add Tundra (Newbridge) PowerSpan/PowerSpanII/QSpanII PCI bridges


# 1.501 24-Jan-2003 thorpej

Tweak a Promise description.


# 1.500 24-Jan-2003 thorpej

Add some more Promise products.


# 1.499 24-Jan-2003 thorpej

Sort the Promise entries.


# 1.498 24-Jan-2003 thorpej

Add Nvidia nForce2 ATA133 IDE product ID, and shuffle some
Nvidia entries around a little.


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.497 17-Jan-2003 jonathan

Add pcidevs entries for more Broadcom 570x family variants.


# 1.496 16-Jan-2003 gendalia

Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe
motherboard, Chipset: NVIDIA nForce2 MCP-T


# 1.495 10-Jan-2003 augustss

Add two Intel PCI-PCI bridges.


Revision tags: fvdl_fs64_base
# 1.494 30-Dec-2002 explorer

add atheros communications, Inc. AR5001 reference goop. This is what the 2.4 Ghz / 5 Ghz linksys cardbus card has inside.


# 1.493 26-Dec-2002 matt

Add Promise Serial ATA/150 TX2plus


# 1.492 26-Dec-2002 matt

Add some more BCM570x variants.


Revision tags: gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.491 11-Dec-2002 jdolecek

add Madge Smart 16/4 PCI Ringnode Mk2 entry


# 1.490 03-Dec-2002 explorer

add Ricoh 5C552 Cardbus + Firewire product ID


# 1.489 26-Nov-2002 thorpej

Add IBM 133 PCI-X Bridge.


# 1.488 26-Nov-2002 thorpej

Add Intel i80321 I/O processor.


# 1.487 19-Nov-2002 bsh

Two more vendor IDs for Samsung Electronics Co. Ltd.


# 1.486 15-Nov-2002 tsutsui

Remove an entry for AMD PCNETS_PCI.

AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.


# 1.485 15-Nov-2002 ad

Remove dup product.


# 1.484 09-Nov-2002 grant

add ATI Rage Mobility M1.

from FUKAUMI Naoki in kern/18987.


# 1.483 08-Nov-2002 msaitoh

add Adaptec 200[05]S (DPT)


# 1.482 07-Nov-2002 thorpej

Add Intel i31244 Serial ATA controller.


# 1.481 07-Nov-2002 martin

Add Myson MTD803 3-in-1 Fast Ethernet Controller.


# 1.480 04-Nov-2002 wiz

Fix typo reported by Nicolas Joly in PR 18921.


# 1.479 25-Oct-2002 kent

Correct a typo in the previous change.


# 1.478 25-Oct-2002 kent

Add vender IDs and product IDs:
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html)
- iCompression iTVC15

Correct ID of AMD PBC8111_AC.


# 1.477 24-Oct-2002 grant

COREGA are OEM NDC products.
add NDC NCP130 rev A2 wireless NIC.

From T. M. Pederson in kern/18609.


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.476 21-Oct-2002 soren

Correct name of TI 802.11 chip.


# 1.475 21-Oct-2002 grant

add D-Link 520+ wireless ethernet.


# 1.474 18-Oct-2002 yamt

fix typos; "wiseman" is 82542, not 82452.


# 1.473 16-Oct-2002 leo

Add Fritz!PCI v2.0 ISDN Interface


# 1.472 05-Oct-2002 kent

- Broadcom BCM4401
- VIA VT8235
- Modify description of VT8233_AC97: "VT8233 AC-97 ..." -> "VT8233/VT8235 AC-97 ..."


Revision tags: kqueue-base
# 1.471 24-Sep-2002 pooka

Fix Asus ISDN card ID to be the actual device ID instead of the vendor ID


# 1.470 20-Sep-2002 pooka

Add vendor Dynalink and a few devices by other manufacturers for use
in the iwic ISDN driver.


# 1.469 19-Sep-2002 nathanw

Add AMD 761 system controller and ppb.


# 1.468 11-Sep-2002 bouyer

Add 2 accard pciide controllers. From linux.


# 1.467 06-Sep-2002 uwe

Add product ids for Integraphics Systems CyberPro 2000 and 2010.


Revision tags: gehenna-devsw-base
# 1.466 23-Aug-2002 bouyer

Add Promise Ultra133TX2 and Ultra133TX2v2 PCI ID.


# 1.465 16-Aug-2002 heinz

Add Lucent/Agere FW322/323 IEEE 1394 controller


# 1.464 10-Aug-2002 toshii

Add SiS745 host bridge.


# 1.463 08-Aug-2002 drochner

addanother ppb


# 1.462 04-Aug-2002 thorpej

Add product ID for the ADI i80200 Big Endian Companion Chip.


# 1.461 03-Aug-2002 kent

Add the following:
- SiS 7012 AC-97 (kern/17716)
- NVIDIA nForce MCP AC-97
- AMD 8111 AC-97


# 1.460 02-Aug-2002 soren

Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.


# 1.459 02-Aug-2002 ad

PR 17719 from Mark Davies: Additional Adaptec RAID controller types.


# 1.458 31-Jul-2002 bouyer

Ops, remove duplicate entry for 82801DB_LPC, pointed out by geoff wing.


# 1.457 30-Jul-2002 bouyer

Add Intel 845G PCI IDs, from kern/17743 by Andreas Wrede <andreas@planix.com>


# 1.456 29-Jul-2002 augustss

Add a couple of bridge devices.


# 1.455 26-Jul-2002 onoe

Add Silicon Image (CMDTECH) 0680


# 1.454 22-Jul-2002 msaitoh

Add Intel 82801E Communications I/O Controller Hub (C-ICH)


# 1.453 12-Jul-2002 enami

Add product id of Altima AC1001.


# 1.452 09-Jul-2002 matt

Add Apple Xserve PCI devices (more UniNorth) stuff.


# 1.451 09-Jul-2002 thorpej

Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.


# 1.450 07-Jul-2002 augustss

Add some Sandburst products.


# 1.449 05-Jul-2002 enami

Add vendor id of Avlab technology, Inc. and product id of Low Profile PCI
4 Serial (but not used actually).


# 1.448 04-Jul-2002 rjs

Add Peak System Technik CAN Controller.


# 1.447 03-Jul-2002 msaitoh

add ServerWorks CMIC LE, CMIC SL and CIOB-X2


# 1.446 27-Jun-2002 pooka

two AVM isdn interfaces


# 1.445 26-Jun-2002 cjs

Add Altima AC9100 Gigabit Ethernet ID. This may not be the correct name.
However, it's the chip on the NetGear GA302T card.


# 1.444 26-Jun-2002 cjs

Add a couple more TI IEEE 1394 host controllers.


# 1.443 22-Jun-2002 fvdl

Add Altima PCI Ids.


# 1.442 22-Jun-2002 cjs

For new Intel network controllers, update descriptions and fix numbering.


# 1.441 22-Jun-2002 cjs

Add new Intel Ethernet cards.


# 1.440 21-Jun-2002 thorpej

Add product ID for Intel 82452KX/GX PCI-Host bridge.

PR 17353, from MOCHIDA Shuji.


# 1.439 17-Jun-2002 jdolecek

add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs


# 1.438 10-Jun-2002 cjs

Add Viatech VT8233A PCI-ISA Bridge.


# 1.437 09-Jun-2002 taca

Add VIA Technologies's VT8231 IDE Controller.


# 1.436 04-Jun-2002 fvdl

Add AMD 8111 IDE id.


# 1.435 03-Jun-2002 briggs

Add Motorola's MPC8245 (Kahlua II) host bridge.


# 1.434 02-Jun-2002 seb

Add product Titan PCI-800L aka VSCom PCI-800L, a 8 serial puc card, from PR
17140.
Reviewed/approved by veego@ and martin@.


# 1.433 28-May-2002 christos

add action tec


# 1.432 28-May-2002 tron

Add entries for Intel i850 and i860 chipsets.


# 1.431 27-May-2002 drochner

add one more of our own products


# 1.430 25-May-2002 ichiro

add 21555 Non-Transparent PCI-PCI Bridge


# 1.429 24-May-2002 lukem

add NetMos Quad UART and 1284 Printer port


Revision tags: netbsd-1-6-base
# 1.428 19-May-2002 bouyer

branches: 1.428.2;
Add HPT372 and 74 PCI IDE controllers.


# 1.427 19-May-2002 sommerfeld

Some E7500 device ids


# 1.426 18-May-2002 sommerfeld

Some P64H2 device ids


# 1.425 18-May-2002 matt

Add SYMBIOS FC9[12]9 and 1030R


# 1.424 15-May-2002 augustss

branches: 1.424.2;
Give a more suitable name to the DEC 21554 bridge.


# 1.423 14-May-2002 augustss

Add a Heuricon host bridge.


# 1.422 03-May-2002 augustss

Add Sandburst.


# 1.421 29-Apr-2002 nonaka

Added two IBM devices.


# 1.420 26-Apr-2002 ad

Oops, add more IDs used by aac_pci.c.


# 1.419 18-Apr-2002 thorpej

Add Symbios 53c875A product ID.


# 1.418 18-Apr-2002 tshiozak

add PCI/USB vendor ID for Kurusugawa Electronics, Inc.
PCI-ID: 0x6809, USB-ID: 0x0b7e.


# 1.417 16-Apr-2002 drochner

add some C&T VGA chip


# 1.416 15-Apr-2002 mycroft

Use chip numbers for most of the new Adaptec IDs, not board numbers.


# 1.415 15-Apr-2002 ad

Add a bunch of Adaptec, Dell and HP products. From OpenBSD.


# 1.414 05-Apr-2002 mycroft

Update some ServerWorks and VIA IDs. Add the ServerWorks CSB5 southbridge and
the Apollo ProMedia 133 chipset.


# 1.413 27-Mar-2002 abs

Add 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'


Revision tags: eeh-devprop-base
# 1.412 19-Mar-2002 bouyer

Add AMD768 devices, from
http://members.hyperlink.net.au/~chart/download/pcidevs.txt


# 1.411 11-Mar-2002 joda

some devices found in a dell machine


Revision tags: newlock-base
# 1.410 01-Mar-2002 kleink

Add Motorola Raven, Falcon and Hawk product IDs.


Revision tags: ifpoll-base
# 1.409 28-Feb-2002 junyoung

Oops, readd an ID for Rage XL which was removed in previous commit.


# 1.408 28-Feb-2002 junyoung

Better fix of duplicate ATI Rage Pro IDs. `_B' and `_P' mean BGA and
PQFP, respectively.


# 1.407 27-Feb-2002 martin

Avoid duplicate define for ATI Rage Pro PCI


# 1.406 27-Feb-2002 junyoung

Fully revise product IDs for ATI Mach64 and Rage graphics cards.

XXX Rage 128 not revised.


# 1.405 24-Feb-2002 kleink

Add IBM 82660 PowerPC to PCI Bridge and Memory Controller.


# 1.404 20-Feb-2002 simonb

Use BCM prefix instead of SB prefix in previous.


# 1.403 20-Feb-2002 simonb

Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.


# 1.402 20-Feb-2002 simonb

Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".


# 1.401 16-Feb-2002 thorpej

Add the AMD Elan SC520 System Controller.


# 1.400 04-Feb-2002 junyoung

Add some more product ID's for ATI Mach64 graphics cards.


# 1.399 02-Feb-2002 tsutsui

Add Initio INIC-850/1060 SCSI and variants.


# 1.398 02-Feb-2002 tsutsui

Add HiNT Corp. HB1 PCI-PCI bridge.


# 1.397 30-Jan-2002 tron

Fix vendor entry for "Rendition Inc.". This patch was supplied by
Paul Shupak in PR kern/15367.


# 1.396 29-Jan-2002 junyoung

- s/INTERGRAPHICS/INTEGRAPHICS/
- Add two product IDs for Integraphics Systems graphics cards.


# 1.395 28-Jan-2002 thorpej

Add product ID for the Intel i82544GC 64-bit variant.


# 1.394 26-Jan-2002 tron

Add missing names for devices supported by puc(4).
This patch was supplied by Paul Shupak in PR kern/15368.


# 1.393 26-Jan-2002 ichiro

OCHI -> OHCI


# 1.392 22-Jan-2002 junyoung

Rename RAGEXL to MACH64_GR.


# 1.391 22-Jan-2002 junyoung

Add ATI Mach64 GS.


# 1.390 21-Jan-2002 ichiro

fixed some products name


# 1.389 21-Jan-2002 eeh

Add the device id for something that claims to be an ATI Rage XL.


# 1.388 21-Jan-2002 thorpej

* Add Broadcom Corporation vendor ID.
* Add 3Com 3c996 product ID.
* Add Alteon "Tigon 3" (Broadcom BCM570x) product IDs.
* Add Broadcom Corporation BCM570x product IDs.


# 1.387 15-Jan-2002 thorpej

Add the Intel i82544GC Gig-E.


# 1.386 14-Jan-2002 augustss

Fix typo.


# 1.385 14-Jan-2002 augustss

Change some names that I added earlier.


# 1.384 13-Jan-2002 augustss

Add 3Com 3crwe777a AirConnect.


# 1.383 09-Jan-2002 augustss

Add Intel 82801 and 82830.


# 1.382 05-Jan-2002 junyoung

Remove Mach64 B that conflicts with Mach64 GP.


# 1.381 04-Jan-2002 augustss

Add a bunch of PCI-wireless PCMCIA adapters. They are probably all based
on a PLX chip. (For which we have no driver yet.)


# 1.380 03-Jan-2002 rafal

Add Rainbow Technologies vendor ID & Rainbow CryptoSwift 200 PKI accelerator
(CS200/PCI).


# 1.379 01-Jan-2002 augustss

Add a radio card.


# 1.378 30-Dec-2001 ichiro

add
TSB43AA22 OHCI IEEE 1394 Host Controller


# 1.377 29-Dec-2001 ichiro

add products
VT6305 OCHI IEEE 1394 Controller
VT3606 OCHI IEEE 1394 Controller


# 1.376 20-Dec-2001 thorpej

Add the product ID for the SiS 630 PCI-Host bridge.


# 1.375 16-Dec-2001 thorpej

Add Middle Digital, Inc. vendor ID. Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.


# 1.374 15-Dec-2001 soren

Add Cologne Chip Designs ISDN controller.


# 1.373 13-Dec-2001 bouyer

Add some promise controllers, from FreeBSD


# 1.372 11-Dec-2001 ad

Add some Intel/ICP-Vortex/Compaq products.


# 1.371 11-Dec-2001 kleink

Add product ID for the Motorola MPC107.


# 1.370 07-Dec-2001 onoe

Add HPB and LPC functions of 82801BAM.


Revision tags: thorpej-mips-cache-base
# 1.369 07-Nov-2001 thorpej

Correct i80312 description.


# 1.368 07-Nov-2001 thorpej

Add product ID for the Cyclone PCI-700 (IQ80310).


# 1.367 25-Oct-2001 augustss

Add some VIA KT266 numbers.


# 1.366 24-Oct-2001 thorpej

Add product IDs for the Powerhouse Systems PowerPro and PowerTop
PowerPC system controllers.


# 1.365 24-Oct-2001 thorpej

More Intel Gig-E ID fixups, and add Intel i82544 Gig-E IDs.


# 1.364 16-Oct-2001 tron

branches: 1.364.2;
Add host bridges of SiS 645, 650 and 730 chipsets.


# 1.363 13-Oct-2001 ichiro

add vendor & product ID
Intersil PRISM2.5 Mini-PCI WLAN


# 1.362 11-Oct-2001 tron

Add host bridge of the SiS 735 chipset.


Revision tags: thorpej-devvp-base3
# 1.361 03-Oct-2001 simonb

Minor correction to the name of the 405GP PCI bridge.


# 1.360 01-Oct-2001 thorpej

Add product ID for the RealTek 8139[BC].


Revision tags: thorpej-devvp-base2
# 1.359 28-Sep-2001 thorpej

More corrections to Intel Gig-e product IDs.


# 1.358 27-Sep-2001 itojun

add 4DWAVE and SiS sound devices.


Revision tags: post-chs-ubcperf pre-chs-ubcperf
# 1.357 15-Sep-2001 chris

Add voodoo 4/5 entry for 3DFX.


# 1.356 10-Sep-2001 eeh

Add Sun GEM gigabit network card.


Revision tags: thorpej-devvp-base
# 1.355 05-Sep-2001 drochner

branches: 1.355.2;
we (research center Juelich) are a PCISIG member now - add the vendor ID
and some products


# 1.354 04-Sep-2001 thorpej

Add product ID for the Intel IXP1200 Network Processor.


# 1.353 04-Sep-2001 pooka

add Allegro-1 ID

also from Jared D. McNeill


# 1.352 04-Sep-2001 pooka

add another device ID for the ESS Maestro3

from Jared D. McNeill


# 1.351 30-Aug-2001 soren

Add some more Hifn chips.


# 1.350 28-Aug-2001 tsubai

Add more Apple devices.


# 1.349 27-Aug-2001 enami

Sort Intel products by id and kill duplicated entries.


# 1.348 27-Aug-2001 ad

Add a DPT PCI-PCI bridge.


# 1.347 23-Aug-2001 thorpej

Take part numbers out of the PCnet-PCI product descriptions.


# 1.346 23-Aug-2001 thorpej

Add Promise ATA/100 TX2 device ID.


# 1.345 20-Aug-2001 fvdl

Add some entries for the AMD 76x chipset for completeness.


# 1.344 20-Aug-2001 gehenna

Add NEC USB2.0 Host Controller


# 1.343 18-Aug-2001 thorpej

Add Avance Logic ALS4000 Audio.


# 1.342 17-Aug-2001 matt

Add Apple Uni-N (as used in QuickSilver) product IDs.


# 1.341 13-Aug-2001 cjs

Add Transmeta and products, and an ALI integrated sound/modem device.


# 1.340 31-Jul-2001 matt

Add pci ids for the Intel 80312 I/O companion chip for the
Intel 80200 XScale processor.


# 1.339 28-Jul-2001 pooka

3c556 V.90 MiniPCI modem


# 1.338 25-Jul-2001 thorpej

Add the Antares Microsystems, Inc. vendor ID, and the product ID
for their Gigabit Ethernet board (a TC9021 board targeted at the
Sun market).


# 1.337 23-Jul-2001 bouyer

Add TITAN PCI100H.


# 1.336 30-Jun-2001 thorpej

branches: 1.336.2;
Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-E
products.


# 1.335 28-Jun-2001 thorpej

Add Tamarack Microelectronics, Inc. vendor ID, and product ID for
Tamarack TC9021 Gigabit Ethernet.


# 1.334 27-Jun-2001 mcr

added Solidum PAX.ware 1100 and Lucent ORCA PCI targets


# 1.333 20-Jun-2001 thorpej

Add more/update existing 3Com 3CR990 product IDs.


# 1.332 20-Jun-2001 thorpej

Add SysKonnect SKNET-GE (GEnesis Gigabit Ethernet).


# 1.331 20-Jun-2001 imp

Add O2Micro PCI-{CardBus,PCMCIA} bridges:
OZ6729, OZ6730, OZ6832/OZ6833, OZ6860 and OZ6812/OZ6872


# 1.330 18-Jun-2001 onoe

Add Cisco/Aironet 350


# 1.329 17-Jun-2001 tsubai

Add device IDs on the new iBook.


# 1.328 13-Jun-2001 simonb

Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.


# 1.327 11-Jun-2001 thorpej

Add Level One product ID, and LXT-1001 10/100/1000 Ethernet
product ID.


# 1.326 11-Jun-2001 tron

Add support for the D-Link DFE-530TX+. Patch supplied by
Gabriel Rosenkoetter in PR kern/13161.


# 1.325 31-May-2001 nisimura

Add product IDs for IDT RC32234 and RC32334 system controllers.


# 1.324 21-May-2001 thorpej

Add ICH3 network controller IDs.


# 1.323 18-May-2001 enami

Add product IDs of internal devices found in NEC VRC4173 and vendor/product
ID of MediaQ MQ200.


# 1.322 17-May-2001 drochner

add some stuff I got between my fingers


# 1.321 14-May-2001 thorpej

Add product ID for the National Semiconductor DP83820 Gigabit Ethernet
chip.


# 1.320 06-May-2001 fvdl

Add some IDs for the AMD760 chipset, as specified in the datasheet.


Revision tags: thorpej_scsipi_beforemerge
# 1.319 25-Apr-2001 simonb

Spell "portege" correctly - it's a computer, not a car.


Revision tags: thorpej_scsipi_nbase thorpej_scsipi_base
# 1.318 21-Apr-2001 tsutsui

Correct an entry for Acard UDMA IDE controller.
The chip is actually marked as ATP860-A, not ATP860R.


# 1.317 13-Apr-2001 hubertf

Move the Trident CyberClade entry where it belongs.


# 1.316 12-Apr-2001 itojun

change symbol for LMC T1 card. part of PR 12331.


# 1.315 12-Apr-2001 matt

Add UltraSparc IIe PCI interface.


# 1.314 09-Apr-2001 ad

Add Tekram DC-315/DC-395.


# 1.313 31-Mar-2001 minoura

Add Cyrix products (MediaGX).


# 1.312 21-Mar-2001 soren

Lower-case a few hex digits for easier searching.


# 1.311 21-Mar-2001 hubertf

Add Trident CyberBlade as found in Toshiba Satellite Pro 4600


# 1.310 20-Mar-2001 mrg

add sun device ids found on sunblade1000 systems.


# 1.309 17-Mar-2001 thorpej

Fixup some Intel Gig-E entries.


# 1.308 13-Mar-2001 bouyer

Add Titan Electronics Inc vendor ID (from linux) and Titan VS-800H
product.


# 1.307 07-Mar-2001 matt

Add Galileo GT-64260.


# 1.306 05-Mar-2001 matt

branches: 1.306.2;
Add Winbond W83C533F functions.


# 1.305 04-Mar-2001 msaitoh

Add an entry for NetMos


# 1.304 02-Mar-2001 thorpej

Add Mylex AcceleRAID and eXtremeRAID product and sybsystem IDs.


# 1.303 02-Mar-2001 thorpej

Add product ID for Xircom WinGlobal modem.


# 1.302 18-Feb-2001 bouyer

Add Intel 82801BAM IDE controller, found in laptops. From OpenBSD


# 1.301 18-Feb-2001 matt

Add Symbios FC909


# 1.300 12-Feb-2001 tshiozak

add CMI8738B.


# 1.299 11-Feb-2001 ad

Add another 3ware product.


# 1.298 04-Feb-2001 briggs

Add the MPC8240 (Kahlua) Host Bridge


# 1.297 02-Feb-2001 hubertf

Add M5243 PCI-AGP Bridge
Fixes PR 11466 by Jared D. McNeill <jmcneill@invisible.yi.org>


# 1.296 31-Jan-2001 thorpej

Add the SEGA Dreamcast Broadband Adapter.


# 1.295 26-Jan-2001 rh

Add Toshiba Protege product code


# 1.294 26-Jan-2001 rh

Add product code for the Compaq Armada M700 Notebook


# 1.293 22-Jan-2001 jdolecek

add US Robotics (3Com) 56K Voice Internal PCI Modem (WinModem) entry
I wish I'd been less foolish and not bought this device ...


# 1.292 22-Jan-2001 mjl

Add stallion products.


# 1.291 17-Jan-2001 thorpej

Update the Intel Gigabit Ethernet entries.


# 1.290 15-Jan-2001 thorpej

Add the 66MHz version of the Symbios 53c1010.


# 1.289 12-Jan-2001 itojun

add product ID for LMC T1 card. from freebsd.


# 1.288 09-Jan-2001 rh

Add COMPAL vendor and COMPAL 38W2 product (OEM for Dell Inspiron 5000e)


# 1.287 09-Jan-2001 thorpej

Add Symbios 53c1510D.


# 1.286 08-Jan-2001 thorpej

Add product ID for the Accton EN2242 10/100 Ethernet (an ADMtek AN985).


# 1.285 08-Jan-2001 thorpej

Add product ID for DEC SWXCR RAID (a Mylex v5 controller).


# 1.284 08-Jan-2001 rh

Add IDs for the NEC Versa LX and Versa Pro LX


# 1.283 03-Jan-2001 mycroft

Add Chrysalis-ITS LunaVPN card.


# 1.282 31-Dec-2000 ad

Fix Mylex products.


# 1.281 30-Dec-2000 eeh

Fix typo.


# 1.280 30-Dec-2000 eeh

Add Sun psycho bus controller.


# 1.279 27-Dec-2000 tsutsui

Fix entries of Acard UDMA IDE controllers.


# 1.278 27-Dec-2000 augustss

Add a VIA chipset and Nvidia GeForce2 MX.


# 1.277 23-Dec-2000 tsutsui

Add Acard UDMA IDE controllers.


# 1.276 14-Dec-2000 onoe

add Aironet 4500/4800


# 1.275 05-Dec-2000 drochner

add some chips I met in the last weeks


# 1.274 20-Nov-2000 onoe

CXD32222 -> CXD3222 (Sony OHCI Controller)


# 1.273 18-Nov-2000 thorpej

Add some 3D Labs products, from XFree86, via groo@netbsd.org


# 1.272 14-Nov-2000 bouyer

Add Alteon and netgear 1000baseT variants of the gigabit ethernet adapter.

From FreeBSD


# 1.271 04-Nov-2000 thorpej

Add a couple NeoMagic products. From OpenBSD.


# 1.270 03-Nov-2000 ad

Oops


# 1.269 03-Nov-2000 ad

Pequr Technology is now called ServerWorks.


# 1.268 27-Oct-2000 thorpej

Add a bunch of Intel PCI chipsets. From OpenBSD.


# 1.267 27-Oct-2000 thorpej

Add a bunch of Pequr (ServerWorks) products. From OpenBSD.


# 1.266 19-Oct-2000 thorpej

Add the ICS Advent PCI-WDT500/501 watchdog timer boards.


# 1.265 14-Oct-2000 simonb

Add ATI Mobility M3 (both PCI and AGP).


# 1.264 12-Oct-2000 itojun

pci device ID for hifn 7751-based crypto cards. from openbsd.


# 1.263 03-Oct-2000 thorpej

Add ADMtek AN985 10/100 Ethernet.


# 1.262 27-Sep-2000 augustss

Add some ATI Rage cards and some Intel chips.


# 1.261 20-Sep-2000 thorpej

Add National Semiconductor DP83815 10/100 Ethernet.


# 1.260 19-Sep-2000 fvdl

Add IDs for the 3c555, 556 and 556B 3Com MinPCI Ethernet cards.


# 1.259 13-Sep-2000 ad

Add product IDs for AMI MegaRAID boards.


# 1.258 13-Sep-2000 tron

Remove incomplete (and incorrect) entry for D-Link 530.


# 1.257 13-Sep-2000 tron

Use "VT6102 (Rhine II) 10/100 Ethernet" as description to be consistent
with existing entry for "VT86C100A (Rhine-II) 10/100 Ethernet".


# 1.256 13-Sep-2000 tron

Add VT6102 Rhine II 10/100BaseTX ethernet chip used on e.g. the
D-Link 530TX NIC.


# 1.255 07-Sep-2000 soren

s/AT&T Microelectronics/Lucent Technologies/


# 1.254 04-Sep-2000 soren

Add Intel 440GX host bridge.


# 1.253 04-Sep-2000 itojun

Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)


# 1.252 02-Sep-2000 cgd

after discussion with veego, rename constant for 3D Labs Permedia 2 from
PERMEDI2 to PERMEDIA2. (substance over style. 8-) Also, fix a typo
I noticed in a comment.


# 1.251 29-Aug-2000 wiz

add vendors HAUPPAUGE, ASKEY, AVERMEDIA


# 1.250 21-Aug-2000 enami

Add a product id for the promise ata-100 controller found on
MS-6321 (694D Pro). Reported in the PR#10756 by Kazuki Sakamoto.


# 1.249 21-Aug-2000 haya

Add several Texas Instrument's PCI-CardBus bridges.


# 1.248 10-Aug-2000 soren

s/Toshiba America Info Systems/Toshiba/ since they are the main PCI issuer.
Add new version of the Oboe FIR device.


# 1.247 07-Aug-2000 billc

Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.


# 1.246 04-Aug-2000 ad

Vortex Computer Systems changes, from OpenBSD:
- Add product ID for GDT6518RS.
- Fix bogus product IDs.


# 1.245 23-Jul-2000 jonathan

* Add entries for older Yamaha YMF chips (724, 740) plus the
newer steppings (740C, 724F) which use the same microcode as the
DS-1S/DS-1E


# 1.244 20-Jul-2000 ad

Add what is apparently ESS's old vendor ID and corresponding product ID for
the Maestro 1.


# 1.243 10-Jul-2000 ad

Add ICP Vortex RAID controllers.


# 1.242 09-Jul-2000 mycroft

Add ID for i82559ER.


# 1.241 08-Jul-2000 mrg

add microSPARC IIep PCI controller


# 1.240 04-Jul-2000 enami

Add device ID of promise ultra100/ata controller.


# 1.239 03-Jul-2000 gmcgarry

Devices found in NEC Versa Note VX


# 1.238 24-Jun-2000 joda

add Intel 82801BA devices


# 1.237 21-Jun-2000 bouyer

Add CMD PCI0649 product ID.


Revision tags: netbsd-1-5-base
# 1.236 16-Jun-2000 soren

branches: 1.236.2;
Add some S3 chips.


# 1.235 13-Jun-2000 tron

Add CMD PCI0648.


# 1.234 12-Jun-2000 nathanw

Add AMD 79c978 PCnet-PCI Home.


# 1.233 12-Jun-2000 bouyer

Shorter description for the HPT366


# 1.232 12-Jun-2000 bouyer

Add HPT366/370 device ID.
XXX Is 'TRIONES' the rigth vendor name ?


# 1.231 09-Jun-2000 augustss

Add some PCI devices found in the IOpener (commited from the IOpener itself :).


# 1.230 07-Jun-2000 ad

Add vendor/device ID for 3ware Escalade IDE RAID controller.


# 1.229 07-Jun-2000 mrg

fix a couple of the sun entries.


# 1.228 07-Jun-2000 soren

Add Trident 9397DVD.


# 1.227 06-Jun-2000 kleink

Add the product ID for the ESS Maestro 3 modem function as well.


# 1.226 05-Jun-2000 kleink

Add the ESS Maestro 3 product ID as well.


# 1.225 05-Jun-2000 kleink

ESSTECH:
* add what's allegedly the Maestro 1's product ID.
* align product names with data sheets.


# 1.224 30-May-2000 matt

Add the TI 1394 controllers. Makes all the 1394 controller descriptions
similar.


# 1.223 28-May-2000 drochner

-correct description for 3c905b-FX (100 Mb only)
-add Neomagic 256ZX


# 1.222 27-May-2000 scw

Add entries for a couple of OPTi PCI-IDE controllers.


# 1.221 27-May-2000 nathanw

Whitespace police.


Revision tags: minoura-xpg4dl-base
# 1.220 27-May-2000 soren

branches: 1.220.2;
Add a few devices.


# 1.219 26-May-2000 matt

Add NEC 1394 OHCI chips


# 1.218 18-May-2000 drochner

fix typo in last commit


# 1.217 18-May-2000 garbled

Add the device ID for the IBM MPIC-II.


# 1.216 14-May-2000 soren

Add SGI IOC3.


# 1.215 12-May-2000 thorpej

Add product ID for 3Com 3c980C-TXM 10/100 Ethernet. From Paul J. Lavoie,
kern/10037.


# 1.214 07-May-2000 jonathan

Product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.


# 1.213 30-Apr-2000 dante

Add ASB-3940U3W host adpeter (AdvanSys)


# 1.212 28-Apr-2000 augustss

Add 2 more eap audio devices.


# 1.211 26-Apr-2000 thorpej

Add product ID for the PLX Technology 9060ES PCI bus controller. Note this
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.


# 1.210 22-Apr-2000 augustss

Add some CMedia audio devices. From T.SHIOZAKI <AoiMoe@imou.to>


# 1.209 19-Apr-2000 bouyer

Add some Symbios devices.


# 1.208 18-Apr-2000 cgd

SiByte, Inc. is vendor 0x166d.


# 1.207 17-Apr-2000 thorpej

Add product ID for the S3 Trio3D/2X AGP graphics adapter.


# 1.206 03-Apr-2000 joda

add some NVIDIA chipsets


# 1.205 31-Mar-2000 tsarna

Add auvia, a driver for the integrated AC'97 audio on the VIA VT82C686A
southbridge.

Tested on a ASUS K7M (w/ AD1881 codec). Please report any problems.


# 1.204 30-Mar-2000 joda

add the device id for the VIA 686A modem controller, continuing the
trend of mislabelling VIA's south bridges


# 1.203 27-Mar-2000 ad

Add a couple of DPT devices.


# 1.202 23-Mar-2000 joda

add two Intel 82810E devices (from IWAMOTO Toshihiro)


# 1.201 23-Mar-2000 ad

Back out rev 1.197.


# 1.200 21-Mar-2000 joda

add two VIA VT8371 devices


# 1.199 16-Mar-2000 thorpej

Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
is an i82559 with a different product ID).


# 1.198 14-Mar-2000 tsarna

Add product ids for some VIA Technologies VT82C686A southbridge devices.


# 1.197 13-Mar-2000 ad

Add a bunch of Compaq array controllers.


# 1.196 11-Mar-2000 jdolecek

Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.


# 1.195 09-Mar-2000 jdolecek

Add Conexant SoftK56 PCI Software Modem, Sony CXD3222 OHCI i.LINK(IEEE 1394)
PCI controller, Sony Memory Stick I/F Controller
Ids send by John Hawkinson in kern/9588


# 1.194 06-Mar-2000 mark

Add SYMPHONY 83C553 PCI-ISA bridge.
Add alternative ID for Winbond W89C940F.


# 1.193 04-Mar-2000 tron

Add AMD Athlon chipset related devices. Patch supplied by Dave Sainty in
PR kern/9533.


# 1.192 16-Feb-2000 soren

Add Toshiba ISA bridge.


Revision tags: chs-ubc2-newbase
# 1.191 08-Feb-2000 bouyer

Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
From Kent Polk.


# 1.190 03-Feb-2000 dante

Add AdvanSys U2W boards


# 1.189 03-Feb-2000 joda

2 Micro -> O2 Micro


# 1.188 31-Jan-2000 thorpej

Add SiS 7016 10/100 Ethernet.


# 1.187 25-Jan-2000 haya

Add TI PCI 1451 PCI-CardBus bridge.


# 1.186 24-Jan-2000 joda

TI PCI2030 is a PCI-PCI bridge


# 1.185 23-Jan-2000 tsubai

Add Apple KeyLargo and UniNorth.


# 1.184 12-Jan-2000 haya

Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.


# 1.183 11-Jan-2000 matt

Add CompuModules DVB receiver and transmitter boards.


# 1.182 09-Jan-2000 soren

Add MPC105.


# 1.181 05-Jan-2000 drochner

add some stuff which was mentioned on the mailing lists recently


# 1.180 30-Dec-1999 hubertf

Add an entry for the Trident Microsystems CYBER 9525
(as found in an Toshiba Satellite 2650 XDVD).


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.179 17-Dec-1999 drochner

add Intel 450NX stuff


# 1.178 17-Dec-1999 augustss

Change the Galileo entries so the generated code can be compiled.


# 1.177 17-Dec-1999 soren

Fix comment.


# 1.176 17-Dec-1999 soren

Add Galileo Technology system controllers.
Remove obsolete ID database URL.


# 1.175 15-Dec-1999 kleink

* Add ESS Maestro2 product ID.
* Add TerraTec vendor ID.


# 1.174 04-Dec-1999 castor

Add vendor ID for Lava Semiconductor (http://www.lavalink.com)


# 1.173 04-Dec-1999 thorpej

Add some of the Compaq RAID controller IDs.


# 1.172 01-Dec-1999 drochner

add Cyclades 4Y and 8Y


# 1.171 30-Nov-1999 drochner

add 3c905B-COMBO


# 1.170 17-Nov-1999 augustss

Add the SBLive! joystick device.


Revision tags: fvdl-softdep-base
# 1.169 12-Nov-1999 is

Identification of DOMEX PCI-SCSI board, by Thilo Manske, PR 8772.


# 1.168 07-Nov-1999 cgd

back out rev 1.166:
(1) the list added isnt' complete and i'd call it incorrect. (There are
other devices with these names, where were omitted. I've never seen
the devices with these IDs, I _have_ seen the other devices that go
by these names.)
(2) the PR (8754) had not been updated to note that the problem was
fixed, and i'd preiously asked the submitter for more information and/or
a corrected list.


# 1.167 06-Nov-1999 rh

Add vendor/product entry for Auravision VxP524 PCI Video Processor.


# 1.166 06-Nov-1999 augustss

Add SIIG devices. Closes PR kern/8754 from Andreas Wrede <andreas@planix.com>


# 1.165 04-Nov-1999 tsarna

Add Aureal AU8820


# 1.164 04-Nov-1999 augustss

Add SBLive!


# 1.163 04-Nov-1999 joda

add Xircom X3201-3 Fast Ethernet Controller


Revision tags: comdex-fall-1999-base
# 1.162 01-Nov-1999 augustss

Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl
Closes PR kern/8729.


# 1.161 29-Oct-1999 matt

Add AHA-1480 (adaptec cardbus scsi)


# 1.160 29-Oct-1999 haya

Maintainance the name of Ricoh PCI-CardBus bridges.


# 1.159 11-Oct-1999 hannken

branches: 1.159.2; 1.159.4;
Add an entry for the Adaptec 2940UW Pro Scsi adapter.


# 1.158 29-Sep-1999 thorpej

branches: 1.158.2;
- Add Sundance Technolgy vendor ID.
- Add Sundance Technolgy ST201 10/100 Ethernet product ID.
- Add D-Link DFE-550TX product ID (uses ST201 chip).


# 1.157 29-Sep-1999 thorpej

Add adaptec AIC-6915 10/100 Ethernet.


# 1.156 27-Sep-1999 ad

s@SmartCache/Raid@SmartCache/SmartRAID@


# 1.155 11-Sep-1999 soren

Add ENI SpeedStream.


# 1.154 10-Sep-1999 augustss

Add more TI CardBus bridges. Taken from the CardBus patches.


# 1.153 08-Sep-1999 thorpej

Add some more Tulip clones.


# 1.152 08-Sep-1999 thorpej

Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
product ID (Yet Another Tulip Clone).


# 1.151 08-Sep-1999 thorpej

LITEON_PNIC -> LITEON_82C168


# 1.150 01-Sep-1999 drochner

-add some incarnations of the Alteon gigabit Ethernet adapter
-sort some entries which were put in by legasthenics


# 1.149 28-Aug-1999 augustss

Add a bunch of i810 devices. From Paul Shupak <paul@plectere.com>.


# 1.148 27-Aug-1999 thorpej

Add Samsung Semiconductor KS8920 10/100 Ethernet.


# 1.147 24-Aug-1999 soren

Add Intel i740.


# 1.146 17-Aug-1999 drochner

-mention a location where the old PCI database can still be found
-add Alteon Gigabit Ethernet


# 1.145 16-Aug-1999 mcr

Added Solidum Systems PCI vendor ID and Device IDs


# 1.144 12-Aug-1999 bouyer

Add Promise Ultra66, change entry of Ultra33 to reflect the fact that can
"only" do ultra/33.


Revision tags: chs-ubc2-base
# 1.143 01-Aug-1999 veego

Add an entry for the TI PCI1211 PCI-CardBus Bridge.
From the cardbus patches.


# 1.142 29-Jul-1999 thorpej

Add some Initio SCSI controller IDs.


# 1.141 28-Jul-1999 soren

Correct Acard device names.
Add and update a few IBM devices.
Add Toshiba and NEC devices in Portege 3K's.


# 1.140 27-Jul-1999 castor

Add vendor ID for Geocast


# 1.139 27-Jul-1999 thorpej

Add product ID for the SMC 83c175 Fast Ethernet chip. This is a cousin
of the SMC 83c170 which also supports CardBus.


# 1.138 20-Jul-1999 drochner

add TI TVP4020 Permedia 2


# 1.137 15-Jul-1999 ross

product 3COM 3C905CTX 0x9200


# 1.136 15-Jul-1999 augustss

Add Cinemaster C 3.0 DVD Decoder.


# 1.135 14-Jul-1999 fvdl

Add/change a few Adaptec controller IDs.


# 1.134 12-Jul-1999 kleink

Change the ESS Solo-1 description string to match the data sheet.


# 1.133 30-Jun-1999 fair

A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.

No regeneration required.


# 1.132 27-Jun-1999 drochner

add some realtek 8139 clones


# 1.131 19-Jun-1999 augustss

Add Sony CXD 1947A FireWrire Controller and Neomagic 128XD.


# 1.130 18-Jun-1999 tsubai

Add some Apple and MOT products.


# 1.129 05-Jun-1999 tron

Add Matrox MGA 400, 3Dfx Banshee and Voodoo 3.


# 1.128 05-Jun-1999 tron

Add entry for Riva TNT and correct entry for Riva 128.
Fixes first half of PR kern/7699 by Bjoern Labitzke.


# 1.127 02-Jun-1999 drochner

add SIS 6326 low-end AGP graphics
fix CL_PD6832 device id, PR kern/7691 from Paul Dokas


# 1.126 29-May-1999 mrg

fix error in previous.


# 1.125 29-May-1999 mrg

s/bus/bridge/ for the sun pci bridges. my bad.


# 1.124 29-May-1999 fvdl

Add 3c900B-TPC product ID. From Robert Elz.


# 1.123 27-May-1999 mrg

add the UltraSPARC IIi PCI interface


# 1.122 23-May-1999 veego

Add several entries.


# 1.121 20-May-1999 augustss

Change vendor id 0x11c1 to Lucent since that seems to be what it is now.
Add a Lucent USB controller.


# 1.120 17-May-1999 drochner

add NeoMagic 256AV Video/Audio chip


# 1.119 07-May-1999 hwr

Added CIRRUS CL_PD6832 from "Johnny C. Lam" <lamj@stat.cmu.edu> in kern/7119.


# 1.118 07-May-1999 hwr

Added TI PCI1251 from joda@pdc.kth.se (Johan Danielsson) in kern/6873.


# 1.117 07-May-1999 drochner

add another AGP graphics chip and a PCI-VME interface


# 1.116 07-May-1999 matt

Add TI LYNX FireWire Controller (as used in the Apple B&W G3)


# 1.115 06-May-1999 mrg

add pci devices found in U5's:
- ati weird mach64
- ebus bus
- `network' hme compatible ethernet
- `simba' PCI bus


# 1.114 12-Apr-1999 jonathan

Add entries for TI, Ricoh, Toshiba PCI-to-cardbus bridge chips, so
we can identify them as cardbus chips supported by the cardbus patches.

Add entry for OPTI chipsets whose interrupts arent properly set up by
some BIOSes.

From cardbus patches<ftp://nandra.iri.co.jp/pub/NetBSD/CardBus by
HAYAKAWA Koichi <haya@tcad.ulsi.sony.co.jp>.


Revision tags: netbsd-1-4-base
# 1.113 25-Mar-1999 explorer

branches: 1.113.2;
Add LAN Media Corporation info


# 1.112 19-Mar-1999 mycroft

Add AudioPCI 97 (a.k.a. Creative Ensoniq AudioPCI).


# 1.111 17-Mar-1999 thorpej

Add Silicon Integrated Systems SiS900 10/100 Ethernet.


# 1.110 16-Mar-1999 mjacob

add Qlogic 1080 && 1240 product IDs


# 1.109 11-Mar-1999 sakamoto

Add several VIA Technologies chipsets.


# 1.108 09-Mar-1999 drochner

add 2 ISDN cards, from Martin Husemann per PR kern/7110


# 1.107 19-Feb-1999 thorpej

Improve descriptions for DEC Ethernet chips.


# 1.106 19-Feb-1999 thorpej

Improve the descriptions of 3Com Ethernet cards, and add the 3c905B-FX
and 3c980 Server Adapter products.


# 1.105 19-Feb-1999 thorpej

Add several Tulip clone chips.


# 1.104 14-Feb-1999 tron

Add 3Dfx's Voodoo II. Fixes PR kern/7000 by Brett Lymn.


# 1.103 05-Feb-1999 thorpej

Add some Olicom Ethernet device IDs, from FreeBSD's tl driver.


# 1.102 28-Jan-1999 augustss

Add S3 86C365 Trio3D.


# 1.101 16-Jan-1999 drochner

add another NCR chip, from Dave Sainty <dave@dtsp.co.nz> per PR kern/6819


# 1.100 30-Dec-1998 hwr

Add NeoMagic MagicGraph 128ZV graphic chip.


# 1.99 21-Dec-1998 drochner

change name of 82443BX according to Intel's data sheet
correct "no AGP" case to real topology of the chip
clarification: s/AGP Device/AGP Interface/


# 1.98 20-Dec-1998 drochner

add a Zoran multimedia controller chip


# 1.97 18-Dec-1998 thorpej

Add product ID for the Yamaha 724 Audio device. PR #6605, Dave Sainty.


Revision tags: kenh-if-detach-base
# 1.96 09-Dec-1998 thorpej

Some more touchup on the VIA Rhine chip model number, and so some
sorting.


# 1.95 05-Dec-1998 matt

Add Sigma Designs REALmagic Hollywood Plus MPEG-2 decoder


# 1.94 30-Nov-1998 jtk

Per PR/6172 (Johnny Lam, lamj@stat.cmu.edu), fix pcidevs identification
of CL-PD6729. See <http://www.cirrus.com/products/overviews/pd6729.html>.


# 1.93 29-Nov-1998 thorpej

Fix the original Rhine's part number (thanks to Greg Oster).


# 1.92 29-Nov-1998 thorpej

Garbage-collect some bogus RealTek entries.


# 1.91 29-Nov-1998 thorpej

Add product IDs for the VIA Rhine and Rhine-II 10/100 Ethernet chips.
(XXX What is the original Rhine's part number?!)


# 1.90 27-Nov-1998 drochner

add Powerstorm 4D50T graphics found in some Alphas


# 1.89 23-Nov-1998 mcr

added 82443BX_AGP_NOT as per kern/5847


Revision tags: chs-ubc-base
# 1.88 20-Oct-1998 thorpej

Add RealTek 8129 and 8139 10/100Mb Ethernet IDs.


# 1.87 19-Oct-1998 bouyer

Yet another attemp at getting the VIA tech. product name/ID's rigth.
It seems that different products have the same name (sigh).


# 1.86 05-Oct-1998 tron

Correct vendor 0x1191 to "ACARD", add missing Matrox boards.
Fixes PR kern/6251 by Soren S. Jorvang.


# 1.85 04-Oct-1998 tron

Add S3 Virge/DX, fixes PR kern/6245 by Steve Allen.


# 1.84 01-Oct-1998 fvdl

Fix typo in 905BT4 product name.


# 1.83 26-Sep-1998 dante

Change product ADVSYS 2300 to ADVSYS WIDE


# 1.82 22-Sep-1998 mark

Add ALI M1531 Host-PCI bridge.
Add Cirrus Logic CS4610 and CS4280 Audio chips.
Add Cirrus Logic CS4400 communications controller.


# 1.81 18-Sep-1998 drochner

Add PCI-VME interfaces: Tundra Universe and Bit3 2706
Note that Newbridge is now Tundra
Add Adaptec 7890 & Co.


# 1.80 18-Sep-1998 mark

Add yet another vendor ID for Fujitsu.
Add vendor ID for ESS Technology Inc.
Add product ID for ESS Technology ES1938 SOLO-1 AudioDrive
Add product ID for Fujitsu K56flex LTMODEM
Add product ID for TI PCI1250 PC Card bridge
Add product ID for Trident Cyber 9397 Video controller.


# 1.79 06-Sep-1998 veego

Add the Brooktree 878 and 879 id's and fix the comment of the 849 entry.


# 1.78 26-Aug-1998 drochner

add the SIS 5597/5598 all-in-one PCI chipset


# 1.77 26-Aug-1998 dante

Changed ADVSYSPROD to ADVSYS vendor ID
Added 1200A, 1200B, ULTRA, 2300 AdvanSys products ID


# 1.76 07-Aug-1998 thorpej

Add product IDs for the 3Com Cyclone-based PCI Ethernet devices,
the 3c90xB DMA-only cards.


Revision tags: eeh-paddr_t-base
# 1.75 28-Jul-1998 thorpej

Add the IMS TwinTurbo 128M graphics board.


# 1.74 27-Jul-1998 tron

"Brooktree Brooktree Bt848" -> "Brooktree Bt848"


# 1.73 27-Jul-1998 tron

Add Brooktree Bt848 and BT849 video capture chips.


# 1.72 27-Jul-1998 augustss

Add S3 SonicVibes.


# 1.71 25-Jul-1998 explorer

define RISCom and RISCom N2 product


# 1.70 22-Jul-1998 drochner

add IDs for ACC Micro 2051 "PCI Single Chip Solution"


# 1.69 19-Jul-1998 tron

Fix product ID for Matrox Mystique, add NEC PowerVR PCX2.


# 1.68 13-Jul-1998 mark

Add ID for ALI M1541 Host-PCI bridge.


# 1.67 10-Jul-1998 tron

Add Intel's BX chipset, 3Dfx Interactive and their Voodoo board.


# 1.66 30-Jun-1998 augustss

Add a 2 Micro CardBus controller.


# 1.65 15-Jun-1998 bouyer

Argh, comments have to be in /* */, not # !
Sorry for the one-in-tree commit.


# 1.64 15-Jun-1998 bouyer

Hum the "VT82C595 (Apollo VP2) Host-PCI Bridge" has 2 devices entries
(in FreeBSD too). Make it VT82C595 and VT82C595_2.


# 1.63 15-Jun-1998 bouyer

Add some VIA tech. products.


# 1.62 25-May-1998 mark

Added TriTech Microelectronics vendor ID.
Added TriTech Pyramid3D 25202 product ID.
Added Promise Ultra33 UltraDMA IDE controller product ID.
Added ALI product ID's for M1543 'Southbridge' PCI devices.


# 1.61 14-May-1998 augustss

Add another USB controller.


# 1.60 13-May-1998 augustss

Add OPTi OHCI USB host controller.


# 1.59 05-May-1998 thorpej

Add a few more NE-2000 compatible PCI Ethernet interfaces. XXX Some of
these may need further revision to get vendor and product names exactly
right.


# 1.58 04-May-1998 thorpej

Add STB Systems' second PCI vendor ID, and their Velocity128 AGP product.
kern/5362, Paul Goyette <paul@whooppee.com>


# 1.57 30-Apr-1998 mycroft

Add the Apple Bandit chip.


# 1.56 16-Apr-1998 drochner

add 2 ATM chips, correct entry for Toshiba MIPS bridge


# 1.55 28-Mar-1998 thorpej

Add the Contaq/Cypress 82C693 PCI-ISA bridge.


# 1.54 28-Mar-1998 cgd

fix bogus produce name tags for 82371FB_ISA and 82371FB_IDE (were 82471FB_*).
Pointed out by Soren S. Jorvang. Rename "BAD" vendor id to "INVALID".


# 1.53 07-Mar-1998 augustss

Add Matrox Millenium II AGP.


# 1.52 04-Mar-1998 cgd

fix comment bogon in last commit


# 1.51 04-Mar-1998 cgd

add CMD PCI0643, PCI0647, USB0670, USB0673. Remove the 'A' from the 640A
entry (because the same product id is used for the 640B, as well). Note
that a few of the entries (PCI0642, PCI0650A) no longer have data to
be found on the CMD web site, and note that PCI0650A should probably have
its "A" trimmed as well.


# 1.50 27-Feb-1998 mycroft

Add Macronix MX98713.


# 1.49 07-Feb-1998 augustss

Fix typo, and commit in the right order.


# 1.48 07-Feb-1998 augustss

Add the AGP device in the 82443LX.


# 1.47 27-Jan-1998 thorpej

Add product ID for the Packet Engines G-NIC gigabit Ethernet interface.


# 1.46 22-Jan-1998 mycroft

Add the Millenium II.


# 1.45 16-Nov-1997 christos

PR/4510: William Coldwell: Add TI thunderlan support.


# 1.44 27-Oct-1997 thorpej

Fix the description of the Winbond NE2000-compatible Ethernet ASIC.
It's a W89C940F.


Revision tags: netbsd-1-3-base marc-pcmcia-base
# 1.43 14-Oct-1997 thorpej

branches: 1.43.2;
Pull down from marc-pcmcia branch.


# 1.42 08-Oct-1997 mycroft

Correct spelling of Millennium.


# 1.41 06-Oct-1997 lonhyn

Added entries for GLINT 3D chips.


# 1.40 01-Oct-1997 drochner

Correct a number of Intel PCI devices, sync with names used in data sheet.
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).


# 1.39 23-Sep-1997 mycroft

Add the Ensoniq AudioPCI.


# 1.38 15-Sep-1997 bouyer

Add some of Compaq's network products.


# 1.37 12-Sep-1997 drochner

another graphics chip...


Revision tags: thorpej-signal-base
# 1.36 28-Aug-1997 thorpej

Add an entry for the SMC 83C170 "EPIC/100" Fast Ethernet chip.


# 1.35 23-Aug-1997 drochner

Add one more graphics chip.


# 1.34 16-Aug-1997 mjacob

Add in PCI_PRODUCT_QLOGIC_ISP2100.


# 1.33 14-Aug-1997 drochner

Include some more stuff.


# 1.32 03-Aug-1997 fvdl

Add a few VIA Apollo chipset IDs


Revision tags: marc-pcmcia-bp
# 1.31 19-Jul-1997 cgd

branches: 1.31.2;
clean up a few entries, fix the entry for the TI PCI1130 so the device
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.


# 1.30 24-Jun-1997 thorpej

Correct Intel Triton MX PCI IDs, from Tom Yu <tlyu@mit.edu>, PR #3478.


# 1.29 24-Jun-1997 kml

Added definitions for Essential Communications RoadRunner HIPPI and
Gigabit Ethernet interfaces.


# 1.28 13-May-1997 jtk

correct the identification of Intel Orion PCIset chips


# 1.27 04-Apr-1997 augustss

Two more PCI devices.


# 1.26 20-Mar-1997 chuck

- add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they
correspond to the ANA numbers... certainly includes ANA-5940.
- add Efficient Nets product 0x0000. according to linux pci.h
the 0x0000 is an FPGA version of the midway card and the 0x0002
is the ASIC version.


Revision tags: is-newarp-before-merge
# 1.25 16-Feb-1997 veego

Fix errors in the last commit.


# 1.24 15-Feb-1997 tls

greatly expanded pcidevs file courtesy of Carl Shapiro <cshapiro@sparky.ic.sunysb.edu>.


Revision tags: is-newarp-base
# 1.23 01-Jan-1997 veego

branches: 1.23.4;
Add the Matrox Millenium and regen the header files.


# 1.22 28-Nov-1996 jtk

add Cirrus CL-7541, 7543 and ACC 2188; regen .h files


# 1.21 28-Nov-1996 thorpej

Fill out the Intel section of this a bit, and note the URL of a
periodically updated list of PCI vendor/product codes.


# 1.20 19-Oct-1996 jonathan

Add productId for RealTek 8029 PCI ethernet board.


# 1.19 15-Oct-1996 christos

Use the official 3com part names; from Curt Sampson


# 1.18 13-Oct-1996 christos

Apply PR/2840: Recognize more 3com models...


# 1.17 08-Oct-1996 gibbs

dev/microcode/aic7xxx/aic7xxx.seq,
dev/microcode/aic7xxx_seq.h,
dev/ic/aic7xxxreg.h:
Remove intrinsic knowledge about SDTR and WDTR messages and replace it
with a generic message system that allows the kernel driver to handle
SDTR, WDTR and any other type of extended message it chooses too. This
makes the sequencer code much simpler, makes extended message handling
debuggable since the bulk of the work is in the kernel driver, and saves
lots of instruction space.

Regen microcode header file.

dev/ic/aic7xxx.c, dev/ic/aic7xxxvar.h:
Add code to handle WDTR and SDTR negotiation in light of the changes in
the message interface to the sequencer. Don't reject targets that
negotiate async by sending an SDTR with a 0 offset. Use an sdtr message
with 0,0 to negotiate async when a target suggests a period that is too
long for us to handle. Some tape and cdrom drives don't like us doing
the message reject that we did in the past.

Fix a problem with handing the QUEUE FULL condition.

Fix a race condition (most likely the cause of the SCB paging problems) that
might allow the sequencer to get unpaused before the condition that caused
it to be paused (a SEQINT) was handled.

Race condition pointed out by Doug Ledford <dledford@dialnet.net> and
by "Dan Willis" <dan@plutotech.com>.

dev/pci/ahc_pci.c:
Add support for the 2940AU, an aic7860 based controller.

dev/pci/pcidevs.h, dev/pci/pcidevs_data.h:
Add product IDs for the 2940AU, aic7860 and aic7855.

Regen data file.

scsi/scsi_message.h:
Add MSG_EXT_SDTR_LEN and MSG_EXT_WDTR_LEN - the length of bytes in these
extended messages.

Thanks to Chuck Cranor <chuck@maria.wustl.edu> for testing these changes
out for me.


# 1.16 24-Sep-1996 christos

New cyclades driver from Timo Rossi.


# 1.15 29-Aug-1996 cgd

add entry for the IBM 82351 PCI-PCI Bridge


# 1.14 26-Aug-1996 cgd

add ids for the PGXGB (TGA2), and DGLPB (OPPO).


# 1.13 23-Aug-1996 cgd

add an entry for the FORE PCA-200e


# 1.12 15-Jul-1996 cgd

clean up, sort a few entries. Add many new entries, based on information
gleaned from the XFree86 3.1.2E release.


# 1.11 22-Jun-1996 chuck

add product code for efficient networks eni155p atm card and regenerate


Revision tags: netbsd-1-2-RELEASE netbsd-1-2-BETA netbsd-1-2-base
# 1.10 16-May-1996 mycroft

branches: 1.10.4;
Add another ID for BusLogic cards.


# 1.9 13-May-1996 thorpej

Add an LSI Logic vendor id, and an S3 product id. Provide more detail
on a couple of S3 and UMC product ids. From Shelby Noonan <shelby@og.org>


# 1.8 07-May-1996 thorpej

Add ID for AMD PCnet-PCI Ethernet.


# 1.7 04-Apr-1996 mycroft

Add some NCR chips.


# 1.6 19-Feb-1996 christos

Add 3c595 id


# 1.5 31-Jan-1996 cgd

update/clean entries for Adaptec PCI scsi chips/boards.


# 1.4 22-Jan-1996 cgd

update PCIVERBOSE code in various ways:
(1) remove the 'UNSUPP' keyword from the device list,
because it can't be reasonably used (becuase different
devices may be supported on different machines, for
good reason).
(2) enhance pci_devinfo so that class/subclass information
is optional (so pci_devinfo can be used by drivers that
match classes of devices, and want to look up the
devices' names easily).
(3) more known vendors and devices.


# 1.3 10-Nov-1995 christos

- pcidevs: add 3c590 and adaptec ultra
- aic7xxx.c: fix the probe routines to use pcidevs.h


Revision tags: netbsd-1-1-PATCH001 netbsd-1-1-RELEASE netbsd-1-1-base
# 1.2 20-Jun-1995 cgd

vendor IDs for Acer and SIS


# 1.1 18-Jun-1995 cgd

learn about some PCI vendor and product numbers. not yet used


# 1.1533 07-Nov-2025 riz

Add Adaptec RAID 5445, 5805 and 5085


# 1.1532 07-Nov-2025 pgoyette

Add Realtek 8127


# 1.1531 27-Oct-2025 andvar

Add IDs for one more VT82C596B PM Controller and VX11 PCI-ISA bridge.
Will be needed later to add SMBus support.


# 1.1530 21-Oct-2025 pgoyette

add MediaTek MT7927


# 1.1529 21-Oct-2025 pgoyette

Add MediaTek


# 1.1528 17-Oct-2025 andvar

Add VIA VT8233C PCI-ISA Bridge.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.1527 03-May-2025 rin

branches: 1.1527.2;
pcidevs: Add EXAR XR17V358 -- octal-channel Universal PCIe UART


# 1.1526 01-May-2025 andvar

make whitespace and tab usage more consistent, at least for the same vendor.
remove trailing whitspaces.
remove leading whitespace before tabs.
fix typo s/MIS/MSI/ for MSI 3090 description.

No definition changes expected.


# 1.1525 01-May-2025 andvar

Add Etron vendor and its xHCI controllers (used in some AMD/Intel boards).
Add various VIA devices, either documented in publicly available datasheets
or some from dmesg in personally owned devices.


# 1.1524 28-Apr-2025 andvar

fix typo in previous commit s/FHC/FCH/ for AMD RAID mode SATA controller.


# 1.1523 28-Apr-2025 andvar

Add AMD X370/X399/A320/A520/600 Series SATA/xHCI devices, 600 Series and Navi
PCIe Switch Upstream/Downstream Ports, Raven Ridge Vega GPUs and GeForce 6200A.


# 1.1522 20-Apr-2025 andvar

viaide(4): Improve VT8251 integrated SATA controller support in IDE/RAID modes.

Use via_chip_map() to attach this controller in IDE and RAID modes, similarly
to VX800. This allows drives to be identified and attached successfully on all
four ports (two channels with master/slave ports).

Switch channel setup to sata_setup_channel(), replacing via_setup_channel().
This avoids writes to the 0x50 register, which is only relevant for IDE
controllers. Writes to SATA controller registers caused drives on the IDE
controller (0x0571) to fail to attach. Apply this fix also to VX900 and VT8261.

Rename VT8237R_SATA to VT8251_SATA (0x3349 is not used for VT8237R, AFAIK).
This PCI ID is used in RAID mode on newer (CE) chipset revision and in all
modes (IDE/RAID/AHCI) on older revision.
Add the 0x5287 PCI ID, used in IDE mode on newer (CE) chipset revision.
Rename VT8251_SATA to VT8251_AHCI (0x6287 is used only in AHCI mode).
Add VT8251_AHCI to the ahcisata(4) quirk list, same as VT8251_SATA.

For more details, see the tech-kern thread:
https://mail-index.netbsd.org/tech-kern/2025/04/13/msg030365.html

Should fix and close PR kern/37517.

Tested on Asus A8V-VM (CD) and MSI MS-7318 (CE) motherboards.

Reviewed by bad.


# 1.1521 05-Apr-2025 andvar

viaide(4): Add RAID mode support for VIA VX900/VX11 SATA controllers.

The BIOS option to enable RAID is uncommon on systems using these chipsets;
however, at least two motherboards mention it in their manuals. The RAID
firmware does not provide management features, but it can recognize and boot
from preconfigured VIA RAID arrays.

Tested on ECS VX900-I.

Also add the VX11 chipset to the controller name, as it shares the same PCI ID.


# 1.1520 03-Apr-2025 andvar

viaide(4): Add support for VIA VT6415/VT6330 single-channel IDE controllers.

Beyond adding the usual identification code, several adjustments were required:

1) Introduced 'single_channel` to set 'nchannels` to 1 for this controller.

2) Added 'APO_IDECONF_ALWAYS_EN` definition and the 'no_ideconf` flag to mimic
enabled channel bits, as this controller's enable chip register is unset.
Applied the same to VT6410, following OpenBSD and Linux, since some
controllers are known to not set this register as well.

3) Combined all VIA controllers identified by PCI ID (not ISA bus) using switch
fallthrough, as they currently share the same UDMA setting. Consequently,
the VX900 name printing was moved to the device description and adjusted
to better reflect the device.

4) Moved setting interface bits for RAID controllers under the RAID capability
check, enabling the above fallthrough and paving the way for support of other
RAID-capable controllers in upcoming changes.

5) The VT6330 is a combo FireWire/IDE controller. Added its FireWire controller
PCI ID to pcidevs.

Tested on ASRock P5B-DE.

Reviewed by jak and bad.

Addresses PR kern/45917


# 1.1519 03-Mar-2025 andvar

Update CX700_IDE and CX700M2_IDE descriptions to better reflect their actual
purpose.

These are not separate IDE controllers for CX700 and CX700M2 but rather the
IDE and RAID modes of the same controller in these chipsets (and few more).


# 1.1518 23-Jan-2025 andvar

Add VIA VT8261 southbridge SATA controller IDs and PCIB.


# 1.1517 23-Jan-2025 mrg

add several more intel meteor lake and crucial ssd ids


# 1.1516 18-Jan-2025 mrg

add a bunch of intel arrow lake devices, and several more NPU devices


# 1.1515 03-Jan-2025 mrg

add a bunch of missing nvidia gpu ids.

these are between 0xf00 and 0xfff, and mostly are the GT
400/500/600/700 series, and their variants.


# 1.1514 12-Dec-2024 msaitoh

pcidevs: Add some Oxford Semiconductor devices from FreeBSD.


# 1.1513 11-Nov-2024 msaitoh

Add many Brainboxes devices. Repoted in PR/kern 55824 by Cameron Williams.


# 1.1512 19-Oct-2024 mlelstv

Add Raspberry Pi5 Ethernet.


# 1.1511 16-Oct-2024 msaitoh

pcidevs: Add some AMD devies.


# 1.1510 20-Aug-2024 dogcow

Add Areca ARC-1224


# 1.1509 17-Jul-2024 mrg

add the intel "arc" a-series of cards.


# 1.1508 11-Jul-2024 msaitoh

Add Realtek RTL8126.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.1507 23-Jun-2024 jakllsch

branches: 1.1507.2;
Add Brainboxes and devices

From Cameron Williams in PR 58358.


# 1.1506 12-May-2024 msaitoh

Add some Intel Rapotr Lake graphics.


# 1.1505 12-May-2024 msaitoh

Add Phison PS5021 and PS5026.


# 1.1504 06-Apr-2024 andvar

Add Zhaoxin devices, mainly from my TVS-675 NAS device, and some additional
to fill the gaps from pci-ids database.


# 1.1503 28-Feb-2024 jakllsch

Add (Realtek/)Killer E2600 Ethernet


# 1.1502 18-Jan-2024 msaitoh

Add Intel I219-{LM,V}(20,21)


# 1.1501 28-Dec-2023 msaitoh

Update Intel Raptor Lake devices.


# 1.1500 28-Dec-2023 msaitoh

Add Intel C26[26] eSPI.


# 1.1499 13-Nov-2023 jnemeth

add some newer Areca boards in prep for updating driver


Revision tags: thorpej-ifq-base thorpej-altq-separation-base
# 1.1498 26-Oct-2023 msaitoh

pcidevs: Add Mellanox ConnectX-6 Lx.


# 1.1497 11-Oct-2023 msaitoh

pcidevs: Add Intel I219{V,LM}({22,23})


# 1.1496 10-Oct-2023 abs

Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier


# 1.1495 08-Oct-2023 msaitoh

Add Pericom(Diodes) PCIe switches.


# 1.1494 04-Oct-2023 rin

pcidevs: Add missing I225/I226 series devices


# 1.1493 04-Oct-2023 msaitoh

Add Intel 82599 LS.


# 1.1492 10-Aug-2023 andvar

rename PCI to PCIE for naming consistency.


# 1.1491 09-Aug-2023 msaitoh

Simplify descriptions of Snow Ridge internal Ethernet devices.


# 1.1490 09-Aug-2023 msaitoh

Add some Intel Xeon D-2100 devices. Fix description of Intel 0x37d0.


# 1.1489 05-Aug-2023 andvar

fix duplicate definition.


# 1.1488 05-Aug-2023 andvar

Add device ids of the VX800 chipset and s3 chrome 500 series GPU.
Descriptions mainly aligned with VX800/820 Series System Programming Manual.


# 1.1487 04-Aug-2023 msaitoh

Add Intel I226 devices.


# 1.1486 04-Aug-2023 msaitoh

Fix some descriptions of Intel Snow Ridge.


# 1.1485 04-Aug-2023 msaitoh

Add Intel Snow Ridge devices.


# 1.1484 31-Jul-2023 tnn

pcidevs: add ASMedia ASM106x


# 1.1483 28-Jul-2023 msaitoh

Add AMD 19h/7xh Root Complex.


# 1.1482 23-Jul-2023 msaitoh

Add Intel 700 series chipset devices.


# 1.1481 22-Jul-2023 msaitoh

Add Alder Lake-N and Raptor Lake devices.


# 1.1480 06-Apr-2023 msaitoh

The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.


# 1.1479 14-Feb-2023 msaitoh

Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors.


# 1.1478 03-Feb-2023 msaitoh

Add Samsung SM990.


# 1.1477 29-Jan-2023 thorpej

Add ID for the EXAR XR17V354 PCIe UART.

From HÃ¥kan Engvall.
PR kern/57202


# 1.1476 18-Jan-2023 msaitoh

Add AMD Family 19h/1xh devices.


# 1.1475 14-Jan-2023 ryo

add Aquantia (Marvell) AQC113 ethernet devices and the variants


# 1.1474 04-Jan-2023 msaitoh

Fix typo. s/SSC/SCC/.


# 1.1473 30-Dec-2022 msaitoh

Add Elkhart Lake Shared SRAM.


# 1.1472 28-Dec-2022 msaitoh

Update Intel Elkhart Lake devices.


Revision tags: netbsd-10-base
# 1.1471 22-Nov-2022 msaitoh

branches: 1.1471.2;
Add some Xeon Scalable devices from OpenBSD.


# 1.1470 26-Oct-2022 msaitoh

Add AMD F17/Axh devices.


# 1.1469 26-Oct-2022 msaitoh

Add some AMD 17h/9xh devices from OpenBSD.


# 1.1468 07-Oct-2022 snj

add NVIDIA GeForce GTX 770


# 1.1467 02-Oct-2022 martin

Add AMD FCH SATA Controller D


Revision tags: bouyer-sunxi-drm-base
# 1.1466 01-Oct-2022 msaitoh

Add AMD 19h/6xh Root Complex.


# 1.1465 28-Sep-2022 msaitoh

Sort by number. No functional change.


# 1.1464 28-Sep-2022 msaitoh

Add Intel Core 8G (8core, H, Halo) Host Bridge, DRAM.


# 1.1463 28-Sep-2022 msaitoh

Jasper Lake Intel Trace Hub on Compute Die is not 0x4da6 but 0x4e29.


# 1.1462 13-Sep-2022 msaitoh

Add more Alder Lake devices.


# 1.1461 11-Sep-2022 mrg

add several samsung nvme entries


# 1.1460 27-Jun-2022 msaitoh

Add some MegaRAID devices.


# 1.1459 17-Jun-2022 msaitoh

Update some descriptions of Intel 700 series Ethernet devices.


# 1.1458 02-Jun-2022 mrg

add some AMD zen2/3 devices.


# 1.1457 11-May-2022 markd

Add some Broadcom / LSI RAID cards.


# 1.1456 04-May-2022 martin

Rename one of the XEONSC_RAS entries slightly to avoid conflicts


# 1.1455 04-May-2022 nia

More Xeon Scalable / Skylake-E devices


# 1.1454 27-Apr-2022 msaitoh

Update some AMD devices:

- Rename AMD 15h/6xh devices.
- Add some devices.
- Use OHCI for OHCI device.
- Use EHCI for EHCI device.
- and some minor changes.


# 1.1453 22-Apr-2022 skrll

Add some Broadcom devices. From OpenBSD.


# 1.1452 24-Mar-2022 yamaguchi

Added Intel V710 for 5000BaseT


# 1.1451 24-Mar-2022 yamaguchi

Change description about Intel X710 10GBaseT device


# 1.1450 16-Mar-2022 yamaguchi

Added Intel X710 devices and rename X710_10G_T to X710_10G_T_1


# 1.1449 15-Feb-2022 msaitoh

Add VMware AHCI and NVMe.


# 1.1448 02-Feb-2022 msaitoh

Add some devices from AMD BKDG.


# 1.1447 02-Feb-2022 msaitoh

Fix AMD F16_HB from 0x1568 to 0x1538.

AMD BKDG says the host bridge's device ID is 0x1538. Before pcidevs
rev. 1.1261, F16_HB was located next to 0x1537, so I suspect 0x1568 was typo
of 0x1538.


# 1.1446 25-Jan-2022 msaitoh

Add Alder Lake devices and Intel 600 Series PCH devices.


# 1.1445 01-Jan-2022 msaitoh

s/sytem/system/


# 1.1444 30-Nov-2021 msaitoh

Add Intel Rocket Lake devices.


# 1.1443 03-Nov-2021 msaitoh

- Rename EHL_TRACE* macros
- Update Jasper Lake's Processor Transaction Routers.


# 1.1442 27-Oct-2021 msaitoh

Add Intel Elkhart Lake devices.


# 1.1441 27-Oct-2021 msaitoh

Add Intel Gemini Lake TXE HECI 1.


# 1.1440 13-Oct-2021 msaitoh

Add Intel I219V 15-19 and I219LM 16-19.


# 1.1439 13-Oct-2021 msaitoh

Add Intel I219's version number.


# 1.1438 12-Oct-2021 msaitoh

Add Intel 400 Series PCH-V devices.


# 1.1437 11-Oct-2021 msaitoh

Add Intel 500 Series PCH-H devices.


# 1.1436 11-Oct-2021 msaitoh

Remove duplicated entries.


# 1.1435 02-Oct-2021 mrg

add intel 660p ssd, and expand the 760p description.


# 1.1434 23-Sep-2021 msaitoh

Add some Intel devices:

- Tiger Lake
- I225V and I225LM
- WiFi 6 AX201


# 1.1433 06-Sep-2021 mrg

the CPU ident and AMD both say this is "R2 Graphics", not R3.


# 1.1432 03-Sep-2021 mrg

add a whole bunch of radeon devices.

now all the radeons i have are here (and dozens i don't :)


# 1.1431 30-Aug-2021 andvar

add RDC R6022 PCI-Host bridge.


# 1.1430 30-Aug-2021 mrg

add a bunch of nvidia devices.


# 1.1429 30-Aug-2021 mrg

add radeon x1550.


Revision tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base thorpej-i2c-spi-conf-base
# 1.1428 17-Jul-2021 mrg

add current generation NVIDIA graphics cards (3050-3090 etc.)


# 1.1427 12-Jul-2021 msaitoh

Add Intel Jasper Lake devices and Reealtek RTL8821CE.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.1426 21-Apr-2021 jakllsch

branches: 1.1426.2;
Fix Realtek RTL8125 description


Revision tags: thorpej-cfargs-base thorpej-futex-base
# 1.1425 02-Apr-2021 rin

PDC20265 is Ultra/100, not 66.


# 1.1424 30-Jan-2021 jmcneill

branches: 1.1424.2;
Add some more product IDs for mcx(4)


# 1.1423 29-Dec-2020 skrll

Sort Cavium devices


# 1.1422 29-Dec-2020 skrll

Trailing whitespace


# 1.1421 20-Nov-2020 msaitoh

Add newer Intel PCH internal devices.


# 1.1420 19-Nov-2020 reinoud

Add modern QUMRANET/Red Hat VIRTIO range PCI devices


# 1.1419 14-Jul-2020 jdolecek

branches: 1.1419.2;
add newer ciss(4) devices, list obtained from FreeBSD


# 1.1418 09-Jul-2020 msaitoh

Remove duplicated entry.


# 1.1417 24-Jun-2020 thorpej

Add a couple of additional device IDs for the AMD Cryptographic Coprocessor.


# 1.1416 13-Jun-2020 ryo

add ASIX AX99100 Multi I/O (Serial,Parallel,I2C,SPI,LocalBus,GPIO) Controller


# 1.1415 11-Jun-2020 jdolecek

add Intel XMM 7360 LTE Modem


# 1.1414 26-May-2020 martin

Add RTL8192EE Wireless LAN 802.11n PCI-E NIC


# 1.1413 01-May-2020 jmcneill

Add IDs for Ampere eMAG PCIe Root Ports


Revision tags: bouyer-xenpvh-base2
# 1.1412 23-Apr-2020 msaitoh

Remove duplicated entry.


# 1.1411 22-Apr-2020 christos

Add AQUANTIA AQC100 from Andrius V.


# 1.1410 22-Apr-2020 prlw1

Add an eclectic mix of
GeForce GTX 680, RTS522A PCI-E Card Reader, intel wifi 9560
+ whitespace


# 1.1409 22-Apr-2020 msaitoh

Add Intel Whiskey Lake U and Amber Lake Y devices.


# 1.1408 22-Apr-2020 msaitoh

Add Aquantia AQC100, AQC100S and D100.


Revision tags: phil-wifi-20200421 bouyer-xenpvh-base1
# 1.1407 18-Apr-2020 simonb

Add ATI Radeon R5/R6/R7 Graphics.


# 1.1406 16-Apr-2020 msaitoh

- Add some Intel UHD Graphics devices. Mainly taken from OpenBSD.
- Add Comet Lake devices.
- Modify description of Intel 0x591e from HD Graphics to UHD Graphics.
- Add Western Digital WD Blue SN550 NVMe SSD


Revision tags: phil-wifi-20200411
# 1.1405 10-Apr-2020 christos

Fix typo


Revision tags: bouyer-xenpvh-base
# 1.1404 07-Apr-2020 christos

branches: 1.1404.2;
Add more RDC products (Andrius V)


Revision tags: phil-wifi-20200406
# 1.1403 01-Apr-2020 msaitoh

Add NVIDIA Quadro NVS 295.


# 1.1402 11-Mar-2020 msaitoh

Add some GeForce devices.


# 1.1401 11-Mar-2020 fcambus

Add device IDs of the VIA VX900 chipset.


# 1.1400 08-Mar-2020 msaitoh

NVIDIA 0x036[0-7] are nForce MCP55 LPC Bridge.


# 1.1399 05-Mar-2020 msaitoh

Add Farallon PN9000SX Ethernet.


Revision tags: is-mlppp-base ad-namecache-base3
# 1.1398 19-Feb-2020 mrg

add a couple of GPUs i have:

product ATI RADEON_HD4290 0x9714 Radeon HD4290 Graphics
product NVIDIA GF_440 0x0de0 GeForce GT 440


# 1.1397 28-Jan-2020 msaitoh

Remove duplicated entries.


Revision tags: ad-namecache-base2
# 1.1396 21-Jan-2020 msaitoh

Add Intel I219 LM10-LM15 and V10-V14 from OpenBSD.


Revision tags: ad-namecache-base1 ad-namecache-base
# 1.1395 01-Jan-2020 ryo

branches: 1.1395.2;
add Aquantia AQC 10G network adapters


# 1.1394 29-Dec-2019 sevan

Killer E3000
from OpenBSD


# 1.1393 18-Dec-2019 msaitoh

Add AMD Family14h PCIe.


# 1.1392 27-Nov-2019 msaitoh

- Add Xeon D-1500 NTB-secondary
- Add Xeon D NS QuickData DMA channel 0-7


Revision tags: phil-wifi-20191119
# 1.1391 14-Nov-2019 msaitoh

Add D-Link DGE-530T C1 and TP-Link TG-3468 v2.


# 1.1390 08-Nov-2019 msaitoh

- Update Intel's NVMe SSDs.
- Modify 0x0953's description to "750 or DC P3[567]00 SSD"
- Add DC P4[56]00
- Add Apollo Lake TXE HECI.


# 1.1389 29-Oct-2019 msaitoh

Add Realtek RTL8125.


# 1.1388 12-Oct-2019 skrll

Spell controller correctly


# 1.1387 21-Sep-2019 msaitoh

Add Killer E2400 and E2500.


# 1.1386 21-Sep-2019 msaitoh

Modify Attansic Ethernet devices' description to clarify.


# 1.1385 24-Aug-2019 jmcneill

Add Mellanox ConnectX-4, ConnectX-4 Lx, ConnectX-5, and ConnectX-5 Ex


# 1.1384 21-Aug-2019 mrg

add micron/crucial SM2263 nvme.
add some device found on asus x570-p with ryzen 3200G cpu.
spell it "PCIe' when using the name.


Revision tags: netbsd-9-base
# 1.1383 28-Jul-2019 mlelstv

branches: 1.1383.2;
Add BCM2711 PCIe Host bridge for RPI4


# 1.1382 24-Jul-2019 msaitoh

- Add some AMD devices mainly taken from OpenBSD.
- Rename some device names for consistency.
- Use _HDA for HD Audio.


# 1.1381 18-Jul-2019 msaitoh

- Intel C620 Virtual Switch Port for Termal Sensor is not 0x37c6 but 0x37c7.
- Add Some AMD Ryzen 3xxx's devices.


# 1.1380 12-Jul-2019 msaitoh

Fix previous (s/1000/1100/).


# 1.1379 12-Jul-2019 msaitoh

Add some ServerWorks HT1100 devices from OpenBSD.


# 1.1378 09-Jul-2019 msaitoh

Add Phison PS5000 and PS5016 NVMe.


# 1.1377 05-Jul-2019 msaitoh

Add some Intel Whisky Lake devices.


# 1.1376 02-Jul-2019 msaitoh

Modify some descriptions of Virtio devices from OpenBSD to identify the
functions.


Revision tags: phil-wifi-20190609
# 1.1375 04-Jun-2019 msaitoh

Update some Intel ixgbe devices:
- Add Xeon D XFI.
- Add "(Hyper-V)" to 0x15a9's description.
- Add C3000 QSFP devices.


# 1.1374 01-Jun-2019 jdolecek

rename VT8237S_SATA_2 to VT8237S_SATA_RAID and update description to have
different one to VT8237S_SATA

part of PR kern/43309


# 1.1373 30-May-2019 mlelstv

add IDs for SATA controllers VT8237S and VX855


Revision tags: isaki-audio2-base
# 1.1372 15-Apr-2019 msaitoh

Avoid duplication.


# 1.1371 15-Apr-2019 msaitoh

- Add some Intel Xeon Scalable processor's devices.
- Add Some Qlogic devices from OpenBSD.
- Rename Qlogic 0x3022's name from ISP3022 to ISP4022.


# 1.1370 12-Apr-2019 msaitoh

- Add some new C620 LPC devices.
- Remove extra white spaces.


# 1.1369 11-Apr-2019 mrg

fix a couple of errors in the previous.


# 1.1368 11-Apr-2019 mrg

add a bunch of PCI devices on my systems, and a bunch of similar
ones found in the same sources online (mostly, Intel, AMD, Nvidia
and ASMedia web sites.) this includes:

- bunch of xeon e5 v3 devices
- bunch of radeon chipsets
- bunch of nvidia chipsets
- bunch of marvell chipsets
- bunch of asmedia chipsets

be more consistent with device naming within some groups.


# 1.1367 08-Mar-2019 msaitoh

- Add other two Core 8G host bridges.
- Add Intel Xeon E devices.


# 1.1366 05-Mar-2019 msaitoh

Add Intel I219 variations for Cannon Lake.


# 1.1365 20-Feb-2019 msaitoh

Add SK-NET SK-9Mxx Gigabit Ethernet.


# 1.1364 20-Feb-2019 msaitoh

Add some Broadcom Ethernet devices from {Open,Free}BSD.


# 1.1363 14-Feb-2019 msaitoh

Add Tundra (now IDT) TSI381 and PEB383 from OpenBSD.


# 1.1362 08-Feb-2019 msaitoh

- Add Some Freescale MPC834x devices from OpenBSD.
- Add Intel I210 SGMII Flash-less device from the spec update document.


# 1.1361 06-Feb-2019 msaitoh

From OpenBSD:
- Add NetXen's vendor ID and devices.
- Add Sun Neptune.


# 1.1360 28-Jan-2019 msaitoh

Add AMD Family 17h devices from OpenBSD.


Revision tags: pgoyette-compat-20190127
# 1.1359 26-Jan-2019 msaitoh

Add some RADEON devices. Mainly taken from OpenBSD.


# 1.1358 21-Jan-2019 msaitoh

Marvell 0x4365 is 88E8070.


Revision tags: pgoyette-compat-20190118
# 1.1357 26-Dec-2018 msaitoh

Add yet another Intel Core QuickPath Generic Non-Core Register.


Revision tags: pgoyette-compat-1226
# 1.1356 03-Dec-2018 bouyer

Add 2 Symbios products, from OpenBSD


# 1.1355 29-Nov-2018 jmcneill

Add Amazon.com UART, NVMe, and ENA PCI IDs.


Revision tags: pgoyette-compat-1126
# 1.1354 24-Nov-2018 skrll

Add Rockchip vendor ID and a device. Requested by jak@

From OpenBSD


# 1.1353 24-Nov-2018 skrll

Add a whole bunch of Cavium ThunderX devices


# 1.1352 12-Nov-2018 msaitoh

Add some Intel 100 series and C230 series devices.


# 1.1351 08-Nov-2018 msaitoh

"s/ are are / are /" in comment. No functional change.


# 1.1350 08-Nov-2018 msaitoh

Add two otehr I2C devices of Intel.


Revision tags: pgoyette-compat-1020
# 1.1349 16-Oct-2018 jmcneill

Add AMD Seattle Host Bridge and PCIE root port devices


# 1.1348 15-Oct-2018 uwe

Adaptec RAID 2445 and 2805


Revision tags: pgoyette-compat-0930 pgoyette-compat-0906 jdolecek-ncqfixes-base
# 1.1347 23-Aug-2018 msaitoh

- Add C62x to the descriptions of Intel C620 series devices.
- Add 0xa1ca for Intel C629 LPC or eSPI.


# 1.1346 30-Jul-2018 msaitoh

Add Toshiba's XG4 and XG5 NVMe SSD.


# 1.1345 30-Jul-2018 msaitoh

Add some Intel devices. Some of them are found in Core i7-8550U.


Revision tags: pgoyette-compat-0728
# 1.1344 06-Jul-2018 prlw1

Add Western Digital (Sandisk) WD Black NVMe SSD as per suggestion
from thorpej@


Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.1343 20-Jun-2018 msaitoh

branches: 1.1343.2;
Add nSYS Technologies.


# 1.1342 14-Jun-2018 msaitoh

Add Mobility Radeon HD 4300(0x9552) and Mobility Radeon HD 4500(0x9553)
from OpenBSD.


# 1.1341 12-Jun-2018 jdolecek

add two more Yukon variants (from OpenBSD)


# 1.1340 09-Jun-2018 jdolecek

small sync of Marvell Yukon PCI product ids with OpenBSD - add 8048 variant, rename
YUKON_1 to YUKON_8070

also adjust description for YUKON_8055_2 to have "88E8055-2" just so that it shows
up differently


# 1.1339 31-May-2018 mrg

add a bunch of nvidia devices from various generations.


# 1.1338 31-May-2018 msaitoh

- Add some Intel 82965 devices.
- Change Intel 0x2a06 from IDE to IDER


# 1.1337 28-May-2018 msaitoh

Add some Intel 4 series chipset devices.


# 1.1336 26-May-2018 jakllsch

Add Intel 82Q45 IDER


# 1.1335 24-May-2018 msaitoh

Add some Marvell Yukon devices.


Revision tags: pgoyette-compat-0521
# 1.1334 21-May-2018 jnemeth

add Oxford Semiconductor OXPCIe954 PCIe 4-port serial card


# 1.1333 03-May-2018 maya

Add some broadcom 802.11ac wifi devices


Revision tags: pgoyette-compat-0502
# 1.1332 28-Apr-2018 mlelstv

Add Symbios/LSI RAID and SAS controllers.


# 1.1331 24-Apr-2018 maya

add realtek RT525A PCI-E card reader

found in my Dell XPS 15 9550.


Revision tags: pgoyette-compat-0422
# 1.1330 17-Apr-2018 nonaka

Added some NVMe devices.


# 1.1329 16-Apr-2018 msaitoh

Add Intel SSD 760p.


# 1.1328 16-Apr-2018 msaitoh

Add some 8th Generation Intel Core Processor devices.


Revision tags: pgoyette-compat-0415
# 1.1327 09-Apr-2018 msaitoh

Add new I219 devices (using with 300 series chipset).


# 1.1326 09-Apr-2018 msaitoh

Add Intel 300 series devices.


Revision tags: pgoyette-compat-0407
# 1.1325 04-Apr-2018 msaitoh

Add Intel Coffee Lake internal graphics devices. From ark.intel.com.


# 1.1324 02-Apr-2018 msaitoh

Add Intel X299 and Z370 LPC.


# 1.1323 31-Mar-2018 sevan

What we have listed as the PowerBook G3 Firwire device is actually the UniNorth
Firwire interface which is not exclusive to the PowerBook G3.
It can be found in the G3 iMac DV for example
http://dmesgd.nycbug.org/index.cgi?do=view&id=1124

Rename the PBG3_FW device UNINORTH_FW & set the previously listed UNINORTH_FW to
UNINORTH2_FW which is what the device actually is.

Verified using https://pci-ids.ucw.cz/read/PC/106b


Revision tags: pgoyette-compat-0330
# 1.1322 26-Mar-2018 msaitoh

Add two VIA xHCI devices from OpenBSD.


Revision tags: pgoyette-compat-0322
# 1.1321 20-Mar-2018 nonaka

Add Intel Wireless AC 9260.


# 1.1320 16-Mar-2018 msaitoh

Intel 0x15c4 is SFI based and 0x15ce is KR based.


Revision tags: pgoyette-compat-0315 pgoyette-compat-base
# 1.1319 04-Mar-2018 jdolecek

branches: 1.1319.2;
according to VT82C686A chip specs, the VIA Technologies device 0x3057
is more a Power Management controller, rename the pcidevs entry and device
macro

PR kern/31963 by Nicolas Joly


# 1.1318 04-Mar-2018 jdolecek

apply some updates and recommended corrections to pcidevs descriptions

PR kern/45733 by Greg A.Woods


# 1.1317 02-Mar-2018 msaitoh

Add Intel Gemini Lake devices.


# 1.1316 24-Feb-2018 mlelstv

Add AMD KERNCZ chipset for Zen processors.


# 1.1315 22-Feb-2018 msaitoh

Add some Xeon E5 (v1) and E5 v2 devices.


# 1.1314 22-Feb-2018 msaitoh

s/C62x9/C62x/


# 1.1313 22-Feb-2018 msaitoh

Fix C62x9 sSATA Controller (RAID) device ID.


# 1.1312 22-Feb-2018 msaitoh

Add C620 devices.


# 1.1311 21-Feb-2018 msaitoh

Add some Intel Ethernet devices.


# 1.1310 21-Feb-2018 msaitoh

Add some ServerEngines (Emulex) products from OpenBSD.


# 1.1309 17-Feb-2018 sevan

grammar


# 1.1308 16-Feb-2018 sevan

Add Nvidia GeForce 9400M as found in the late 2009 13" MacBook (MacBook6,1)


# 1.1307 25-Jan-2018 sborrill

Add Marvell Yukon 88E8040T


# 1.1306 24-Jan-2018 sevan

Add Nvidia GeForce FX Go5200, as found in the PowerBook6,4


# 1.1305 21-Jan-2018 sevan

Add the GeForce4 MX440 Go, as found on the 17" flat panel G4 iMac (PowerMac4,5).

Thanks to Jasper Wallace <jasper AT pointless DOT net> for the loan of the hardware.


# 1.1304 09-Jan-2018 msaitoh

Add Intel Apollo Lake devices.


# 1.1303 09-Jan-2018 msaitoh

- s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
- Add Atom E3800 (Bay Trail) eMMC 4.5


# 1.1302 18-Dec-2017 msaitoh

Add some Chelsio devices.


Revision tags: tls-maxphys-base-20171202
# 1.1301 09-Nov-2017 msaitoh

Add PEX 8605 4port 4lane PCIe Gen 2 switch.


# 1.1300 30-Oct-2017 sevan

Add Areca ARC1214 & ARC1880.
From OpenBSD.


# 1.1299 20-Oct-2017 christos

update entry for Marvel Yukon 8058, and fix URL for pci ids (Rocky Hotas)


# 1.1298 15-Sep-2017 hikaru

Add Intel QuickAssist devices.


Revision tags: nick-nhusb-base-20170825
# 1.1297 17-Aug-2017 msaitoh

Add C3000 devices.


# 1.1296 02-Aug-2017 msaitoh

PCI device ID of Atom x5-Z8350's video is 0x22b0. ark.intel.com says 0x22b0 is
Intel HD Graphics 400.


# 1.1295 26-Jul-2017 msaitoh

Add Intel 5520/X58 QuickPath from OpenBSD.


# 1.1294 22-Jul-2017 msaitoh

- Add some AMD devices.
- Add Broadcom BCM5762.


Revision tags: perseant-stdc-iso10646-base
# 1.1293 07-Jul-2017 msaitoh

Add Atom Z8000 devices from "Intel Atom Z8000 Processor Series Datasheet
(Volume 2 of 2)".


# 1.1292 04-Jul-2017 msaitoh

Add Intel 82Q965 HECI.


# 1.1291 17-Jun-2017 jdolecek

add entry for Adaptec 1220SA


# 1.1290 06-Jun-2017 msaitoh

- Change VMware's 0x0770 from "Virtual USB" to "Virtual EHCI"
- Add VMware's 0x0774(UHCI) and 0x0778(xHCI)


Revision tags: netbsd-8-base
# 1.1289 23-May-2017 nonaka

branches: 1.1289.2;
Add some AMD entries.


Revision tags: prg-localcount2-base3 prg-localcount2-base2
# 1.1288 08-May-2017 msaitoh

- Add RICOH R5C576 SD Card Controller.
- Add some SiS devices. Taken from OpenBSD.
- Change SiS 0x6325 from 6325 AGP VGA to 650 AGP VGA.


Revision tags: prg-localcount2-base1
# 1.1287 27-Apr-2017 msaitoh

- Add some Pericom (Diodes) devices.
- s/P17C9/PI7C9/


Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.1286 19-Apr-2017 msaitoh

branches: 1.1286.2;
Add BCM4401 B0 step. Old BCM4401 B0 entry is changed to B1. From OpenBSD.


# 1.1285 13-Apr-2017 msaitoh

Add Broadcom BCM577x5 SDMMC, Memstic and xD.


Revision tags: jdolecek-ncq-base
# 1.1284 31-Mar-2017 skrll

Fix BCM4727 entry


# 1.1283 31-Mar-2017 msaitoh

- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader


# 1.1282 23-Mar-2017 msaitoh

Add Huawei Hi1710 BMC


Revision tags: pgoyette-localcount-20170320
# 1.1281 14-Mar-2017 nonaka

Added Intel Wireless 3168 entry.


# 1.1280 27-Feb-2017 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20170204
# 1.1279 16-Jan-2017 msaitoh

Add Intel SSD DC P3520.


Revision tags: bouyer-socketcan-base
# 1.1278 15-Jan-2017 msaitoh

branches: 1.1278.2;
Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub(PCI) Datasheet Volume 1 of 2 (335192-001)".


# 1.1277 15-Jan-2017 msaitoh

Add Core 7G devices from "7th Generation Intel Processor Families for
{S, U/Y, H} Platforms Datasheel Volume 2 of 2" (S: 335196-001, U/Y: 334662-002,
H: 335191-001). For 0x5906 (U processor, HD Graphics 610), it's taken from
ark.inte.com.


# 1.1276 10-Jan-2017 nonaka

Add Intel Dual Band Wireless 8265 entry.


Revision tags: pgoyette-localcount-20170107
# 1.1275 27-Dec-2016 msaitoh

Add some Radeon devices. Mainly taken from OpenBSD.


# 1.1274 26-Dec-2016 msaitoh

0x10cb is not 82801H(ICH8) but 82801I(ICH9).


Revision tags: nick-nhusb-base-20161204
# 1.1273 01-Dec-2016 msaitoh

- Add more Intel 10G devices
- indent


# 1.1272 23-Nov-2016 christos

one more atheros device


Revision tags: pgoyette-localcount-20161104
# 1.1271 28-Oct-2016 msaitoh

- Add some Core i7-800 and i5-700 devices from "Intel Core i7-800 and i5-700
Desktop Processor Series Datasheet - Volume 2" (Document Number 322910-003).
- Change some descriptions of Core i5-600 and i3-500 devices.


# 1.1270 26-Oct-2016 msaitoh

i82567V-3 is not ICH9 but ICH8.


# 1.1269 24-Oct-2016 msaitoh

Add Xeon E7 v4 devices from "Intel Xeon Processor E7 v4 Product Famliy
Datasheet Volume 2: Registers".


# 1.1268 20-Oct-2016 msaitoh

Add newer I219 devices.


# 1.1267 19-Oct-2016 msaitoh

Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"


# 1.1266 04-Oct-2016 kiyohara

Add Marvell 88AP510.


Revision tags: nick-nhusb-base-20161004
# 1.1265 16-Sep-2016 msaitoh

- Add ASMEDIA ASM1083/1085/1142
- Add AMD RADEON 34xx HD Audio
- Add some Intel Core i7-6xxxK devices from "Intel Core i7 Processor Family
for LGA2011-v3 Socket Datasheet - Volume 2 of 2: Registers"
- Add "Core i7-6xxxK" to some Intel devices' description.


Revision tags: localcount-20160914
# 1.1264 01-Sep-2016 msaitoh

Add some 1st gen Core PCI devices. Mainly taken from "Intel Core, Pentium
Desktop Processor Series: Datasheet, Vol. 2"


# 1.1263 23-Aug-2016 msaitoh

Fix:
- ATI 0x4394 is AHCI SATA.
- ATI 0x4395 is Storage mode SATA.


# 1.1262 23-Aug-2016 msaitoh

Fix XE5_V3_IMC1_DDRIO_[34]'s values.


# 1.1261 23-Aug-2016 msaitoh

- Fix entries. The following problems were found while sorting entries:
- Remove the following entries because the value is duplicated:

CMDTECH_240 (CMDTECH_AAR_1210SA has the same value)
INTEL_C610_SATA_RAID (INTEL_82801H_SATA_RAID has the same vaule)
INTEL_C610_PCIE_1_3 (82801BA_HPB has the same value)
GEFORCE_610M3 (GEFORCE_610M2 has the same value)

- RADEON_RV350_NQ is not 0x4e41 but 0x4e51
- 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.

- The following two entries have the same number. Fix one of them:

DH89XXCL_USB_2 to 0x23b5 (was 0x23b4 (== DH89XXCL_USB_1))
5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
82X58_PCIE_0_1 to 0x3421 (was 0x3420 (== 82X58_PCIE_0_0))
82801JI_THERMAL to 0x3a32 (was 0x3a30 (== 82801JI_SMB))

- Sort entries in device ID's order.


# 1.1260 19-Aug-2016 msaitoh

Add more Xeon D devices.


# 1.1259 17-Aug-2016 msaitoh

Update Skylake devices.


# 1.1258 17-Aug-2016 msaitoh

Add Xeon D devices.


# 1.1257 08-Aug-2016 msaitoh

Add some Xeon E5 v3 devices.


Revision tags: pgoyette-localcount-20160806
# 1.1256 29-Jul-2016 nonaka

Add MegaRAID SAS3008


# 1.1255 28-Jul-2016 nonaka

Add Super Micro Computer Inc


# 1.1254 28-Jul-2016 nonaka

sort by vendor id.


Revision tags: pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907
# 1.1253 06-Jul-2016 christos

branches: 1.1253.2;
more ral products


# 1.1252 27-Jun-2016 pgoyette

Add a couple more devices, from PR kern/40987


# 1.1251 01-Jun-2016 pgoyette

Add Intel 82597EX_SR, from PR kern/47750


# 1.1250 30-May-2016 nonaka

Added some Intel wireless devices from OpenBSD.


Revision tags: nick-nhusb-base-20160529
# 1.1249 27-Apr-2016 christos

more ral devices from OpenBSD


# 1.1248 26-Apr-2016 msaitoh

Add devices from "6th Generation Intel Processor Families I/O Platform
Datasheet (U/Y-Processor platform) Volume 1 of 2"


Revision tags: nick-nhusb-base-20160422 nick-nhusb-base-20160319
# 1.1247 12-Feb-2016 mrg

add several NVIDIA geforce and NVS cards.


# 1.1246 01-Feb-2016 msaitoh

- s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.


# 1.1245 22-Jan-2016 msaitoh

Add anoter new I219-LM.


Revision tags: nick-nhusb-base-20151226
# 1.1244 01-Dec-2015 msaitoh

Add Intel 100 series chipset devices from "Table 2-1. PCH-H Device and
Revision ID Table, Intel 100 Series Chipset Family Platform Controller
Hub(PCI) Datasheet".


# 1.1243 01-Dec-2015 msaitoh

Add Intel Core 6G devices from datasheets.


# 1.1242 16-Nov-2015 msaitoh

Change macro name of Braswell PCU SMBus.


# 1.1241 16-Nov-2015 msaitoh

Add Braswell devices from "Table 23-4 PCI Devices and Functions,
N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet
(Document Number: 332093-001)"


# 1.1240 06-Nov-2015 nonaka

Add some ATI/AMD devices.


# 1.1239 22-Oct-2015 msaitoh

Add some entries from Intel 965 Express Chipset Family Datasheet.


# 1.1238 21-Oct-2015 nonaka

Add Samsung SM951 M.2 NVMe SSD.


# 1.1237 19-Oct-2015 tnn

fix I219_LM2 entry


# 1.1236 19-Oct-2015 tnn

add I219 family Ethernet devices


Revision tags: nick-nhusb-base-20150921
# 1.1235 28-Aug-2015 nonaka

Add Intel Dual Band Wireless AC 3165.


# 1.1234 27-Aug-2015 nonaka

Added Realtek RTL8192CE.


# 1.1233 26-Aug-2015 msaitoh

Add Intel PCIe NVMe SSD.


# 1.1232 23-Aug-2015 jakllsch

Add another ID for Intel 82Q45 KT


# 1.1231 14-Aug-2015 nonaka

Added ASMedia ASM1042A USB 3.0 Host Controller.


# 1.1230 14-Aug-2015 knakahara

Add Marvell Armada38x.


# 1.1229 13-Aug-2015 msaitoh

Add some Red Hat devices.


# 1.1228 26-Jun-2015 msaitoh

Add PLX Technology PEX 8111.


Revision tags: nick-nhusb-base-20150606
# 1.1227 02-Jun-2015 nonaka

fix typo. s/Wirelsss/Wireless/


# 1.1226 16-May-2015 msaitoh

Add some Intel Core 5G devices and Realtek RTL8188EE.


# 1.1225 13-May-2015 nonaka

Added Qualcomm Atheros QCA986x/988x.


# 1.1224 11-May-2015 msaitoh

Add Samsung SM951.


# 1.1223 09-May-2015 christos

PR/49889: Maxim Tsyplakov: support for D-Link DFE520TX


# 1.1222 04-May-2015 ryo

add SystemBase SB16C1050 UARTs


# 1.1221 03-May-2015 msaitoh

Add some NVIDIA devices.


Revision tags: nick-nhusb-base-20150406
# 1.1220 02-Apr-2015 tnn

Mobile 5th Generation Intel Core devices, from intel doc #330837-004


# 1.1219 20-Mar-2015 msaitoh

Add MegaRAID SAS3108


# 1.1218 20-Mar-2015 msaitoh

Add Xeon E5 v3 and C61x devices.


# 1.1217 18-Mar-2015 msaitoh

Add some Intel 9 series devices.


# 1.1216 04-Mar-2015 knakahara

add nForce Host Bridges.


# 1.1215 15-Feb-2015 msaitoh

Add some devices:
- Radeon HD 54xx Audio
- Dell DARC 4 devices
- Some Intel IOP332 devices
- Intel 63xxESB AC'97 Audio Controller
- Some Intel E7520 devices


# 1.1214 25-Jan-2015 msaitoh

- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.


# 1.1213 18-Jan-2015 christos

PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets


# 1.1212 16-Jan-2015 msaitoh

Add some devices
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add some Intel devices.
- Fix product ID of INTEL 5000_PCIE_4.
- Add some VIATECH devices.


# 1.1211 14-Jan-2015 msaitoh

Sort VIATECH's entries in the device ID's order.


# 1.1210 31-Dec-2014 veego

Add two Intel 9 Series devices


# 1.1209 23-Dec-2014 msaitoh

Add some Intel 10/40G devices.


# 1.1208 17-Dec-2014 hikaru

Add QuickAssist Virtual Function Device IDs


# 1.1207 15-Dec-2014 msaitoh

- Rename DH89xxCC's names from DH89XX_ to DH89XXCC_.
- Add some DH89xxCC's devices.
- Add DH89XXCL's devices.


# 1.1206 15-Dec-2014 msaitoh

Change Intel 0x0434 entry:
- Rename DH89XX_QA to DH89XXCC_IQIA
- Modify the description to DH89xxCC PCIe Endpoint and QuickAssist
(include typo fix)


Revision tags: nick-nhusb-base
# 1.1205 30-Oct-2014 nonaka

branches: 1.1205.2;
Add some Intel Wi-Fi devices.


# 1.1204 29-Oct-2014 nonaka

Add Realtek RTL8402 PCI-E Card Reader.


# 1.1203 01-Oct-2014 msaitoh

Add Intel Atom Z36xx and Z37xx devices from the datasheet.


# 1.1202 25-Sep-2014 msaitoh

- Add some Intel gigabit Ethernet devices.
- Remove trailing white spaces.


# 1.1201 16-Sep-2014 msaitoh

Add some new Intel I218 devices.


# 1.1200 01-Sep-2014 msaitoh

Add Samsung Electronics XP941 M.2 SSD


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.1199 30-Jul-2014 msaitoh

branches: 1.1199.2;
Add Intel Xeon E3-1200 v3 Host Bridge, DRAM.


# 1.1198 25-Jul-2014 msaitoh

Add some Intel Core internal devices.


# 1.1197 08-Jul-2014 msaitoh

Add some RDC devices.


# 1.1196 03-Jul-2014 msaitoh

Add some Intel X38 devices.


# 1.1195 02-Jul-2014 msaitoh

Add Intel DH89xx devices.


# 1.1194 23-Jun-2014 msaitoh

Add some HP iLO devices.
Add Matrox MGA G200eH.


# 1.1193 09-Jun-2014 msaitoh

Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller.
- Add ASPEED AST1150 PCIe-to-PCI bridge.


# 1.1192 30-May-2014 msaitoh

Add Intel 3200 Host and PCIe.


# 1.1191 28-May-2014 msaitoh

- Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213


# 1.1190 28-May-2014 msaitoh

Add Intel X540-AT2.


# 1.1189 25-May-2014 njoly

Add GeForce GT 640M.


Revision tags: yamt-pagecache-base9 rmind-smpnet-nbase rmind-smpnet-base
# 1.1188 26-Apr-2014 mrg

add some new Attansic ethernet devices (but no driver)


# 1.1187 09-Apr-2014 msaitoh

Add yet another 82599 device


# 1.1186 09-Apr-2014 msaitoh

- Add some Ivy Bridge devices from the document.
- sort by device ID.


# 1.1185 07-Apr-2014 njoly

Add Intel Ivy Bridge PCI Express Root Port


Revision tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.1184 15-Mar-2014 kiyohara

branches: 1.1184.2;
Add some Armada 370 IDs.


# 1.1183 14-Feb-2014 njoly

Add GeForce 210 High Definition Audio Controller.


# 1.1182 26-Jan-2014 msaitoh

Add some OXPCIe952 devices.


# 1.1181 21-Jan-2014 msaitoh

Rename MARVELL2's 0x91a3 entry to 88SE91XX.


# 1.1180 10-Jan-2014 msaitoh

Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.


# 1.1179 09-Jan-2014 christos

revert unintended changes


# 1.1178 09-Jan-2014 msaitoh

Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.


# 1.1177 04-Jan-2014 msaitoh

Add Intel Z68 LPC


# 1.1176 01-Jan-2014 msaitoh

Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.


# 1.1175 30-Dec-2013 msaitoh

Add ASPEED AST2000.


# 1.1174 27-Dec-2013 msaitoh

Add some Marvell 88SE9xxx devices.


# 1.1173 25-Dec-2013 msaitoh

Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel.


# 1.1172 23-Dec-2013 msaitoh

Add Intel C2000 devices.


# 1.1171 22-Dec-2013 nonaka

Added some Realtek devices.


# 1.1170 21-Dec-2013 msaitoh

Add some Intel E600 and EG20T devices.


# 1.1169 15-Dec-2013 pgoyette

Add ASMedia ASM1042 xHCI USB3 controller


# 1.1168 13-Dec-2013 pedro

Add entries for Atheros AR9462 and a new flavour of Intel Haswell
Integrated Graphics Device; OK rmind@ mbalmer@


# 1.1167 12-Dec-2013 nonaka

Added Radeon HD6320 Graphics.


# 1.1166 08-Dec-2013 msaitoh

Add devices of Atom S1200 series from the datasheet
(Table 2-1 Local PCI Hierarchy, datasheet Volume 2 of 2).


# 1.1165 13-Nov-2013 msaitoh

Add Intel I347-AT4


# 1.1164 07-Nov-2013 msaitoh

Add Quark X1000 devices.


# 1.1163 07-Nov-2013 msaitoh

Add some Intel devices. Mainly taken from "Mobile 4th Generation Intel Core
Processor Family I/O" datasheet (Document number: 329003)


# 1.1162 14-Sep-2013 soren

Update some AMD/ATI chipset names.
Add Renesas USB 3.0 controllers.


# 1.1161 04-Sep-2013 christos

PR/48180: Christian Groessler: Support for Oxford Semi OXuPCI952 dual serial
PCI card


# 1.1160 23-Aug-2013 christos

PR/48150: Noriyuki Koizumi: Add support for Intel Centrino Advanced-N 6235
Wi-Fi controller


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1
# 1.1159 17-Jul-2013 soren

Extend support for Nanjing QinHeng Electronics puc(4) devices.


Revision tags: riastradh-drm2-base
# 1.1158 13-Jun-2013 matt

branches: 1.1158.2; 1.1158.4;
Add ATI RADEON_HD7340


# 1.1157 05-Jun-2013 msaitoh

Add some Intel devices from the following datasheets:
- Desktop 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Mobile 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
- Intel Xeon Processor E3-1200 v3 Product Family Datasheet Volume 2 of 2


# 1.1156 04-Jun-2013 msaitoh

Add some Intel devices from document (Intel 8 Series / C220 Chipset
Family Platform Controller Hub (PCH) Datasheet)


# 1.1155 03-Jun-2013 msaitoh

Add Intel 8 Series KT.


# 1.1154 20-Apr-2013 rkujawa

Add IDs for Marvell Armada XP.

Obtained from Marvell, Semihalf.


# 1.1153 18-Apr-2013 msaitoh

Fix cut & paste bug in some I210 series.


# 1.1152 18-Apr-2013 msaitoh

Add Intel I21[0178] Ethernet.


Revision tags: agc-symver-base
# 1.1151 06-Mar-2013 msaitoh

Add ALTIMA AC1003, BROADCOM BCM57782 and BCM57786.


# 1.1150 03-Mar-2013 msaitoh

BCM5785F is not gigabit Ethernet.


# 1.1149 27-Feb-2013 msaitoh

- Add APPLE BCM5701
- Add BROADCOM BCM57766
- BCM5719 is not 10G but 1G


# 1.1148 20-Feb-2013 msaitoh

- Add device IDs for Broadcom BCM57710, BCM57711(E), BCM57712(E) and BCM5719.
- Change BCM5720's device ID from 0x1658 to 0x165f. 0x1658 is only for the
pre-product and not released to public.


# 1.1147 30-Jan-2013 msaitoh

Change from "3400 USB" to "3400 USB EHCI" for EHCI devices.


Revision tags: yamt-pagecache-base8 yamt-pagecache-base7
# 1.1146 06-Dec-2012 msaitoh

Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
(5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420


# 1.1145 05-Dec-2012 christos

Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)


# 1.1144 29-Nov-2012 msaitoh

Update SMBus devices from Document(c600-series-chipset-spec-update and
x79-express-chipset-specification-update)


Revision tags: yamt-pagecache-base6
# 1.1143 21-Oct-2012 matt

Add more ASMEDIA 1061 variants.


# 1.1142 20-Oct-2012 msaitoh

Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105


# 1.1141 20-Oct-2012 matt

Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).


# 1.1140 19-Oct-2012 prlw1

Add Intel Centrino Wireless-N 2230


# 1.1139 29-Sep-2012 gsutre

Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.


# 1.1138 25-Sep-2012 gson

Add Lava Computers SSERIAL-PCI single serial port adapter.


# 1.1137 23-Sep-2012 chs

add a bunch of devices.


# 1.1136 18-Sep-2012 matt

Fix tpyo.


# 1.1135 17-Sep-2012 matt

Add ASMEDIA ASM1061


# 1.1134 17-Sep-2012 tsutsui

Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.


# 1.1133 13-Sep-2012 nonaka

Added ALTERA EP4CGX15BF14C8N entry.


# 1.1132 10-Aug-2012 bouyer

branches: 1.1132.2;
Add some PCI AHCI controllers, from linux


# 1.1131 07-Aug-2012 msaitoh

Add some Intel's KT (Serial over LAN) devices.


# 1.1130 06-Aug-2012 msaitoh

Add 82GM45_KT for puc(4)


# 1.1129 05-Aug-2012 msaitoh

Add entries for puc(4) devices.


# 1.1128 05-Aug-2012 bouyer

Add LSI MegaRAID SAS2208


# 1.1127 27-Jul-2012 matt

Add EG20T PCH. Closes PR/45567.


# 1.1126 26-Jul-2012 uwe

Add VirtualBox ids.


# 1.1125 25-Jul-2012 msaitoh

Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)

Modify some devices to clarify


# 1.1124 23-Jul-2012 msaitoh

Add some ATI and SIS devices.
Fixes PR#39580


# 1.1123 23-Jul-2012 msaitoh

Add some Intel 7 series devices.


# 1.1122 22-Jul-2012 matt

Add more FREESCALE devices
Fix RICOH RU5230 description


# 1.1121 20-Jul-2012 msaitoh

Add some Intel's devices.


# 1.1120 19-Jul-2012 msaitoh

Add XGI Technology's devices.


# 1.1119 12-Jul-2012 kiyohara

Add Marvell SoC 88F6282.


# 1.1118 26-Jun-2012 drochner

fix pci id for the Intel H61 LPC bridge to fit actual hardware (and
the chipset's documentation), and add some PCI-to-legacy bridges
found on recent boards


Revision tags: jmcneill-usbmp-base10
# 1.1117 25-May-2012 msaitoh

Add some Intel I350 Ethernet products.


Revision tags: yamt-pagecache-base5 jmcneill-usbmp-base9
# 1.1116 18-Apr-2012 bouyer

Add various newer LSI RAID/SAS controllers, from OpenBSD.


Revision tags: yamt-pagecache-base4
# 1.1115 13-Apr-2012 cegger

Add AMD Family15h ids


# 1.1114 09-Apr-2012 mlelstv

Add Intel Sandybridge integrated graphics


# 1.1113 08-Apr-2012 jakllsch

Make the RS690 entries more closely match the terminology of the RS690
RRG/RPR/BDG documents.


# 1.1112 08-Apr-2012 jakllsch

- NEC uPD720100A is USB2.
- Add NEC uPD720200, a USB3 Host Controller


# 1.1111 08-Apr-2012 jakllsch

Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
Derived from OpenBSD.


# 1.1110 07-Apr-2012 christos

more broadcom stuff


Revision tags: jmcneill-usbmp-base8
# 1.1109 04-Apr-2012 uwe

Add Marvell Yukon 88e8040 ethernet.


# 1.1108 28-Mar-2012 pgoyette

Add JMB 362 (as found on ASUS M5A99X motherboard)


# 1.1107 21-Mar-2012 sborrill

Add some Symbios SAS2108 devices. Add new Symbios SAS2008 device (as used by
IBM ServeRAID M1015).


# 1.1106 18-Mar-2012 tsutsui

Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.


Revision tags: jmcneill-usbmp-base7 jmcneill-usbmp-base6 jmcneill-usbmp-base4
# 1.1105 03-Mar-2012 nonaka

Added some AMD/ATI devices.


# 1.1104 02-Mar-2012 nonaka

Added Ricoh 5U822.
Rename Ricoh 5CE823 to 5U823.


# 1.1103 02-Mar-2012 nonaka

Added Ricoh 5CE823.


Revision tags: jmcneill-usbmp-base5 jmcneill-usbmp-base3 jmcneill-usbmp-base2 netbsd-6-base
# 1.1102 15-Feb-2012 tsutsui

branches: 1.1102.2;
Add VIA VX900 Host Bridge, to handle its quirk. PR/46018
Ok releng@


Revision tags: jmcneill-usbmp-pre-base2 jmcneill-usbmp-base jmcneill-audiomp3-base yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.1101 18-Oct-2011 jmcneill

branches: 1.1101.2; 1.1101.6;
add a couple vmware product IDs


# 1.1100 06-Oct-2011 jmcneill

add GeForce GTX 550 Ti


# 1.1099 04-Oct-2011 njoly

Add 3WARE 9750 Series RAID.


# 1.1098 23-Sep-2011 njoly

Add NVIDIA GeForce 210.


# 1.1097 05-Sep-2011 msaitoh

Change Intel 0x1229 product name from 82557 to 8255x


# 1.1096 02-Sep-2011 msaitoh

Add some fxp devices.


# 1.1095 15-Aug-2011 msaitoh

Sort lines.


# 1.1094 11-Aug-2011 bouyer

Add SiS 315 Pro VGA


# 1.1093 09-Aug-2011 mbalmer

Add the QUANCOM PWDOG1.


# 1.1092 06-Aug-2011 jakllsch

Add Marvell 88SE9128.


# 1.1091 06-Aug-2011 jakllsch

Adjust inconsistent whitespace in MARVELL products.


# 1.1090 06-Aug-2011 mbalmer

It's QUANCOM Electronic GmbH, not Quancm.


# 1.1089 04-Aug-2011 jakllsch

Add Conexant CX23885


# 1.1088 23-Jul-2011 matt

Add MARVELL2 vendor and 88SE9123 device.


# 1.1087 28-Jun-2011 sborrill

Add Nvidia GeForce 8500 GT


# 1.1086 27-Jun-2011 nonaka

Added some JMicron PCI-E SD/MMC/MS/xD Host Contollers.


Revision tags: rmind-uvmplock-nbase rmind-uvmplock-base
# 1.1085 07-Jun-2011 cegger

add ATI Radeon Cypress and Lucent IEEE 1394b Controller


# 1.1084 06-Jun-2011 msaitoh

Rename 82801DB LPC Interface Bridge for consisitency.


Revision tags: cherry-xenmp-base
# 1.1083 28-May-2011 phx

branches: 1.1083.2;
Renamed VT6410 to VT6410_RAID.


# 1.1082 28-May-2011 phx

Add VIA VT6410 ATA RAID controller.


# 1.1081 28-May-2011 ryo

add SystemBase SB16C1058 8 port serial cards


# 1.1080 27-May-2011 matt

Add ALI M5288 SATA/Raid Controller


# 1.1079 22-May-2011 mrg

add some fujitsu ethernet id's and a new vendor id. partly from
Michael Moll <kvedulv@kvedulv.de>, taken from openbsd.

XXX: move the #if 0'd usage of PCI_VENDOR_CITICORP inside the #if 0 code
XXX: region, as this id conflits with the (4th) fijutsi id.


# 1.1078 21-May-2011 msaitoh

Add some iwn(4) devices.


# 1.1077 20-May-2011 msaitoh

Add Intel 82567V, 82580 Quad-1000BaseX and Hanksvill with ICH10.


# 1.1076 15-May-2011 msaitoh

Add entries for Intel 6 series' devices.


# 1.1075 14-May-2011 martin

Add Nanjing QinHeng Electronics, from PR kern/44956.


# 1.1074 13-May-2011 msaitoh

add entries for 82579LM and 82579V


# 1.1073 02-May-2011 manu

Don't conflict SUNIX new vendor Id with the previous one


# 1.1072 02-May-2011 manu

Add new PCI vendor Id for Sunix, and the corresponding device Id.


# 1.1071 13-Apr-2011 wiz

+ ATI Radeon HD4650.


# 1.1070 04-Apr-2011 bouyer

Add RDC PCI-ISA bridge


# 1.1069 04-Apr-2011 bouyer

Add rdcide(4), a driver for the IDE controller found in RDC's
vortex86/PMX-1000 system-on-chip.


# 1.1068 16-Mar-2011 matt

Add Freescale P2020/P2010 device ids


# 1.1067 05-Mar-2011 matt

Add ATHEROS AR2427 and AR9287


Revision tags: bouyer-quota2-nbase
# 1.1066 25-Feb-2011 jmcneill

add AMD (ATI) Radeon HD 6310 Graphics ID


# 1.1065 25-Feb-2011 jmcneill

add AMD Family14h host bridge IDs


# 1.1064 24-Feb-2011 matt

Update desc for RT3090. Add Intel NM10_LPC


# 1.1063 24-Feb-2011 matt

Add RT3090


# 1.1062 23-Feb-2011 jmcneill

add Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC


# 1.1061 22-Feb-2011 jmcneill

Add Atheros AR8132, AR8151, AR8151 v2.0, AR8152 v1.1, and AR8152 v2.0


# 1.1060 21-Feb-2011 njoly

Add two more Intel 82Q45 devices.


# 1.1059 20-Feb-2011 msaitoh

Add MosChip(Netmos) 9904 and 9922.
Add MosChip(Netmos) 9865 (already supported by puc(4))


# 1.1058 18-Feb-2011 jmcneill

add Adaptec RAID 3405


Revision tags: bouyer-quota2-base
# 1.1057 03-Feb-2011 njoly

Add a few Nvidia devices.


# 1.1056 26-Jan-2011 bouyer

Add RDC Semiconductor R6040 10/100 Ethernet


Revision tags: jruoho-x86intr-base
# 1.1055 11-Jan-2011 dyoung

branches: 1.1055.2; 1.1055.4;
Add Intel 82599 product IDs.


Revision tags: matt-mips64-premerge-20101231
# 1.1054 16-Dec-2010 cegger

Brdige -> Bridge


# 1.1053 11-Dec-2010 matt

Add some more devices that I've encountered.


# 1.1052 11-Nov-2010 cegger

add AMD RD880, ATI Radeon HD5600, ATI Radeon HD4200 and Atheros AR9285


# 1.1051 06-Nov-2010 jakllsch

Add Intel SCH IDE Controller, from OpenBSD via Tomokazu HARADA in PR#42310.


Revision tags: uebayasi-xip-base4 uebayasi-xip-base3
# 1.1050 14-Oct-2010 taca

Remove duplicate entries:

* "vendor SYBATECH" exists as vendor SYBA.
* "product INTEL 82915G_IGD" simply duplicated.


Revision tags: yamt-nfs-mp-base11
# 1.1049 26-Aug-2010 dogcow

Add several Broadcom BCM43xx devices.


Revision tags: uebayasi-xip-base2 yamt-nfs-mp-base10
# 1.1048 01-Aug-2010 msaitoh

Add VScom PCI-200Li


# 1.1047 30-Jul-2010 njoly

Update ICH10 devices, from Intel I/O Controller Hub 10 datasheet
errata.


# 1.1046 29-Jul-2010 njoly

Adjust ICH10 watchdog timer entries which are really LPC interface
bridges. While here consistently use `xxx LPC Interface Bridge' for
Intel products.


# 1.1045 29-Jul-2010 njoly

Add Matrox MGA G200eW. From OpenBSD.


# 1.1044 27-Jul-2010 msaitoh

Add Quatech, System Base, Pcre Systems and Syba Tech.


# 1.1043 13-Jul-2010 msaitoh

Add Advantech PCI-1604


# 1.1042 13-Jul-2010 kiyohara

Add Marvell MV78100/MV78200 SoC. (Discovery Innovation)


# 1.1041 08-Jul-2010 msaitoh

- Add "vendor SYBA" and two cards.
- Add two Avlab cards.
- Add two Moxa cards.
- Add some VScom cards.


# 1.1040 08-Jul-2010 msaitoh

Add Advantech PCI-1610 and PCI-1612


# 1.1039 07-Jul-2010 msaitoh

0x1409 is SUNIX


# 1.1038 06-Jul-2010 msaitoh

Fix the name of PCI-1620A-AE.


# 1.1037 06-Jul-2010 msaitoh

Add Advantech and Decision Computer's vendor IDs and their products.


# 1.1036 02-Jul-2010 mrg

add NetMOS 9901 PCI-E uart


# 1.1035 16-Jun-2010 riz

Add a bunch of Intel host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver and PR#42906 from Henry Bent.


# 1.1034 08-Jun-2010 pgoyette

Add a couple entries for ATI Radeon 4250 HD


# 1.1033 08-Jun-2010 mrg

add two pciids for the satalink driver, from the linux driver, for PR#32577.


# 1.1032 15-May-2010 jakllsch

Add NetChip (now PLX) vendor ID, as well as NET228[02] device IDs.


# 1.1031 12-May-2010 christos

Use device names from the OpenBSD iwn driver, adding and modifying device
names as needed. From Sverre Froyen


# 1.1030 10-May-2010 matt

Add MARVELL 88SB2211 PCIe-PCI bridge


# 1.1029 08-May-2010 pgoyette

Add a couple more SMBus controllers. From FreeBSD.


# 1.1028 07-May-2010 kiyohara

Add Marvell MV64460.
Rename Marvell GT64360 to MV64360.


Revision tags: uebayasi-xip-base1
# 1.1027 17-Apr-2010 christos

add support for the 6000. From sverre froyen


# 1.1026 02-Apr-2010 jakllsch

Add Intel 82855GM Host-AGP Bridge.


# 1.1025 14-Mar-2010 mrg

branches: 1.1025.2;
add several core i7 devices, and some more ricoh card reader controllers.


Revision tags: yamt-nfs-mp-base9
# 1.1024 25-Feb-2010 macallan

add 3Dlabs Wildcat 5110, also known as Sun XVR-500


# 1.1023 16-Feb-2010 msaitoh

Add entries for 82576 and 82580


# 1.1022 09-Feb-2010 hubertf

Add entry for Juniper Networks Experimental Clock Version 0
Fixes PR kern/42742


# 1.1021 09-Feb-2010 msaitoh

Make some bge's name close to the real product names.


# 1.1020 08-Feb-2010 msaitoh

Add some MegaRAID Entries


Revision tags: uebayasi-xip-base
# 1.1019 03-Feb-2010 macallan

branches: 1.1019.2;
add Apple PowerBook G3 Firewire controllers


# 1.1018 30-Jan-2010 jakllsch

Add Qumranet vendor and Virtio device IDs.
Also, sort some vendor entries.


# 1.1017 24-Jan-2010 msaitoh

Add BCM5717,5718,5723,5724,5787F,5761,5761E,5764,5761S,5761SE,5760,57788,
57780,57790,5784M,5785F,5785G,57761,57781,57791,57765,57785 and 57795.


# 1.1016 21-Jan-2010 hubertf

add/improve a few devices


# 1.1015 19-Jan-2010 mbalmer

Add two IBM RSS devices.


# 1.1014 14-Jan-2010 sborrill

Fix typo in (unused) vendor name


# 1.1013 12-Jan-2010 msaitoh

add i82567LM-2 i82567LM-4 i82567V-3 LAN controller


# 1.1012 12-Jan-2010 msaitoh

rename some wm devices to know PHY type


# 1.1011 12-Jan-2010 nonaka

Added RENESAS SH7780/SH7785 PCI Controller.


# 1.1010 11-Jan-2010 msaitoh

fix for i82577


# 1.1009 07-Jan-2010 msaitoh

Add PCH LAN and i82575


# 1.1008 07-Jan-2010 jdc

Add Sun Cassini/NS Saturn devices.


# 1.1007 03-Jan-2010 jnemeth

PR/42558 - Ryo ONODERA -- add entry for IO-DATA TV tuner card


# 1.1006 29-Dec-2009 msaitoh

add entry for i82583V


Revision tags: matt-premerge-20091211
# 1.1005 13-Dec-2009 matt

Add RMI (NetLogic)


# 1.1004 05-Dec-2009 dsl

Correct what are clearly typos leading to duplicate vendor:product pairs.
Where possible values have been checked against the pcidatabase and x.org.
In some cases I've only commented on some dubious entries!
Values will be picked up by the next update.
Info from PR/36487


# 1.1003 30-Nov-2009 sborrill

Add Intel 3400 devices


# 1.1002 21-Nov-2009 jakllsch

Add CX700 and VX800/VX820 LPC bridge IDs.


# 1.1001 18-Nov-2009 bouyer

Complete BROADCOM BCM5709 family, and add BCM5716 family.


# 1.1000 18-Nov-2009 jakllsch

Drop unused/duplicate VIATECH VT8237_PCIB entry.
While here, drop "(Apollo KT600)" from VIATECH VT8237, and s/ISA/LPC/.
Additionally, add LPC Bridge ID for VT8251 from PR/37517.


Revision tags: jym-xensuspend-nbase
# 1.999 13-Oct-2009 cegger

- replace 'Advanced Micro Devices' with 'AMD'.
Requested by jmcneill@
- remove duplicate printing of 'AMD' with the AMD HUDSON-2 chipset.


# 1.998 13-Oct-2009 cegger

AMD SB900 renamed to AMD HUDSON-2


# 1.997 05-Oct-2009 cegger

add SB900 IDE/SATA ids


# 1.996 20-Sep-2009 christos

PR/42100: Dave J. Barnes: Support for old toshiba PICCOLO IDE controllers.


Revision tags: yamt-nfs-mp-base8 yamt-nfs-mp-base7
# 1.995 01-Aug-2009 matt

Add Silicon Motion SM502


Revision tags: jymxensuspend-base yamt-nfs-mp-base6
# 1.994 07-Jul-2009 cegger

correct product ids for RD890 chipset


# 1.993 29-Jun-2009 hubertf

add a few sdhc(4) devices


Revision tags: yamt-nfs-mp-base5
# 1.992 12-Jun-2009 rjs

Add some more Marvell devices.


# 1.991 11-Jun-2009 cegger

add ADP2, Marvell and Triones devices.
Taken from mvsata diff from Kiyohara Takashi, resolved apply conflicts.


# 1.990 29-May-2009 skrll

Add a bunch of HP stuff. From OpenBSD.


# 1.989 18-May-2009 skrll

Add more devices in my c3700.


Revision tags: yamt-nfs-mp-base4
# 1.988 13-May-2009 cegger

add RX780/RX790 chipset host bridge and Radeon X1600


Revision tags: jym-xensuspend-base
# 1.987 09-May-2009 sborrill

Add alternative product ID for VIA VT8237A Integrated SATA Controller


Revision tags: yamt-nfs-mp-base3
# 1.986 30-Apr-2009 skrll

Add another NS product found in hppa machines.


# 1.985 30-Apr-2009 skrll

Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.


Revision tags: nick-hppapmap-base4
# 1.984 28-Apr-2009 ginsbach

Add Mellanox Technologies Infiniband devices.


Revision tags: nick-hppapmap-base3 nick-hppapmap-base
# 1.983 25-Apr-2009 tsutsui

Tweak some Realtek re(4) device names.


# 1.982 07-Apr-2009 msaitoh

add 82801J_D_BM_LF (ICH10)


# 1.981 10-Mar-2009 msaitoh

add i82567LF-3 LAN Controller


Revision tags: nick-hppapmap-base2
# 1.980 28-Feb-2009 schwarz

correct entry for Lucent 0x5802 into 2-port USB Host Controller


# 1.979 26-Feb-2009 mjf

Add Initio INIC-1622 SATA Controller.


# 1.978 19-Feb-2009 sborrill

Add Intel i82574L 1000baseT Ethernet as used in Pro/1000 CT Desktop adapter


# 1.977 11-Feb-2009 markd

Add more ICH9 SATA controller variants


# 1.976 06-Feb-2009 jakllsch

branches: 1.976.2;
Add TI PCIxx12-series product IDs.


# 1.975 27-Jan-2009 markd

Add Intel 82567LM_3 ethernet


# 1.974 21-Jan-2009 jnemeth

add a comment explaining how to regenerate pcidevs.h and pcidevs_data.h


# 1.973 19-Jan-2009 jmcneill

Attansic L1E Gigabit Ethernet Adapter


Revision tags: mjf-devfs2-base
# 1.972 07-Jan-2009 jnemeth

fix typo in LUCENT ET1301


# 1.971 27-Dec-2008 tsutsui

Fix tyop in previous.


# 1.970 27-Dec-2008 jnemeth

PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) netowrk driver


# 1.969 21-Dec-2008 nonaka

Add VIA VT8237S Integrated SATA Controller ID.


# 1.968 16-Dec-2008 christos

add more intel iwn devices


Revision tags: haad-dm-base2 haad-nbase2 ad-audiomp2-base haad-dm-base
# 1.967 29-Nov-2008 christos

Add support for the Intel G45 AGP. From Arnaud Lacombe


# 1.966 18-Nov-2008 matt

Make more consistent (change capitalization) etc. Shrinks by 33 tokens
and 300 bytes.


# 1.965 08-Nov-2008 christos

Support for Intel G35 as found on Asus P5E-VM HDMI motherboard from
Milos Negovanovic


# 1.964 04-Nov-2008 cegger

fix typo in previous: prodcut -> product


# 1.963 04-Nov-2008 cegger

add ATI RD790 and RD890 chipset ids


Revision tags: netbsd-5-0-RC3 netbsd-5-0-RC2 netbsd-5-0-RC1 netbsd-5-base matt-mips64-base2 haad-dm-base1
# 1.962 15-Oct-2008 bouyer

branches: 1.962.2; 1.962.4;
Fix entry description.


# 1.961 15-Oct-2008 bouyer

Add support for more ethenet ICH9 devices. Tested by Pouya D. Tafti
on a 82801I_IGP_M_AMT.


Revision tags: wrstuden-revivesa-base-4
# 1.960 01-Oct-2008 christos

ICH10 support from Brad du Plessis


# 1.959 28-Sep-2008 bouyer

Add JMicron JMC250 Gigabit Etheret and JMC260 Fast Ethernet Controllers.
While here, fix other JMicron device IDs (product ID is 4 digits, not five).


Revision tags: wrstuden-revivesa-base-3
# 1.958 18-Sep-2008 cegger

correct C51 host bridge numbers. Spotted by njoly@


# 1.957 18-Sep-2008 cegger

add NVIDIA C51 products


# 1.956 13-Sep-2008 njoly

Add Nvidia GeForce 6150 devices.


# 1.955 08-Sep-2008 cegger

Serverworks: correct product id for LPC, add XIOAPIC and Watchdog Timer


# 1.954 08-Sep-2008 cegger

correct product id for serverworks usb controllers


Revision tags: wrstuden-revivesa-base-2
# 1.953 06-Sep-2008 rmind

PR/39119: Jan Thorsson: Support for VIA CX700M2 IDE controller.


# 1.952 06-Sep-2008 rmind

PR/38012: David Dudley: Support for B&B Electronics MIPort serial cards.


# 1.951 05-Sep-2008 cegger

Add some ServerWorks products


# 1.950 27-Aug-2008 christos

Add one more cardbus bridge


# 1.949 23-Aug-2008 tsutsui

- add a Realtek 8139D variant (from FreeBSD)
- remove a duplicated entry of Realtek 0x8138


# 1.948 22-Aug-2008 tnn

Add Intel 82945GME Host Bridge
Intel 82945GME Integrated Graphics Device


# 1.947 19-Aug-2008 matthias

Typo


# 1.946 19-Aug-2008 matthias

Add pci ids for intel 82946GZ_{HB,IG} (used in my AcerPower 2000)


# 1.945 06-Aug-2008 dyoung

Define O2 Micro OZ711E0. From OpenBSD.


Revision tags: simonb-wapbl-nbase simonb-wapbl-base
# 1.944 29-Jul-2008 tron

Add nVidia GeForce 7300 LE.


# 1.943 15-Jul-2008 tonnerre

Add some PCI IDs from the Thinkpad T61/X61/R61 series as observed in
PR 37988 and on my own T61.


Revision tags: wrstuden-revivesa-base-1 yamt-pf42-base4 yamt-pf42-base3 wrstuden-revivesa-base
# 1.942 25-May-2008 chs

branches: 1.942.2; 1.942.4;
add devices found in the last model of powermac G5. from openbsd.


# 1.941 20-May-2008 cegger

add some ATI products (SB600 modem, RD790 and RS690)


Revision tags: hpcarm-cleanup-nbase yamt-pf42-base2 yamt-nfs-mp-base2
# 1.940 13-May-2008 rjs

Add SIS 756 Host Bridge.


# 1.939 08-May-2008 sborrill

Add support for IBM ServeRAID 8k (and 8k-l)


# 1.938 30-Apr-2008 joerg

branches: 1.938.2;
+ 3ware 9690


Revision tags: yamt-pf42-baseX yamt-nfs-mp-base yamt-pf42-base
# 1.937 17-Apr-2008 christos

branches: 1.937.2; 1.937.4;
sync with openbsd; fixes observed corruption issues.


# 1.936 15-Apr-2008 cegger

add devices found on HP Pavilion dv9700 Notebook


# 1.935 09-Apr-2008 joerg

Add PCI ID of 3Ware 9650 family.


# 1.934 03-Apr-2008 riz

Digi International Neo 4 and 8 port serial boards.


# 1.933 01-Apr-2008 cegger

add XenSource and its virtual product - only found on Xen HVM guests


Revision tags: ad-socklock-base1
# 1.932 26-Mar-2008 jmcneill

PR#38301: Add support for SMBus controllers for ATI SB600, SB700, SB800
chipsets, from Christoph Egger


Revision tags: yamt-lazymbuf-base15 yamt-lazymbuf-base14 keiichi-mipv6-nbase keiichi-mipv6-base matt-armv6-nbase hpcarm-cleanup-base
# 1.931 24-Feb-2008 xtraeme

+ Dell PERC 6.


# 1.930 22-Feb-2008 tsutsui

Add I-O DATA RSA-PCI 2 port serial board.


Revision tags: nick-net80211-sync-base mjf-devfs-base
# 1.929 13-Feb-2008 tron

branches: 1.929.2; 1.929.6;
Import PCI ids for the Matrox MGA G200e and the Intel E7230 and 82975X
chipsets from OpenBSD.


# 1.928 10-Feb-2008 ichiro

add few devices
PM965 interface


# 1.927 05-Feb-2008 ichiro

added some devices of "PCI-Cardbus bridge"


Revision tags: bouyer-xeni386-nbase bouyer-xeni386-base
# 1.926 11-Jan-2008 tnn

Add ServeRAID 6/7


# 1.925 11-Jan-2008 ragge

Add Intel quad 1000baseT copper PCI express card.


Revision tags: matt-armv6-base
# 1.924 03-Jan-2008 jnemeth

Symbios Logic 0x0030 is used for both 53c1020/53c1030 from Dave Huang


# 1.923 30-Dec-2007 jdc

Add Apple Shasta GMAC (From FreeBSD).


# 1.922 28-Dec-2007 dholland

typo fix: brige -> bridge


Revision tags: vmlocking2-base3
# 1.921 24-Dec-2007 hamajima

Add Intel 82801GB Ethernet Controller


Revision tags: yamt-kmem-base3 cube-autoconf-base yamt-kmem-base2 yamt-kmem-base vmlocking2-base2 reinoud-bufcleanup-nbase vmlocking2-base1 vmlocking-nbase jmcneill-pm-base reinoud-bufcleanup-base
# 1.920 26-Nov-2007 bjs

branches: 1.920.2; 1.920.6;
Add PCI IDs for the ATI Radeon X800 GTO (R430). Most sources I have
consulted indicated that this ID is an R430 (including xf86-video-ati).

PCI_PRODUCT_ATI_RADEON_R430_554F (primary)
PCI_PRODUCT_ATI_RADEON_R430_556F (secondary)

vga0 at pci1 dev 0 function 0: ATI Technologies product 0x554f (rev. 0x00)
ATI Technologies product 0x556f (miscellaneous display) at pci1 dev 0 function 1 not configured


# 1.919 24-Nov-2007 markd

Add INTEL Q33 and Q35 chipsets


# 1.918 24-Nov-2007 markd

s/product\tINTEL/product INTEL/


# 1.917 23-Nov-2007 xtraeme

Add some Intel 5000 Series Chipset devices.


Revision tags: bouyer-xenamd64-base2 bouyer-xenamd64-base
# 1.916 19-Nov-2007 ad

Add a few more pcibs


# 1.915 15-Nov-2007 manu

It's 88C055, not 88CO55.


# 1.914 14-Nov-2007 xtraeme

Add NVIDIA MCP7[37] devices, from OpenBSD.


# 1.913 12-Nov-2007 joerg

Merge a PCI IDs of Intel 82G33 and 82965PM from jmcneill-pm.


Revision tags: jmcneill-base
# 1.912 30-Oct-2007 xtraeme

branches: 1.912.2;
Erm fix previous, it's Intel IOP333 not 332.


# 1.911 30-Oct-2007 xtraeme

Add Intel IOP332 A/B Segments.


# 1.910 30-Oct-2007 xtraeme

Areca ARC SATA RAID Controllers, from OpenBSD.


# 1.909 30-Oct-2007 jnemeth

PR/37201 - Yasushi Oshima -- Intel 82965G chipset support


# 1.908 24-Oct-2007 xtraeme

- Add support for the ServerWorks HT-1000 IDE Controller in rccide.
- Add support for another ServerWorks HT-1000 SATA Controller.

From OpenBSD.


# 1.907 22-Oct-2007 manu

Add support for Marvell 88CO55. Newer iMacs come with that chip.


# 1.906 22-Oct-2007 nisimura

PCI ID 10b5.9030 and 10b5.5201 are for PLX I/O accelerator product
model 9030 and 9050/9052. They work a functional bridge to host
any kind of I/O devices. The exact product type can be identified
via VPD (vital product ID) PCI configuration registers if they are
programmed by the particular PLX I/O accelerator applications.
Otherwise, it's not possible to distinguish which kind of function
is implemented inside.


Revision tags: yamt-x86pmap-base4 yamt-x86pmap-base3
# 1.905 14-Oct-2007 xtraeme

branches: 1.905.2;
IC Plus Corp IP100A support for ste(4), submitted by
Pedro Alejandro Lopez-Valencia in PR kern/36605.


Revision tags: vmlocking-base
# 1.904 09-Oct-2007 garbled

Add a bunch of IBM PCI dev id's for graphics cards and PCI bridges


Revision tags: yamt-x86pmap-base2 yamt-x86pmap-base
# 1.903 20-Sep-2007 xtraeme

branches: 1.903.2;
+ ATI Radeon HD2600 XT


# 1.902 17-Sep-2007 msaitoh

addd SYMBIOS SAS1068_2, SAS1064E_2 and SAS1068E_2


# 1.901 11-Sep-2007 jnemeth

sort CMDTECH and add CMDTECH SiI3531 SATALink


Revision tags: nick-csl-alignment-base5
# 1.900 09-Sep-2007 xtraeme

Another ICH8M SATA Controller found in jmcneill's laptop.


# 1.899 08-Sep-2007 ober

Add definitions for Intel 4965AGN.


# 1.898 07-Sep-2007 cube

Add EVE.


# 1.897 02-Sep-2007 ober

Add Intel LPC 82801HEM and 82801IO entries


# 1.896 01-Sep-2007 ober

ICH8M LPC Interface bridge. ok xtraeme


# 1.895 31-Aug-2007 xtraeme

+ VIA CX700 IDE Controller


# 1.894 30-Aug-2007 xtraeme

+ Intel 82801HBM IDE Controller


# 1.893 28-Aug-2007 msaitoh

add ICH9's Ethers


# 1.892 26-Aug-2007 xtraeme

branches: 1.892.2;
Add two ICH8 LPC Interface Bridges.


# 1.891 19-Aug-2007 riz

Add 27 Intel ICH9 device IDs, from:
http://download.intel.com/design/chipsets/specupdt/31697301.pdf


# 1.890 14-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- add some MARVELL devices


# 1.889 11-Aug-2007 jnemeth

PR/36759 - Christoph Egger -- AMD product updates


# 1.888 08-Aug-2007 tron

Add some Attansis and VIA devices, correct order.

Patch provided by Christoph Egger on "tech-kern" mailing list.


Revision tags: matt-mips64-base
# 1.887 06-Aug-2007 martin

branches: 1.887.2;
Add a serverworks south bridge


# 1.886 04-Aug-2007 kiyohara

Add support agp_amd64. Imported from FreeBSD.


Revision tags: nick-csl-alignment-base mjf-ufs-trans-base
# 1.885 07-Jul-2007 jklos

branches: 1.885.2; 1.885.6;
Added Chelsio vendor plus 10 gig hardware (and friends).


# 1.884 06-Jul-2007 hpeyerl

ATI updates from Christoph Egger


# 1.883 27-Jun-2007 xtraeme

Improve the NS CS5535 entries and remove the NS part, it's redundant.


# 1.882 26-Jun-2007 xtraeme

Add National Semiconductor CS5535 devices, found in the decTOP.


# 1.881 28-May-2007 mrg

add ALi M5261 ethernet (tulip clone)


# 1.880 19-May-2007 tsutsui

Add IBM GXT250P video.


Revision tags: yamt-idlelwp-base8
# 1.879 16-May-2007 mrg

add Nvidia MPC04 SMBus


# 1.878 02-May-2007 bouyer

Add JMicron Technology vendor ID, and their current PCIe SATA/PATA
controllers.


# 1.877 29-Apr-2007 bouyer

Remove extra "Intel" from previous commit


# 1.876 29-Apr-2007 bouyer

Add:
Intel i82801H IFE (GT) LAN Controller
Intel i82801H IFE (G) LAN Controller
from FreeBSD


Revision tags: thorpej-atomic-base
# 1.875 27-Mar-2007 pooka

add GeForce Go 7600


# 1.874 25-Mar-2007 isaki

Add ATI ES1000.


# 1.873 17-Mar-2007 dyoung

Add Infineon ADM5120 PCI host bridge.


# 1.872 10-Mar-2007 christos

branches: 1.872.2; 1.872.4;
PR/35970: Todd Kover: Add support for HP ML110 G2 / Adaptec 2610SA


# 1.871 09-Mar-2007 xtraeme

branches: 1.871.2;
+ATI Radeon X1300


# 1.870 03-Mar-2007 jmcneill

Add pcHDTV HD-5500 HDTV video capture


# 1.869 01-Mar-2007 jmcneill

Add Conexant CX2388X Audio/Video Decoder


Revision tags: ad-audiomp-base
# 1.868 16-Feb-2007 markd

branches: 1.868.2;
Add i965Q


# 1.867 10-Feb-2007 mlelstv

Add support for VT8237A/VT82C586A PCI-ISA-Bridge
Fixes PR kern/35314


Revision tags: post-newlock2-merge newlock2-nbase newlock2-base
# 1.866 30-Jan-2007 msaitoh

add some msk devices


# 1.865 28-Jan-2007 chs

add another Realtek wifi, some SIIG serial cards and another nForce chipset.
remove some duplicate entries.


# 1.864 27-Jan-2007 isaki

Fix typo. s/Seria ATA/Serial ATA/


# 1.863 21-Jan-2007 isaki

Add AMD Geode LX and CS5536.
Reviewed by tsutsui@ on port-i386.


# 1.862 14-Jan-2007 rpaulo

Add new Parallels video id.


# 1.861 06-Jan-2007 jmcneill

Add Xbox SMBus controller, and rename "Xbox nForce" to accurately reflect
that it is the Host-PCI controller.


# 1.860 04-Jan-2007 jmcneill

It's nForce Ethernet, not Ethetnet


# 1.859 04-Jan-2007 jmcneill

Add Xbox nForce video, from Andrew Gillham.


# 1.858 31-Dec-2006 ichiro

add RCF-CBA2 CF-Adapter
(WORKBIT-CF32A)


Revision tags: yamt-splraiseipl-base5 yamt-splraiseipl-base4
# 1.857 10-Dec-2006 bouyer

Add another PCI ID for Dell PERC 5 (from OpenBSD)


Revision tags: yamt-splraiseipl-base3
# 1.856 09-Dec-2006 manu

Add support for 4 and 8 ports modem boards from Perle systems


Revision tags: netbsd-4-base
# 1.855 26-Nov-2006 tsutsui

branches: 1.855.2;
- add more Broadcom product IDs, and fix two alternative IDs
(from FreeBSD and OpenBSD)
- sort by product ID


# 1.854 26-Nov-2006 enami

Add product id of yet another i82557 variant.


# 1.853 18-Nov-2006 tsutsui

Add an ID of Broadcom BCM5752M. From Matt Kolb on tech-kern.


# 1.852 18-Nov-2006 tsutsui

- add Realtek RTL8100 (from FreeBSD)
- fix entry of RTL8169SC
- remove vague comment in Realtek entry


# 1.851 17-Nov-2006 tsutsui

Add and note more Realtek Ethernet chips.


# 1.850 13-Nov-2006 xtraeme

Fix typo in previous (hi bouyer).


# 1.849 13-Nov-2006 bouyer

Add NetMos 9855 Quad UART and 1284 Printer port


# 1.848 08-Nov-2006 rpaulo

Add AMD PCI-X IOAPIC.


# 1.847 08-Nov-2006 martti

Fix aligment.


# 1.846 08-Nov-2006 martti

List MEGARAID_SAS and MEGARAID_VERDE_ZCR as SYMBIOS products.


# 1.845 07-Nov-2006 martti

Added some MegaRAID SAS controllers.


# 1.844 03-Nov-2006 abs

Add Broadcom BCM5754 (0x167a)


# 1.843 31-Oct-2006 manu

Add support for Perle systems PCI-RAS 4 modem ports
See http://www.perle.com/products/Multimodem-Cards.shtml for product details


# 1.842 25-Oct-2006 bouyer

Add VIA VT8237A Integrated SATA Controller, from FreeBSD.


# 1.841 23-Oct-2006 rjs

Add Motorola MPC5200B host bridge.


Revision tags: yamt-splraiseipl-base2
# 1.840 21-Oct-2006 bouyer

Add support for the Intel 80003 Gigabit Ethernet controller (found e.g. in
newer server chipsets) to wm(4), from the FreeBSD em(4) driver.
While there, add a few other Intel Ethernet controller that should work as
is.
Properly update the RX error and TX collision counters.
Add ikphy(4), a driver for the Intel i82563 Kumeran 10/100/1000 Ethernet PHYs


# 1.839 09-Oct-2006 cube

Add one puc device by Moschip (formerly NetMos). Not the one I have, but
as I went through the datasheets...


# 1.838 02-Oct-2006 cube

Oops, pasto.


# 1.837 02-Oct-2006 cube

Add an NVIDIA MCP55 device I forgot (ISA bridge).


# 1.836 29-Sep-2006 cube

Add ids of devices found in the nForce 570 chipset.
Add GeForce 6200LE.


# 1.835 27-Sep-2006 cube

Add the Intel PRO/100 variant found on the D946GZIS motherboard.


# 1.834 27-Sep-2006 sketch

Add TI ACX100B and rename existing (unused) TI ACX100 to ACX100A.


# 1.833 25-Sep-2006 heas

Add entries for Datum Inc. (Bancomm) & the BC635PCI_U card.


# 1.832 24-Sep-2006 briggs

Add IDs for the devices in the last-generation PowerBook G4.


Revision tags: yamt-splraiseipl-base yamt-pdpolicy-base9 rpaulo-netinet-merge-pcb-base
# 1.831 07-Sep-2006 riz

branches: 1.831.2;
Add the SK-9Sxx Gigabit Ethernet, from OpenBSD.


# 1.830 07-Sep-2006 itohy

branches: 1.830.2;
Add Workbit NinjaATA-32Bi and NPATA-32 busmastering PIO IDE controllers.


# 1.829 03-Sep-2006 xtraeme

Add missing PDC20265 device... removed accidentally in previous.


# 1.828 03-Sep-2006 xtraeme

Add some missing devices from Promise and sort them.


# 1.827 03-Sep-2006 xtraeme

Add some ICH8 devices... from obsd.


Revision tags: yamt-pdpolicy-base8
# 1.826 03-Sep-2006 xtraeme

Erm forgot to add MCP61/65 SATA Controllers and sort them.


# 1.825 03-Sep-2006 xtraeme

- Add all pciids for nvidia MCP61/65 controllers, from obsd.
- Improve description in all them.


# 1.824 03-Sep-2006 xtraeme

- Add nForce MCP61/65 LAN controllers... from obsd.
- Improve description in some nForce controllers as well.


# 1.823 27-Aug-2006 christos

PR/34289: St�phane Witzmann: Add some missing PCI devices in pcidevs


# 1.822 24-Aug-2006 riz

Add a bunch of Marvell product IDs, from OpenBSD.


# 1.821 23-Aug-2006 cube

Add Broadcom NetXtreme II devices.


# 1.820 22-Aug-2006 riz

Rename vendor GALILEO -> vendor MARVELL . Marvell bought Galileo years
ago, we have little existing stuff in the tree, and this will make it
easier to keep certain network drivers in sync with other OSes.

OK matt@, uwe@


# 1.819 13-Aug-2006 dsainty

Add the Promise PDC20771, present on the Promise FastTrak TX2300


Revision tags: yamt-pdpolicy-base7
# 1.818 10-Aug-2006 simonb

Fix typo in 3945 Intel wireless card name.
Pointed out in private mail by Jean-Baptiste Campesato.


# 1.817 09-Aug-2006 jnemeth

add some Token Ring devices


# 1.816 08-Aug-2006 cube

Add device IDs for Intel's 631xESB/632xESB southbridges, and start the list
for the 5000X northbridge. I'll add the rest later, the spec is currently
unavailable so I'll collect them from another source.


Revision tags: abandoned-netbsd-4-base
# 1.815 06-Aug-2006 jmcneill

branches: 1.815.2;
Add entry for IBM ThinkPad audio. From Stephane Witzmann.


# 1.814 03-Aug-2006 bsh

Device 10de:026c is not AC-97 controller but nForce430 HD Audio controller.

Pointed out by Brad. Thanks.


# 1.813 01-Aug-2006 xtraeme

Add nForce3 250 SATA2.


# 1.812 01-Aug-2006 bsh

add an another device ID for AC-97 controller in nForce430 (MCP51).

XXX: I found this ID on MSI K8NGM-V, which has nForce410. Maybe 0x26b is
for 410 and 0x26c for 430?


# 1.811 30-Jul-2006 jmcneill

Add VIA VT3314 (CN900) UniChrome integrated graphics


# 1.810 30-Jul-2006 oster

Recognize another Intel PRO/100 VM Network Controller.


# 1.809 30-Jul-2006 simonb

Add 82945P_IGD.
Should this be "82945G_IGD", and other 945 device IDs have G instead of P
suffix?


# 1.808 21-Jul-2006 gdamore

Update ADMtek pci device ids to match data sheets. While here, add the 9513
device (although I've never seen one, I have a datasheet for it. :-)


# 1.807 18-Jul-2006 itohy

Identify vendor 0x1317, product 0x9511 as ADMtek AN983B,
since OpenSolaris says it is "ADMTek Comet 983b".


# 1.806 13-Jul-2006 kent

- add VIA VT8237A/8251 High Definition Audio Controller
- add some tabs


# 1.805 07-Jul-2006 simonb

Add another Intel 3945 wireless minipci device id.
Small part of kern/33778 by Jean-Baptiste Campesato.


# 1.804 30-Jun-2006 nisimura

Add kse(4) driver for Micrel KSZ8842/8841 Ethernet controller.


# 1.803 30-Jun-2006 xtraeme

Add ITE IT8211 IDE Controller.


# 1.802 30-Jun-2006 xtraeme

Add some missing ATI devices.


# 1.801 27-Jun-2006 kent

improve the description of NVIDIA MCP55_HDA


# 1.800 26-Jun-2006 xtraeme

Add SIS 660, 760, 761 IDE Controllers and SIS 181/182 SATA controllers
(from obsd).


# 1.799 26-Jun-2006 xtraeme

Add PROMISE PDC20775 and PDC40718 SATA controllers (from obsd).


Revision tags: yamt-pdpolicy-base6
# 1.798 25-Jun-2006 soren

Add quirk for the not quite standard PCI bus in Parallels Desktop for Mac.


Revision tags: chap-midi-nbase chap-midi-base
# 1.797 18-Jun-2006 christos

PR/33761: dieter roelants: NetBSD doesn't recognize a RealTek 8168B nic


# 1.796 18-Jun-2006 xtraeme

Add ALI M1533 PCI-ISA Bridge


# 1.795 15-Jun-2006 heinz

Added information about LSI's SAS, parallel SCSI and FC adapters (from LSI's
Linux driver package and http://pciids.sourceforge.net/).


Revision tags: gdamore-uart-base
# 1.794 14-Jun-2006 grant

branches: 1.794.2;
QLogic is the correct writing, not "Q Logic".


# 1.793 14-Jun-2006 grant

add QLogic QLA200 fibre channel card.


# 1.792 08-Jun-2006 kent

add 23 ICH8 devices.
http://download.intel.com/design/chipsets/specupdt/31305701.pdf

No regen follows because no one refers them.


Revision tags: simonb-timecounters-base
# 1.791 06-Jun-2006 rpaulo

Attachment framework for the rt2561.c and rt2661.c drivers.

From OpenBSD.


# 1.790 05-Jun-2006 martin

Add D-Link Air DWL-610


# 1.789 05-Jun-2006 msaitoh

add 82541ER_LOM, 82547EI_MOBILE, 82546GB_PCIE(PRO/100MT),
82546GB_QUAD_COPPER(PRO/1000MT QP) and 82572EI(PRO/1000PT).


# 1.788 31-May-2006 riz

Add a couple DLINK product IDs, from OpenBSD.


Revision tags: yamt-pdpolicy-base5
# 1.787 19-May-2006 markd

branches: 1.787.2;
Add some devices found on a Dell Latitude D620.


Revision tags: elad-kernelauth-base
# 1.786 30-Apr-2006 xtraeme

PR kern/32849: pcidevs update for Intel 82801CA AC'97 Modem Controller.
Apply patch from Nicolas Joly.


# 1.785 30-Apr-2006 xtraeme

PR port-amd64/33393: viaide driver patch for VT8237R SATA.


# 1.784 29-Apr-2006 gdamore

Add Audigy4 device id.


# 1.783 25-Apr-2006 wrstuden

Tweak 3ware 9500 ID, and add 3ware 9550 ID.


# 1.782 20-Apr-2006 gdamore

Add a bunch of additional Radeon entries, and correct/cleanup a few of them
for consistency and to match Xorg. I am assuming that Xorg contains the
correct information, since it actually makes use of this information.


# 1.781 15-Apr-2006 jmcneill

Add entry for Turtle Beach Santa Cruz, and Cirrus Logic CS4615 while we're
here.


Revision tags: yamt-pdpolicy-base4
# 1.780 06-Apr-2006 simonb

Sort some Intel GigE nics by product ID.


# 1.779 05-Apr-2006 nonaka

Added "Faraday Technology" in vendor list.


Revision tags: yamt-pdpolicy-base3
# 1.778 26-Mar-2006 jonathan

Fix cut-and-paste typo in human-readable description of bcm5780S
(used to say bcm5782s, should be bcm5780s; make it so).


# 1.777 25-Mar-2006 rpaulo

Add Conexant LANfinity. From Frank Wille <frank@phoenix.owl.de> on
port-i386.


# 1.776 21-Mar-2006 he

Add a bunch of IDs for Compaq/HP Smart Array controllers supported
by the soon to be added ciss(4) driver.


Revision tags: peter-altq-base yamt-pdpolicy-base2
# 1.775 12-Mar-2006 chs

branches: 1.775.2;
fix name of Radeon 9000 Pro.
add Radeon 9200 Secondary ID.
add Comtrol, Magma and SIIG multi-port serial cards.
add more Dolphin SCI cards.
add IBM ServeRAID 4/5.
add Mitsubishi Tornado 3000.
add or rename various NVIDIA IDs to match openbsd.
add SafeNet SafeXcel.


# 1.774 09-Mar-2006 he

Add vendor code for Nortel and Baystack 21 id. Part of info
submitted in PR#33044.


# 1.773 09-Mar-2006 hamajima

Add EXAR devices.
Fix duplicated NVIDIA product id 0x0057.


# 1.772 07-Mar-2006 bouyer

Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.


# 1.771 06-Mar-2006 bouyer

branches: 1.771.2;
Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.


# 1.770 06-Mar-2006 martin

Add MOXA devices, from Olivier Cherrier


Revision tags: yamt-pdpolicy-base
# 1.769 01-Mar-2006 dogcow

branches: 1.769.2;
add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.)


Revision tags: yamt-uio_vmspace-base5
# 1.768 28-Feb-2006 gdamore

Add Radeon 7000/VE (QZ).


# 1.767 21-Feb-2006 chuck

add entry for LINKSYS PCM200 10/100 ethernet card


# 1.766 16-Feb-2006 kochi

add two more ICH7-M LPC device ids from intel document
(Intel I/O Controller Hub 7 (ICH7) Family Specification Update)


# 1.765 12-Feb-2006 tron

Fix inconsistencies in names for components for recent Intel chipsets.


# 1.764 12-Feb-2006 tron

Correct cut and paste error in last change.


# 1.763 12-Feb-2006 tron

Add entries for Intel i955X chipset.


# 1.762 07-Feb-2006 cube

I wonder how the leading junk arrive there...


# 1.761 07-Feb-2006 cube

Add PLX's 9054 I/O Accelerator.


# 1.760 06-Feb-2006 abs

Add SIS 190 Ethernet, as found in ASUS T2-AE1


# 1.759 02-Feb-2006 christos

branches: 1.759.2;
PR/32695: Chuck Tuffli: incorrect PCI device id for CMD Technology (0x1095)
SiI3132 SATALink (0x3132)


# 1.758 26-Jan-2006 bouyer

branches: 1.758.2;
Add Promise PDC2057x SATA/150 controllers, from FreeBSD.


# 1.757 16-Jan-2006 christos

PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics


# 1.756 10-Jan-2006 cdi

PR/32494: Add ID 0x1068 for Intel PRO/100 VE (LOM) found on Sony Vaio
S4HRP laptops.


# 1.755 02-Jan-2006 manu

Add support for nForce430 ATA133 and SATA controllers. My disks now run
at a decent speed.


# 1.754 02-Jan-2006 tron

Fix cut and paste error. Noted by Bernhard Moellemann.


# 1.753 02-Jan-2006 tron

- Spell NVIDIA as "NVIDIA" instead of "Nvidia". This matches their
website and viaide(4).
- Add entry for builtin ethernet of NVIDIA nForce4 chipset.
Information provided by Bernhard Moellemann.


# 1.752 01-Jan-2006 xtraeme

Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.


# 1.751 29-Dec-2005 jonathan

branches: 1.751.2;
Add pcidevs entry for the (Serverworks?) PCI-Express to PCI-X bridge
chip integral to Broadcom bcm5714 and bcm5715 PCI-Express dual-port
gigabit Ethernet chips.


# 1.750 19-Dec-2005 jonathan

Add an entry for S&K (Schneider&koch, also SysKonnect) PCI-Express
gigabit ethernet boards (SK-9E21D single-port, SK-9E22 dual-port)
based on the Marvell Yukon-2 chipset.


# 1.749 19-Dec-2005 jonathan

Add ID 0x3132 for Silicon Image, PCI-Express dual-port SATA-II version
of SiI 3124 (PCI-X quad SATA).


# 1.748 18-Dec-2005 sekiya

Add device information for Linksys IPN2200. From ndiswrapper list.


# 1.747 11-Dec-2005 jonathan

Remove extraneous //// markers of potential conflict in last commit.


# 1.746 11-Dec-2005 jonathan

Add pcidevs entries and support to amr(4) for newer LSI MegaRAID devices,
including the LSI MegaRAID SCSI 320-0x, 320-2x, 320-4x, 320-1E, 320-2E,
the LSI MegaRAID SATA 300-6x and 300-8x.

Tested on an LSI MegaRAID SATA 300-8x, which confirms private advice
that after PCI-IDs to our amr(4) driver, the newer LSI MegaRAID cards
will Just Work

The Linux megaraid2 driver accepts various Intel cards with the same
pci-device IDs as the LSI MegaRAID cards, treating them exaclty as the
above-listed LSI cards. Rework our amr(4) driver to also match and
attach those device-ID if seen with an Intel vendor-ID. Add the
Intel-vendor PCI decice-ids to pcidevs, so that PCI_VERBOSE will
correctly identify the Intel cards.

Update src/share/man/man4/amr.4 to list the newly-supported cards.

(NB: I don't have the LSI SCSI or any Intel cards to test, just the
LSI SATA, which works fine for me.)


Revision tags: ktrace-lwp-base
# 1.745 10-Dec-2005 jonathan

Add PCI device entries for Broadcom Ethernet devices: PCI-Express
gigabit bcm5714 (copper), bcm5714S (serdes), bcm5715 (copper),
bcm5715S (SERDES), also bcm5780 (copper) and bcm5780S (SERDES).

Extracted from Broadcom-supplied Linux driver and from prerelease patches
for Linux-2.6.15.


# 1.744 09-Dec-2005 xtraeme

Add two VMware SVGA device ids.


# 1.743 08-Dec-2005 xtraeme

Add three Rhine ethernet adapters.


# 1.742 07-Dec-2005 jonathan

Add PCI device-ids to sys/dev/pci/pcidevs for newer Broadcom gigabit
ethernet devices: bcm5714, bcm5752 (previously the 5789, but fvdl
committed that whilst I was musing).

Add definitions to sys/dev/pci/if_bgereg.h for the Broadcom 57xx-family
ASIC revisions on these newer chips.

Add entries to the PCI-device-version and bge-internal-asic-revision
tables in sys/dev/pci/if_bge.c to use these new devices. Pending
further information, follow the lead of FreeBSD's if_bge.c driver and,
pending further info, treat these new chips as we do the 5750.


# 1.741 06-Dec-2005 fvdl

Add ID for yet another 57xx-compatible Broadcom chip, the 5789.


# 1.740 04-Dec-2005 christos

PR/32181: Matthias-Christian Ott: Add support for the Belkin F5D6001 pci device


# 1.739 04-Dec-2005 christos

PR/32238: Ryo Shimizu: Add support for Promise SATA300TX4 SATA Controller
(PDC40718)


Revision tags: yamt-readahead-base3
# 1.738 27-Nov-2005 jdolecek

change the description of the 3ware raid controllers to 'ATA RAID Controller'
rather then 'IDE RAID'

fix the ID of the 9xxx series controller and rename to ATARAID_9k, since
3ware doesn't refer to it using the 'Escalade' family name


# 1.737 22-Nov-2005 rpaulo

Fix entry for TI FlashMedia Controller.


Revision tags: yamt-readahead-base2
# 1.736 18-Nov-2005 rpaulo

It's really PCI7x21/7x11 Cardbus Controller.


# 1.735 18-Nov-2005 rpaulo

Add a bunch of devices:
o Intel 82801FBM ICH6M LPC Interface Bridge
o Intel 82801FB/FR PCI Express Port #2
o TI PCIxx21/x515 Cardbus Controller
o TI PCI7x21/7x11 IEEE 1394 Host Controller
o TI PCIxx11/21 Integrated FlashMedia Controller


Revision tags: yamt-readahead-pervnode yamt-readahead-perfile yamt-readahead-base yamt-vop-base3
# 1.734 01-Nov-2005 abs

branches: 1.734.2;
Add Radeon 9000 PCI (0x4966)


Revision tags: yamt-vop-base2 thorpej-vnode-attr-base yamt-vop-base
# 1.733 05-Oct-2005 jonathan

branches: 1.733.2;
Add PCI ids for Intel Pro/1000 PT PCI-Express gigabit ethernet controllers:
82571EB 2-port, 82572EI single-port, both in copper, fibre, and SERDES versions,
and 82573 embedded chip.


# 1.732 04-Sep-2005 tron

Add PCI ids for ATI Radeon 9600 LE.


# 1.731 21-Aug-2005 chs

add nvidia devices found on an ASUS K8N-DL motherboard,
plus various other cards.


# 1.730 21-Aug-2005 gavan

Add BCM5751M


# 1.729 30-Jul-2005 grant

use same form for secondary display as other ATI devices


# 1.728 30-Jul-2005 grant

add some device ids for the ATI Radeon 9200 Pro.


# 1.727 29-Jul-2005 cube

New Dell day: add missing device IDs, and order one correctly.


# 1.726 25-Jul-2005 christos

PR/29925: Mihai CHELARU: Fix for stge 1023.


# 1.725 01-Jul-2005 drochner

branches: 1.725.2;
add ralink dev IDs, from FUKAUMI Naoki per PR kern/30449


# 1.724 01-Jul-2005 augustss

Add the ATI SB400 chip set and the Radeon X850 XT graphics card.


# 1.723 26-Jun-2005 seb

Add ATI Radeon Mobility X600.
Add Mobile Intel 915PM/GM/GMS and 910GML Express Chipset.


# 1.722 24-Jun-2005 seb

Add Texas Instruments PCI6515A Cardbus Controller with Smart Card Controller.

Approved by gimpy@


# 1.721 20-Jun-2005 briggs

Add Intel 6300ESB SATA RAID Controller.


# 1.720 19-Jun-2005 chs

add some misc cards and merge the two mylex sections.


# 1.719 15-Jun-2005 bouyer

Add Intel 82801FBM Serial ATA Controller. From Kurt Schreiner on tech-kern@


# 1.718 14-Jun-2005 bouyer

Add SIS 965 bridge. From FreeBSD.


# 1.717 13-Jun-2005 tron

Add support for the LinkSys PCMPC200 Cardbus ethernet card.


# 1.716 13-Jun-2005 nonaka

Add PCI ids for HITACHI SH7751{,R} PCI Controller


# 1.715 13-Jun-2005 nonaka

Add PCI id for "ATI Mobility Radeon 9700".


# 1.714 07-Jun-2005 skrll

Add some Intel 802.11 cards.

From OpenBSD.


# 1.713 28-May-2005 kent

Add the followings:
- 6300ESB AC'97 Audio
- 6300ESB AC'97 Modem
- ICH6 HD-Audio
- ICH6 AC'97 Modem
- All of ICH7 devices


# 1.712 27-May-2005 augustss

Add the TM8000 integrated northbridge.


# 1.711 18-May-2005 riz

Add support for the 82801FB (ICH6) 10/100 ethernet appearing
on new Intel motherboards. From Brian Buhrow in PR#30025.
Approved by jmcneill.


# 1.710 12-May-2005 cube

Two re(4) candidates. From Francois Romieu in private mail.


# 1.709 09-May-2005 martin

PR kern/30173: add Corega CG-LAPCIGT


# 1.708 04-May-2005 cube

Add a few devices seen on a Dell PowerEdge SC1420, and while there make the
ordering of devices proper.


# 1.707 02-May-2005 rh

Add IC Ensemble / VIA Technologies Envy24 Multichannel Audio controllers.


Revision tags: kent-audio2-base
# 1.706 20-Apr-2005 bouyer

Add "Compaq Netelligent 10 T/2 PCI UTP/Coax Controller". Fix kern/29218
by A L Meyers.


# 1.705 06-Apr-2005 martti

Added support for Dell CERC SATA RAID 1.5/6ch


Revision tags: yamt-km-base4
# 1.704 24-Mar-2005 tron

Add ids for ATI Radeon 9700 Pro and 9800 Pro.


# 1.703 19-Mar-2005 tron

Add PCI id for Intel PRO/1000 GT.


# 1.702 19-Mar-2005 tron

Add missing PCI id for Adaptec ASR-2410SA.


Revision tags: yamt-km-base3 netbsd-3-base
# 1.701 16-Mar-2005 xtraeme

branches: 1.701.2;
Add VIATECH KT880 CPU to PCI Bridges.


# 1.700 16-Mar-2005 uwe

ATI Radeon 9100 IGP chipset.


# 1.699 15-Mar-2005 xtraeme

Add entries for VIA Apollo KM400 chipsets, provided by
Thilo Manske in PR kern/29549.


# 1.698 15-Mar-2005 xtraeme

Add entry for "S3 Prosavage KM133", provided by Nicolas Joly in PR
kern/20572.


# 1.697 15-Mar-2005 uwe

Fix product ids of ENE CB710 and CB720 CardBus controllers.


# 1.696 07-Mar-2005 christos

PR/29614: Andrzej Kukula: Missing PCI IDs of ATI IXP 300 and 400 ATA controller


# 1.695 27-Feb-2005 perry

nuke trailing whitespace


# 1.694 20-Feb-2005 jdolecek

change the VIATECH VT61XX to VT612X


Revision tags: yamt-km-base2
# 1.693 02-Feb-2005 christos

PR/29196: Robert Elz: Add support for Broadcom BCM4401-B0 ethernet


# 1.692 02-Feb-2005 abs

Reminder not to trust cheap no-name packaging. VIA product 0x3249 is
a VT642*1* not VT642. Also add to list in viaide manpage and note
that drives need to be configured into RAID/JOBS sets via its BIOS.
http://www.via.com.tw/en/products/peripherals/serial-ata_raid/vt6421/


# 1.691 01-Feb-2005 abs

Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells
like a viaide... but you can only address the drives once you have
put two or more of them into a RAID or JBOD.


# 1.690 27-Jan-2005 jdolecek

add id for nForce2 Ultra 400 audio


# 1.689 27-Jan-2005 kent

add some nForce 4 devices


Revision tags: yamt-km-base
# 1.688 25-Jan-2005 matt

branches: 1.688.2;
Add additional PCI Device IDs for ATI Radeon 9200


# 1.687 23-Jan-2005 fredb

Recognize Belkin Gigabit Desktop Network PCI card.


# 1.686 18-Jan-2005 tsubai

Add some Apple devices.


# 1.685 15-Jan-2005 skrll

branches: 1.685.2;
Add Intel PRO/Wireless LAN 2915ABG Mini-PCI Adapter


# 1.684 15-Jan-2005 jdolecek

Fix Geforce 6800GT entry


# 1.683 15-Jan-2005 jdolecek

add bunch of GeForce 6800 entries, from Andrew Gillham


# 1.682 15-Jan-2005 jdolecek

use full 'nForce2 Ultra 400' tag for the NFORCE2_400* enties


# 1.681 13-Jan-2005 jdolecek

add bunch of NVIDIA nForce2 Ultra 400 chipset devices


# 1.680 13-Jan-2005 jdolecek

add VIA Velocity ID


Revision tags: kent-audio1-beforemerge
# 1.679 08-Jan-2005 fredb

Recognize the Broadcom 5721 Gigabit Ethernet, as found on SuperMicro P8SCi
motherboards.


# 1.678 08-Jan-2005 ginsbach

Use the more common name, Radeon U1, for the IGP 320M.


# 1.677 06-Jan-2005 he

Add entry for LSI Logic FC919X, as found on LSI Logic LSI7102XP-LC
controllers.


# 1.676 27-Dec-2004 reinoud

Addition of description for :

/* ENE Technology products */
product ENE MCR510 0x510 MCR510 PCI Memory Card Reader Controller


# 1.675 18-Dec-2004 xtraeme

+ ATI Technologies Radeon 9600 XT


# 1.674 16-Dec-2004 heas

Add entry for the Radeon Mobility T2.


# 1.673 11-Dec-2004 reinoud

Add ATI IXP audio controllers


Revision tags: kent-audio1-base
# 1.672 07-Dec-2004 jdarrow

Add a new vendor and product ID for a cardbus NIC I've got
Belkin 0x1799
F5D6020v3 0x6020


# 1.671 06-Dec-2004 cube

Add ATI IXP IDE Controller.


# 1.670 05-Dec-2004 bouyer

Cleanup in VIA chipset names. From Lloyd Parkes in kern/15466.


# 1.669 30-Nov-2004 grant

add ITE 8212 IDE controller.


# 1.668 22-Nov-2004 rumble

kern/28384: VT3606 -> VT6306 typo


# 1.667 19-Nov-2004 tacha

add Broadcom BCM5705K.


# 1.666 17-Nov-2004 jdarrow

Add PCI IDs for two wireless cards I've got.
Ralink Technologies (vendor 0x1814) RT2460 (product 0x0101).
Texas Instruments (vendor 0x104c) ACX111 (product 0x9066).


# 1.665 17-Nov-2004 junyoung

Revert ATI to ATI Technologies.
Remove trailing Corp., Inc., Ltd., and etc. for consistency.


# 1.664 16-Nov-2004 skrll

Add Intel PRO/Wireless LAN 2200BG Mini-PCI Adapter


# 1.663 14-Nov-2004 soren

Add Mylex ExtremeRAID 1100.
Shorten ATI Technologies to ATI.
Simplify names of Intel mobile USB controllers.


# 1.662 06-Nov-2004 xtraeme

Add Nvidia nForce3 250 chipset products, from Kouichirou Hiratsuka
in PR 27843.


# 1.661 28-Oct-2004 martti

Align all SYMBIOS entries


# 1.660 28-Oct-2004 martti

Added Dell PERC 4/SC


# 1.659 26-Oct-2004 augustss

Add a vendor and some products.


# 1.658 22-Oct-2004 cube

Add two Broadcom devices (575x chips), correct and add a few Intel entries.


# 1.657 20-Oct-2004 martti

Added support for DELL PERC 4e/Si RAID controller


# 1.656 13-Oct-2004 augustss

Add ALi M1563 bridge.


# 1.655 13-Oct-2004 drochner

recognize ADDI-DATA APCI-7800 8-port serial adapter


# 1.654 11-Oct-2004 jmmv

Add ATI Technologies Radeon 9200SE Secondary identifier.


# 1.653 05-Oct-2004 augustss

Add some ALI devices.


# 1.652 30-Sep-2004 cube

Add a bunch of devices found on the SuperMicro P4SCi motherboard.


# 1.651 18-Sep-2004 martin

Add LSI FC929 (aka FC929X); from PR kern/26836.


# 1.650 17-Sep-2004 xtraeme

Add GeForceFX 5700 LE and regen.


# 1.649 16-Sep-2004 ragge

Add S2io 10 Gigabit ethernet adapter.


# 1.648 10-Sep-2004 darrenr

Add Sierra Wireless AirCard 580 (1xEV-DO)


# 1.647 26-Aug-2004 itohy

Add Workbit NinjaSCSI-32 PCI/CardBus products.


# 1.646 05-Aug-2004 mycroft

Fix an Aironet product name, and normalize the usage of "Mini-PCI".


# 1.645 05-Aug-2004 cube

Add the GeForce 5900XT. Totally not related to Doom3 release. Honest.


# 1.644 05-Aug-2004 lukem

consistently use "product<SPACE>"


# 1.643 04-Aug-2004 mycroft

Normalize more names.


# 1.642 04-Aug-2004 mycroft

Normalize some product names.


# 1.641 04-Aug-2004 mycroft

Remove vendor names from product strings.


# 1.640 02-Aug-2004 mycroft

Add a device I missed.


# 1.639 02-Aug-2004 mycroft

Merge in data from cardbusdevs.


# 1.638 02-Aug-2004 mycroft

Mmmm, Microsoft products.


# 1.637 29-Jul-2004 cube

Add a bunch of devices that are in the Dell Dimension 8400 sitting on my
desk: ATI Radeon X300, Broadcom BMC5751, Intel 915 chipset family (ICH6).


# 1.636 27-Jul-2004 christos

add compaq advanced systems management controller.


# 1.635 27-Jul-2004 rumble

Fix typos in the SC1100 IDE and AUDIO ids.


# 1.634 25-Jul-2004 christos

Add viatech's VT8231 Power controller. (Sergio Jimenez)


# 1.633 21-Jul-2004 mycroft

Add SIS 741.


# 1.632 17-Jul-2004 mycroft

Fix Intersil product names.


# 1.631 15-Jul-2004 junyoung

Add 3Com 3c920B-EMB-WNM Integrated Fast Ethernet.


# 1.630 05-Jul-2004 mycroft

Add the CSB5 LPC bridge.


# 1.629 04-Jul-2004 mycroft

Update Serverworks chip IDs, per:
http://www.plasma-online.de/english/identify/picture/serverworks.html
This seems remarkably more sane.


# 1.628 15-Jun-2004 bouyer

Apply patch from kern/25936 by Michael Blake: Add support for the
Netelligent 10/100 TX variant found on the Compaq Proliant Professional
Workstation 5100.


# 1.627 27-May-2004 christos

PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.


# 1.626 27-May-2004 abs

Add ALI 'M5257 PCI Software Modem'


# 1.625 12-May-2004 tron

Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
in PR kern/25166.


# 1.624 11-May-2004 thorpej

Add i6300ESB IDE / SATA controller PCI IDs.


# 1.623 10-May-2004 lukem

add Nvidia GeForce4 Ti 4200 Go AGP 8x (0x286)


# 1.622 10-May-2004 gendalia

Add support for Adaptec AAR 2810SA raid controller.


# 1.621 07-May-2004 sekiya

Add support for Silicon Image 3512 chip to satalink driver -- treat it as
a 3112 variant (without RAID support), which does the right thing with the
controller on my K8NNXP.


# 1.620 22-Apr-2004 skd

Added support for new sis south bridge and 180 sata controller.


# 1.619 17-Apr-2004 matt

Add devid of Marvell MV6436x System Controller


# 1.618 03-Apr-2004 martti

Added another SB Live! 5.1 soundcard and joystick version


# 1.617 03-Apr-2004 mycroft

Add RealTek RT8180.


# 1.616 01-Apr-2004 tron

Correct entry for PCI vendor id 0x11af. It is assigned to Avid Technology
Inc. and not to Pro-Log Corporation. Problem reported by Chris Tribo
in PR kern/25004 and verified at http://www.pcidatabase.com/.


Revision tags: netbsd-2-0-base
# 1.615 26-Mar-2004 gendalia

branches: 1.615.2;
Add Adaptec 2200S Vulcan 2M / Dell PERC 320/DC


# 1.614 25-Mar-2004 drochner

recognize both parts of the AMD8151 AGP tunnel (see PR kern/24838 by
Nicolas Joly), and improve AMD8131


# 1.613 12-Mar-2004 drochner

add ICH5 builtin ethernet


# 1.612 03-Mar-2004 gavan

Add Creative Labs SB Audigy LS


# 1.611 26-Feb-2004 drochner

add intel e7501 host bridge


# 1.610 28-Jan-2004 chs

add some JNI and Emulex fibre-channel cards.
add all the built-in stuff from my Asus A7N8X-E Deluxe motherboard.
add some other misc cards.
update the URL at the top.


# 1.609 26-Jan-2004 blymn

Added note for correct update procedure for pcidevs.


# 1.608 26-Jan-2004 blymn

Add amd8151 agp bridge id.


# 1.607 19-Jan-2004 ragge

Add "Intel PRO/10GbE LR Server Adapter". Regen.


# 1.606 06-Jan-2004 matt

Add HP Tachyon TL and TS device IDs.


# 1.605 05-Jan-2004 matt

Add Agilent Technologies vendor ID
Add Agilent Tachyon_DX2 product ID
Add HP Tachyon_XL2 product ID


# 1.604 20-Dec-2003 thorpej

Add product ID for the SiI 3124 SATALink.


# 1.603 19-Dec-2003 thorpej

Add product ID for the Silicon Image 3114 SATALink.


# 1.602 17-Dec-2003 tls

Add support for some more Marvell-based adapters to the sk driver:

D-Link DGE-530T
Linksys EG1032v2
Linksys EG1064v2

The Linux driver treats all of these the same. Tested with a DGE-530T;
it works, though performance on at least one of my systems is atrocious.

Fix setting of ethernet capabilities into interface capabilites word in
attach routine.

Manual page: note that jumbo support doesn't work and checksum support
doesn't exist.


# 1.601 14-Dec-2003 tsutsui

Add ATI Radeon 9200SE.


# 1.600 09-Dec-2003 ad

Add second ID for Intel i960 RM.


# 1.599 08-Dec-2003 pooka

Broadcom 5703 A3


# 1.598 08-Dec-2003 scw

Add an entry for Intersil's Prism-54 (ISL3890) WLAN mini-PCI card.


# 1.597 06-Dec-2003 jdolecek

add NetMos NM9805 and NM9815


# 1.596 05-Dec-2003 grant

add Adaptec AAR-1210SA Serial ATA RAID controller.


# 1.595 28-Nov-2003 chs

add Tandem ServerNet II and various HPT IDE controllers.


# 1.594 28-Nov-2003 cube

Add 3c910 OfficeConnect 10/100B Ethernet.


# 1.593 26-Nov-2003 matt

Add pcHDTV HD-2000 HDTV video capture card.


# 1.592 22-Nov-2003 fvdl

Clean up the Promise IDE controller defines.


# 1.591 03-Nov-2003 cube

Add some IDs for the EPIA-M 10000 motherboard.


# 1.590 25-Oct-2003 chs

add some misc cards I've got.


# 1.589 23-Oct-2003 fvdl

Add a few more broadcom 57xx ids. From FreeBSD.


# 1.588 23-Oct-2003 briggs

Add some ENE Cardbus bridges from FreeBSD.


# 1.587 22-Oct-2003 fvdl

Add:
* an id for the Promise FastTrak 378
* several ids for NVidia nForce3 devices


# 1.586 18-Oct-2003 matt

Add Philips SAA7146AH


# 1.585 18-Oct-2003 lukem

Remove http://members.hyperlink.net.au/~chart/pci.htm link; it doesn't
exist anymore.

Add some more ServerWorks devices


# 1.584 15-Oct-2003 itojun

add Atheros product IDs from athhal_devid.h


# 1.583 14-Oct-2003 martti

Added another Dell Perc 4/DI


# 1.582 10-Oct-2003 thorpej

Add several more Intel Gig-E product IDs.


# 1.581 08-Oct-2003 jonathan

Add Hifn 7954/7955 and 7956. Put adjacent to the very similar hifn 7951.
From Rajesh Vaidyanath <RVaidyanath@hifn.com>, as submitted to FreeBSD.


# 1.580 26-Sep-2003 matt

Add Dell Perc 4/DI


# 1.579 25-Sep-2003 joda

more nvidia devices


# 1.578 21-Sep-2003 nisimura

Redo, again.


# 1.577 21-Sep-2003 nisimura

Redo the previous fix.


# 1.576 21-Sep-2003 nisimura

Fix the company name. It seems these days the company calls itself
"STMicroelectronics" anyway.


# 1.575 15-Sep-2003 bouyer

Rename VT8237_RAID to VT8237_SATA, as this is really what it is.
Suggested by Stephen Degler in kern/22727.


# 1.574 13-Sep-2003 jdolecek

fix description of Intel PRO/100 VM Network Controller with 82562ET/EZ PHY
don't activate any quirks for VM_6 variant
problem reported by Lars Heidieker on current-users

also don't activate any quirks for VM_3 - VM_5 variants, neither
VE_2 - VE_4, in anticipation that the more modern variants don't need
the quirks


# 1.573 28-Aug-2003 thorpej

Hi/Fn is now spelled Hifn. Add some more Hifn products (from openbsd).


# 1.572 27-Aug-2003 kleink

While here, add the AMD8111's ACPI controller.


# 1.571 27-Aug-2003 kleink

Add AMD8111 USB and SMBus controller IDs; from Nicolas Joly in kern/22617.


# 1.570 26-Aug-2003 jdolecek

add SysKonnect SK9821


# 1.569 26-Aug-2003 tron

Add entry for Intel i865G Integrated Graphics Device.


# 1.568 23-Aug-2003 dogcow

add VT6105 support to vr(4)


# 1.567 20-Aug-2003 jonathan

Fix typo (s/5822/5823/) in line for bcm5823 device.


# 1.566 17-Aug-2003 chs

add the uninorth ATA found in the latest G4s, and a highpoint IDE.


# 1.565 17-Aug-2003 bouyer

Add 3com 3c940 Gigabit Ethernet, and VIA KT600 PCI devices. From Stephen Degler
in PR port-i386/22453


# 1.564 14-Aug-2003 itojun

s,PCI/ISA,PCI-ISA,


# 1.563 14-Aug-2003 itojun

add National Semiconductors SC1100 (GEODE) PCI devices.


# 1.562 07-Aug-2003 wiz

Fix ID of Radeon 9100 Secondary; noted by Quentin Garnier.


# 1.561 01-Aug-2003 wiz

Avoid duplicate definitions. From Quentin Garnier in PR 22331.


# 1.560 01-Aug-2003 jonathan

Add product IDs for Sun's bcm582x-compatible crypto accelerators


# 1.559 29-Jul-2003 thorpej

Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.


# 1.558 29-Jul-2003 martin

Add Ricoh 5C551 CardBus + FireWire product ID.
From FUKAUMI Naoki in PR 22292.


# 1.557 29-Jul-2003 martin

Intel 8255GM is GM, not PM (obviously a copy&pasto).
From FUKAUMI Naoki in PR 22293.


# 1.556 27-Jul-2003 jonathan

Add PCI vendor Cavium and product code for their Nitrox XL crypto device.


# 1.555 27-Jul-2003 jonathan

Add PCI vendor code for BlueSteel Networks (now part of Broadcom),
and PCI product codes for the Bluesteel/Broadcom family of security processors.


# 1.554 23-Jul-2003 kleink

Add a couple of Philips A/V broadcast decoder device IDs.


# 1.553 17-Jul-2003 hannken

Add support for the BCM5705:
- Only BCM5705M asic rev A1 was tested.

Thanks to Bill Paul (wpaul@freebsd.org) for help and support.

Approved by: Frank van der Linden <fvdl@netbsd.org>


# 1.552 14-Jul-2003 jmmv

Add ATI Radeon 9200 chip.


# 1.551 14-Jul-2003 wiz

Add MGA G550, from Kouichirou Hiratsuka in PR 22133.


# 1.550 12-Jul-2003 hubertf

Recognize Toshiba Smart Media and Secure Digital cards


# 1.549 06-Jul-2003 dyoung

Add driver atw for PCI/Mini-PCI/Cardbus 802.11b NICs based on the
ADMtek ADM8211. Read the man page for bugs and other outstanding
issues.


# 1.548 06-Jul-2003 simonb

Trailing white-space and TABs nits.


# 1.547 06-Jul-2003 simonb

Fill out E7505 devices.
Fix E7500 HI_D descriptions.


# 1.546 06-Jul-2003 tron

Add Intel 82547EI gigabit chip.


# 1.545 06-Jul-2003 simonb

Add an entry for the Intel E7505 Chipset Memory Controller Hub.


# 1.544 06-Jul-2003 tron

Correct names and descriptions for i875 entries to be consistent with
other Intel chipsets.


# 1.543 06-Jul-2003 tron

Add entries for Intel 865PE chipset.


# 1.542 28-Jun-2003 bouyer

branches: 1.542.2;
Add some intel devices, from Quentin Garnier in private mail.


# 1.541 27-Jun-2003 christos

PR/21498: URA Hiroshi: Add S3 Savage/IXC


# 1.540 27-Jun-2003 drochner

add some missing 3c990 variants


# 1.539 26-Jun-2003 ichiro

add product
Aironet 350 miniPCI Wireless LAN Adapter


# 1.538 14-Jun-2003 ichiro

delete duplicate line


# 1.537 13-Jun-2003 kent

Add some ICH5/ICH5R device IDs.


# 1.536 08-Jun-2003 ichiro

add product ID
PRO/Wireless LAN 2100 3B Mini PCI Adapter


# 1.535 07-Jun-2003 wiz

Add some Brooktree device IDs.


# 1.534 07-Jun-2003 wiz

Add ATI Radeon 9100, 9600TX, 9500/9700.


# 1.533 07-Jun-2003 ichiro

add productID of ATI


# 1.532 07-Jun-2003 ichiro

Upps, mistaken
fixed sufix


# 1.531 07-Jun-2003 ichiro

add deviceID - Intel 82855PM/GM chipset


# 1.530 28-Apr-2003 haya

Add some Texas Instruments' CardBus bridges. Device ID are taken from
data sheets provided by TI web site and 'PCI Vendor and Device list'
web page <http://www.yourvote.com/pci>.


# 1.529 28-Apr-2003 haya

Add some O2Micro CardBus bridges regarding PR/20084. Device ID are
taken from FreeBSD and cross-checked by the web page 'PCI Vendor and
Device list' <http://www.yourvote.com/pci>


# 1.528 24-Apr-2003 nathanw

Add a few Opteron and AMD8000 chipset device IDs.


# 1.527 22-Apr-2003 fvdl

Add AMD 8131 PCI-X tunnel and IO apic.


# 1.526 15-Apr-2003 augustss

Another VIA device.


# 1.525 15-Apr-2003 augustss

Add another VIA CPU-AGP bridge.


# 1.524 15-Apr-2003 rjs

Add ID for ITE IT8152 companion chip.


# 1.523 13-Apr-2003 explorer

typo, s/TX4/TX2/


# 1.522 12-Apr-2003 explorer

add an older pci id for SATA150TX2PLUS, too


# 1.521 12-Apr-2003 christos

PR/8754: Andreas Wrede: Add SIIG devices


# 1.520 11-Apr-2003 explorer

add Promise ATA/150 TX4 id


# 1.519 05-Apr-2003 lha

add Radeon Mobility M7 LW (AGP)


# 1.518 03-Apr-2003 kent

- Forte Media PCI joystick
- Intel 82540EP chips
- Intel ICH4M IDE controller
- Modify descriptions of some ICH4 devices which ICH4M also has:
82801DB xxx -> 82801DB/DBM xxx


# 1.517 29-Mar-2003 jdc

Add support for USRobotics Wireless Access PCI adapter (model 132415).
From Sergio Jimenez in PR kern/20642.


# 1.516 25-Mar-2003 tsubai

Add new Apple devices.


# 1.515 20-Mar-2003 thorpej

Add some more LSI MPT IDs.


# 1.514 18-Mar-2003 thorpej

Add Silicon Image SATALink 3112.


# 1.513 13-Mar-2003 joda

more nvidia devices


# 1.512 06-Mar-2003 bouyer

Remove duplicate in previous.


# 1.511 06-Mar-2003 bouyer

Add several SiS host bridges, from FreeBSD.


# 1.510 03-Mar-2003 soren

Add ATI Radeon M9.


# 1.509 02-Mar-2003 salo

Actually, there is no space in Silicon Motion Lynx* names (e.g. Lynx EM ->
LynxEM), the already existing records misguided me.


# 1.508 28-Feb-2003 enami

Add product id of ServerWorks CSB6 IDE controller.


# 1.507 26-Feb-2003 salo

Add few more Silicon Motion, Inc. cards (Lynx EM, Lynx 3DM, Lynx 3D, Lynx)

Print various [company], Inc. consistently as (surprise) [company], Inc.


# 1.506 18-Feb-2003 grant

add Intel PRO/100M.


# 1.505 03-Feb-2003 pooka

add GeForce2 Go


# 1.504 03-Feb-2003 joda

correct previous, and add some more devices found in the Shuttle
SS51G.


# 1.503 02-Feb-2003 bouyer

Add SiS 651 host bridge.


# 1.502 01-Feb-2003 matt

Add Tundra (Newbridge) PowerSpan/PowerSpanII/QSpanII PCI bridges


# 1.501 24-Jan-2003 thorpej

Tweak a Promise description.


# 1.500 24-Jan-2003 thorpej

Add some more Promise products.


# 1.499 24-Jan-2003 thorpej

Sort the Promise entries.


# 1.498 24-Jan-2003 thorpej

Add Nvidia nForce2 ATA133 IDE product ID, and shuffle some
Nvidia entries around a little.


Revision tags: nathanw_sa_before_merge nathanw_sa_base
# 1.497 17-Jan-2003 jonathan

Add pcidevs entries for more Broadcom 570x family variants.


# 1.496 16-Jan-2003 gendalia

Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe
motherboard, Chipset: NVIDIA nForce2 MCP-T


# 1.495 10-Jan-2003 augustss

Add two Intel PCI-PCI bridges.


Revision tags: fvdl_fs64_base
# 1.494 30-Dec-2002 explorer

add atheros communications, Inc. AR5001 reference goop. This is what the 2.4 Ghz / 5 Ghz linksys cardbus card has inside.


# 1.493 26-Dec-2002 matt

Add Promise Serial ATA/150 TX2plus


# 1.492 26-Dec-2002 matt

Add some more BCM570x variants.


Revision tags: gmcgarry_ctxsw_base gmcgarry_ucred_base
# 1.491 11-Dec-2002 jdolecek

add Madge Smart 16/4 PCI Ringnode Mk2 entry


# 1.490 03-Dec-2002 explorer

add Ricoh 5C552 Cardbus + Firewire product ID


# 1.489 26-Nov-2002 thorpej

Add IBM 133 PCI-X Bridge.


# 1.488 26-Nov-2002 thorpej

Add Intel i80321 I/O processor.


# 1.487 19-Nov-2002 bsh

Two more vendor IDs for Samsung Electronics Co. Ltd.


# 1.486 15-Nov-2002 tsutsui

Remove an entry for AMD PCNETS_PCI.

AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.


# 1.485 15-Nov-2002 ad

Remove dup product.


# 1.484 09-Nov-2002 grant

add ATI Rage Mobility M1.

from FUKAUMI Naoki in kern/18987.


# 1.483 08-Nov-2002 msaitoh

add Adaptec 200[05]S (DPT)


# 1.482 07-Nov-2002 thorpej

Add Intel i31244 Serial ATA controller.


# 1.481 07-Nov-2002 martin

Add Myson MTD803 3-in-1 Fast Ethernet Controller.


# 1.480 04-Nov-2002 wiz

Fix typo reported by Nicolas Joly in PR 18921.


# 1.479 25-Oct-2002 kent

Correct a typo in the previous change.


# 1.478 25-Oct-2002 kent

Add vender IDs and product IDs:
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html)
- iCompression iTVC15

Correct ID of AMD PBC8111_AC.


# 1.477 24-Oct-2002 grant

COREGA are OEM NDC products.
add NDC NCP130 rev A2 wireless NIC.

From T. M. Pederson in kern/18609.


Revision tags: kqueue-aftermerge kqueue-beforemerge
# 1.476 21-Oct-2002 soren

Correct name of TI 802.11 chip.


# 1.475 21-Oct-2002 grant

add D-Link 520+ wireless ethernet.


# 1.474 18-Oct-2002 yamt

fix typos; "wiseman" is 82542, not 82452.


# 1.473 16-Oct-2002 leo

Add Fritz!PCI v2.0 ISDN Interface


# 1.472 05-Oct-2002 kent

- Broadcom BCM4401
- VIA VT8235
- Modify description of VT8233_AC97: "VT8233 AC-97 ..." -> "VT8233/VT8235 AC-97 ..."


Revision tags: kqueue-base
# 1.471 24-Sep-2002 pooka

Fix Asus ISDN card ID to be the actual device ID instead of the vendor ID


# 1.470 20-Sep-2002 pooka

Add vendor Dynalink and a few devices by other manufacturers for use
in the iwic ISDN driver.


# 1.469 19-Sep-2002 nathanw

Add AMD 761 system controller and ppb.


# 1.468 11-Sep-2002 bouyer

Add 2 accard pciide controllers. From linux.


# 1.467 06-Sep-2002 uwe

Add product ids for Integraphics Systems CyberPro 2000 and 2010.


Revision tags: gehenna-devsw-base
# 1.466 23-Aug-2002 bouyer

Add Promise Ultra133TX2 and Ultra133TX2v2 PCI ID.


# 1.465 16-Aug-2002 heinz

Add Lucent/Agere FW322/323 IEEE 1394 controller


# 1.464 10-Aug-2002 toshii

Add SiS745 host bridge.


# 1.463 08-Aug-2002 drochner

addanother ppb


# 1.462 04-Aug-2002 thorpej

Add product ID for the ADI i80200 Big Endian Companion Chip.


# 1.461 03-Aug-2002 kent

Add the following:
- SiS 7012 AC-97 (kern/17716)
- NVIDIA nForce MCP AC-97
- AMD 8111 AC-97


# 1.460 02-Aug-2002 soren

Add O2 Micro Cardbus bridge ID from PR kern/17469 by Nicolas Joly.


# 1.459 02-Aug-2002 ad

PR 17719 from Mark Davies: Additional Adaptec RAID controller types.


# 1.458 31-Jul-2002 bouyer

Ops, remove duplicate entry for 82801DB_LPC, pointed out by geoff wing.


# 1.457 30-Jul-2002 bouyer

Add Intel 845G PCI IDs, from kern/17743 by Andreas Wrede <andreas@planix.com>


# 1.456 29-Jul-2002 augustss

Add a couple of bridge devices.


# 1.455 26-Jul-2002 onoe

Add Silicon Image (CMDTECH) 0680


# 1.454 22-Jul-2002 msaitoh

Add Intel 82801E Communications I/O Controller Hub (C-ICH)


# 1.453 12-Jul-2002 enami

Add product id of Altima AC1001.


# 1.452 09-Jul-2002 matt

Add Apple Xserve PCI devices (more UniNorth) stuff.


# 1.451 09-Jul-2002 thorpej

Clean up Intel i8254x product names, and add i82540, i82545, and i82546
product IDs.


# 1.450 07-Jul-2002 augustss

Add some Sandburst products.


# 1.449 05-Jul-2002 enami

Add vendor id of Avlab technology, Inc. and product id of Low Profile PCI
4 Serial (but not used actually).


# 1.448 04-Jul-2002 rjs

Add Peak System Technik CAN Controller.


# 1.447 03-Jul-2002 msaitoh

add ServerWorks CMIC LE, CMIC SL and CIOB-X2


# 1.446 27-Jun-2002 pooka

two AVM isdn interfaces


# 1.445 26-Jun-2002 cjs

Add Altima AC9100 Gigabit Ethernet ID. This may not be the correct name.
However, it's the chip on the NetGear GA302T card.


# 1.444 26-Jun-2002 cjs

Add a couple more TI IEEE 1394 host controllers.


# 1.443 22-Jun-2002 fvdl

Add Altima PCI Ids.


# 1.442 22-Jun-2002 cjs

For new Intel network controllers, update descriptions and fix numbering.


# 1.441 22-Jun-2002 cjs

Add new Intel Ethernet cards.


# 1.440 21-Jun-2002 thorpej

Add product ID for Intel 82452KX/GX PCI-Host bridge.

PR 17353, from MOCHIDA Shuji.


# 1.439 17-Jun-2002 jdolecek

add VIA Technologies VT8653 and VT8633 entries
move VT82C686A_MC97 entry to where it numerically belongs


# 1.438 10-Jun-2002 cjs

Add Viatech VT8233A PCI-ISA Bridge.


# 1.437 09-Jun-2002 taca

Add VIA Technologies's VT8231 IDE Controller.


# 1.436 04-Jun-2002 fvdl

Add AMD 8111 IDE id.


# 1.435 03-Jun-2002 briggs

Add Motorola's MPC8245 (Kahlua II) host bridge.


# 1.434 02-Jun-2002 seb

Add product Titan PCI-800L aka VSCom PCI-800L, a 8 serial puc card, from PR
17140.
Reviewed/approved by veego@ and martin@.


# 1.433 28-May-2002 christos

add action tec


# 1.432 28-May-2002 tron

Add entries for Intel i850 and i860 chipsets.


# 1.431 27-May-2002 drochner

add one more of our own products


# 1.430 25-May-2002 ichiro

add 21555 Non-Transparent PCI-PCI Bridge


# 1.429 24-May-2002 lukem

add NetMos Quad UART and 1284 Printer port


Revision tags: netbsd-1-6-base
# 1.428 19-May-2002 bouyer

branches: 1.428.2;
Add HPT372 and 74 PCI IDE controllers.


# 1.427 19-May-2002 sommerfeld

Some E7500 device ids


# 1.426 18-May-2002 sommerfeld

Some P64H2 device ids


# 1.425 18-May-2002 matt

Add SYMBIOS FC9[12]9 and 1030R


# 1.424 15-May-2002 augustss

branches: 1.424.2;
Give a more suitable name to the DEC 21554 bridge.


# 1.423 14-May-2002 augustss

Add a Heuricon host bridge.


# 1.422 03-May-2002 augustss

Add Sandburst.


# 1.421 29-Apr-2002 nonaka

Added two IBM devices.


# 1.420 26-Apr-2002 ad

Oops, add more IDs used by aac_pci.c.


# 1.419 18-Apr-2002 thorpej

Add Symbios 53c875A product ID.


# 1.418 18-Apr-2002 tshiozak

add PCI/USB vendor ID for Kurusugawa Electronics, Inc.
PCI-ID: 0x6809, USB-ID: 0x0b7e.


# 1.417 16-Apr-2002 drochner

add some C&T VGA chip


# 1.416 15-Apr-2002 mycroft

Use chip numbers for most of the new Adaptec IDs, not board numbers.


# 1.415 15-Apr-2002 ad

Add a bunch of Adaptec, Dell and HP products. From OpenBSD.


# 1.414 05-Apr-2002 mycroft

Update some ServerWorks and VIA IDs. Add the ServerWorks CSB5 southbridge and
the Apollo ProMedia 133 chipset.


# 1.413 27-Mar-2002 abs

Add 'CONEXANT 56KFAXMODEM 0x1085 HW 56K Fax Modem'


Revision tags: eeh-devprop-base
# 1.412 19-Mar-2002 bouyer

Add AMD768 devices, from
http://members.hyperlink.net.au/~chart/download/pcidevs.txt


# 1.411 11-Mar-2002 joda

some devices found in a dell machine


Revision tags: newlock-base
# 1.410 01-Mar-2002 kleink

Add Motorola Raven, Falcon and Hawk product IDs.


Revision tags: ifpoll-base
# 1.409 28-Feb-2002 junyoung

Oops, readd an ID for Rage XL which was removed in previous commit.


# 1.408 28-Feb-2002 junyoung

Better fix of duplicate ATI Rage Pro IDs. `_B' and `_P' mean BGA and
PQFP, respectively.


# 1.407 27-Feb-2002 martin

Avoid duplicate define for ATI Rage Pro PCI


# 1.406 27-Feb-2002 junyoung

Fully revise product IDs for ATI Mach64 and Rage graphics cards.

XXX Rage 128 not revised.


# 1.405 24-Feb-2002 kleink

Add IBM 82660 PowerPC to PCI Bridge and Memory Controller.


# 1.404 20-Feb-2002 simonb

Use BCM prefix instead of SB prefix in previous.


# 1.403 20-Feb-2002 simonb

Add the SiByte/Broadcom SB1250 PCI and LDT bridge IDs.


# 1.402 20-Feb-2002 simonb

Rename the SIBYTE entry to "Broadcom Corp. (SiByte)".


# 1.401 16-Feb-2002 thorpej

Add the AMD Elan SC520 System Controller.


# 1.400 04-Feb-2002 junyoung

Add some more product ID's for ATI Mach64 graphics cards.


# 1.399 02-Feb-2002 tsutsui

Add Initio INIC-850/1060 SCSI and variants.


# 1.398 02-Feb-2002 tsutsui

Add HiNT Corp. HB1 PCI-PCI bridge.


# 1.397 30-Jan-2002 tron

Fix vendor entry for "Rendition Inc.". This patch was supplied by
Paul Shupak in PR kern/15367.


# 1.396 29-Jan-2002 junyoung

- s/INTERGRAPHICS/INTEGRAPHICS/
- Add two product IDs for Integraphics Systems graphics cards.


# 1.395 28-Jan-2002 thorpej

Add product ID for the Intel i82544GC 64-bit variant.


# 1.394 26-Jan-2002 tron

Add missing names for devices supported by puc(4).
This patch was supplied by Paul Shupak in PR kern/15368.


# 1.393 26-Jan-2002 ichiro

OCHI -> OHCI


# 1.392 22-Jan-2002 junyoung

Rename RAGEXL to MACH64_GR.


# 1.391 22-Jan-2002 junyoung

Add ATI Mach64 GS.


# 1.390 21-Jan-2002 ichiro

fixed some products name


# 1.389 21-Jan-2002 eeh

Add the device id for something that claims to be an ATI Rage XL.


# 1.388 21-Jan-2002 thorpej

* Add Broadcom Corporation vendor ID.
* Add 3Com 3c996 product ID.
* Add Alteon "Tigon 3" (Broadcom BCM570x) product IDs.
* Add Broadcom Corporation BCM570x product IDs.


# 1.387 15-Jan-2002 thorpej

Add the Intel i82544GC Gig-E.


# 1.386 14-Jan-2002 augustss

Fix typo.


# 1.385 14-Jan-2002 augustss

Change some names that I added earlier.


# 1.384 13-Jan-2002 augustss

Add 3Com 3crwe777a AirConnect.


# 1.383 09-Jan-2002 augustss

Add Intel 82801 and 82830.


# 1.382 05-Jan-2002 junyoung

Remove Mach64 B that conflicts with Mach64 GP.


# 1.381 04-Jan-2002 augustss

Add a bunch of PCI-wireless PCMCIA adapters. They are probably all based
on a PLX chip. (For which we have no driver yet.)


# 1.380 03-Jan-2002 rafal

Add Rainbow Technologies vendor ID & Rainbow CryptoSwift 200 PKI accelerator
(CS200/PCI).


# 1.379 01-Jan-2002 augustss

Add a radio card.


# 1.378 30-Dec-2001 ichiro

add
TSB43AA22 OHCI IEEE 1394 Host Controller


# 1.377 29-Dec-2001 ichiro

add products
VT6305 OCHI IEEE 1394 Controller
VT3606 OCHI IEEE 1394 Controller


# 1.376 20-Dec-2001 thorpej

Add the product ID for the SiS 630 PCI-Host bridge.


# 1.375 16-Dec-2001 thorpej

Add Middle Digital, Inc. vendor ID. Add product IDs for the
Middle Digital PCI-Weasel Virtual VGA, Serial Port, and Control
registers.


# 1.374 15-Dec-2001 soren

Add Cologne Chip Designs ISDN controller.


# 1.373 13-Dec-2001 bouyer

Add some promise controllers, from FreeBSD


# 1.372 11-Dec-2001 ad

Add some Intel/ICP-Vortex/Compaq products.


# 1.371 11-Dec-2001 kleink

Add product ID for the Motorola MPC107.


# 1.370 07-Dec-2001 onoe

Add HPB and LPC functions of 82801BAM.


Revision tags: thorpej-mips-cache-base
# 1.369 07-Nov-2001 thorpej

Correct i80312 description.


# 1.368 07-Nov-2001 thorpej

Add product ID for the Cyclone PCI-700 (IQ80310).


# 1.367 25-Oct-2001 augustss

Add some VIA KT266 numbers.


# 1.366 24-Oct-2001 thorpej

Add product IDs for the Powerhouse Systems PowerPro and PowerTop
PowerPC system controllers.


# 1.365 24-Oct-2001 thorpej

More Intel Gig-E ID fixups, and add Intel i82544 Gig-E IDs.


# 1.364 16-Oct-2001 tron

branches: 1.364.2;
Add host bridges of SiS 645, 650 and 730 chipsets.


# 1.363 13-Oct-2001 ichiro

add vendor & product ID
Intersil PRISM2.5 Mini-PCI WLAN


# 1.362 11-Oct-2001 tron

Add host bridge of the SiS 735 chipset.


Revision tags: thorpej-devvp-base3
# 1.361 03-Oct-2001 simonb

Minor correction to the name of the 405GP PCI bridge.


# 1.360 01-Oct-2001 thorpej

Add product ID for the RealTek 8139[BC].


Revision tags: thorpej-devvp-base2
# 1.359 28-Sep-2001 thorpej

More corrections to Intel Gig-e product IDs.


# 1.358 27-Sep-2001 itojun

add 4DWAVE and SiS sound devices.


Revision tags: post-chs-ubcperf pre-chs-ubcperf
# 1.357 15-Sep-2001 chris

Add voodoo 4/5 entry for 3DFX.


# 1.356 10-Sep-2001 eeh

Add Sun GEM gigabit network card.


Revision tags: thorpej-devvp-base
# 1.355 05-Sep-2001 drochner

branches: 1.355.2;
we (research center Juelich) are a PCISIG member now - add the vendor ID
and some products


# 1.354 04-Sep-2001 thorpej

Add product ID for the Intel IXP1200 Network Processor.


# 1.353 04-Sep-2001 pooka

add Allegro-1 ID

also from Jared D. McNeill


# 1.352 04-Sep-2001 pooka

add another device ID for the ESS Maestro3

from Jared D. McNeill


# 1.351 30-Aug-2001 soren

Add some more Hifn chips.


# 1.350 28-Aug-2001 tsubai

Add more Apple devices.


# 1.349 27-Aug-2001 enami

Sort Intel products by id and kill duplicated entries.


# 1.348 27-Aug-2001 ad

Add a DPT PCI-PCI bridge.


# 1.347 23-Aug-2001 thorpej

Take part numbers out of the PCnet-PCI product descriptions.


# 1.346 23-Aug-2001 thorpej

Add Promise ATA/100 TX2 device ID.


# 1.345 20-Aug-2001 fvdl

Add some entries for the AMD 76x chipset for completeness.


# 1.344 20-Aug-2001 gehenna

Add NEC USB2.0 Host Controller


# 1.343 18-Aug-2001 thorpej

Add Avance Logic ALS4000 Audio.


# 1.342 17-Aug-2001 matt

Add Apple Uni-N (as used in QuickSilver) product IDs.


# 1.341 13-Aug-2001 cjs

Add Transmeta and products, and an ALI integrated sound/modem device.


# 1.340 31-Jul-2001 matt

Add pci ids for the Intel 80312 I/O companion chip for the
Intel 80200 XScale processor.


# 1.339 28-Jul-2001 pooka

3c556 V.90 MiniPCI modem


# 1.338 25-Jul-2001 thorpej

Add the Antares Microsystems, Inc. vendor ID, and the product ID
for their Gigabit Ethernet board (a TC9021 board targeted at the
Sun market).


# 1.337 23-Jul-2001 bouyer

Add TITAN PCI100H.


# 1.336 30-Jun-2001 thorpej

branches: 1.336.2;
Change the DLINK ST-201 entry, add more Sundance/DLINK Gig-E
products.


# 1.335 28-Jun-2001 thorpej

Add Tamarack Microelectronics, Inc. vendor ID, and product ID for
Tamarack TC9021 Gigabit Ethernet.


# 1.334 27-Jun-2001 mcr

added Solidum PAX.ware 1100 and Lucent ORCA PCI targets


# 1.333 20-Jun-2001 thorpej

Add more/update existing 3Com 3CR990 product IDs.


# 1.332 20-Jun-2001 thorpej

Add SysKonnect SKNET-GE (GEnesis Gigabit Ethernet).


# 1.331 20-Jun-2001 imp

Add O2Micro PCI-{CardBus,PCMCIA} bridges:
OZ6729, OZ6730, OZ6832/OZ6833, OZ6860 and OZ6812/OZ6872


# 1.330 18-Jun-2001 onoe

Add Cisco/Aironet 350


# 1.329 17-Jun-2001 tsubai

Add device IDs on the new iBook.


# 1.328 13-Jun-2001 simonb

Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.

IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.


# 1.327 11-Jun-2001 thorpej

Add Level One product ID, and LXT-1001 10/100/1000 Ethernet
product ID.


# 1.326 11-Jun-2001 tron

Add support for the D-Link DFE-530TX+. Patch supplied by
Gabriel Rosenkoetter in PR kern/13161.


# 1.325 31-May-2001 nisimura

Add product IDs for IDT RC32234 and RC32334 system controllers.


# 1.324 21-May-2001 thorpej

Add ICH3 network controller IDs.


# 1.323 18-May-2001 enami

Add product IDs of internal devices found in NEC VRC4173 and vendor/product
ID of MediaQ MQ200.


# 1.322 17-May-2001 drochner

add some stuff I got between my fingers


# 1.321 14-May-2001 thorpej

Add product ID for the National Semiconductor DP83820 Gigabit Ethernet
chip.


# 1.320 06-May-2001 fvdl

Add some IDs for the AMD760 chipset, as specified in the datasheet.


Revision tags: thorpej_scsipi_beforemerge
# 1.319 25-Apr-2001 simonb

Spell "portege" correctly - it's a computer, not a car.


Revision tags: thorpej_scsipi_nbase thorpej_scsipi_base
# 1.318 21-Apr-2001 tsutsui

Correct an entry for Acard UDMA IDE controller.
The chip is actually marked as ATP860-A, not ATP860R.


# 1.317 13-Apr-2001 hubertf

Move the Trident CyberClade entry where it belongs.


# 1.316 12-Apr-2001 itojun

change symbol for LMC T1 card. part of PR 12331.


# 1.315 12-Apr-2001 matt

Add UltraSparc IIe PCI interface.


# 1.314 09-Apr-2001 ad

Add Tekram DC-315/DC-395.


# 1.313 31-Mar-2001 minoura

Add Cyrix products (MediaGX).


# 1.312 21-Mar-2001 soren

Lower-case a few hex digits for easier searching.


# 1.311 21-Mar-2001 hubertf

Add Trident CyberBlade as found in Toshiba Satellite Pro 4600


# 1.310 20-Mar-2001 mrg

add sun device ids found on sunblade1000 systems.


# 1.309 17-Mar-2001 thorpej

Fixup some Intel Gig-E entries.


# 1.308 13-Mar-2001 bouyer

Add Titan Electronics Inc vendor ID (from linux) and Titan VS-800H
product.


# 1.307 07-Mar-2001 matt

Add Galileo GT-64260.


# 1.306 05-Mar-2001 matt

branches: 1.306.2;
Add Winbond W83C533F functions.


# 1.305 04-Mar-2001 msaitoh

Add an entry for NetMos


# 1.304 02-Mar-2001 thorpej

Add Mylex AcceleRAID and eXtremeRAID product and sybsystem IDs.


# 1.303 02-Mar-2001 thorpej

Add product ID for Xircom WinGlobal modem.


# 1.302 18-Feb-2001 bouyer

Add Intel 82801BAM IDE controller, found in laptops. From OpenBSD


# 1.301 18-Feb-2001 matt

Add Symbios FC909


# 1.300 12-Feb-2001 tshiozak

add CMI8738B.


# 1.299 11-Feb-2001 ad

Add another 3ware product.


# 1.298 04-Feb-2001 briggs

Add the MPC8240 (Kahlua) Host Bridge


# 1.297 02-Feb-2001 hubertf

Add M5243 PCI-AGP Bridge
Fixes PR 11466 by Jared D. McNeill <jmcneill@invisible.yi.org>


# 1.296 31-Jan-2001 thorpej

Add the SEGA Dreamcast Broadband Adapter.


# 1.295 26-Jan-2001 rh

Add Toshiba Protege product code


# 1.294 26-Jan-2001 rh

Add product code for the Compaq Armada M700 Notebook


# 1.293 22-Jan-2001 jdolecek

add US Robotics (3Com) 56K Voice Internal PCI Modem (WinModem) entry
I wish I'd been less foolish and not bought this device ...


# 1.292 22-Jan-2001 mjl

Add stallion products.


# 1.291 17-Jan-2001 thorpej

Update the Intel Gigabit Ethernet entries.


# 1.290 15-Jan-2001 thorpej

Add the 66MHz version of the Symbios 53c1010.


# 1.289 12-Jan-2001 itojun

add product ID for LMC T1 card. from freebsd.


# 1.288 09-Jan-2001 rh

Add COMPAL vendor and COMPAL 38W2 product (OEM for Dell Inspiron 5000e)


# 1.287 09-Jan-2001 thorpej

Add Symbios 53c1510D.


# 1.286 08-Jan-2001 thorpej

Add product ID for the Accton EN2242 10/100 Ethernet (an ADMtek AN985).


# 1.285 08-Jan-2001 thorpej

Add product ID for DEC SWXCR RAID (a Mylex v5 controller).


# 1.284 08-Jan-2001 rh

Add IDs for the NEC Versa LX and Versa Pro LX


# 1.283 03-Jan-2001 mycroft

Add Chrysalis-ITS LunaVPN card.


# 1.282 31-Dec-2000 ad

Fix Mylex products.


# 1.281 30-Dec-2000 eeh

Fix typo.


# 1.280 30-Dec-2000 eeh

Add Sun psycho bus controller.


# 1.279 27-Dec-2000 tsutsui

Fix entries of Acard UDMA IDE controllers.


# 1.278 27-Dec-2000 augustss

Add a VIA chipset and Nvidia GeForce2 MX.


# 1.277 23-Dec-2000 tsutsui

Add Acard UDMA IDE controllers.


# 1.276 14-Dec-2000 onoe

add Aironet 4500/4800


# 1.275 05-Dec-2000 drochner

add some chips I met in the last weeks


# 1.274 20-Nov-2000 onoe

CXD32222 -> CXD3222 (Sony OHCI Controller)


# 1.273 18-Nov-2000 thorpej

Add some 3D Labs products, from XFree86, via groo@netbsd.org


# 1.272 14-Nov-2000 bouyer

Add Alteon and netgear 1000baseT variants of the gigabit ethernet adapter.

From FreeBSD


# 1.271 04-Nov-2000 thorpej

Add a couple NeoMagic products. From OpenBSD.


# 1.270 03-Nov-2000 ad

Oops


# 1.269 03-Nov-2000 ad

Pequr Technology is now called ServerWorks.


# 1.268 27-Oct-2000 thorpej

Add a bunch of Intel PCI chipsets. From OpenBSD.


# 1.267 27-Oct-2000 thorpej

Add a bunch of Pequr (ServerWorks) products. From OpenBSD.


# 1.266 19-Oct-2000 thorpej

Add the ICS Advent PCI-WDT500/501 watchdog timer boards.


# 1.265 14-Oct-2000 simonb

Add ATI Mobility M3 (both PCI and AGP).


# 1.264 12-Oct-2000 itojun

pci device ID for hifn 7751-based crypto cards. from openbsd.


# 1.263 03-Oct-2000 thorpej

Add ADMtek AN985 10/100 Ethernet.


# 1.262 27-Sep-2000 augustss

Add some ATI Rage cards and some Intel chips.


# 1.261 20-Sep-2000 thorpej

Add National Semiconductor DP83815 10/100 Ethernet.


# 1.260 19-Sep-2000 fvdl

Add IDs for the 3c555, 556 and 556B 3Com MinPCI Ethernet cards.


# 1.259 13-Sep-2000 ad

Add product IDs for AMI MegaRAID boards.


# 1.258 13-Sep-2000 tron

Remove incomplete (and incorrect) entry for D-Link 530.


# 1.257 13-Sep-2000 tron

Use "VT6102 (Rhine II) 10/100 Ethernet" as description to be consistent
with existing entry for "VT86C100A (Rhine-II) 10/100 Ethernet".


# 1.256 13-Sep-2000 tron

Add VT6102 Rhine II 10/100BaseTX ethernet chip used on e.g. the
D-Link 530TX NIC.


# 1.255 07-Sep-2000 soren

s/AT&T Microelectronics/Lucent Technologies/


# 1.254 04-Sep-2000 soren

Add Intel 440GX host bridge.


# 1.253 04-Sep-2000 itojun

Brooktree Bt8474 Multichannel Synchronous Communictaions Controller (MUSYCC)


# 1.252 02-Sep-2000 cgd

after discussion with veego, rename constant for 3D Labs Permedia 2 from
PERMEDI2 to PERMEDIA2. (substance over style. 8-) Also, fix a typo
I noticed in a comment.


# 1.251 29-Aug-2000 wiz

add vendors HAUPPAUGE, ASKEY, AVERMEDIA


# 1.250 21-Aug-2000 enami

Add a product id for the promise ata-100 controller found on
MS-6321 (694D Pro). Reported in the PR#10756 by Kazuki Sakamoto.


# 1.249 21-Aug-2000 haya

Add several Texas Instrument's PCI-CardBus bridges.


# 1.248 10-Aug-2000 soren

s/Toshiba America Info Systems/Toshiba/ since they are the main PCI issuer.
Add new version of the Oboe FIR device.


# 1.247 07-Aug-2000 billc

Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.


# 1.246 04-Aug-2000 ad

Vortex Computer Systems changes, from OpenBSD:
- Add product ID for GDT6518RS.
- Fix bogus product IDs.


# 1.245 23-Jul-2000 jonathan

* Add entries for older Yamaha YMF chips (724, 740) plus the
newer steppings (740C, 724F) which use the same microcode as the
DS-1S/DS-1E


# 1.244 20-Jul-2000 ad

Add what is apparently ESS's old vendor ID and corresponding product ID for
the Maestro 1.


# 1.243 10-Jul-2000 ad

Add ICP Vortex RAID controllers.


# 1.242 09-Jul-2000 mycroft

Add ID for i82559ER.


# 1.241 08-Jul-2000 mrg

add microSPARC IIep PCI controller


# 1.240 04-Jul-2000 enami

Add device ID of promise ultra100/ata controller.


# 1.239 03-Jul-2000 gmcgarry

Devices found in NEC Versa Note VX


# 1.238 24-Jun-2000 joda

add Intel 82801BA devices


# 1.237 21-Jun-2000 bouyer

Add CMD PCI0649 product ID.


Revision tags: netbsd-1-5-base
# 1.236 16-Jun-2000 soren

branches: 1.236.2;
Add some S3 chips.


# 1.235 13-Jun-2000 tron

Add CMD PCI0648.


# 1.234 12-Jun-2000 nathanw

Add AMD 79c978 PCnet-PCI Home.


# 1.233 12-Jun-2000 bouyer

Shorter description for the HPT366


# 1.232 12-Jun-2000 bouyer

Add HPT366/370 device ID.
XXX Is 'TRIONES' the rigth vendor name ?


# 1.231 09-Jun-2000 augustss

Add some PCI devices found in the IOpener (commited from the IOpener itself :).


# 1.230 07-Jun-2000 ad

Add vendor/device ID for 3ware Escalade IDE RAID controller.


# 1.229 07-Jun-2000 mrg

fix a couple of the sun entries.


# 1.228 07-Jun-2000 soren

Add Trident 9397DVD.


# 1.227 06-Jun-2000 kleink

Add the product ID for the ESS Maestro 3 modem function as well.


# 1.226 05-Jun-2000 kleink

Add the ESS Maestro 3 product ID as well.


# 1.225 05-Jun-2000 kleink

ESSTECH:
* add what's allegedly the Maestro 1's product ID.
* align product names with data sheets.


# 1.224 30-May-2000 matt

Add the TI 1394 controllers. Makes all the 1394 controller descriptions
similar.


# 1.223 28-May-2000 drochner

-correct description for 3c905b-FX (100 Mb only)
-add Neomagic 256ZX


# 1.222 27-May-2000 scw

Add entries for a couple of OPTi PCI-IDE controllers.


# 1.221 27-May-2000 nathanw

Whitespace police.


Revision tags: minoura-xpg4dl-base
# 1.220 27-May-2000 soren

branches: 1.220.2;
Add a few devices.


# 1.219 26-May-2000 matt

Add NEC 1394 OHCI chips


# 1.218 18-May-2000 drochner

fix typo in last commit


# 1.217 18-May-2000 garbled

Add the device ID for the IBM MPIC-II.


# 1.216 14-May-2000 soren

Add SGI IOC3.


# 1.215 12-May-2000 thorpej

Add product ID for 3Com 3c980C-TXM 10/100 Ethernet. From Paul J. Lavoie,
kern/10037.


# 1.214 07-May-2000 jonathan

Product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.


# 1.213 30-Apr-2000 dante

Add ASB-3940U3W host adpeter (AdvanSys)


# 1.212 28-Apr-2000 augustss

Add 2 more eap audio devices.


# 1.211 26-Apr-2000 thorpej

Add product ID for the PLX Technology 9060ES PCI bus controller. Note this
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.


# 1.210 22-Apr-2000 augustss

Add some CMedia audio devices. From T.SHIOZAKI <AoiMoe@imou.to>


# 1.209 19-Apr-2000 bouyer

Add some Symbios devices.


# 1.208 18-Apr-2000 cgd

SiByte, Inc. is vendor 0x166d.


# 1.207 17-Apr-2000 thorpej

Add product ID for the S3 Trio3D/2X AGP graphics adapter.


# 1.206 03-Apr-2000 joda

add some NVIDIA chipsets


# 1.205 31-Mar-2000 tsarna

Add auvia, a driver for the integrated AC'97 audio on the VIA VT82C686A
southbridge.

Tested on a ASUS K7M (w/ AD1881 codec). Please report any problems.


# 1.204 30-Mar-2000 joda

add the device id for the VIA 686A modem controller, continuing the
trend of mislabelling VIA's south bridges


# 1.203 27-Mar-2000 ad

Add a couple of DPT devices.


# 1.202 23-Mar-2000 joda

add two Intel 82810E devices (from IWAMOTO Toshihiro)


# 1.201 23-Mar-2000 ad

Back out rev 1.197.


# 1.200 21-Mar-2000 joda

add two VIA VT8371 devices


# 1.199 16-Mar-2000 thorpej

Add product ID for the Intel InBusiness 10/100 Ethernet adapter (which
is an i82559 with a different product ID).


# 1.198 14-Mar-2000 tsarna

Add product ids for some VIA Technologies VT82C686A southbridge devices.


# 1.197 13-Mar-2000 ad

Add a bunch of Compaq array controllers.


# 1.196 11-Mar-2000 jdolecek

Add id for Alliance AT25, as sent by Dave Sainty in kern/9596.


# 1.195 09-Mar-2000 jdolecek

Add Conexant SoftK56 PCI Software Modem, Sony CXD3222 OHCI i.LINK(IEEE 1394)
PCI controller, Sony Memory Stick I/F Controller
Ids send by John Hawkinson in kern/9588


# 1.194 06-Mar-2000 mark

Add SYMPHONY 83C553 PCI-ISA bridge.
Add alternative ID for Winbond W89C940F.


# 1.193 04-Mar-2000 tron

Add AMD Athlon chipset related devices. Patch supplied by Dave Sainty in
PR kern/9533.


# 1.192 16-Feb-2000 soren

Add Toshiba ISA bridge.


Revision tags: chs-ubc2-newbase
# 1.191 08-Feb-2000 bouyer

Add US Robotics vendor ID, and USR 3CP5609 PCI 16550 Modem product ID.
From Kent Polk.


# 1.190 03-Feb-2000 dante

Add AdvanSys U2W boards


# 1.189 03-Feb-2000 joda

2 Micro -> O2 Micro


# 1.188 31-Jan-2000 thorpej

Add SiS 7016 10/100 Ethernet.


# 1.187 25-Jan-2000 haya

Add TI PCI 1451 PCI-CardBus bridge.


# 1.186 24-Jan-2000 joda

TI PCI2030 is a PCI-PCI bridge


# 1.185 23-Jan-2000 tsubai

Add Apple KeyLargo and UniNorth.


# 1.184 12-Jan-2000 haya

Add an entry for Toshiba ToPIC100 CardBus-PCI bridge.


# 1.183 11-Jan-2000 matt

Add CompuModules DVB receiver and transmitter boards.


# 1.182 09-Jan-2000 soren

Add MPC105.


# 1.181 05-Jan-2000 drochner

add some stuff which was mentioned on the mailing lists recently


# 1.180 30-Dec-1999 hubertf

Add an entry for the Trident Microsystems CYBER 9525
(as found in an Toshiba Satellite 2650 XDVD).


Revision tags: wrstuden-devbsize-19991221 wrstuden-devbsize-base
# 1.179 17-Dec-1999 drochner

add Intel 450NX stuff


# 1.178 17-Dec-1999 augustss

Change the Galileo entries so the generated code can be compiled.


# 1.177 17-Dec-1999 soren

Fix comment.


# 1.176 17-Dec-1999 soren

Add Galileo Technology system controllers.
Remove obsolete ID database URL.


# 1.175 15-Dec-1999 kleink

* Add ESS Maestro2 product ID.
* Add TerraTec vendor ID.


# 1.174 04-Dec-1999 castor

Add vendor ID for Lava Semiconductor (http://www.lavalink.com)


# 1.173 04-Dec-1999 thorpej

Add some of the Compaq RAID controller IDs.


# 1.172 01-Dec-1999 drochner

add Cyclades 4Y and 8Y


# 1.171 30-Nov-1999 drochner

add 3c905B-COMBO


# 1.170 17-Nov-1999 augustss

Add the SBLive! joystick device.


Revision tags: fvdl-softdep-base
# 1.169 12-Nov-1999 is

Identification of DOMEX PCI-SCSI board, by Thilo Manske, PR 8772.


# 1.168 07-Nov-1999 cgd

back out rev 1.166:
(1) the list added isnt' complete and i'd call it incorrect. (There are
other devices with these names, where were omitted. I've never seen
the devices with these IDs, I _have_ seen the other devices that go
by these names.)
(2) the PR (8754) had not been updated to note that the problem was
fixed, and i'd preiously asked the submitter for more information and/or
a corrected list.


# 1.167 06-Nov-1999 rh

Add vendor/product entry for Auravision VxP524 PCI Video Processor.


# 1.166 06-Nov-1999 augustss

Add SIIG devices. Closes PR kern/8754 from Andreas Wrede <andreas@planix.com>


# 1.165 04-Nov-1999 tsarna

Add Aureal AU8820


# 1.164 04-Nov-1999 augustss

Add SBLive!


# 1.163 04-Nov-1999 joda

add Xircom X3201-3 Fast Ethernet Controller


Revision tags: comdex-fall-1999-base
# 1.162 01-Nov-1999 augustss

Add FM801 audio device driver. From Witold J. Wnuk ww181302@zodiac.mimuw.edu.pl
Closes PR kern/8729.


# 1.161 29-Oct-1999 matt

Add AHA-1480 (adaptec cardbus scsi)


# 1.160 29-Oct-1999 haya

Maintainance the name of Ricoh PCI-CardBus bridges.


# 1.159 11-Oct-1999 hannken

branches: 1.159.2; 1.159.4;
Add an entry for the Adaptec 2940UW Pro Scsi adapter.


# 1.158 29-Sep-1999 thorpej

branches: 1.158.2;
- Add Sundance Technolgy vendor ID.
- Add Sundance Technolgy ST201 10/100 Ethernet product ID.
- Add D-Link DFE-550TX product ID (uses ST201 chip).


# 1.157 29-Sep-1999 thorpej

Add adaptec AIC-6915 10/100 Ethernet.


# 1.156 27-Sep-1999 ad

s@SmartCache/Raid@SmartCache/SmartRAID@


# 1.155 11-Sep-1999 soren

Add ENI SpeedStream.


# 1.154 10-Sep-1999 augustss

Add more TI CardBus bridges. Taken from the CardBus patches.


# 1.153 08-Sep-1999 thorpej

Add some more Tulip clones.


# 1.152 08-Sep-1999 thorpej

Add Davicom Semiconductor vendor ID, and Davicom DM9102 10/100 Etherent
product ID (Yet Another Tulip Clone).


# 1.151 08-Sep-1999 thorpej

LITEON_PNIC -> LITEON_82C168


# 1.150 01-Sep-1999 drochner

-add some incarnations of the Alteon gigabit Ethernet adapter
-sort some entries which were put in by legasthenics


# 1.149 28-Aug-1999 augustss

Add a bunch of i810 devices. From Paul Shupak <paul@plectere.com>.


# 1.148 27-Aug-1999 thorpej

Add Samsung Semiconductor KS8920 10/100 Ethernet.


# 1.147 24-Aug-1999 soren

Add Intel i740.


# 1.146 17-Aug-1999 drochner

-mention a location where the old PCI database can still be found
-add Alteon Gigabit Ethernet


# 1.145 16-Aug-1999 mcr

Added Solidum Systems PCI vendor ID and Device IDs


# 1.144 12-Aug-1999 bouyer

Add Promise Ultra66, change entry of Ultra33 to reflect the fact that can
"only" do ultra/33.


Revision tags: chs-ubc2-base
# 1.143 01-Aug-1999 veego

Add an entry for the TI PCI1211 PCI-CardBus Bridge.
From the cardbus patches.


# 1.142 29-Jul-1999 thorpej

Add some Initio SCSI controller IDs.


# 1.141 28-Jul-1999 soren

Correct Acard device names.
Add and update a few IBM devices.
Add Toshiba and NEC devices in Portege 3K's.


# 1.140 27-Jul-1999 castor

Add vendor ID for Geocast


# 1.139 27-Jul-1999 thorpej

Add product ID for the SMC 83c175 Fast Ethernet chip. This is a cousin
of the SMC 83c170 which also supports CardBus.


# 1.138 20-Jul-1999 drochner

add TI TVP4020 Permedia 2


# 1.137 15-Jul-1999 ross

product 3COM 3C905CTX 0x9200


# 1.136 15-Jul-1999 augustss

Add Cinemaster C 3.0 DVD Decoder.


# 1.135 14-Jul-1999 fvdl

Add/change a few Adaptec controller IDs.


# 1.134 12-Jul-1999 kleink

Change the ESS Solo-1 description string to match the data sheet.


# 1.133 30-Jun-1999 fair

A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.

No regeneration required.


# 1.132 27-Jun-1999 drochner

add some realtek 8139 clones


# 1.131 19-Jun-1999 augustss

Add Sony CXD 1947A FireWrire Controller and Neomagic 128XD.


# 1.130 18-Jun-1999 tsubai

Add some Apple and MOT products.


# 1.129 05-Jun-1999 tron

Add Matrox MGA 400, 3Dfx Banshee and Voodoo 3.


# 1.128 05-Jun-1999 tron

Add entry for Riva TNT and correct entry for Riva 128.
Fixes first half of PR kern/7699 by Bjoern Labitzke.


# 1.127 02-Jun-1999 drochner

add SIS 6326 low-end AGP graphics
fix CL_PD6832 device id, PR kern/7691 from Paul Dokas


# 1.126 29-May-1999 mrg

fix error in previous.


# 1.125 29-May-1999 mrg

s/bus/bridge/ for the sun pci bridges. my bad.


# 1.124 29-May-1999 fvdl

Add 3c900B-TPC product ID. From Robert Elz.


# 1.123 27-May-1999 mrg

add the UltraSPARC IIi PCI interface


# 1.122 23-May-1999 veego

Add several entries.


# 1.121 20-May-1999 augustss

Change vendor id 0x11c1 to Lucent since that seems to be what it is now.
Add a Lucent USB controller.


# 1.120 17-May-1999 drochner

add NeoMagic 256AV Video/Audio chip


# 1.119 07-May-1999 hwr

Added CIRRUS CL_PD6832 from "Johnny C. Lam" <lamj@stat.cmu.edu> in kern/7119.


# 1.118 07-May-1999 hwr

Added TI PCI1251 from joda@pdc.kth.se (Johan Danielsson) in kern/6873.


# 1.117 07-May-1999 drochner

add another AGP graphics chip and a PCI-VME interface


# 1.116 07-May-1999 matt

Add TI LYNX FireWire Controller (as used in the Apple B&W G3)


# 1.115 06-May-1999 mrg

add pci devices found in U5's:
- ati weird mach64
- ebus bus
- `network' hme compatible ethernet
- `simba' PCI bus


# 1.114 12-Apr-1999 jonathan

Add entries for TI, Ricoh, Toshiba PCI-to-cardbus bridge chips, so
we can identify them as cardbus chips supported by the cardbus patches.

Add entry for OPTI chipsets whose interrupts arent properly set up by
some BIOSes.

From cardbus patches<ftp://nandra.iri.co.jp/pub/NetBSD/CardBus by
HAYAKAWA Koichi <haya@tcad.ulsi.sony.co.jp>.


Revision tags: netbsd-1-4-base
# 1.113 25-Mar-1999 explorer

branches: 1.113.2;
Add LAN Media Corporation info


# 1.112 19-Mar-1999 mycroft

Add AudioPCI 97 (a.k.a. Creative Ensoniq AudioPCI).


# 1.111 17-Mar-1999 thorpej

Add Silicon Integrated Systems SiS900 10/100 Ethernet.


# 1.110 16-Mar-1999 mjacob

add Qlogic 1080 && 1240 product IDs


# 1.109 11-Mar-1999 sakamoto

Add several VIA Technologies chipsets.


# 1.108 09-Mar-1999 drochner

add 2 ISDN cards, from Martin Husemann per PR kern/7110


# 1.107 19-Feb-1999 thorpej

Improve descriptions for DEC Ethernet chips.


# 1.106 19-Feb-1999 thorpej

Improve the descriptions of 3Com Ethernet cards, and add the 3c905B-FX
and 3c980 Server Adapter products.


# 1.105 19-Feb-1999 thorpej

Add several Tulip clone chips.


# 1.104 14-Feb-1999 tron

Add 3Dfx's Voodoo II. Fixes PR kern/7000 by Brett Lymn.


# 1.103 05-Feb-1999 thorpej

Add some Olicom Ethernet device IDs, from FreeBSD's tl driver.


# 1.102 28-Jan-1999 augustss

Add S3 86C365 Trio3D.


# 1.101 16-Jan-1999 drochner

add another NCR chip, from Dave Sainty <dave@dtsp.co.nz> per PR kern/6819


# 1.100 30-Dec-1998 hwr

Add NeoMagic MagicGraph 128ZV graphic chip.


# 1.99 21-Dec-1998 drochner

change name of 82443BX according to Intel's data sheet
correct "no AGP" case to real topology of the chip
clarification: s/AGP Device/AGP Interface/


# 1.98 20-Dec-1998 drochner

add a Zoran multimedia controller chip


# 1.97 18-Dec-1998 thorpej

Add product ID for the Yamaha 724 Audio device. PR #6605, Dave Sainty.


Revision tags: kenh-if-detach-base
# 1.96 09-Dec-1998 thorpej

Some more touchup on the VIA Rhine chip model number, and so some
sorting.


# 1.95 05-Dec-1998 matt

Add Sigma Designs REALmagic Hollywood Plus MPEG-2 decoder


# 1.94 30-Nov-1998 jtk

Per PR/6172 (Johnny Lam, lamj@stat.cmu.edu), fix pcidevs identification
of CL-PD6729. See <http://www.cirrus.com/products/overviews/pd6729.html>.


# 1.93 29-Nov-1998 thorpej

Fix the original Rhine's part number (thanks to Greg Oster).


# 1.92 29-Nov-1998 thorpej

Garbage-collect some bogus RealTek entries.


# 1.91 29-Nov-1998 thorpej

Add product IDs for the VIA Rhine and Rhine-II 10/100 Ethernet chips.
(XXX What is the original Rhine's part number?!)


# 1.90 27-Nov-1998 drochner

add Powerstorm 4D50T graphics found in some Alphas


# 1.89 23-Nov-1998 mcr

added 82443BX_AGP_NOT as per kern/5847


Revision tags: chs-ubc-base
# 1.88 20-Oct-1998 thorpej

Add RealTek 8129 and 8139 10/100Mb Ethernet IDs.


# 1.87 19-Oct-1998 bouyer

Yet another attemp at getting the VIA tech. product name/ID's rigth.
It seems that different products have the same name (sigh).


# 1.86 05-Oct-1998 tron

Correct vendor 0x1191 to "ACARD", add missing Matrox boards.
Fixes PR kern/6251 by Soren S. Jorvang.


# 1.85 04-Oct-1998 tron

Add S3 Virge/DX, fixes PR kern/6245 by Steve Allen.


# 1.84 01-Oct-1998 fvdl

Fix typo in 905BT4 product name.


# 1.83 26-Sep-1998 dante

Change product ADVSYS 2300 to ADVSYS WIDE


# 1.82 22-Sep-1998 mark

Add ALI M1531 Host-PCI bridge.
Add Cirrus Logic CS4610 and CS4280 Audio chips.
Add Cirrus Logic CS4400 communications controller.


# 1.81 18-Sep-1998 drochner

Add PCI-VME interfaces: Tundra Universe and Bit3 2706
Note that Newbridge is now Tundra
Add Adaptec 7890 & Co.


# 1.80 18-Sep-1998 mark

Add yet another vendor ID for Fujitsu.
Add vendor ID for ESS Technology Inc.
Add product ID for ESS Technology ES1938 SOLO-1 AudioDrive
Add product ID for Fujitsu K56flex LTMODEM
Add product ID for TI PCI1250 PC Card bridge
Add product ID for Trident Cyber 9397 Video controller.


# 1.79 06-Sep-1998 veego

Add the Brooktree 878 and 879 id's and fix the comment of the 849 entry.


# 1.78 26-Aug-1998 drochner

add the SIS 5597/5598 all-in-one PCI chipset


# 1.77 26-Aug-1998 dante

Changed ADVSYSPROD to ADVSYS vendor ID
Added 1200A, 1200B, ULTRA, 2300 AdvanSys products ID


# 1.76 07-Aug-1998 thorpej

Add product IDs for the 3Com Cyclone-based PCI Ethernet devices,
the 3c90xB DMA-only cards.


Revision tags: eeh-paddr_t-base
# 1.75 28-Jul-1998 thorpej

Add the IMS TwinTurbo 128M graphics board.


# 1.74 27-Jul-1998 tron

"Brooktree Brooktree Bt848" -> "Brooktree Bt848"


# 1.73 27-Jul-1998 tron

Add Brooktree Bt848 and BT849 video capture chips.


# 1.72 27-Jul-1998 augustss

Add S3 SonicVibes.


# 1.71 25-Jul-1998 explorer

define RISCom and RISCom N2 product


# 1.70 22-Jul-1998 drochner

add IDs for ACC Micro 2051 "PCI Single Chip Solution"


# 1.69 19-Jul-1998 tron

Fix product ID for Matrox Mystique, add NEC PowerVR PCX2.


# 1.68 13-Jul-1998 mark

Add ID for ALI M1541 Host-PCI bridge.


# 1.67 10-Jul-1998 tron

Add Intel's BX chipset, 3Dfx Interactive and their Voodoo board.


# 1.66 30-Jun-1998 augustss

Add a 2 Micro CardBus controller.


# 1.65 15-Jun-1998 bouyer

Argh, comments have to be in /* */, not # !
Sorry for the one-in-tree commit.


# 1.64 15-Jun-1998 bouyer

Hum the "VT82C595 (Apollo VP2) Host-PCI Bridge" has 2 devices entries
(in FreeBSD too). Make it VT82C595 and VT82C595_2.


# 1.63 15-Jun-1998 bouyer

Add some VIA tech. products.


# 1.62 25-May-1998 mark

Added TriTech Microelectronics vendor ID.
Added TriTech Pyramid3D 25202 product ID.
Added Promise Ultra33 UltraDMA IDE controller product ID.
Added ALI product ID's for M1543 'Southbridge' PCI devices.


# 1.61 14-May-1998 augustss

Add another USB controller.


# 1.60 13-May-1998 augustss

Add OPTi OHCI USB host controller.


# 1.59 05-May-1998 thorpej

Add a few more NE-2000 compatible PCI Ethernet interfaces. XXX Some of
these may need further revision to get vendor and product names exactly
right.


# 1.58 04-May-1998 thorpej

Add STB Systems' second PCI vendor ID, and their Velocity128 AGP product.
kern/5362, Paul Goyette <paul@whooppee.com>


# 1.57 30-Apr-1998 mycroft

Add the Apple Bandit chip.


# 1.56 16-Apr-1998 drochner

add 2 ATM chips, correct entry for Toshiba MIPS bridge


# 1.55 28-Mar-1998 thorpej

Add the Contaq/Cypress 82C693 PCI-ISA bridge.


# 1.54 28-Mar-1998 cgd

fix bogus produce name tags for 82371FB_ISA and 82371FB_IDE (were 82471FB_*).
Pointed out by Soren S. Jorvang. Rename "BAD" vendor id to "INVALID".


# 1.53 07-Mar-1998 augustss

Add Matrox Millenium II AGP.


# 1.52 04-Mar-1998 cgd

fix comment bogon in last commit


# 1.51 04-Mar-1998 cgd

add CMD PCI0643, PCI0647, USB0670, USB0673. Remove the 'A' from the 640A
entry (because the same product id is used for the 640B, as well). Note
that a few of the entries (PCI0642, PCI0650A) no longer have data to
be found on the CMD web site, and note that PCI0650A should probably have
its "A" trimmed as well.


# 1.50 27-Feb-1998 mycroft

Add Macronix MX98713.


# 1.49 07-Feb-1998 augustss

Fix typo, and commit in the right order.


# 1.48 07-Feb-1998 augustss

Add the AGP device in the 82443LX.


# 1.47 27-Jan-1998 thorpej

Add product ID for the Packet Engines G-NIC gigabit Ethernet interface.


# 1.46 22-Jan-1998 mycroft

Add the Millenium II.


# 1.45 16-Nov-1997 christos

PR/4510: William Coldwell: Add TI thunderlan support.


# 1.44 27-Oct-1997 thorpej

Fix the description of the Winbond NE2000-compatible Ethernet ASIC.
It's a W89C940F.


Revision tags: netbsd-1-3-base marc-pcmcia-base
# 1.43 14-Oct-1997 thorpej

branches: 1.43.2;
Pull down from marc-pcmcia branch.


# 1.42 08-Oct-1997 mycroft

Correct spelling of Millennium.


# 1.41 06-Oct-1997 lonhyn

Added entries for GLINT 3D chips.


# 1.40 01-Oct-1997 drochner

Correct a number of Intel PCI devices, sync with names used in data sheet.
Add newer Intel / VIA i386 chipsets.
Correct one S3 chip, add one.
Mostly from Carl Shapiro <css@samsara.dialup.access.net> per PR kern/4169
and kern/4170 (identical).


# 1.39 23-Sep-1997 mycroft

Add the Ensoniq AudioPCI.


# 1.38 15-Sep-1997 bouyer

Add some of Compaq's network products.


# 1.37 12-Sep-1997 drochner

another graphics chip...


Revision tags: thorpej-signal-base
# 1.36 28-Aug-1997 thorpej

Add an entry for the SMC 83C170 "EPIC/100" Fast Ethernet chip.


# 1.35 23-Aug-1997 drochner

Add one more graphics chip.


# 1.34 16-Aug-1997 mjacob

Add in PCI_PRODUCT_QLOGIC_ISP2100.


# 1.33 14-Aug-1997 drochner

Include some more stuff.


# 1.32 03-Aug-1997 fvdl

Add a few VIA Apollo chipset IDs


Revision tags: marc-pcmcia-bp
# 1.31 19-Jul-1997 cgd

branches: 1.31.2;
clean up a few entries, fix the entry for the TI PCI1130 so the device
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.


# 1.30 24-Jun-1997 thorpej

Correct Intel Triton MX PCI IDs, from Tom Yu <tlyu@mit.edu>, PR #3478.


# 1.29 24-Jun-1997 kml

Added definitions for Essential Communications RoadRunner HIPPI and
Gigabit Ethernet interfaces.


# 1.28 13-May-1997 jtk

correct the identification of Intel Orion PCIset chips


# 1.27 04-Apr-1997 augustss

Two more PCI devices.


# 1.26 20-Mar-1997 chuck

- add Adaptec ATM ID's (0x5900, 0x5905). still trying to find out how they
correspond to the ANA numbers... certainly includes ANA-5940.
- add Efficient Nets product 0x0000. according to linux pci.h
the 0x0000 is an FPGA version of the midway card and the 0x0002
is the ASIC version.


Revision tags: is-newarp-before-merge
# 1.25 16-Feb-1997 veego

Fix errors in the last commit.


# 1.24 15-Feb-1997 tls

greatly expanded pcidevs file courtesy of Carl Shapiro <cshapiro@sparky.ic.sunysb.edu>.


Revision tags: is-newarp-base
# 1.23 01-Jan-1997 veego

branches: 1.23.4;
Add the Matrox Millenium and regen the header files.


# 1.22 28-Nov-1996 jtk

add Cirrus CL-7541, 7543 and ACC 2188; regen .h files


# 1.21 28-Nov-1996 thorpej

Fill out the Intel section of this a bit, and note the URL of a
periodically updated list of PCI vendor/product codes.


# 1.20 19-Oct-1996 jonathan

Add productId for RealTek 8029 PCI ethernet board.


# 1.19 15-Oct-1996 christos

Use the official 3com part names; from Curt Sampson


# 1.18 13-Oct-1996 christos

Apply PR/2840: Recognize more 3com models...


# 1.17 08-Oct-1996 gibbs

dev/microcode/aic7xxx/aic7xxx.seq,
dev/microcode/aic7xxx_seq.h,
dev/ic/aic7xxxreg.h:
Remove intrinsic knowledge about SDTR and WDTR messages and replace it
with a generic message system that allows the kernel driver to handle
SDTR, WDTR and any other type of extended message it chooses too. This
makes the sequencer code much simpler, makes extended message handling
debuggable since the bulk of the work is in the kernel driver, and saves
lots of instruction space.

Regen microcode header file.

dev/ic/aic7xxx.c, dev/ic/aic7xxxvar.h:
Add code to handle WDTR and SDTR negotiation in light of the changes in
the message interface to the sequencer. Don't reject targets that
negotiate async by sending an SDTR with a 0 offset. Use an sdtr message
with 0,0 to negotiate async when a target suggests a period that is too
long for us to handle. Some tape and cdrom drives don't like us doing
the message reject that we did in the past.

Fix a problem with handing the QUEUE FULL condition.

Fix a race condition (most likely the cause of the SCB paging problems) that
might allow the sequencer to get unpaused before the condition that caused
it to be paused (a SEQINT) was handled.

Race condition pointed out by Doug Ledford <dledford@dialnet.net> and
by "Dan Willis" <dan@plutotech.com>.

dev/pci/ahc_pci.c:
Add support for the 2940AU, an aic7860 based controller.

dev/pci/pcidevs.h, dev/pci/pcidevs_data.h:
Add product IDs for the 2940AU, aic7860 and aic7855.

Regen data file.

scsi/scsi_message.h:
Add MSG_EXT_SDTR_LEN and MSG_EXT_WDTR_LEN - the length of bytes in these
extended messages.

Thanks to Chuck Cranor <chuck@maria.wustl.edu> for testing these changes
out for me.


# 1.16 24-Sep-1996 christos

New cyclades driver from Timo Rossi.


# 1.15 29-Aug-1996 cgd

add entry for the IBM 82351 PCI-PCI Bridge


# 1.14 26-Aug-1996 cgd

add ids for the PGXGB (TGA2), and DGLPB (OPPO).


# 1.13 23-Aug-1996 cgd

add an entry for the FORE PCA-200e


# 1.12 15-Jul-1996 cgd

clean up, sort a few entries. Add many new entries, based on information
gleaned from the XFree86 3.1.2E release.


# 1.11 22-Jun-1996 chuck

add product code for efficient networks eni155p atm card and regenerate


Revision tags: netbsd-1-2-RELEASE netbsd-1-2-BETA netbsd-1-2-base
# 1.10 16-May-1996 mycroft

branches: 1.10.4;
Add another ID for BusLogic cards.


# 1.9 13-May-1996 thorpej

Add an LSI Logic vendor id, and an S3 product id. Provide more detail
on a couple of S3 and UMC product ids. From Shelby Noonan <shelby@og.org>


# 1.8 07-May-1996 thorpej

Add ID for AMD PCnet-PCI Ethernet.


# 1.7 04-Apr-1996 mycroft

Add some NCR chips.


# 1.6 19-Feb-1996 christos

Add 3c595 id


# 1.5 31-Jan-1996 cgd

update/clean entries for Adaptec PCI scsi chips/boards.


# 1.4 22-Jan-1996 cgd

update PCIVERBOSE code in various ways:
(1) remove the 'UNSUPP' keyword from the device list,
because it can't be reasonably used (becuase different
devices may be supported on different machines, for
good reason).
(2) enhance pci_devinfo so that class/subclass information
is optional (so pci_devinfo can be used by drivers that
match classes of devices, and want to look up the
devices' names easily).
(3) more known vendors and devices.


# 1.3 10-Nov-1995 christos

- pcidevs: add 3c590 and adaptec ultra
- aic7xxx.c: fix the probe routines to use pcidevs.h


Revision tags: netbsd-1-1-PATCH001 netbsd-1-1-RELEASE netbsd-1-1-base
# 1.2 20-Jun-1995 cgd

vendor IDs for Acer and SIS


# 1.1 18-Jun-1995 cgd

learn about some PCI vendor and product numbers. not yet used