summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-10-22 20:41:03 +0000
committerse <se@FreeBSD.org>1996-10-22 20:41:03 +0000
commit78d5f7662cda717d1367bf60e01adb1267657e4c (patch)
tree83673c611fb99ab81c77b8a29349d9da3c851995 /etc/MAKEDEV
parent30d2a7333e521f136ba7b7f54276affd0f346715 (diff)
downloadFreeBSD-src-78d5f7662cda717d1367bf60e01adb1267657e4c.zip
FreeBSD-src-78d5f7662cda717d1367bf60e01adb1267657e4c.tar.gz
Add character device (78,0): pci
Submitted by: wollman
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index b25bd0d..c404a1d5 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -100,8 +100,9 @@
# isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+
# perfmon CPU performance-monitoring counters
+# pci PCI configuration-space access from user mode
#
-# $Id: MAKEDEV,v 1.123 1996/09/09 18:47:19 sos Exp $
+# $Id: MAKEDEV,v 1.124 1996/10/13 01:12:01 davidg Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -185,7 +186,7 @@ all)
;;
std)
rm -f console drum mem kmem null random urandom zero io tty klog
- rm -f stdin stdout stderr lkm
+ rm -f stdin stdout stderr lkm pci
mknod console c 0 0; chmod 600 console; chown root.wheel console
mknod drum c 4 0; chmod 640 drum; chown root.kmem drum
mknod kmem c 2 1; chmod 640 kmem; chown root.kmem kmem
@@ -201,6 +202,7 @@ std)
mknod stdout c 22 1; chmod 666 stdout; chown root.wheel stdout
mknod stderr c 22 2; chmod 666 stderr; chown root.wheel stderr
mknod lkm c 32 0; chmod 644 lkm; chown root.wheel lkm
+ mknod pci c 78 0; chmod 644 pci; chown root.wheel pci
rm -f fd/*
mkdir fd > null 2>&1
(cd fd && eval `echo "" | awk ' BEGIN { \
OpenPOWER on IntegriCloud