NetBSD-Users archive

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

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



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? (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.

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 3c21 (miscellaneous system, revision 0x07) at pci0 dev 4 function 1 not configured
  vendor 8086 product 3c22 (miscellaneous system, revision 0x07) at pci0 dev 4 function 2 not configured
  vendor 8086 product 3c23 (miscellaneous system, revision 0x07) at pci0 dev 4 function 3 not configured
  vendor 8086 product 3c24 (miscellaneous system, revision 0x07) at pci0 dev 4 function 4 not configured
  vendor 8086 product 3c25 (miscellaneous system, revision 0x07) at pci0 dev 4 function 5 not configured
  vendor 8086 product 3c26 (miscellaneous system, revision 0x07) at pci0 dev 4 function 6 not configured
  vendor 8086 product 3c27 (miscellaneous system, revision 0x07) at pci0 dev 4 function 7 not configured
  vendor 8086 product 3c28 (miscellaneous system, revision 0x07) at pci0 dev 5 function 0 not configured
  vendor 8086 product 3c2a (miscellaneous system, revision 0x07) at pci0 dev 5 function 2 not configured
  vendor 8086 product 3c2c (interrupt system, IO(x) APIC, revision 0x07) at pci0 dev 5 function 4 not configured
  vendor 103c product 3306 (miscellaneous system, revision 0x05) at pci13 dev 0 function 0 not configured
  vendor 103c product 3307 (miscellaneous system, revision 0x05) at pci13 dev 0 function 2 not configured
  vendor 8086 product 3c20 (miscellaneous system, revision 0x07) at pci15 dev 4 function 0 not configured
  vendor 8086 product 3c21 (miscellaneous system, revision 0x07) at pci15 dev 4 function 1 not configured
  vendor 8086 product 3c22 (miscellaneous system, revision 0x07) at pci15 dev 4 function 2 not configured
  vendor 8086 product 3c23 (miscellaneous system, revision 0x07) at pci15 dev 4 function 3 not configured
  vendor 8086 product 3c24 (miscellaneous system, revision 0x07) at pci15 dev 4 function 4 not configured
  vendor 8086 product 3c25 (miscellaneous system, revision 0x07) at pci15 dev 4 function 5 not configured
  vendor 8086 product 3c26 (miscellaneous system, revision 0x07) at pci15 dev 4 function 6 not configured
  vendor 8086 product 3c27 (miscellaneous system, revision 0x07) at pci15 dev 4 function 7 not configured
  vendor 8086 product 3c28 (miscellaneous system, revision 0x07) at pci15 dev 5 function 0 not configured
  vendor 8086 product 3c2a (miscellaneous system, revision 0x07) at pci15 dev 5 function 2 not configured
  vendor 8086 product 3c2c (interrupt system, IO(x) APIC, revision 0x07) at pci15 dev 5 function 4 not configured

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.

  -- Chris

PS - Full dmesg output from a couple days ago here: <https://dmesgd.nycbug.org/index.cgi?do=view&id=5512>



Home | Main Index | Thread Index | Old Index