diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 11:58:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-08-22 11:58:00 +0000 |
commit | 4fd775e70cf4254587e1fb782a6d3512aff7179c (patch) | |
tree | 5160c9767669885cda78a93ddb45796d328459fa | |
parent | cec0b5fe5b634a941a976e017438ca5d460c6658 (diff) |
regen
-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 b79d302d898..cb3b646dfe0 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.431 2001/08/21 21:37:11 deraadt Exp + * OpenBSD: pcidevs,v 1.432 2001/08/22 11:55:53 art Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1779,6 +1779,7 @@ #define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ /* Sun */ +#define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO Ebus2 */ #define PCI_PRODUCT_SUN_HME 0x1001 /* HME */ /* Sundance products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8533f5a9f26..56fe769a0ae 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.431 2001/08/21 21:37:11 deraadt Exp + * OpenBSD: pcidevs,v 1.432 2001/08/22 11:55:53 art Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3695,6 +3695,10 @@ static const struct pci_known_product pci_known_products[] = { "Velocity128", }, { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUS, + "PCIO Ebus2", + }, + { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HME, "HME", }, |