Split chipset/agp bridge to its own function and disable by default.

This commit is contained in:
Jesse Rhodes
2026-03-25 14:32:37 -04:00
parent ca5c94f75e
commit 08f367fef0
3 changed files with 21 additions and 9 deletions

View File

@@ -70,6 +70,7 @@ static hwinfo hwinfos[] = {
{"memory", "Memory", sysinfo_backend_get_memory},
{"storage", "Storage", sysinfo_backend_get_disk},
{"vga", "VGA", sysinfo_backend_get_gpu},
{"chipset", "CHIPSET", sysinfo_backend_get_chipset, TRUE},
{"sound", "Sound", sysinfo_backend_get_sound, TRUE},
{"ethernet", "Ethernet", sysinfo_backend_get_network, TRUE},
{"uptime", "Uptime", sysinfo_backend_get_uptime},