Remove gpu support for NetBSD

This commit is contained in:
Dylan 2016-01-21 20:42:25 +11:00
parent 30f7146786
commit 33b5b2ef60
1 changed files with 0 additions and 9 deletions

9
fetch
View File

@ -724,15 +724,6 @@ getgpu () {
gpu=${gpu//[[:space:]]/ }
gpu=${gpu// /}
;;
"NetBSD")
for BUS in /dev/pci*; do
gpu="$(pcictl ${BUS} list 2>/dev/null | grep "VGA")"
done
gpu=${gpu/???:??:?: }
gpu=${gpu/\(*\)}
;;
esac
;;