#6126 closed defect (wontfix)
Company name "Innotek" still in driver name code
Reported by: | grof | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.1.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
Hi,
I have tried to list all of PCI devices on my Ubuntu guest with command "lspci -v" and I got info (I have removed unnecesary part of the output):
=============
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
Flags: bus master, fast devsel, latency 64, IRQ 11 Memory at e0000000 (32-bit, prefetchable) [size=16M]
00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service
Flags: bus master, fast devsel, latency 0, IRQ 9 I/O ports at d040 [size=32] Memory at f0400000 (32-bit, non-prefetchable) [size=4M] Memory at f0800000 (32-bit, prefetchable) [size=16K] Kernel modules: vboxguest
=============
Do you notice: "InnoTek Systemberatung GmbH VirtualBox Graphics Adapter" and "InnoTek Systemberatung GmbH VirtualBox Guest Service".
So there is still "InnoTek" in the name of drivers.
It is just a trivial bug. :)
Regards
Change History (2)
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
And lspci uses a database to fetch the names based on the pci ids found afaik.
That's on purpose as we don't want to break existing installations or (even worse) force Windows reactivation.