diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-02 15:42:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-06-02 15:42:35 +0000 |
commit | 732c657a674abaa627b224044c72cf241f795f46 (patch) | |
tree | aabc4a65220347e558aa13119ec4388ae6c1714c | |
parent | e95c3b85257f3faf71b74bd8702d466c3fd8a939 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 09ceac520f7..9dbc96f2f1f 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.632 2003/06/02 00:21:59 margarida Exp + * OpenBSD: pcidevs,v 1.633 2003/06/02 15:39:55 drahn Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -901,6 +901,7 @@ #define PCI_PRODUCT_APPLE_PANGEA_FW 0x0030 /* Pangea FireWire */ #define PCI_PRODUCT_APPLE_UNINORTH_FW 0x0031 /* UniNorth Firewire */ #define PCI_PRODUCT_APPLE_GMAC3 0x0032 /* GMAC Ethernet */ +#define PCI_PRODUCT_APPLE_UNINORTH_ATA 0x0033 /* Uni-N ATA */ #define PCI_PRODUCT_APPLE_UNINORTH_AGP3 0x0034 /* UniNorth AGP Bridge */ #define PCI_PRODUCT_APPLE_UNINORTH5 0x0035 /* UniNorth Host-PCI Bridge */ #define PCI_PRODUCT_APPLE_UNINORTH6 0x0036 /* UniNorth Host-PCI Bridge */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 033cbc2af2c..a9b92cc3545 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.632 2003/06/02 00:21:59 margarida Exp + * OpenBSD: pcidevs,v 1.633 2003/06/02 15:39:55 drahn Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -991,6 +991,10 @@ static const struct pci_known_product pci_known_products[] = { "GMAC Ethernet", }, { + PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_ATA, + "Uni-N ATA", + }, + { PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_UNINORTH_AGP3, "UniNorth AGP Bridge", }, |