Commit f419c1c5 authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

GPU: Added initial support for AIX

parent 367a5c83
...@@ -1121,7 +1121,7 @@ get_gpu() { ...@@ -1121,7 +1121,7 @@ get_gpu() {
esac esac
;; ;;
"BSD" | "Solaris" | "MINIX") "BSD" | "Solaris" | "MINIX" | "AIX")
case "$kernel_name" in case "$kernel_name" in
"FreeBSD"* | "DragonFly"*) "FreeBSD"* | "DragonFly"*)
gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")" gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment