mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
D'oh! Forgot to link to /dev/voodoo.
This commit is contained in:
parent
02a282ac01
commit
283028861e
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
# pci PCI configuration-space access from user mode
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
# 3dfx* 3dfx voodoo device for glide (tdfx), links 3dfx to 3dfx#
|
||||
# 3dfx* 3dfx voodoo device for glide (tdfx) (/dev/3dfx,3dfxN,voodoo)
|
||||
# agpgart AGP interface
|
||||
#
|
||||
|
||||
|
|
@ -1671,6 +1671,7 @@ amr*)
|
|||
unit=`expr $i : '3dfx\(.*\)'`
|
||||
mknod 3dfx$unit c 107 `unit2minor $unit`
|
||||
ln -sf 3dfx$unit 3dfx
|
||||
ln -sf 3dfx$unit voodoo
|
||||
;;
|
||||
|
||||
agpgart)
|
||||
|
|
|
|||
Loading…
Reference in a new issue