4 comments:
File util/autoport/haswell.go:
Patch Set #13, Line 13: install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_EDP,
Do we need this?
File util/autoport/lynxpoint.go:
Patch Set #13, Line 87: /* TODO: create it as header files as other boards */
no.
if b.variant == LYNX_POINT_ULT, this should be 5
/* SDIO */
RegisterPCI(0x8086, 0x9c35, GenericPCI{})
/* Smart Sound Technology Controller */
RegisterPCI(0x8086, 0x9c36, GenericPCI{})
/* Serial I/O */
for id := uint16(0x9c60); id <= 0x9c66; id++ {
RegisterPCI(0x8086, id, GenericPCI{})
}
These probably don't apply to desktops
To view, visit change 30890. To unsubscribe, or for help writing mail filters, visit settings.