summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2003-11-19 02:36:19 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2003-11-19 02:36:19 +0000
commit5386af17845761854723e8b676a85f529e22cd11 (patch)
tree2802273d2d9042e6cc1bff340c239b5b71e94555 /sys
parent482bb234d0fcf1605ef7ef86e26220e52234630d (diff)
- add ALI M1533 and M1535 ids. ok mickey@
- fix ALI M1543 id. pointed out by mickey@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs6
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h8
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 74090c06899..9153ade2bab 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
- $OpenBSD: pcidevs,v 1.689 2003/11/17 20:51:41 grange Exp $
+ $OpenBSD: pcidevs,v 1.690 2003/11/19 02:36:18 kevlo Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -387,7 +387,9 @@ product ALI M1489 0x1489 M1489 Host-PCI
product ALI M1521 0x1521 M1523 Host-PCI
product ALI M1523 0x1523 M1523 PCI-ISA
product ALI M1531 0x1531 M1531 Host-PCI
-product ALI M1543 0x1533 M1543 PCI-ISA
+product ALI M1533 0x1533 M1533 PCI-ISA
+product ALI M1535 0x1535 M1535 PCI
+product ALI M1543 0x1543 M1543 PCI-ISA
product ALI M1541 0x1541 M1541 Host-PCI
product ALI M1621 0x1621 M1621 Host-PCI
product ALI M1647 0x1647 M1647 PCI
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 4aaf834639f..a5e84d8b396 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -392,7 +392,9 @@
#define PCI_PRODUCT_ALI_M1521 0x1521 /* M1523 Host-PCI */
#define PCI_PRODUCT_ALI_M1523 0x1523 /* M1523 PCI-ISA */
#define PCI_PRODUCT_ALI_M1531 0x1531 /* M1531 Host-PCI */
-#define PCI_PRODUCT_ALI_M1543 0x1533 /* M1543 PCI-ISA */
+#define PCI_PRODUCT_ALI_M1533 0x1533 /* M1533 PCI-ISA */
+#define PCI_PRODUCT_ALI_M1535 0x1535 /* M1535 PCI */
+#define PCI_PRODUCT_ALI_M1543 0x1543 /* M1543 PCI-ISA */
#define PCI_PRODUCT_ALI_M1541 0x1541 /* M1541 Host-PCI */
#define PCI_PRODUCT_ALI_M1621 0x1621 /* M1621 Host-PCI */
#define PCI_PRODUCT_ALI_M1647 0x1647 /* M1647 PCI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e3f3ef3b2be..0b710824e4b 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -427,6 +427,14 @@ static const struct pci_known_product pci_known_products[] = {
"M1531 Host-PCI",
},
{
+ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1533,
+ "M1533 PCI-ISA",
+ },
+ {
+ PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1535,
+ "M1535 PCI",
+ },
+ {
PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M1543,
"M1543 PCI-ISA",
},