GPU: Added initial support for AIX

This commit is contained in:
Muhammad Herdiansyah 2017-01-04 09:33:54 +07:00
parent 367a5c83b6
commit f419c1c50e
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ get_gpu() {
esac
;;
"BSD" | "Solaris" | "MINIX")
"BSD" | "Solaris" | "MINIX" | "AIX")
case "$kernel_name" in
"FreeBSD"* | "DragonFly"*)
gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"