diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-09 22:36:26 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-09 22:36:26 +0000 |
commit | 001ceeb315d68e33d0c04b7206f369d9017ed3aa (patch) | |
tree | d4845cf0b2366379e1a0e1bc30ae8ec5a60fddf7 | |
parent | dcff486f4f162d740150f91fbc0d85ccc858b8b3 (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6b557730007..5de96422748 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.1210 2007/01/06 10:18:14 pedro Exp + * OpenBSD: pcidevs,v 1.1211 2007/01/09 22:33:43 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3495,9 +3495,9 @@ #define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ /* Sun */ -#define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO Ebus2 */ +#define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO EBus2 */ #define PCI_PRODUCT_SUN_HME 0x1001 /* HME */ -#define PCI_PRODUCT_SUN_EBUSIII 0x1100 /* PCIO Ebus2 (US III) */ +#define PCI_PRODUCT_SUN_RIO_EBUS 0x1100 /* RIO EBus */ #define PCI_PRODUCT_SUN_ERINETWORK 0x1101 /* ERI Ether */ #define PCI_PRODUCT_SUN_FIREWIRE 0x1102 /* FireWire */ #define PCI_PRODUCT_SUN_USB 0x1103 /* USB */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 450f7e1750f..bec056ffda8 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.1210 2007/01/06 10:18:14 pedro Exp + * OpenBSD: pcidevs,v 1.1211 2007/01/09 22:33:43 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11004,15 +11004,15 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUS, - "PCIO Ebus2", + "PCIO EBus2", }, { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_HME, "HME", }, { - PCI_VENDOR_SUN, PCI_PRODUCT_SUN_EBUSIII, - "PCIO Ebus2 (US III)", + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_RIO_EBUS, + "RIO EBus", }, { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_ERINETWORK, |