diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-17 21:18:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-17 21:18:46 +0000 |
commit | ea39f2de65a8a34702e80c95d96f70aace6bce30 (patch) | |
tree | 297e94d065570bc9f83676525e31647408cb0b80 | |
parent | 44b6b294fccf1442f7722681e6da946ca0e8e318 (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5e1475accca..16b7b7eee7c 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.415 2001/07/08 18:05:43 brad Exp + * OpenBSD: pcidevs,v 1.416 2001/07/17 21:18:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -398,7 +398,7 @@ #define PCI_VENDOR_SYNEMA 0x1163 /* Synema */ #define PCI_VENDOR_APT 0x1164 /* Advanced Peripherals Technologies */ #define PCI_VENDOR_IMAGRAPH 0x1165 /* Imagraph */ -#define PCI_VENDOR_RCC 0x1166 /* Reliance Computer */ +#define PCI_VENDOR_RCC 0x1166 /* ServerWorks */ #define PCI_VENDOR_MUTOH 0x1167 /* Mutoh Industries */ #define PCI_VENDOR_THINE 0x1168 /* Thine Electronics */ #define PCI_VENDOR_CDAC 0x1169 /* Centre for Dev. of Advanced Computing */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 14ec53892fd..3dd2e0aca1e 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.415 2001/07/08 18:05:43 brad Exp + * OpenBSD: pcidevs,v 1.416 2001/07/17 21:18:37 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5852,7 +5852,7 @@ static const struct pci_known_vendor pci_known_vendors[] = { }, { PCI_VENDOR_RCC, - "Reliance Computer", + "ServerWorks", }, { PCI_VENDOR_MUTOH, |