summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-10-01 00:18:53 +0000
committerwollman <wollman@FreeBSD.org>1994-10-01 00:18:53 +0000
commite0985aae7e1fb06062354bdf568901ac2a92dff3 (patch)
tree4a22c3e92038e092f6a619d2d4126e1129929ce9 /sys/dev
parente21dbb93b13923bb4f71cf83d686071c4851c26a (diff)
downloadFreeBSD-src-e0985aae7e1fb06062354bdf568901ac2a92dff3.zip
FreeBSD-src-e0985aae7e1fb06062354bdf568901ac2a92dff3.tar.gz
Correct DEC -> Digital Equipment Corporation.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index f5a3388..c34523d 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pci.c,v 2.1 94/09/16 08:01:20 wolf Rel $
+** $Id: pci.c,v 1.5 1994/09/28 16:34:07 se Exp $
**
** General subroutines for the PCI bus on 80*86 systems.
** pci_configure ()
@@ -554,7 +554,7 @@ struct vt {
static struct vt VendorTable[] = {
{0x1002, "ATI TECHNOLOGIES INC"},
- {0x1011, "DIGITAL EQUIPMENT COMPANY"},
+ {0x1011, "DIGITAL EQUIPMENT CORP."},
{0x101A, "NCR"},
{0x102B, "MATROX"},
{0x1045, "OPTI"},
OpenPOWER on IntegriCloud