diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-01 00:18:53 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-01 00:18:53 +0000 |
commit | e0985aae7e1fb06062354bdf568901ac2a92dff3 (patch) | |
tree | 4a22c3e92038e092f6a619d2d4126e1129929ce9 /sys/i386/pci/pci.c | |
parent | e21dbb93b13923bb4f71cf83d686071c4851c26a (diff) | |
download | FreeBSD-src-e0985aae7e1fb06062354bdf568901ac2a92dff3.zip FreeBSD-src-e0985aae7e1fb06062354bdf568901ac2a92dff3.tar.gz |
Correct DEC -> Digital Equipment Corporation.
Diffstat (limited to 'sys/i386/pci/pci.c')
-rw-r--r-- | sys/i386/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/pci/pci.c b/sys/i386/pci/pci.c index f5a3388..c34523d 100644 --- a/sys/i386/pci/pci.c +++ b/sys/i386/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"}, |