From affe35f0244d9971c271fd4e5975c75509aa1c7c Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 30 Apr 1995 07:56:45 +0000 Subject: 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) --- etc/MAKEDEV | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'etc/MAKEDEV') 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*) -- cgit v1.1