diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-09-14 23:24:29 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-09-14 23:24:29 +0000 |
| commit | da42a6e8f3635db0aceec98388cb4b828d2650f2 (patch) | |
| tree | 99893b5c9c6036a4b0d5233c7a7e110655e91993 /sys/dev/pci | |
| parent | 28bd0421f26870c5c0863bbddeb7ec2bddfadcb6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 28a331bfb452..5d9a6df7323b 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.29 1995/09/07 15:20:53 se Exp $ +** $Id: pci.c,v 1.30 1995/09/14 13:09:40 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -1480,7 +1480,7 @@ struct vt { }; static struct vt VendorTable[] = { -/* {0x0e11, "? 0x0e11"},*/ + {0x0e11, "Compaq"}, {0x1000, "NCR/Symbios"}, {0x1002, "ATI Technologies Inc."}, {0x1004, "VLSI"}, |
