aboutsummaryrefslogtreecommitdiff
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-07-19 09:21:14 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-07-19 09:21:14 +0000
commit572c5e2af78a08308ff3c46c6e1d2bc2a4df56fb (patch)
tree4b09f4cadeb6f81745129dabf396f79141aa1cf7 /etc/MAKEDEV
parenta5e3ae21a56ef4a94699ea9cdf92431e0774a879 (diff)
downloadsrc-572c5e2af78a08308ff3c46c6e1d2bc2a4df56fb.tar.gz
src-572c5e2af78a08308ff3c46c6e1d2bc2a4df56fb.zip
Add /dev/agpgart for AGP.
Reviewed by: dfr
Notes
Notes: svn path=/head/; revision=63504
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index fd2a92089fea..ca8fa918b338 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -139,6 +139,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
# 3dfx* 3dfx voodoo device for glide (tdfx), links 3dfx to 3dfx#
+# agpgart AGP interface
#
if [ -n "$MAKEDEVPATH" ]; then
@@ -261,6 +262,7 @@ all)
sh MAKEDEV i4b i4bctl i4btrc0 i4btrc1 # cdev, ISDN
sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1 # cdev, ISDN
sh MAKEDEV i4brbch0 i4brbch1 # cdev, ISDN
+ sh MAKEDEV agpgart # cdev, AGP
;;
# a much restricted set of the above, to save precious i-nodes on the
@@ -1552,6 +1554,10 @@ mlx*)
ln -sf 3dfx$unit 3dfx
;;
+agpgart)
+ mknod agpgart c 148 0
+ ;;
+
twe*)
unit=`expr $i : 'twe\(.*\)'`
mknod twe$unit c 146 $unit