NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: ProLiant onboard Matrox G200 video not (quite) recognized by NetBSD 9.0



cmhanson%eschatologist.net@localhost (Chris Hanson) writes:

>My HP ProLiant DL360p Gen8 has built-in Matrox G200EH video, but NetBSD 9.0 (stock) dmesg only shows:
>  vga0 at pci13 dev 0 function 1: vendor 102b product 0533 (rev. 0x00)
>Shouldnâ??t it be recognized as mga0 instead, and then drm configured?

There is no specific mga driver, even when DRM has a mgadrm driver.



>(Right now I see â??drm at vga0 not configuredâ?? in the dmesg.) Not that I plan to do much with this system on console, but Iâ??m surprised to see VGA fallback here.

So far, the mga DRM2 driver isn't ready. DRM1 includes a mga driver, but
I'm not sure how functional it still is.



>In fact there are also Intel Xeon E5/Core i7 PCI devices that also donâ??t seem to be recognized or configured according to my dmesg:
>  vendor 8086 product 3c20 (miscellaneous system, revision 0x07) at pci0 dev 4 function 0 not configured
>  vendor 8086 product 3c2c (interrupt system, IO(x) APIC, revision 0x07) at pci0 dev 5 function 4 not configured

These devices aren't configured as separate PCI devices. E.g. the first
one would be a DMA channel, and the second one is an interrupt controller.
For such devices, detecting and configuring them as late as the PCI
configuration would be too late. Instead, information from SMBIOS and
ACPI are used to find them, and configuration happens earlier and
unfortunately not as transparent as with a PCI device.

Some devices are also not really documented, support would be difficult.



>The (103c,3306) and (103c,3307) make sense to me as not being configured:
>- Vendor 103c is Hewlett-Packard
>- Product (103c,3306) is Integrated Lights-Out Standard Slave Instrumentation & System Support
>- Product (103c,3307) is Integrated Lights-Out Standard Management Processor Support and Messaging
>(At least according to Device Hunt.) Obviously theyâ??d be nice to have support for but that would probably require documentation from HP or something.

Probably. Some information could be gleaned from Linux. E.g. the 103c:3306
device includes a watchdog timer and can be used to identify an NMI. For
some people that might be useful.


-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index