summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV6
-rw-r--r--etc/etc.i386/MAKEDEV6
2 files changed, 8 insertions, 4 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 { \
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index b25bd0d..c404a1d5 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/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