summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-01-19 01:34:12 +0000
committeraaron <aaron@openbsd.org>2001-01-19 01:34:12 +0000
commit2bee5f91d71751d70f1ce026dd3305d2778f1521 (patch)
treea3857fdbc380a68c9e69b0af5a352f06d3497086
parentATI All-In-Wonder Radeon (diff)
downloadwireguard-openbsd-2bee5f91d71751d70f1ce026dd3305d2778f1521.tar.xz
wireguard-openbsd-2bee5f91d71751d70f1ce026dd3305d2778f1521.zip
sync
-rw-r--r--sys/dev/pci/pcidevs.h1
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f71596a2413..c443d8e277c 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -791,6 +791,7 @@
#define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */
#define PCI_PRODUCT_ATI_RAGE_FURY 0x5046 /* Rage Fury AGP4x */
#define PCI_PRODUCT_ATI_RAGE128_PK 0x5052 /* Rage 128 PK */
+#define PCI_PRODUCT_ATI_RADEON_AIW 0x5144 /* AIW Radeon */
#define PCI_PRODUCT_ATI_RAGE_MAGNUM 0x5246 /* Rage Magnum */
#define PCI_PRODUCT_ATI_RAGE_128_VR_AGP 0x524c /* Rage 128 VR AGP */
#define PCI_PRODUCT_ATI_MACH64_VT 0x5654 /* Mach64 VT */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2506a3881c1..16e862c0b4e 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -1143,6 +1143,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Rage 128 PK",
},
{
+ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_AIW,
+ 0,
+ "ATI",
+ "AIW Radeon",
+ },
+ {
PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE_MAGNUM,
0,
"ATI",