summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-30 07:56:45 +0000
committerjkh <jkh@FreeBSD.org>1995-04-30 07:56:45 +0000
commitaffe35f0244d9971c271fd4e5975c75509aa1c7c (patch)
tree4d47af869404ade00a76e224c7f90b4069806cce /etc/MAKEDEV
parente3530256c92006ba39a552dde4dad1c0b68421a9 (diff)
downloadFreeBSD-src-affe35f0244d9971c271fd4e5975c75509aa1c7c.zip
FreeBSD-src-affe35f0244d9971c271fd4e5975c75509aa1c7c.tar.gz
As a public service (and because I'd like to see more LITES people chose
FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability devices for Mach4. Submitted by: (Submitter name unknown) <root@ns2.redline.ru>
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 36334aa..0fc1c3c 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -25,6 +25,8 @@
# all makes all known devices, standard number of units (or close)
# std standard devices
# local configuration specific devices
+# mach-4 mach4&lites+devices for Mach's XFree86 distribution
+# (see http://www.cs.hut.fi/lites.html for more info on LITES)
#
# Tapes:
# wt* QIC-interfaced (e.g. not SCSI) 3M cartridge tape
@@ -83,7 +85,7 @@
# isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+
#
-# $Id: MAKEDEV,v 1.86 1995/04/28 07:39:21 bde Exp $
+# $Id: MAKEDEV,v 1.87 1995/04/28 07:53:43 bde Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -183,6 +185,13 @@ std)
chmod 666 fd/*
;;
+mach-4)
+ mknod iopl c 22 0
+ mknod kbd c 23 0
+ mknod mouse c 24 0
+ mknod time c 25 0
+ mknod timezone c 26 0
+ ;;
# Create device files for new Archive/Wangtek QIC-02 tape driver (vak)
wt*)
OpenPOWER on IntegriCloud