Remove gpu support for NetBSD
This commit is contained in:
parent
30f7146786
commit
33b5b2ef60
1 changed files with 0 additions and 9 deletions
9
fetch
9
fetch
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue