diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-01 00:18:53 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-01 00:18:53 +0000 |
| commit | e902866cf755930157f2094d6fb5fc8a90fd9adf (patch) | |
| tree | 4a22c3e92038e092f6a619d2d4126e1129929ce9 /sys | |
| parent | 28dc19771b88abcce1f17134fefcc76be5b81433 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 | ||||
| -rw-r--r-- | sys/i386/pci/pci.c | 4 | ||||
| -rw-r--r-- | sys/pci/pci.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index f5a33883e293..c34523d46ba6 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"}, diff --git a/sys/i386/pci/pci.c b/sys/i386/pci/pci.c index f5a33883e293..c34523d46ba6 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"}, diff --git a/sys/pci/pci.c b/sys/pci/pci.c index f5a33883e293..c34523d46ba6 100644 --- a/sys/pci/pci.c +++ b/sys/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"}, |
