Date: Sun, 30 Apr 1995 09:51:19 +0400 From: Charlie Root <root@ns2.redline.ru> To: freebsd-hackers@FreeBSD.org Subject: please update /dev/MAKEDEV Message-ID: <199504300551.JAA04509@ns2.redline.ru>
next in thread | raw e-mail | index | archive | help
*** ./MAKEDEV.orig Sun Apr 30 09:47:21 1995 --- ./MAKEDEV Sun Apr 30 09:50:03 1995 *************** *** 25,30 **** --- 25,31 ---- # 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 XFree # # Tapes: # wt* QIC-interfaced (e.g. not SCSI) 3M cartridge tape *************** std) *** 177,182 **** --- 178,190 ---- 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*)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504300551.JAA04509>